h1 {
    font-family: "Helvetica";
    line-height: normal;
    margin-bottom: 10px;
    margin-left: 20px;
    align-items: center;
    display: flex;
}

h2 {
    font-family: "Helvetica";
    margin: 20px;
    align-items: center;
    display: flex;
}

h3 {
    font-family: "Helvetica";
    margin: 20px;
    align-items: center;
    display: flex;
}

h4 {
    font-family: "Helvetica";
    margin: 20px;
    align-items: center;
    display: flex;
}

p {
    font-family: "Helvetica";
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 5px;
    margin-bottom: 5px;
    align-items: center;
    display: flex;
}

.bold-text {
    font-weight: bold;
}

li {
    font-family: "Helvetica";
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 5px;
    margin-bottom: 5px;
    align-items: center;
    display: flex;
}

a {
    font-family: "Helvetica";
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 5px;
    margin-bottom: 5px;
    /* 取消flex布局，改用行内块 */
    display: inline-block;
}

b {
    margin-left: 20px;
    margin-right: 20px;
    cursor: pointer; /* 将鼠标悬停时的光标设置为指针 */
    margin-top: 10px;
    margin-bottom: 10px;
    align-items: center;
    display: inline-flex;
}

.b-select {
    margin-left: 20px;
    margin-right: 0;
    cursor: pointer; /* 将鼠标悬停时的光标设置为指针 */
    margin-top: 10px;
    margin-bottom: 10px;
    align-items: center;
    display: inline-flex;
}

.b-input {
    height: 25px;
    font-size: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    display: inline-flex;
    border-radius: 5px;
    width: 80px;
    border: 1px solid #ccc;
    color: rgba(47, 47, 47, 0.77);
}

.button_select {
    height: 30px;
    background-color: #8cc5ff;
    border-radius: 8px;
    font-size: 15px;
    padding-left: 10px;
    padding-right: 10px;
    margin: 10px;
    color: #2f2f2f;
}

.button_select_no_back {
    height: 30px;
    border-radius: 8px;
    font-size: 15px;
    padding-left: 10px;
    padding-right: 10px;
    margin: 10px;
    color: #2f2f2f;
}

.button_query {
    background-color: #8cc5ff;
    border-radius: 8px;
    font-size: 18px;
    padding-left: 10px;
    padding-right: 10px;
    margin: 10px;
    color: #2f2f2f;
    font-weight: lighter;
}

.button_query_no_back {
    border-radius: 8px;
    font-size: 18px;
    padding-left: 10px;
    padding-right: 10px;
    margin: 10px;
    color: #2f2f2f;
    font-weight: bolder;
}

.button_switch {
    background-color: #8cc5ff;
    border-radius: 8px;
    font-size: 18px;
    padding-left: 10px;
    padding-right: 10px;
    margin: 10px;
    color: yellow;
    border-width: 3px;
}

.operation {
    background-image: url('img/WechatIMG11311.jpeg');
    background-size: 100% 100%;
    width: 99%;
    height: 180px;
    border: 10px solid #e9f7f8;
    color: #2f2f2f;
}

.operation-mobile {
    background-image: url('img/WechatIMG11311.jpeg');
    background-size: 100% 100%;
    width: 100%;
    height: 150px;
}

.main-window {
    background-image: url('img/WechatIMG11312.jpeg');
    background-color: #c68485;
    background-size: 100% 100%;
    width: 99%;
    height: 700px;
    overflow: auto;
    border: 10px solid #e9f7f8;
}

.dialog_outter {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 11;
}

.dialog_wrapper {
    width: 400px;
    background: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 10px;
    padding: 10px;
    position: relative;
    box-sizing: border-box;
}

.dialog_close_btn {
    position: absolute;
    right: 20px;
    top: 10px;
    cursor: pointer;
}

.dialog_title {
    font-size: 20px;
    font-weight: 500;
    text-align: center;
}

.dialog_content {
    padding: 20px;
    box-sizing: border-box;
    text-align: left;
    font-size: 18px;
}

.dialog_btn_group {
    display: flex;
    justify-content: flex-end;
}

