@font-face {
    font-family: "Font Awesome 6 Free";
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url("../../css/awesome/webfonts/fa-solid-900.woff2") format("woff2"),
         url("../../css/awesome/webfonts/fa-solid-900.ttf") format("truetype");
}

body {
    margin: 0;
    padding: 0;
    font-family: sans-serif, "trebuchet ms", "lucida grande", "lucida sans unicode", arial, helvetica;
    font-size: 14px;
    width: 100%;
    height: 100%;
    background: #ededed;
    color: #333;
}

a {
    color: orange;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

li {
    list-style: none;
}

button {
    border: none;
    outline: none !important;
    cursor: pointer;
    background: transparent;
    color: #fff;
}

input {
    direction: rtl;
}

.fa {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
}

.fa-file:before {
    content: "\f15b";
}

.btable {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.bcell_mid {
    display: table-cell;
    vertical-align: middle;
}

.vheight {
    min-height: calc(100vh - 100px);
}

.centered_element {
    text-align: center;
}

.bclick {
    cursor: pointer;
}

#page_global {
    display: table;
    table-layout: fixed;
    width: 100%;
}

#page_content {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    height: auto;
    padding: 70px 0;
}

#page_wrapper {
    width: 100%;
    position: relative;
    overflow: hidden;
    overflow-y: auto;
}

.page_indata {
    display: table-cell;
    vertical-align: top;
}

.page_full {
    width: 100%;
    display: table;
    table-layout: fixed;
}

.page_full img {
    max-width: 100%;
}

.page_element {
    padding: 20px;
    margin-bottom: 10px;
    border-radius: 2px;
    box-shadow: 0 1px 3px rgb(0 0 0 / 20%);
    background: #fff;
    direction: rtl;
}

#menu_main_footer {
    font-size: 14px;
    width: auto;
}

#menu_main_footer li {
    display: inline-block;
    margin: 5px 10px 5px 0;
}

#menu_main_footer li a {
    color: inherit;
    text-decoration: none;
}

.page_ticon {
    width: 40px;
    height: 40px;
    font-size: 20px;
    text-align: center;
    border-radius: 50%;
}

.page_ttext {
    font-size: 25px;
    font-weight: bold;
    padding: 0 10px;
}

.page_tdesc {
    font-size: 14px;
    font-weight: 400;
    margin-top: 8px;
}

.csseo-page-content {
    text-align: center;
    line-height: 1.9;
}

.csseo-page-content h1,
.csseo-page-content h2,
.csseo-page-content h3,
.csseo-page-content h4,
.csseo-page-content h5,
.csseo-page-content h6,
.csseo-page-content p,
.csseo-page-content ul,
.csseo-page-content ol,
.csseo-page-content li {
    text-align: center;
}

.csseo-page-content p,
.csseo-page-content ul,
.csseo-page-content ol {
    margin: 0 0 18px;
}

.csseo-page-content li {
    margin: 0 0 8px;
}

#header_full {
    width: 100%;
    height: 50px;
    position: fixed;
    z-index: 202;
}

#wrap_full_header {
    height: 100%;
    padding: 0 10px;
}

#main_header {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
}

.head_logo {
    display: table-cell;
    vertical-align: middle;
    width: 160px;
    padding: 0 5px;
    white-space: nowrap;
}

.head_logo img {
    height: 40px;
    width: auto;
    display: block;
}

.head_option {
    display: table-cell;
    width: 40px;
    vertical-align: middle;
    font-size: 16px;
    text-align: center;
    position: relative;
    cursor: pointer;
}

.pad15 {
    padding: 15px;
}

.vpad25 {
    padding-top: 25px;
    padding-bottom: 25px;
}

.hpad10 {
    padding-left: 10px;
    padding-right: 10px;
}

.hpad15 {
    padding-left: 15px;
    padding-right: 15px;
}

.bhead {
    background: #222;
    color: #fff;
}

@media (max-width: 1100px) {
    #page_content {
        max-width: 100%;
        padding: 70px 16px 24px;
        box-sizing: border-box;
    }
}

