/*自定义单选框 开始*/
/* 主体 */
.layui-form-checkbox > .lay-skin-checkcard,
.layui-form-radio > .lay-skin-checkcard {
    padding: 6px 14px;
    border-radius: 8px;
    border: 1px solid #e5e5e5;
    color: #000;
    background-color: #fff;
    cursor: pointer;
}
/* 悬停 */
.layui-form-checkbox:hover > .lay-skin-checkcard,
.layui-form-radio:hover > .lay-skin-checkcard {
    border-color: #0064fa;
}
/* 选中 */
.layui-form-checked > .lay-skin-checkcard,
.layui-form-radioed[lay-skin="none"] > .lay-skin-checkcard {
    color: #000;
    border-color: #0064fa;
    background-color: #eaf5ff !important;
    /* box-shadow: 0 0 0 3px rgba(22, 183, 119, 0.08); */
}
/* card 布局 */

/* 选中 dot-2 */
.layui-form-checked > .lay-check-dot-2:before,
.layui-form-radioed > .lay-check-dot-2:before {
    position: absolute;
    font-family: "layui-icon";
    content: "\e605";
    color: #fff;
    bottom: 4px;
    right: 3px;
    font-size: 9px;
    z-index: 12;
}

.layui-form-checked > .lay-check-dot-2:after,
.layui-form-radioed > .lay-check-dot-2:after {
    position: absolute;
    content: "";
    bottom: 2px;
    right: 2px;
    width: 0;
    height: 0;
    display: inline-block;
    vertical-align: middle;
    border-width: 10px;
    border-style: dashed;
    border-color: transparent;
    border-top-left-radius: 6px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 0px;
    border-right-color: #0064fa;
    border-right-style: solid;
    border-bottom-color: #0064fa;
    border-bottom-style: solid;
    overflow: hidden;
}
/*自定义单选框 结束*/
.chat-gpt-bottom {
    text-align: center;
    padding-bottom: 20px;
}



.global-menu-button {
    position: fixed;
    background: transparent;
    top: 10%;
    right: 20px;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    cursor: pointer;
}

.global-menu-button-dropdown {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 20px;
    padding: 10px;
    border-radius: 10px;
    left: auto !important;
    right: 20px !important;
}

    .global-menu-button-dropdown .layui-row {
        display: flex;
        margin-bottom: 10px;
        cursor: pointer;
        justify-content: space-between;
    }

        .global-menu-button-dropdown .layui-row span {
            margin-left: 10px;
            font-size: .875rem;
        }

[alt="User"] {
    width: 32px;
    height: 32px;
    border-radius: 15px;
}

.pe-3.init {
    display: none;
}
#changeButton {
    display: none !important;
}