.btn_confirm {
    background-color: Blue;
    color: #fff;
    padding: 5px 10px;
    border: 1px solid blue;
    border-radius: 4px;
    margin-right: 10px;
    cursor: pointer;
    font-size: 15px;
    height: 20px;
    line-height: 20px;
    width: 40px;
    text-align: center;
    box-sizing: content-box; /* 恢复默认盒模型 */
    font-family: inherit;   /* 继承父级字体 */
    overflow-x: visible;
}

.btn_cancel {
    background-color: #fff;
    padding: 5px 10px;
    border: 1px solid #000;
    border-radius: 4px;
    margin-right: 10px;
    cursor: pointer;
    font-size: 15px;
    height: 20px;
    line-height: 20px;
    width: 40px;
    text-align: center;
    box-sizing: content-box; /* 恢复默认盒模型 */
    font-family: inherit;   /* 继承父级字体 */
    overflow-x: visible;
}

.form_item span {
    display: inline-flex;
    vertical-align: center;
    width: 100px;
    font-size: 15px;
}

.form_item input {
    width: 197px;
    height: 20px;
    line-height: 25px;
    outline: none;
    border-radius: 5px;
    font-size: 14px;
    margin: revert;
    padding: revert;
    box-sizing: content-box; /* 恢复默认盒模型 */
    font-family: inherit;   /* 继承父级字体 */
    overflow-x: visible;
    vertical-align: center;
    border: 2px solid #adadad;
}

.form_item textarea {
    width: 305px;
    height: 60px;
    line-height: 25px;
    outline: none;
    border-radius: 5px;
    font-size: 14px;
}

.form_item select {
    width: 201px;
    height: 25px;
    line-height: 25px;
    outline: none;
    border-radius: 5px;
    font-size: 14px;
    border: 2px solid #adadad;
    margin: revert;
    padding: revert;
    box-sizing: content-box; /* 恢复默认盒模型 */
    font-family: inherit;   /* 继承父级字体 */
    overflow-x: visible;
}

.form_item {
    margin-bottom: 10px;
}

.form_item:last-child {
    margin-bottom: 0;
}

.overlap {
    background: #000;
    opacity: 0.6;
    width: 100%;
    height: 100%;
    display: none;
    position: absolute;
    z-index: 10;
}

.dialog_xmind {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #f0f0f0;
    border: 1px solid #ccc;
    padding: 20px;
    z-index: 9999;
    border-radius: 10px;
}

.input-field {
    width: 300px;
    height: 40px;
    font-size: 15px;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin-left: 40px;
}

th,
td {
    border: 1px solid #ccc;
    padding: 8px;
    text-align: left;
    word-wrap: break-word;
    /* 自动换行 */
}

.doing {
    background-image: url('img/WechatIMG11312.jpeg');
    background-color: #c68485;
    background-size: 100% 200%;
    width: 99%;
    height: 520px;
    overflow: auto;
    border: 10px solid #e9f7f8;
}

.doing-mobile {
    background-image: url('img/WechatIMG11312.jpeg');
    background-color: #c68485;
    background-size: 100% 200%;
    width: 100%;
    overflow: auto;
}

.todo {
    background-image: url('img/WechatIMG11300.jpeg');
    background-color: #566bce;
    background-size: 100% 200%;
    width: 50%;
    height: 520px;
    float: left;
    overflow: auto;
    border: 5px solid #e9f7f8;
}

.todo-mobile {
    background-image: url('img/WechatIMG11300.jpeg');
    background-color: #566bce;
    background-size: 100% 200%;
    width: 100%;
    height: 40%;
    float: left;
    overflow: auto;
}

.pending {
    background-image: url('img/WechatIMG11301.jpeg');
    background-color: #ec816b;
    background-size: 100% 200%;
    width: 50%;
    height: 520px;
    float: left;
    overflow: auto;
    border: 5px solid #e9f7f8;
    margin-left: -20px;
}

.pending-mobile {
    background-image: url('img/WechatIMG11301.jpeg');
    background-color: #ec816b;
    background-size: 100% 200%;
    width: 100%;
    height: 40%;
    /* height: 290px; */
    float: left;
    overflow: auto;
}

.repeat {
    background-image: url('img/repeat_task.jpg');
    background-color: #ec816b;
    background-size: 100% 200%;
    width: 20%;
    height: 520px;
    float: left;
    overflow: auto;
    border: 5px solid #e9f7f8;
    margin-left: -20px;
}