@media (max-width: 768px) {
    .page_element {
        padding: 16px;
    }

    .page_ticon {
        width: 36px;
        height: 36px;
        font-size: 18px;
    }

    .page_ttext {
        font-size: 22px;
        line-height: 1.5;
        word-break: break-word;
    }

    .page_tdesc {
        font-size: 13px;
        line-height: 1.8;
    }

    .csseo-page-content {
        line-height: 1.95;
        word-break: break-word;
    }

    .csseo-page-content h1,
    .csseo-page-content h2,
    .csseo-page-content h3,
    .csseo-page-content h4,
    .csseo-page-content h5,
    .csseo-page-content h6 {
        line-height: 1.6;
    }
}

@media (max-width: 520px) {
    #page_content {
        padding: 66px 10px 18px;
    }

    .page_element {
        padding: 14px;
        margin-bottom: 8px;
    }

    .page_ticon {
        width: 32px;
        height: 32px;
        font-size: 16px;
    }

    .page_ttext {
        font-size: 19px;
        padding: 0 8px;
    }

    .page_tdesc {
        font-size: 12px;
        margin-top: 6px;
    }

    .pad15 {
        padding: 10px;
    }

    .csseo-page-content {
        font-size: 14px;
        line-height: 2;
    }

    .csseo-page-content p,
    .csseo-page-content ul,
    .csseo-page-content ol {
        margin: 0 0 14px;
    }
}

.foot {
    background: #222;
    color: #fff;
}

.theme_color {
    color: #03add8;
}

.back_theme {
    background: #e56b92;
    color: #fff;
}

.csseo-links-section {
    padding: 20px;
}

.csseo-links-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 16px;
}

.csseo-links-title {
    font-size: 18px;
    font-weight: bold;
    color: inherit;
}

.csseo-links-icon {
    color: inherit;
    font-size: 18px;
    line-height: 1;
}

.csseo-links-divider {
    height: 1px;
    background: rgb(0 0 0 / 8%);
    margin-bottom: 18px;
}

.csseo-links-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.csseo-link-card {
    display: block;
    padding: 22px 16px;
    background: #fff;
    border: 1px solid #e8edf3;
    border-radius: 18px;
    box-shadow: 0 2px 8px rgb(0 0 0 / 10%);
    text-align: center;
    text-decoration: none;
    color: #344a63;
    font-size: 16px;
    font-weight: 700;
}

.csseo-link-card:hover {
    color: #344a63;
}

@media (max-width: 960px) {
    .csseo-links-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .csseo-links-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }
}

.chat-entry-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 20px 0 16px;
}

