@charset "UTF-8";

@font-face {
  font-family: Vazirmatn;
  src: url('../fonts/Vazirmatn-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Vazirmatn;
  src: url('../fonts/Vazirmatn-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}


html {
    height: 100%;
}
.farsi-digits {
  font-family: 'Vazirmatn', sans-serif;
  font-feature-settings: "ss01";
}
body {
    font-family: "Vazirmatn", sans-serif, Arial, -apple-system, system-ui;
    background: #f6f6f3;
    color: #444;
    font-size: 87.5%;
    line-height: 1.5;
    direction: rtl;
    text-align: right;
    font-feature-settings: "ss01";
    font-variant-numeric: persian;
}
a {
    color: #467b96;
    text-decoration: none;
}
a:hover {
    color: #499bc3;
    text-decoration: underline;
}
code,
pre,
.mono {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
.p {
    margin: 1em 0;
}
.body-100 {
    height: 100%;
}
a.balloon-button {
    display: inline-block;
    padding: 0 6px;
    min-width: 12px;
    height: 18px;
    line-height: 18px;
    background: #d8e7ee;
    font-size: 0.85714em;
    text-align: center;
    text-decoration: none;
    zoom: 1;
    border-radius: 30px;
    white-space: nowrap;
}
a.button:hover,
a.balloon-button:hover {
    background-color: #a5cadc;
    color: #fff;
    text-decoration: none;
}
input[type="text"],
input[type="url"],
input[type="password"],
input[type="email"],
input[type="number"],
textarea {
    background: #fff;
    border: 1px solid #d9d9d6;
    padding: 7px;
    border-radius: 2px;
    box-sizing: border-box;
    font-family: "Vazirmatn", sans-serif
}
input[type="text"]:disabled,
input[type="text"]:read-only,
input[type="url"]:disabled,
input[type="url"]:read-only,
input[type="password"]:disabled,
input[type="password"]:read-only,
input[type="email"]:disabled,
input[type="email"]:read-only,
input[type="number"]:disabled,
input[type="number"]:read-only,
textarea:disabled,
textarea:read-only {
    background: #f3f3f3;
}
textarea {
    resize: vertical;
    line-height: 1.5;
    font-family: "Vazirmatn", sans-serif !important
}
input[type="radio"],
input[type="checkbox"] {
    margin-left: 3px;
}
input[type="radio"],
input[type="checkbox"],
input[type="radio"] + label,
input[type="checkbox"] + label {
    vertical-align: middle;
}
input.text-s,
textarea.text-s {
    padding: 5px;
}
input.text-l,
textarea.text-l {
    padding: 10px;
    font-size: 1.14286em;
}
.w-10 {
    width: 10%;
}
.w-20 {
    width: 20%;
}
.w-30 {
    width: 30%;
}
.w-40 {
    width: 40%;
}
.w-50 {
    width: 50%;
}
.w-60 {
    width: 60%;
}
.w-70 {
    width: 70%;
}
.w-80 {
    width: 80%;
}
.w-90 {
    width: 90%;
}
.w-100 {
    width: 100%;
}
select {
    border: 1px solid #ccc;
    height: 28px;
    font-family: "Vazirmatn", sans-serif
}
.btn,
#ui-datepicker-div .ui-datepicker-current,
#ui-datepicker-div .ui-datepicker-close {
    border: none;
    background-color: #e9e9e6;
    cursor: pointer;
    border-radius: 2px;
    display: inline-block;
    padding: 0 12px;
    height: 32px;
    color: #666;
    vertical-align: middle;
    zoom: 1;
}
.btn:hover,
#ui-datepicker-div .ui-datepicker-current:hover,
#ui-datepicker-div .ui-datepicker-close:hover {
    transition-duration: 0.4s;
    background-color: #dbdbd6;
}
.btn:active,
#ui-datepicker-div .ui-datepicker-current:active,
#ui-datepicker-div .ui-datepicker-close:active,
.btn.active,
#ui-datepicker-div .active.ui-datepicker-current,
#ui-datepicker-div .active.ui-datepicker-close {
    background-color: #d6d6d0;
}
.btn:disabled,
#ui-datepicker-div .ui-datepicker-current:disabled,
#ui-datepicker-div .ui-datepicker-close:disabled {
    background-color: #f7f7f6;
    cursor: default;
}
.btn:disabled,
#ui-datepicker-div .ui-datepicker-current:disabled,
#ui-datepicker-div .ui-datepicker-close:disabled {
    color: #999;
}
.btn-xs,
#ui-datepicker-div .ui-datepicker-current,
#ui-datepicker-div .ui-datepicker-close {
    padding: 0 10px;
    height: 25px;
    font-size: 13px;
}
.btn-s {
    height: 28px;
}
.btn-l {
    height: 40px;
    font-size: 1.14286em;
    font-weight: bold;
}
.primary {
    border: none;
    background-color: #467b96;
    cursor: pointer;
    border-radius: 2px;
    color: #fff;
}
.primary:hover {
    transition-duration: 0.4s;
    background-color: #3c6a81;
}
.primary:active,
.primary.active {
    background-color: #39647a;
}
.primary:disabled {
    background-color: #508cab;
    cursor: default;
}
.btn-group {
    display: inline-block;
}
.btn-warn {
    border: none;
    background-color: #b94a48;
    cursor: pointer;
    border-radius: 2px;
    color: #fff;
}
.btn-warn:hover {
    transition-duration: 0.4s;
    background-color: #a4403f;
}
.btn-warn:active,
.btn-warn.active {
    background-color: #9c3e3c;
}
.btn-warn:disabled {
    background-color: #c1605e;
    cursor: default;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active,
.btn-link.active {
    background-color: transparent;
}
.btn-drop {
    position: relative;
}
.dropdown-toggle {
    padding-left: 8px;
}
.dropdown-menu {
    list-style: none;
    position: absolute;
    z-index: 2;
    right: 0;
    margin: 0;
    padding: 0;
    border: 1px solid #d9d9d6;
    background: #fff;
    text-align: right;
    min-width: 108px;
    display: none;
}
.dropdown-menu li {
    white-space: nowrap;
}
.dropdown-menu li.multiline {
    padding: 5px 12px 12px;
}
.dropdown-menu a {
    display: block;
    padding: 5px 12px;
    color: #666;
}
.dropdown-menu a:hover {
    background: #f6f6f3;
    text-decoration: none !important;
}
.message {
    padding: 8px 10px;
    border-radius: 2px;
}
.message a {
    font-weight: bold;
    text-decoration: underline;
}
.error {
    background: #fbe3e4;
    color: #8a1f11;
}
.error a {
    color: #8a1f11;
}
.notice {
    background: #fff6bf;
    color: #8a6d3b;
}
.notice a {
    color: #8a6d3b;
}
.success {
    background: #e6efc2;
    color: #264409;
}
.success a {
    color: #264409;
}
.warning {
    color: #b94a48;
}
.balloon {
    display: inline-block;
    padding: 0 4px;
    min-width: 10px;
    height: 14px;
    line-height: 14px;
    background: #b9b9b6;
    vertical-align: text-top;
    text-align: center;
    font-size: 12px;
    color: #fff;
    border-radius: 20px;
}
.popup {
    display: none;
    position: sticky;
    margin: 0;
    padding: 8px 0;
    border: none;
    width: 100%;
    z-index: 10;
    text-align: center;
    border-radius: 0;
}
.popup ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}
.popup ul li {
    display: inline-block;
    margin-left: 10px;
}
.typecho-pager {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 1;
    text-align: center;
    zoom: 1;
}
.typecho-pager li {
    margin: 0 3px;
    height: 28px;
    line-height: 28px;
}
.typecho-pager li a {
    display: block;
    padding: 0 10px;
    border-radius: 2px;
}
.typecho-pager li a:hover {
    text-decoration: none;
    background: #e9e9e6;
}
.typecho-pager li.current a {
    background: #e9e9e6;
    color: #444;
}
.typecho-list-operate {
    display: flex;
    margin: 1em 0;
}
.typecho-list-operate + .typecho-list-operate {
    margin-top: 0;
}
.typecho-list-operate input,
.typecho-list-operate button,
.typecho-list-operate select {
    vertical-align: bottom;
}
.typecho-list-operate input[type="checkbox"] {
    vertical-align: text-top;
}
.typecho-list-operate a:hover {
    text-decoration: none;
}
.typecho-list-operate > *:nth-child(2) {
    flex: 1;
}
.typecho-list-operate .operate,
.typecho-list-operate .search {
    display: flex;
    align-items: center;
}
.typecho-list-operate .operate label {
    display: flex;
}
.typecho-list-operate .operate > * {
    margin-left: 5px;
}
.typecho-list-operate > *:nth-child(2) {
    justify-content: flex-end;
}
.typecho-list-operate > *:nth-child(2).search > * {
    margin-right: 5px;
}
@media (max-width: 575px) {
    .typecho-list-operate {
        flex-flow: column;
    }
    .typecho-list-operate > *:nth-child(2) {
        margin-top: 10px;
        justify-content: flex-start;
    }
    .typecho-list-operate > *:nth-child(2) > *:first-child {
        margin-right: 0;
    }
}
.operate-delete,
.operate-button-delete {
    color: #b94a48;
}
.operate-edit {
    color: #007700;
}
.operate-reply {
    color: #545c30;
}
.typecho-list-table-title {
    margin: 1em 0;
    color: #999;
    text-align: center;
}
.typecho-list-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    background: #fff;
    table-layout: fixed;
    border: 30px solid #fff;
}
.typecho-list-table.deactivate {
    color: #999;
}
.typecho-list-table .right {
    text-align: left;
}
.typecho-list-table th {
    padding: 0 10px 10px;
    border-bottom: 1px solid #f0f0ec;
    text-align: right;
}
.typecho-list-table td {
    padding: 10px;
    border-top: 1px solid #f0f0ec;
    word-break: break-all;
}
.typecho-list-table td pre {
    overflow: auto;
}
.typecho-list-table td.none {
    color: #999;
    text-align: center;
}
.typecho-list-table .status {
    margin-right: 5px;
    color: #999;
    font-size: 0.92857em;
    font-style: normal;
}
.typecho-list-table tbody tr:hover {
    background-color: #f6f6f3;
}
.typecho-list-table tbody tr:has(input[type="checkbox"]:checked) {
    background-color: #fff9e8;
}
.typecho-list-table tr td .hidden-by-mouse {
    opacity: 0;
}
.typecho-list-table tr:hover td .hidden-by-mouse {
    opacity: 1;
}
.typecho-list-table tr td:first-child input[type="checkbox"] {
    display: block;
}
@media (max-width: 575px) {
    .typecho-list-table {
        border-width: 10px;
    }
    .typecho-list-table th {
        padding: 0 5px 5px;
    }
    .typecho-list-table td {
        padding: 5px;
    }
}
.typecho-option-tabs {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 13px;
    display: flex;
}
.typecho-option-tabs.fix-tabs {
    margin: 1em 0;
}
.typecho-option-tabs li:first-child a {
    border-radius: 0 2px 2px 0;
}
.typecho-option-tabs li:last-child a {
    border-radius: 2px 0 0 2px;
}
.typecho-option-tabs li.current a,
.typecho-option-tabs li.active a {
    background-color: #e9e9e6;
}
.typecho-option-tabs li a {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -1px;
    border: 1px solid #d9d9d6;
    padding: 0 15px;
    height: 26px;
    color: #666;
    box-sizing: border-box;
}
.typecho-option-tabs li a > * {
    margin: 0 3px;
}
.typecho-option-tabs li a:hover {
    background-color: #e9e9e6;
    color: #666;
    text-decoration: none;
}
.tag-list {
    list-style: none;
    margin: 0;
    padding: 20px;
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
}
.tag-list .none {
    color: #999;
    width: 100%;
    margin: 0;
    text-align: center;
}
.tag-list.typecho-list-notable li {
    margin: 0 0 5px 5px;
    padding: 5px 10px 5px 5px;
    cursor: pointer;
    display: flex;
    align-items: center;
}
.tag-list.typecho-list-notable li .tag-edit-link {
    margin-right: 3px;
    visibility: hidden;
    display: flex;
    align-items: center;
}
.tag-list.typecho-list-notable li:hover {
    background-color: #e9e9e6;
}
.tag-list.typecho-list-notable li:hover .tag-edit-link {
    visibility: visible;
}
.tag-list.typecho-list-notable li:has(input[type="checkbox"]:checked) {
    background-color: #fffbcc;
}
.tag-list.typecho-list-notable li.size-5 {
    font-size: 1em;
}
.tag-list.typecho-list-notable li.size-10 {
    font-size: 1.2em;
}
.tag-list.typecho-list-notable li.size-20 {
    font-size: 1.4em;
}
.tag-list.typecho-list-notable li.size-30 {
    font-size: 1.6em;
}
.tag-list.typecho-list-notable li.size-0 {
    font-size: 1.8em;
}
.tag-list.typecho-list-notable li input {
    display: none;
}
.typecho-post-area .edit-draft-notice {
    color: #999;
    font-size: 0.92857em;
}
.typecho-post-area .edit-draft-notice a {
    color: #b94a48;
}
.typecho-post-area .typecho-label {
    display: block;
    margin: 1em 0 -0.5em;
    font-weight: bold;
}
.typecho-post-area .submit {
    display: flex;
    justify-content: space-between;
}
.typecho-post-area .submit #auto-save-message {
    color: #999;
    font-size: 0.92857em;
}
.typecho-post-area .submit .left {
    display: flex;
    align-items: center;
}
.typecho-post-area .submit .left > * {
    margin-left: 8px;
}
.typecho-post-area .submit .right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.typecho-post-area .submit .right > * {
    margin-right: 8px;
}
.typecho-post-area input.title {
    font-size: 1.17em;
    font-weight: bold;
}
.typecho-post-area .url-slug {
    margin-top: -0.5em;
    color: #aaa;
    font-size: 0.92857em;
    word-break: break-word;
}
.typecho-post-area #slug {
    padding: 2px;
    border: none;
    background: #fffbcc;
    color: #666;
}
.typecho-post-area #text {
    resize: none;
    font-family: "Vazirmatn", sans-serif
}
.typecho-post-area .description {
    margin-top: -0.5em;
    color: #999;
    font-size: 0.92857em;
    font-family: "Vazirmatn", sans-serif;
    padding-top: 1rem;
}
.typecho-post-area #custom-field {
    margin: 1em 0;
    padding: 10px 15px;
    background: #fff;
}
.typecho-post-area #custom-field summary {
    font-weight: bold;
    cursor: pointer;
}
.typecho-post-area #custom-field summary:hover {
    color: #467b96;
}
.typecho-post-area #custom-field summary::marker {
    color: #bbb;
}
.typecho-post-area #custom-field .add {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}
.typecho-post-area #custom-field .add .description {
    margin-top: 0;
}
.typecho-post-area #custom-field p.description {
    text-align: right;
}
.typecho-post-area #custom-field .typecho-label {
    margin: 0;
    font-family: "Vazirmatn", sans-serif;
}
.typecho-post-area #custom-field .typecho-label a {
    display: block;
    color: #444;
}
.typecho-post-area #custom-field .typecho-label a:hover {
    color: #467b96;
    text-decoration: none;
}
.typecho-post-area #custom-field .fields {
    list-style: none;
    margin: 10px 0 0 0;
    padding: 0;
    font-family: "Vazirmatn", sans-serif
}
.typecho-post-area #custom-field .fields .field {
    display: flex;
    padding-bottom: 10px;
    border-bottom: 1px solid #f0f0ec;
    margin-bottom: 10px;
}
.typecho-post-area #custom-field .fields .field:last-child {
    margin-bottom: 0;
}
.typecho-post-area #custom-field .fields .field .field-name {
    display: flex;
}
.typecho-post-area #custom-field .fields .field .field-name input[name="fieldNames[]"] {
    height: 27px;
    width: 150px;
    margin-left: 10px;
}
.typecho-post-area #custom-field .fields .field .field-value {
    margin-right: 10px;
    flex: 1;
    display: flex;
}
.typecho-post-area #custom-field .fields .field .field-value textarea[name="fieldValues[]"] {
    flex: 1;
    margin-left: 10px;
    resize: none;
    font-family: "Vazirmatn", sans-serif
}
@media (max-width: 575px) {
    .typecho-post-area #custom-field .fields .field {
        flex-flow: column;
    }
    .typecho-post-area #custom-field .fields .field .field-value {
        margin-right: 0;
        margin-top: 10px;
    }
}
.typecho-post-area #custom-field select {
    height: 27px;
}
.typecho-post-area #edit-secondary {
    margin-top: 1em;
}
.typecho-post-area #edit-secondary .category-option ul {
    list-style: none;
    border: 1px solid #d9d9d6;
    padding: 6px 12px;
    max-height: 240px;
    overflow: auto;
    background-color: #fff;
    border-radius: 2px;
}
.typecho-post-area #edit-secondary .category-option ul li {
    margin: 3px 0;
}
.typecho-post-area #edit-secondary #advance-panel summary {
    line-height: 25px;
}
.typecho-post-area #edit-secondary #advance-panel .visibility-option ul,
.typecho-post-area #edit-secondary #advance-panel .allow-option ul {
    list-style: none;
    padding: 0;
}
.typecho-option {
    list-style: none;
    margin: 1em 0;
    padding: 0;
}
.typecho-option-submit li {
    border-bottom: none;
}
.typecho-option label.typecho-label {
    display: block;
    margin-bottom: 0.5em;
    font-weight: bold;
}
.typecho-option label.required:after {
    content: " *";
    color: #b94a48;
}
.typecho-option span {
    margin-left: 15px;
}
.typecho-option .description {
    margin: 0.5em 0 0;
    color: #999;
    font-size: 0.92857em;
}
.typecho-option input.file {
    width: 100%;
    margin: 0.7em 0;
}
.typecho-option input.text {
    width: 100%;
}
.typecho-option input.num {
    width: 60px;
}
.typecho-option textarea {
    width: 100%;
    height: 100px;
}
.typecho-option .multiline {
    display: block;
    margin: 0.3em 0;
}
.typecho-option .multiline.hidden {
    display: none;
}
.typecho-head-nav {
    padding: 0 10px;
    background: #292d33;
    position: sticky;
    top: 0;
    display: flex;
    z-index: 100;
}
.typecho-head-nav a,
.typecho-head-nav .menu-bar summary {
    padding: 0 20px;
    height: 36px;
    line-height: 36px;
    color: #bbb;
}
.typecho-head-nav a:focus,
.typecho-head-nav a:hover,
.typecho-head-nav .menu-bar summary:focus,
.typecho-head-nav .menu-bar summary:hover {
    color: #fff;
    text-decoration: none;
}
.typecho-head-nav .menu-bar {
    display: none;
}
.typecho-head-nav menu {
    margin: 0;
    padding: 0;
    list-style: none;
    background: #292d33;
}
.typecho-head-nav nav {
    width: 100%;
}
.typecho-head-nav nav > menu {
    display: flex;
    position: relative;
    width: 100%;
}
.typecho-head-nav nav > menu > li:first-child {
    border-right: 1px solid #383d45;
}
.typecho-head-nav nav > menu > li > a {
    display: block;
    border-left: 1px solid #383d45;
}
.typecho-head-nav nav > menu > li > a:hover,
.typecho-head-nav nav > menu > li > a:focus {
    background: #202328;
}
.typecho-head-nav nav > menu > li > a:hover + menu,
.typecho-head-nav nav > menu > li > a:focus + menu {
    display: flex;
}
.typecho-head-nav nav > menu > li:not(.operate).focus > a {
    background: #202328;
    font-weight: bold;
}
.typecho-head-nav nav > menu > li:not(.operate):hover > a {
    background: #202328;
}
.typecho-head-nav nav > menu > li:hover menu,
.typecho-head-nav nav > menu > li:focus-within menu,
.typecho-head-nav nav > menu > li:focus menu {
    display: flex;
}
.typecho-head-nav nav > menu > li menu {
    position: absolute;
    top: 36px;
    display: none;
    flex-flow: column;
    min-width: 160px;
    max-width: 240px;
    background: #202328;
    z-index: 250;
}
.typecho-head-nav nav > menu > li menu > li a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}
.typecho-head-nav nav > menu > li menu > li a:hover,
.typecho-head-nav nav > menu > li menu > li a:focus {
    background: #292d33;
}
.typecho-head-nav nav > menu > li menu > li.focus a {
    color: #6da1bb;
    font-weight: bold;
}
.typecho-head-nav nav > menu > li.operate {
    flex: 1;
    display: flex;
    justify-content: flex-end;
}
.typecho-head-nav nav > menu > li.operate a:hover {
    background-color: #202328;
}
.typecho-head-nav nav > menu > li.operate a:first-child {
    border-right: 1px solid #383d45;
}
@media (max-width: 575px) {
    .typecho-head-nav {
        padding: 0;
        flex-flow: column;
    }
    .typecho-head-nav .menu-bar {
        display: block;
        font-size: 14px;
        position: sticky;
        top: 0;
        background: #292d33;
        z-index: 10;
    }
    .typecho-head-nav .menu-bar summary {
        cursor: pointer;
    }
    .typecho-head-nav .menu-bar[open] summary {
        border-bottom: 1px solid #383d45;
    }
    .typecho-head-nav .menu-bar[open] ~ menu {
        display: flex;
    }
    .typecho-head-nav nav {
        overflow-y: auto;
        width: 100vw;
        position: fixed;
        top: 0;
        background: #202328;
    }
    .typecho-head-nav nav:has(.menu-bar[open]) {
        width: 70vw;
        height: 100%;
    }
    .typecho-head-nav nav > menu {
        display: none;
        flex-flow: column;
    }
    .typecho-head-nav nav > menu > li:first-child {
        border: none;
    }
    .typecho-head-nav nav > menu > li > a {
        border: none !important;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .typecho-head-nav nav > menu > li:not(.operate).focus > a {
        background: #292d33;
    }
    .typecho-head-nav nav > menu > li:not(.operate):hover > a {
        background: #292d33;
    }
    .typecho-head-nav nav > menu > li:not(.operate) > a {
        pointer-events: auto;
        cursor: pointer;
    }
    .typecho-head-nav nav > menu > li menu {
        position: static;
        border: 1px solid #383d45;
        border-width: 1px 0;
        display: flex;
        min-width: auto;
        max-width: none;
    }
    .typecho-head-nav nav > menu > li.operate {
        flex-flow: column;
        justify-content: flex-start;
    }
    .typecho-head-nav nav > menu > li.operate a {
        background: #202328;
    }
    .typecho-head-nav nav > menu > li.operate a:hover {
        background: #292d33;
    }
}
@media (max-width: 575px) {
    body {
        padding-top: 36px;
    }
    body:has(.menu-bar[open]) {
        overflow: hidden;
    }
}
.typecho-foot {
    padding: 4em 0 3em;
    color: #999;
    line-height: 1.8;
    text-align: center;
}
.typecho-foot .copyright p {
    margin: 10px 0 0;
}
.typecho-foot .resource {
    color: #ccc;
}
.typecho-foot .resource a {
    margin: 0 3px;
    color: #999;
}
.loading {
    padding-right: 20px !important;
    background: transparent url(../img/ajax-loader.gif) no-repeat right center;
}
.front-archive {
    padding-right: 1.5em;
}
.profile-avatar {
    width: 220px;
    height: 220px;
    border-radius: 10px;
}
#typecho-welcome {
    margin: 1em 0;
    padding: 1em 2em;
    background-color: #e9e9e6;
}
.welcome-board {
    color: #999;
    font-size: 1.15em;
}
.welcome-board em {
    color: #444;
    font-size: 2em;
    font-style: normal;
    font-family: "Vazirmatn", sans-serif
}
#start-link {
    margin-bottom: 25px;
    padding: 0 0 35px;
    border-bottom: 1px solid #ececec;
    display: flex;
    flex-wrap: wrap;
}
#start-link li {
    margin-left: 1.5em;
    display: flex;
    align-items: center;
}
#start-link li .balloon {
    margin-right: 5px;
}
.latest-link li {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.latest-link span {
    display: inline-block;
    margin-left: 4px;
    padding-left: 8px;
    border-left: 1px solid #ececec;
    width: 37px;
    text-align: left;
    color: #999;
}
.update-check {
    font-size: 14px;
}
.typecho-login-wrap {
    display: table;
    margin: 0 auto;
    height: 100%;
}
.typecho-login-wrap .typecho-login {
    display: table-cell;
    padding: 30px 0 100px;
    width: 280px;
    text-align: center;
    vertical-align: middle;
}
.typecho-login-wrap .typecho-login h1 {
    margin: 0 0 1em;
}
.typecho-login-wrap .typecho-login .more-link {
    margin-top: 2em;
    color: #ccc;
}
.typecho-login-wrap .typecho-login .more-link a {
    margin: 0 3px;
}
.typecho-page-title {
    width: 100%;
    display: flex;
    align-items: center;
    margin: 25px 0 10px;
}
.typecho-page-title h2 {
    margin: 0;
    font-size: 1.28571em;
}
.typecho-page-title a {
    padding: 3px 8px;
    margin-right: 8px;
    background: #e9e9e6;
    font-size: 0.8em;
    font-weight: bold;
    border-radius: 2px;
}
.typecho-page-title a:hover {
    text-decoration: none;
}
.typecho-dashboard ul {
    list-style: none;
    padding: 0;
}
.typecho-dashboard ul li {
    margin-bottom: 5px;
}
.comment-reply-content {
    position: relative;
    margin: 1em 0;
    padding: 0 1em;
    border: 1px solid transparent;
    background-color: #f0f0ec;
}
.comment-reply-content:after {
    position: absolute;
    left: 1em;
    border: 8px solid #f0f0ec;
    border-color: #f0f0ec transparent transparent #f0f0ec;
    content: " ";
}
.comment-meta span,
.comment-date {
    font-size: 0.92857em;
    color: #999;
}
.comment-action a,
.comment-action span {
    margin-left: 4px;
}
.comment-edit label {
    display: block;
}
.comment-content img {
    max-width: 100%;
}
@media (max-width: 575px) {
    .comment-edit {
        display: flex;
        flex-direction: column;
        width: 90vw;
    }
    .comment-edit td:first-child {
        display: none;
    }
}
#typecho-respond {
    padding: 10px;
    display: none;
}
.typecho-theme-list img {
    margin: 1em 0;
    max-width: 100%;
    max-height: 240px;
}
.typecho-theme-list cite {
    font-style: normal;
    color: #999;
}
.typecho-theme-list tbody tr.current td {
    background-color: #fff9e8;
}
.typecho-edit-theme ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.typecho-edit-theme ul li {
    padding: 3px 10px;
}
.typecho-edit-theme .current {
    background-color: #e6e6e3;
}
.typecho-edit-theme .current a {
    color: #444;
}
.typecho-edit-theme textarea {
    font-size: 0.92857em;
    line-height: 1.2;
    height: 500px;
}
.typecho-attachment-photo {
    border: 1px solid #e6e6e3;
    max-width: 100%;
}
#upload-panel {
    border: 1px dashed #d9d9d6;
    background-color: #fff;
    color: #999;
    font-size: 0.92857em;
}
#upload-panel.drag {
    background-color: #fffbcc;
}
.upload-area {
    padding: 15px;
    text-align: center;
}
#file-list {
    list-style: none;
    margin: 0 10px;
    padding: 0;
    max-height: 450px;
    overflow: auto;
    word-break: break-all;
}
#file-list li,
#file-list .insert {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
#file-list li {
    padding: 8px 0;
    border-top: 1px dashed #d9d9d6;
}
#file-list .insert {
    display: block;
    max-width: 100%;
}
#file-list .file {
    margin-right: 5px;
}
#file-list .info {
    text-transform: uppercase;
}
#btn-fullscreen-upload {
    visibility: hidden;
}
.edit-media button {
    margin-left: 6px;
}
.tDnD_whileDrag {
    background-color: #fffbcc;
}
@media (max-width: 575px) {
    .typecho-option-submit button[type="submit"] {
        width: 100%;
    }
    .profile-avatar {
        width: 110px;
        height: 110px;
    }
}
.icons-sprite,
.icons-icon-delete,
.icons-icon-edit,
.icons-icon-exlink,
.icons-icon-upload-active,
.icons-icon-upload,
.icons-mime-application,
.icons-mime-archive,
.icons-mime-audio,
.icons-mime-html,
.icons-mime-image,
.icons-mime-office,
.icons-mime-script,
.icons-mime-text,
.icons-mime-unknow,
.icons-mime-video,
.i-edit,
.i-delete,
.i-upload,
.i-upload-active,
.i-exlink,
.mime-office,
.mime-text,
.mime-image,
.mime-html,
.mime-archive,
.mime-application,
.mime-audio,
.mime-script,
.mime-video,
.mime-unknow {
    background-image: url("../img/icons.png?_=01c3ae1");
    background-repeat: no-repeat;
}
.icons-icon-delete {
    background-position: 100% 0;
    width: 16px;
    height: 16px;
}
.icons-icon-edit {
    background-position: 100% -16px;
    width: 16px;
    height: 16px;
}
.icons-icon-exlink {
    background-position: 100% -32px;
    width: 16px;
    height: 16px;
}
.icons-icon-upload-active {
    background-position: 100% -208px;
    width: 24px;
    height: 24px;
}
.icons-icon-upload {
    background-position: 100% -232px;
    width: 24px;
    height: 24px;
}
.icons-icon-upload:active,
.icons-icon-upload.icon-upload-active {
    background-position: 100% -208px;
}
.icons-mime-application {
    background-position: 100% -48px;
    width: 16px;
    height: 16px;
}
.icons-mime-archive {
    background-position: 100% -64px;
    width: 16px;
    height: 16px;
}
.icons-mime-audio {
    background-position: 100% -80px;
    width: 16px;
    height: 16px;
}
.icons-mime-html {
    background-position: 100% -96px;
    width: 16px;
    height: 16px;
}
.icons-mime-image {
    background-position: 100% -112px;
    width: 16px;
    height: 16px;
}
.icons-mime-office {
    background-position: 100% -128px;
    width: 16px;
    height: 16px;
}
.icons-mime-script {
    background-position: 100% -144px;
    width: 16px;
    height: 16px;
}
.icons-mime-text {
    background-position: 100% -160px;
    width: 16px;
    height: 16px;
}
.icons-mime-unknow {
    background-position: 100% -176px;
    width: 16px;
    height: 16px;
}
.icons-mime-video {
    background-position: 100% -192px;
    width: 16px;
    height: 16px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .icons-sprite,
    .icons-icon-delete,
    .icons-icon-edit,
    .icons-icon-exlink,
    .icons-icon-upload-active,
    .icons-icon-upload,
    .icons-mime-application,
    .icons-mime-archive,
    .icons-mime-audio,
    .icons-mime-html,
    .icons-mime-image,
    .icons-mime-office,
    .icons-mime-script,
    .icons-mime-text,
    .icons-mime-unknow,
    .icons-mime-video,
    .i-edit,
    .i-delete,
    .i-upload,
    .i-upload-active,
    .i-exlink,
    .mime-office,
    .mime-text,
    .mime-image,
    .mime-html,
    .mime-archive,
    .mime-application,
    .mime-audio,
    .mime-script,
    .mime-video,
    .mime-unknow {
        background-image: url("../img/icons@2x.png?_=e65bc46");
        background-repeat: no-repeat;
        background-size: 24px 256px;
    }
    .icons-icon-delete {
        background-position: 100% 0;
    }
    .icons-icon-edit {
        background-position: 100% -16px;
    }
    .icons-icon-exlink {
        background-position: 100% -32px;
    }
    .icons-icon-upload-active {
        background-position: 100% -208px;
    }
    .icons-icon-upload {
        background-position: 100% -232px;
    }
    .icons-icon-upload:active,
    .icons-icon-upload.icon-upload-active {
        background-position: 100% -208px;
    }
    .icons-mime-application {
        background-position: 100% -48px;
    }
    .icons-mime-archive {
        background-position: 100% -64px;
    }
    .icons-mime-audio {
        background-position: 100% -80px;
    }
    .icons-mime-html {
        background-position: 100% -96px;
    }
    .icons-mime-image {
        background-position: 100% -112px;
    }
    .icons-mime-office {
        background-position: 100% -128px;
    }
    .icons-mime-script {
        background-position: 100% -144px;
    }
    .icons-mime-text {
        background-position: 100% -160px;
    }
    .icons-mime-unknow {
        background-position: 100% -176px;
    }
    .icons-mime-video {
        background-position: 100% -192px;
    }
    .i-edit {
        background-position: 100% -16px;
    }
    .i-delete {
        background-position: 100% 0;
    }
    .i-upload {
        background-position: 100% -232px;
    }
    .i-upload:active,
    .i-upload.icon-upload-active {
        background-position: 100% -208px;
    }
    .i-upload-active {
        background-position: 100% -208px;
    }
    .i-exlink {
        background-position: 100% -32px;
    }
    .mime-office {
        background-position: 100% -128px;
    }
    .mime-text {
        background-position: 100% -160px;
    }
    .mime-image {
        background-position: 100% -112px;
    }
    .mime-html {
        background-position: 100% -96px;
    }
    .mime-archive {
        background-position: 100% -64px;
    }
    .mime-application {
        background-position: 100% -48px;
    }
    .mime-audio {
        background-position: 100% -80px;
    }
    .mime-script {
        background-position: 100% -144px;
    }
    .mime-video {
        background-position: 100% -192px;
    }
    .mime-unknow {
        background-position: 100% -176px;
    }
}
.i-edit,
.i-delete,
.i-exlink,
.mime-office,
.mime-text,
.mime-image,
.mime-html,
.mime-archive,
.mime-application,
.mime-audio,
.mime-script,
.mime-video,
.mime-unknow,
.i-upload,
.i-upload-active {
    display: inline-block;
    vertical-align: text-bottom;
    text-indent: -9999em;
}
.i-edit:hover,
.i-delete:hover,
.i-exlink:hover,
.mime-office:hover,
.mime-text:hover,
.mime-image:hover,
.mime-html:hover,
.mime-archive:hover,
.mime-application:hover,
.mime-audio:hover,
.mime-script:hover,
.mime-video:hover,
.mime-unknow:hover,
.i-upload:hover,
.i-upload-active:hover {
    opacity: 0.75;
}
.i-edit,
.i-delete,
.i-exlink,
.mime-office,
.mime-text,
.mime-image,
.mime-html,
.mime-archive,
.mime-application,
.mime-audio,
.mime-script,
.mime-video,
.mime-unknow {
    width: 22px;
    height: 16px;
}
.i-upload,
.i-upload-active {
    width: 24px;
    height: 24px;
}
.i-edit {
    background-position: 100% -16px;
}
.i-delete {
    background-position: 100% 0;
}
.i-upload {
    background-position: 100% -232px;
}
.i-upload:active,
.i-upload.icon-upload-active {
    background-position: 100% -208px;
}
.i-upload-active {
    background-position: 100% -208px;
}
.i-caret-up,
.i-caret-down,
.i-caret-left,
.i-caret-right {
    display: inline-block;
    border-style: solid;
    border-color: transparent transparent #bbb transparent;
    border-width: 3px 4px 5px;
}
.i-caret-down {
    border-color: #bbb transparent transparent transparent;
    border-width: 5px 4px 3px;
}
.i-caret-left {
    border-color: transparent transparent transparent #bbb;
    border-width: 4px 3px 4px 5px;
}
.i-caret-right {
    border-color: transparent #bbb transparent transparent;
    border-width: 4px 5px 4px 3px;
}
.i-exlink {
    background-position: 100% -32px;
}
.mime-office {
    background-position: 100% -128px;
}
.mime-text {
    background-position: 100% -160px;
}
.mime-image {
    background-position: 100% -112px;
}
.mime-html {
    background-position: 100% -96px;
}
.mime-archive {
    background-position: 100% -64px;
}
.mime-application {
    background-position: 100% -48px;
}
.mime-audio {
    background-position: 100% -80px;
}
.mime-script {
    background-position: 100% -144px;
}
.mime-video {
    background-position: 100% -192px;
}
.mime-unknow {
    background-position: 100% -176px;
}
.i-logo,
.i-logo-s {
    width: 169px;
    height: 40px;
    display: inline-block;
    background: url("../img/typecho-logo.svg") no-repeat;
    text-indent: -9999em;
    background-size: auto 40px;
    opacity: 0.15;
}
.i-logo:hover,
.i-logo-s:hover {
    opacity: 0.2;
}
.i-logo-s {
    width: 26px;
    height: 26px;
    background-size: auto 26px;
}
.editor {
    margin-bottom: -0.5em;
}
.editor-sprite,
.editor-editor-bold,
.editor-editor-code,
.editor-editor-exit-fullscreen,
.editor-editor-fullscreen,
.editor-editor-heading,
.editor-editor-hr,
.editor-editor-image,
.editor-editor-italic,
.editor-editor-link,
.editor-editor-more,
.editor-editor-olist,
.editor-editor-quote,
.editor-editor-redo,
.editor-editor-ulist,
.editor-editor-undo,
#wmd-button-bar .wmd-button-row li#wmd-bold-button span,
#wmd-button-bar .wmd-button-row li#wmd-italic-button span,
#wmd-button-bar .wmd-button-row li#wmd-link-button span,
#wmd-button-bar .wmd-button-row li#wmd-quote-button span,
#wmd-button-bar .wmd-button-row li#wmd-code-button span,
#wmd-button-bar .wmd-button-row li#wmd-image-button span,
#wmd-button-bar .wmd-button-row li#wmd-olist-button span,
#wmd-button-bar .wmd-button-row li#wmd-ulist-button span,
#wmd-button-bar .wmd-button-row li#wmd-heading-button span,
#wmd-button-bar .wmd-button-row li#wmd-hr-button span,
#wmd-button-bar .wmd-button-row li#wmd-more-button span,
#wmd-button-bar .wmd-button-row li#wmd-undo-button span,
#wmd-button-bar .wmd-button-row li#wmd-redo-button span,
#wmd-button-bar .wmd-button-row li#wmd-fullscreen-button span,
#wmd-button-bar .wmd-button-row li#wmd-exit-fullscreen-button span {
    background-image: url("../img/editor.png?_=ce98884");
    background-repeat: no-repeat;
}
.editor-editor-bold {
    background-position: 100% 0;
    width: 20px;
    height: 20px;
}
.editor-editor-code {
    background-position: 100% -20px;
    width: 20px;
    height: 20px;
}
.editor-editor-exit-fullscreen {
    background-position: 100% -40px;
    width: 20px;
    height: 20px;
}
.editor-editor-fullscreen {
    background-position: 100% -60px;
    width: 20px;
    height: 20px;
}
.editor-editor-heading {
    background-position: 100% -80px;
    width: 20px;
    height: 20px;
}
.editor-editor-hr {
    background-position: 100% -100px;
    width: 20px;
    height: 20px;
}
.editor-editor-image {
    background-position: 100% -120px;
    width: 20px;
    height: 20px;
}
.editor-editor-italic {
    background-position: 100% -140px;
    width: 20px;
    height: 20px;
}
.editor-editor-link {
    background-position: 100% -160px;
    width: 20px;
    height: 20px;
}
.editor-editor-more {
    background-position: 100% -180px;
    width: 20px;
    height: 20px;
}
.editor-editor-olist {
    background-position: 100% -200px;
    width: 20px;
    height: 20px;
}
.editor-editor-quote {
    background-position: 100% -220px;
    width: 20px;
    height: 20px;
}
.editor-editor-redo {
    background-position: 100% -240px;
    width: 20px;
    height: 20px;
}
.editor-editor-ulist {
    background-position: 100% -260px;
    width: 20px;
    height: 20px;
}
.editor-editor-undo {
    background-position: 100% -280px;
    width: 20px;
    height: 20px;
}
#wmd-button-bar {
    display: flex;
    align-items: center;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    #wmd-button-bar .editor-sprite,
    #wmd-button-bar .editor-editor-bold,
    #wmd-button-bar .editor-editor-code,
    #wmd-button-bar .editor-editor-exit-fullscreen,
    #wmd-button-bar .editor-editor-fullscreen,
    #wmd-button-bar .editor-editor-heading,
    #wmd-button-bar .editor-editor-hr,
    #wmd-button-bar .editor-editor-image,
    #wmd-button-bar .editor-editor-italic,
    #wmd-button-bar .editor-editor-link,
    #wmd-button-bar .editor-editor-more,
    #wmd-button-bar .editor-editor-olist,
    #wmd-button-bar .editor-editor-quote,
    #wmd-button-bar .editor-editor-redo,
    #wmd-button-bar .editor-editor-ulist,
    #wmd-button-bar .editor-editor-undo,
    #wmd-button-bar .wmd-button-row li#wmd-bold-button span,
    #wmd-button-bar .wmd-button-row li#wmd-italic-button span,
    #wmd-button-bar .wmd-button-row li#wmd-link-button span,
    #wmd-button-bar .wmd-button-row li#wmd-quote-button span,
    #wmd-button-bar .wmd-button-row li#wmd-code-button span,
    #wmd-button-bar .wmd-button-row li#wmd-image-button span,
    #wmd-button-bar .wmd-button-row li#wmd-olist-button span,
    #wmd-button-bar .wmd-button-row li#wmd-ulist-button span,
    #wmd-button-bar .wmd-button-row li#wmd-heading-button span,
    #wmd-button-bar .wmd-button-row li#wmd-hr-button span,
    #wmd-button-bar .wmd-button-row li#wmd-more-button span,
    #wmd-button-bar .wmd-button-row li#wmd-undo-button span,
    #wmd-button-bar .wmd-button-row li#wmd-redo-button span,
    #wmd-button-bar .wmd-button-row li#wmd-fullscreen-button span,
    #wmd-button-bar .wmd-button-row li#wmd-exit-fullscreen-button span {
        background-image: url("../img/editor@2x.png?_=f3643ed");
        background-repeat: no-repeat;
        background-size: 20px 300px;
    }
    #wmd-button-bar .editor-editor-bold {
        background-position: 100% 0;
    }
    #wmd-button-bar .editor-editor-code {
        background-position: 100% -20px;
    }
    #wmd-button-bar .editor-editor-exit-fullscreen {
        background-position: 100% -40px;
    }
    #wmd-button-bar .editor-editor-fullscreen {
        background-position: 100% -60px;
    }
    #wmd-button-bar .editor-editor-heading {
        background-position: 100% -80px;
    }
    #wmd-button-bar .editor-editor-hr {
        background-position: 100% -100px;
    }
    #wmd-button-bar .editor-editor-image {
        background-position: 100% -120px;
    }
    #wmd-button-bar .editor-editor-italic {
        background-position: 100% -140px;
    }
    #wmd-button-bar .editor-editor-link {
        background-position: 100% -160px;
    }
    #wmd-button-bar .editor-editor-more {
        background-position: 100% -180px;
    }
    #wmd-button-bar .editor-editor-olist {
        background-position: 100% -200px;
    }
    #wmd-button-bar .editor-editor-quote {
        background-position: 100% -220px;
    }
    #wmd-button-bar .editor-editor-redo {
        background-position: 100% -240px;
    }
    #wmd-button-bar .editor-editor-ulist {
        background-position: 100% -260px;
    }
    #wmd-button-bar .editor-editor-undo {
        background-position: 100% -280px;
    }
    #wmd-button-bar .wmd-button-row li#wmd-bold-button span {
        background-position: 100% 0;
    }
    #wmd-button-bar .wmd-button-row li#wmd-italic-button span {
        background-position: 100% -140px;
    }
    #wmd-button-bar .wmd-button-row li#wmd-link-button span {
        background-position: 100% -160px;
    }
    #wmd-button-bar .wmd-button-row li#wmd-quote-button span {
        background-position: 100% -220px;
    }
    #wmd-button-bar .wmd-button-row li#wmd-code-button span {
        background-position: 100% -20px;
    }
    #wmd-button-bar .wmd-button-row li#wmd-image-button span {
        background-position: 100% -120px;
    }
    #wmd-button-bar .wmd-button-row li#wmd-olist-button span {
        background-position: 100% -200px;
    }
    #wmd-button-bar .wmd-button-row li#wmd-ulist-button span {
        background-position: 100% -260px;
    }
    #wmd-button-bar .wmd-button-row li#wmd-heading-button span {
        background-position: 100% -80px;
    }
    #wmd-button-bar .wmd-button-row li#wmd-hr-button span {
        background-position: 100% -100px;
    }
    #wmd-button-bar .wmd-button-row li#wmd-more-button span {
        background-position: 100% -180px;
    }
    #wmd-button-bar .wmd-button-row li#wmd-undo-button span {
        background-position: 100% -280px;
    }
    #wmd-button-bar .wmd-button-row li#wmd-redo-button span {
        background-position: 100% -240px;
    }
    #wmd-button-bar .wmd-button-row li#wmd-fullscreen-button span {
        background-position: 100% -60px;
    }
    #wmd-button-bar .wmd-button-row li#wmd-exit-fullscreen-button span {
        background-position: 100% -40px;
    }
}
#wmd-button-bar .wmd-button-row {
    flex: 1;
    list-style: none;
    margin: 0;
    padding: 0;
    height: 26px;
    line-height: 1;
}
#wmd-button-bar .wmd-button-row li {
    display: inline-block;
    margin-left: 4px;
    padding: 3px;
    cursor: pointer;
    vertical-align: middle;
    border-radius: 2px;
    direction: ltr;
}
#wmd-button-bar .wmd-button-row li:hover {
    background-color: #e9e9e6;
}
#wmd-button-bar .wmd-button-row li.wmd-spacer {
    height: 20px;
    margin: 0 6px 0 10px;
    padding: 0;
    width: 1px;
    background: #e9e9e6;
    cursor: default;
}
#wmd-button-bar .wmd-button-row li span {
    display: block;
    width: 20px;
    height: 20px;
}
#wmd-button-bar .wmd-button-row li#wmd-bold-button span {
    background-position: 100% 0;
}
#wmd-button-bar .wmd-button-row li#wmd-italic-button span {
    background-position: 100% -140px;
}
#wmd-button-bar .wmd-button-row li#wmd-link-button span {
    background-position: 100% -160px;
}
#wmd-button-bar .wmd-button-row li#wmd-quote-button span {
    background-position: 100% -220px;
}
#wmd-button-bar .wmd-button-row li#wmd-code-button span {
    background-position: 100% -20px;
}
#wmd-button-bar .wmd-button-row li#wmd-image-button span {
    background-position: 100% -120px;
}
#wmd-button-bar .wmd-button-row li#wmd-olist-button span {
    background-position: 100% -200px;
}
#wmd-button-bar .wmd-button-row li#wmd-ulist-button span {
    background-position: 100% -260px;
}
#wmd-button-bar .wmd-button-row li#wmd-heading-button span {
    background-position: 100% -80px;
}
#wmd-button-bar .wmd-button-row li#wmd-hr-button span {
    background-position: 100% -100px;
}
#wmd-button-bar .wmd-button-row li#wmd-more-button span {
    background-position: 100% -180px;
}
#wmd-button-bar .wmd-button-row li#wmd-undo-button span {
    background-position: 100% -280px;
}
#wmd-button-bar .wmd-button-row li#wmd-redo-button span {
    background-position: 100% -240px;
}
#wmd-button-bar .wmd-button-row li#wmd-fullscreen-button span {
    background-position: 100% -60px;
}
#wmd-button-bar .wmd-button-row li#wmd-exit-fullscreen-button span {
    background-position: 100% -40px;
}
#wmd-button-bar .wmd-edittab {
    font-size: 0.92857em;
}
#wmd-button-bar .wmd-edittab a {
    display: inline-block;
    padding: 0 8px;
    margin-right: 5px;
    height: 20px;
    line-height: 20px;
}
#wmd-button-bar .wmd-edittab a:hover {
    text-decoration: none;
}
#wmd-button-bar .wmd-edittab a.active {
    background: #e9e9e6;
    color: #999;
}
#btn-cancel-preview {
    display: none;
}
.wmd-hidetab {
    display: none;
}
.wmd-visualhide {
    visibility: hidden;
}
.wmd-prompt-background {
    background-color: #000;
}
.wmd-prompt-dialog {
    position: fixed;
    z-index: 1001;
    top: 50%;
    right: 50%;
    margin-top: -95px;
    margin-right: -200px;
    padding: 20px;
    width: 360px;
    background: #f6f6f3;
}
.wmd-prompt-dialog p {
    margin: 0 0 5px;
}
.wmd-prompt-dialog form {
    margin-top: 10px;
}
.wmd-prompt-dialog input[type="text"] {
    margin-bottom: 10px;
    width: 100%;
}
.wmd-prompt-dialog button {
    margin-left: 10px;
}
#wmd-editarea .resize {
    display: block;
    margin: 2px auto 0;
    padding: 2px 0;
    border: 1px solid #d9d9d6;
    border-width: 1px 0;
    width: 60px;
    cursor: row-resize;
}
#wmd-editarea .resize i {
    display: block;
    height: 1px;
    background-color: #d9d9d6;
}
#wmd-preview {
    background: #fff;
    margin: 1em 0;
    padding: 0 15px;
    word-wrap: break-word;
    overflow: auto;
    border-radius: 2px;
}
#wmd-preview img {
    max-width: 100%;
}
#wmd-preview code,
#wmd-preview pre {
    padding: 2px 4px;
    background: #ddd;
    font-size: 14px;
}
#wmd-preview code {
    color: #c13;
}
#wmd-preview pre {
    padding: 1em;
}
#wmd-preview pre code {
    padding: 0;
    color: #444;
}
#wmd-preview blockquote {
    margin: 1em 1.5em;
    padding-right: 1.5em;
    border-right: 4px solid #e9e9e6;
    color: #777;
}
#wmd-preview hr {
    margin: 2em auto;
    width: 100px;
    border: 1px solid #e9e9e6;
    border-width: 2px 0 0 0;
}
#wmd-preview .summary:after {
    display: block;
    margin: 2em 0;
    background: #fff9e8;
    color: #cf9900;
    font-size: 0.85714em;
    text-align: center;
    content: "- more -";
}
#wmd-preview .embed {
    border: 1px solid #ccc;
    height: 40px;
    overflow: hidden;
    line-height: 40px;
    text-align: center;
    font-size: 12px;
    color: #777;
}
#wmd-preview table {
    width: 100%;
}
#wmd-preview table th,
#wmd-preview table td {
    border: 1px solid #ddd;
    padding: 5px 8px;
    word-break: break-all;
}
#wmd-preview table th {
    background: #eee;
}
#wmd-preview span.line {
    display: inline;
    height: 1px;
    line-height: 1px;
    position: absolute;
}
#wmd-preview .focus,
#wmd-preview .focus * {
    background-color: rgba(255, 230, 0, 0.5) !important;
}
@keyframes fullscreen-upload {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.fullscreen #wmd-button-bar,
.fullscreen #text,
.fullscreen #wmd-preview,
.fullscreen .submit {
    position: absolute;
    top: 0;
    width: 50%;
    background: #fff;
    z-index: 999;
    box-sizing: border-box;
    border-radius: 0;
}
.fullscreen #wmd-button-bar {
    right: 0;
    padding: 13px 20px;
    border-bottom: 1px solid #f3f3f0;
    z-index: 1000;
}
.fullscreen #text {
    top: 53px;
    right: 0;
    padding: 20px;
    border: none;
    outline: none;
}
.fullscreen #wmd-preview {
    top: 53px;
    left: 0;
    margin: 0;
    padding: 5px 20px;
    border: none;
    border-right: 1px solid #f3f3f0;
    background: #f6f6f3;
    overflow: auto;
}
.fullscreen .submit {
    left: 0;
    margin: 0;
    padding: 10px 20px;
    border-bottom: 1px solid #f3f3f0;
}
.fullscreen #upload-panel {
    -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.225);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.225);
    border-style: solid;
}
.fullscreen #tab-files {
    position: absolute;
    top: 52px;
    left: 0;
    width: 280px;
    z-index: 1001;
    animation: fullscreen-upload 0.5s;
}
.fullscreen .wmd-edittab,
.fullscreen .typecho-post-option,
.fullscreen .title,
.fullscreen .url-slug,
.fullscreen .typecho-page-title,
.fullscreen .typecho-head-nav,
.fullscreen .message {
    display: none;
}
.fullscreen .wmd-hidetab {
    display: block;
}
.fullscreen .wmd-visualhide,
.fullscreen #btn-fullscreen-upload {
    visibility: visible;
}
.preview .submit {
    width: 100%;
    background: #ffffdd;
}
.preview #wmd-button-bar,
.preview #wmd-preview,
.preview #text,
.preview #upload-panel,
.preview #tab-files,
.preview #btn-preview,
.preview #btn-fullscreen-upload,
.preview #auto-save-message {
    display: none;
}
.preview .preview-frame {
    width: 100%;
    border: 0;
    padding: 0;
    margin: 0;
    background: #fff;
    z-index: 999;
    position: absolute;
    top: 53px;
    right: 0;
}
.preview .preview-loading {
    background-image: url(../img/ajax-loader.gif);
    background-position: center;
    background-repeat: no-repeat;
}
.preview #btn-cancel-preview {
    display: inline-block;
}
@media (max-width: 575px) {
    #wmd-spacer2,
    #wmd-olist-button,
    #wmd-ulist-button,
    #wmd-heading-button,
    #wmd-hr-button,
    #wmd-more-button,
    #wmd-spacer3,
    #wmd-undo-button,
    #wmd-redo-button,
    #wmd-spacer4,
    #wmd-fullscreen-button,
    #wmd-exit-fullscreen-button,
    #btn-fullscreen-upload {
        display: none;
    }
}
#ui-datepicker-div {
    display: none;
    margin-top: -1px;
    padding: 10px;
    border: 1px solid #d9d9d6;
    background: #fff;
}
.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px;
}
.ui-timepicker-div dl {
    text-align: right;
}
.ui-timepicker-div dl dt {
    float: right;
    clear: right;
}
.ui-timepicker-div dl dd {
    margin: 0 40% 10px 0;
}
.ui-tpicker-grid-label {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}
#ui-datepicker-div .ui-datepicker-header {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}
#ui-datepicker-div .ui-datepicker-prev {
    float: right;
    cursor: pointer;
}
#ui-datepicker-div .ui-datepicker-next {
    float: left;
    cursor: pointer;
}
#ui-datepicker-div .ui-datepicker-title {
    font-weight: bold;
    text-align: center;
}
#ui-datepicker-div .ui-datepicker-calendar th {
    line-height: 24px;
}
#ui-datepicker-div .ui-datepicker-calendar a {
    display: block;
    width: 30px;
    background-color: #f3f3f0;
    line-height: 24px;
    text-align: center;
}
#ui-datepicker-div .ui-datepicker-calendar a:hover {
    background-color: #e9e9e6;
    text-decoration: none;
}
#ui-datepicker-div .ui-datepicker-today a {
    background-color: #e9e9e6;
    color: #444;
}
#ui-datepicker-div .ui-datepicker-current-day a {
    background-color: #467b96 !important;
    color: #fff;
}
#ui-datepicker-div .ui-timepicker-div {
    margin-top: 20px;
    border-top: 1px solid #eee;
}
#ui-datepicker-div .ui-slider {
    position: relative;
    margin-top: 18px;
    border: 1px solid #e9e9e6;
    background-color: #f6f6f3;
    height: 4px;
}
#ui-datepicker-div .ui-slider .ui-slider-handle {
    position: absolute;
    top: -7px;
    margin-right: -5px;
    z-index: 2;
    width: 10px;
    height: 16px;
    background-color: #467b96;
}
#ui-datepicker-div .ui-datepicker-buttonpane {
    padding-top: 10px;
    border-top: 1px solid #eee;
}
#ui-datepicker-div .ui-datepicker-current,
#ui-datepicker-div .ui-datepicker-close {
    float: right;
}
#ui-datepicker-div .ui-datepicker-close {
    float: left;
}
.ui-effects-transfer {
    border: 2px dotted #ccc;
}
ul.token-input-list {
    list-style: none;
    margin: 0;
    padding: 0 4px;
    min-height: 32px;
    border: 1px solid #d9d9d6;
    cursor: text;
    z-index: 999;
    background-color: #fff;
    clear: right;
    border-radius: 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
ul.token-input-list li {
    margin: 4px 0;
}
ul.token-input-list li input {
    padding: 0;
    border: 0;
    width: 100%;
    -webkit-appearance: caret;
}
li.token-input-token {
    padding: 0 6px;
    height: 27px;
    line-height: 27px;
    background-color: #f3f3f0;
    cursor: default;
    font-size: 0.92857em;
    text-align: left;
    white-space: nowrap;
}
li.token-input-token p {
    float: right;
    display: inline;
    margin: 0;
}
li.token-input-token span {
    color: #bbb;
    font-weight: bold;
    cursor: pointer;
}
li.token-input-selected-token {
    background-color: #e9e9e6;
}
li.token-input-input-token {
    padding: 0 4px;
}
div.token-input-dropdown {
    position: absolute;
    background-color: #fff;
    overflow: hidden;
    border: 1px solid #d9d9d6;
    border-top-width: 0;
    cursor: default;
    z-index: 1;
    font-size: 0.92857em;
}
div.token-input-dropdown p {
    margin: 0;
    padding: 5px 10px;
    color: #777;
    font-weight: bold;
}
div.token-input-dropdown ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
div.token-input-dropdown ul li {
    padding: 4px 10px;
    background-color: #fff;
}
div.token-input-dropdown ul li.token-input-dropdown-item {
    background-color: #fff;
}
div.token-input-dropdown ul li em {
    font-style: normal;
}
div.token-input-dropdown ul li.token-input-selected-dropdown-item {
    background-color: #467b96;
    color: #fff;
}
.hidden {
    display: none;
}
.sr-only {
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.sr-only.focusable:active,
.sr-only.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}
.invisible {
    visibility: hidden;
}