.repeat-mobile {
    background-image: url('img/repeat_task.jpg');
    background-color: #ec816b;
    background-size: 100% 200%;
    width: 100%;
    height: 40%;
    /* height: 290px; */
    float: left;
    overflow: auto;
}

.button_doing {
    background-color: #fad7a4;
    border-radius: 8px;
    font-size: 18px;
    margin-left: 20px;
    margin-bottom: 10px;
    color: #2f2f2f;
    font-weight: lighter;
}

.button_doing_bold {
    background-color: #fad7a4;
    border-radius: 8px;
    font-size: 18px;
    margin-left: 20px;
    margin-bottom: 10px;
    color: #2f2f2f;
    font-weight: bolder;
}

.button_todo {
    background-color: #596ed1;
    border-radius: 8px;
    font-size: 18px;
    margin: 5px;
    color: #2f2f2f;
    margin-left: 10px;
    margin-bottom: 10px;
    font-weight: lighter;
}

.button_todo_bold {
    background-color: #596ed1;
    border-radius: 8px;
    font-size: 18px;
    margin: 5px;
    color: #2f2f2f;
    margin-left: 10px;
    margin-bottom: 10px;
    font-weight: bolder;
}

.button_repeat {
    background-color: #108ac3;
    border-radius: 8px;
    font-size: 18px;
    margin: 5px;
    color: #2f2f2f;
    margin-left: 10px;
    margin-bottom: 10px;
    font-weight: lighter;
}

.button_repeat_bold {
    background-color: #108ac3;
    border-radius: 8px;
    font-size: 18px;
    margin: 5px;
    color: #2f2f2f;
    margin-left: 10px;
    margin-bottom: 10px;
    font-weight: bolder;
}

.button_pending {
    background-color: #b4958f;
    border-radius: 8px;
    font-size: 18px;
    margin: 5px;
    color: #2f2f2f;
    margin-left: 10px;
    margin-bottom: 10px;
    font-weight: lighter;
}

.button_pending_bold {
    background-color: #b4958f;
    border-radius: 8px;
    font-size: 18px;
    margin: 5px;
    color: #2f2f2f;
    margin-left: 10px;
    margin-bottom: 10px;
    font-weight: bolder;
}

.node {
    border: 1px solid #ccc;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 100px;
    margin-right: 40px;
    padding: 5px;
}

.children {
    margin-left: 20px;
}

.button_xmind {
    height: 25px;
    border-radius: 4px;
    border: 1px solid #caad80;
    background-color: transparent; /* 设置背景色为透明 */
    font-size: 10px;
    margin: 5px;
    color: dimgray;
}

.transparent-button {
    background-color: transparent; /* 设置背景色为透明 */
    width: 10px;
    border: none; /* 设置边框为无 */
    color: #000; /* 设置文本颜色为黑色，你可以根据需要更改颜色 */
    padding: 10px 10px; /* 设置内边距 */
    font-size: 15px; /* 设置字体大小 */
    cursor: pointer; /* 设置鼠标悬停时为手型光标 */
}

.transparent-button:hover {
    color: #fff; /* 设置鼠标悬停时文本颜色为白色 */
    background-color: transparent; /* 设置鼠标悬停时背景色 */
}

.default-button {
    font-size: 10px;
}

/* 增加一些样式以便区分 */
.clickable-div {
    cursor: pointer; /* 将鼠标悬停时的光标设置为指针 */
}

#json-input, #formatted-json {
    width: 100%;
    height: 200px;
    padding: 10px;
    box-sizing: border-box;
}
#formatted-json {
    background-color: #f8f8f8;
    border: 1px solid #ccc;
    overflow-y: scroll;
}
.json-key {
    color: purple;
}
.json-value-number {
    color: blue;
}
.json-value-string {
    color: green;
}
.json-object, .json-array {
    margin-left: 20px;
}
.json-toggle {
    cursor: pointer;
}

/* Tab图标样式 */
.tab .material-icons {
    font-size: 28px;
    color: rgba(0, 0, 0, 0.42);
}

.tab.active .material-icons {
    color: #007AFF;
}

/* 其他地方的图标样式 */
.material-icons {
    font-size: 24px;
    color: #007bff;
}