.chat-entry-mini {
    width: 100%;
    max-width: 350px;
    padding: 16px;
    background: linear-gradient(180deg, #ffffff 0%, #fbfbff 100%);
    border: 1px solid #e7e8f2;
    border-radius: 18px;
    box-shadow: 0 18px 38px rgba(90, 102, 180, 0.12);
    position: relative;
    overflow: hidden;
}

.chat-entry-mini::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 4px;
    background: linear-gradient(90deg, #ff9a3d 0%, #ff5f6d 100%);
}

.chat-entry-mini * {
    box-sizing: border-box;
}

.ce-error {
    display: none;
    position: relative;
    z-index: 1;
    margin-bottom: 10px;
    padding: 10px 12px;
    border-radius: 12px;
    background: #fff4f4;
    border: 1px solid #f3d4d8;
    color: #b34052;
    font-size: 12px;
    line-height: 1.6;
}

.ce-tabs {
    display: flex;
    position: relative;
    z-index: 1;
    gap: 8px;
    margin-bottom: 12px;
}

.ce-tab {
    flex: 1;
    height: 42px;
    border: 1px solid #e7e8f2;
    background: #f7f8fc;
    color: #697386;
    border-radius: 14px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    transition: all 0.2s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.ce-tab:hover {
    background: #f1f3fb;
}

.ce-tab.active {
    background: linear-gradient(135deg, #6f7cf0 0%, #7d52c7 100%);
    color: #ffffff;
    border-color: transparent;
    box-shadow: 0 10px 24px rgba(111, 124, 240, 0.22);
}

.ce-form {
    margin: 0;
    position: relative;
    z-index: 1;
}

.ce-row {
    margin-bottom: 10px;
}

.ce-input {
    width: 100%;
    height: 44px;
    border: 1px solid #e5e7f0;
    background: #ffffff;
    color: #334155;
    border-radius: 14px;
    padding: 0 14px;
    font-size: 14px;
    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
    box-shadow: inset 0 1px 2px rgba(15, 23, 42, 0.03);
}

.ce-input::placeholder {
    color: #98a2b3;
}

.ce-input:focus {
    border-color: #b9c3ff;
    background: #ffffff;
    box-shadow: 0 0 0 4px rgba(111, 124, 240, 0.12);
}

.ce-submit {
    width: 100%;
    height: 44px;
    border: 0;
    border-radius: 14px;
    background: linear-gradient(135deg, #6277e8 0%, #354766 100%);
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.2s ease, opacity 0.2s ease, box-shadow 0.2s ease;
    box-shadow: 0 14px 28px rgba(53, 71, 102, 0.2);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.ce-submit:hover {
    box-shadow: 0 16px 30px rgba(53, 71, 102, 0.24);
}

.ce-submit:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}

.ce-loading {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-left: 6px;
    vertical-align: -2px;
    border: 2px solid rgba(255, 255, 255, 0.35);
    border-top-color: #fff;
    border-radius: 50%;
    animation: ceSpin 0.7s linear infinite;
}

@keyframes ceSpin {
    to {
        transform: rotate(360deg);
    }
}

@media screen and (max-width: 1120px) {
    #page_content {
        padding: 70px 5px;
    }
}

@media screen and (max-width: 900px) {
    #page_content {
        padding: 64px 8px 24px;
    }

    .page_element {
        padding: 16px;
    }

    .page_ticon {
        width: 38px;
        height: 38px;
        font-size: 18px;
    }

    .page_ttext {
        font-size: 22px;
        line-height: 1.45;
    }

    .page_tdesc {
        font-size: 13px;
        line-height: 1.8;
    }

    .csseo-page-content {
        line-height: 1.85;
    }
}

@media screen and (max-width: 640px) {
    #header_full {
        height: 54px;
    }

    #wrap_full_header {
        padding: 0 8px;
    }

    .head_logo {
        width: 124px;
        padding: 0 4px;
    }

    .head_logo img {
        height: 34px;
        max-width: 100%;
    }

    .head_option {
        width: 88px;
        font-size: 14px;
        white-space: nowrap;
    }

    #page_content {
        padding: 66px 8px 18px;
    }

    .page_element {
        padding: 14px;
        margin-bottom: 8px;
    }

    .page_ticon {
        width: 34px;
        height: 34px;
        font-size: 16px;
    }

    .page_ttext {
        font-size: 18px;
        line-height: 1.5;
        padding: 0 8px;
        word-break: break-word;
    }

    .page_tdesc {
        font-size: 12px;
        line-height: 1.75;
        margin-top: 6px;
    }

    .pad15 {
        padding: 12px;
    }

    .csseo-page-content {
        line-height: 1.8;
        font-size: 14px;
    }
}

@media screen and (max-width: 420px) {
    #header_full {
        height: 52px;
    }

    .head_logo {
        width: 110px;
    }

    .head_logo img {
        height: 30px;
    }

    .head_option {
        width: 76px;
        font-size: 13px;
    }

    #page_content {
        padding: 64px 6px 16px;
    }

    .page_element {
        padding: 12px;
    }

    .page_ttext {
        font-size: 16px;
        line-height: 1.55;
        padding: 0 6px;
    }

    .page_tdesc {
        font-size: 11px;
        line-height: 1.8;
    }

    .csseo-page-content {
        font-size: 13px;
    }
}
