:root {
    --license-primary: #006fff;
    --license-primary-dark: #0757af;
    --license-red: #fd420a;
    --license-yellow: #fdd76e;
    --license-text: #1f2937;
    --license-muted: #6b7280;
    --license-border: #edf1f7;
    --license-card: #ffffff;
    --license-soft: #f7f9fc;
    --license-shadow: 0 18px 50px rgba(26, 76, 160, .12);
    --license-linear-bg-1: radial-gradient(#ba6187 40%, rgb(144 224 255 / 0%) 60%) -620px -180px no-repeat, radial-gradient(#743fc3d6 33%, rgb(255 203 87 / 0%) 67%) -120px -24px no-repeat, radial-gradient(#b4684e 40%, rgb(144 224 255 / 0%) 70%) -470px 150px no-repeat, #9e4fa9;
    --license-linear-bg-2: radial-gradient(#24868994 20%, rgb(134 217 249 / 0%) 60%) -120px -180px no-repeat, radial-gradient(#454faa 33%, rgb(255 203 87 / 0%) 67%) -10px -4px no-repeat, radial-gradient(#7238ae 40%, rgb(144 224 255 / 0%) 70%) -470px 150px no-repeat, #4147b8;
    --license-linear-bg-3: radial-gradient(#bb552975 23%, rgb(247 197 86 / 0%) 67% 100%) 385px -24px, radial-gradient(#984cbe 30%, rgb(179 105 248 / 0%) 67% 100%) 122px -120px, radial-gradient(#661cac 15%, rgb(134 219 252 / 0%) 50% 100%) -620px 0, radial-gradient(#383d9ff5 25%, rgb(132 215 247 / 0%) 50% 100%) 520px -250px, #6841c0;
    --license-linear-bg-4: radial-gradient(#3a7ebe 20%, rgb(134 217 249 / 0%) 60%) -100px -300px no-repeat, radial-gradient(#405ed6 13%, rgb(255 203 87 / 0%) 50%) 300px -124px no-repeat, radial-gradient(#684ec8 40%, rgb(144 224 255 / 0%) 70%) 40px 18px no-repeat, #246d79;
    --license-linear-bg-5: radial-gradient(#865cc2 40%, rgb(144 224 255 / 0%) 60%) -620px -180px no-repeat, radial-gradient(#4956c6 33%, rgb(255 203 87 / 0%) 67%) -120px -24px no-repeat, radial-gradient(#3e77ab 40%, rgb(144 224 255 / 0%) 64%) 100px 150px no-repeat, #1f5b98;
    --license-linear-bg-6: radial-gradient(#277367 20%, rgb(134 217 249 / 0%) 60%) -120px -180px no-repeat, radial-gradient(#434ead 33%, rgb(255 203 87 / 0%) 67%) -120px -24px no-repeat, radial-gradient(#5b46a8 40%, rgb(144 224 255 / 0%) 70%) -470px 150px no-repeat, #1b4d89;
    --license-linear-bg-7: radial-gradient(#29843fba 23%, rgb(247 197 86 / 0%) 67% 100%) -285px -24px, radial-gradient(#365692 0, rgb(251 63 72 / 0%) 60% 100%) -40px 290px, #29727b;
    --license-linear-bg-8: radial-gradient(#c75c6e 23%, rgb(247 197 86 / 0%) 67% 100%) -285px -24px, radial-gradient(#bf7830 25%, rgb(132 215 247 / 0%) 50% 100%) 520px -250px, #b4663d;
    --license-linear-bg-9: radial-gradient(#4776c3 40%, rgb(144 224 255 / 0%) 60%) -235px -380px no-repeat, radial-gradient(#6e4cac 40%, rgb(144 224 255 / 0%) 70%) 100px 250px no-repeat, #5c5bdf;
    --license-linear-bg-10: radial-gradient(#b06553 23%, rgb(247 197 86 / 0%) 67% 100%) -285px -24px, radial-gradient(#9e4353 0, rgb(251 63 72 / 0%) 60% 100%) -540px 90px, radial-gradient(#8e43b6 30%, rgb(179 105 248 / 0%) 67% 100%) -122px -120px, #a75375;
}

.license-auth-page {
    max-width: 1180px;
    margin: 24px auto;
    padding: 0 14px;
}

.license-auth-page a {
    text-decoration: none;
}

.license-auth-archive-cover {
    position: relative;
    overflow: hidden;
    border-radius: 14px;
    min-height: 260px;
    margin-bottom: 22px;
    color: #fff;
    background: linear-gradient(135deg, #1f81ff 0%, #5038c8 100%);
    box-shadow: var(--license-shadow);
}

.license-auth-cover-bg::before,
.license-auth-cover-bg::after {
    content: "";
    position: absolute;
    border-radius: 999px;
    background: rgba(255, 255, 255, .14);
}

.license-auth-cover-bg::before {
    width: 780px;
    height: 780px;
    top: -430px;
    right: -300px;
}

.license-auth-cover-bg::after {
    width: 360px;
    height: 360px;
    bottom: -190px;
    left: -120px;
}

.license-auth-cover-content {
    position: relative;
    z-index: 2;
    max-width: 640px;
    padding: 54px 42px;
}

.license-auth-cover-content span,
.license-auth-section-title span {
    display: inline-block;
    margin-bottom: 8px;
    font-size: 12px;
    letter-spacing: .12em;
    text-transform: uppercase;
    opacity: .78;
}

.license-auth-cover-content h1 {
    margin: 0 0 12px;
    font-size: 42px;
    line-height: 1.15;
    font-weight: 800;
}

.license-auth-cover-content p {
    max-width: 520px;
    margin: 0 0 24px;
    font-size: 16px;
    opacity: .9;
}

.license-auth-cover-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.license-auth-cover-actions a {
    display: inline-flex;
    align-items: center;
    height: 38px;
    padding: 0 18px;
    border-radius: 999px;
    color: #fff;
    background: rgba(255, 255, 255, .16);
    border: 1px solid rgba(255, 255, 255, .26);
}

.license-auth-section {
    background: #fff;
    border-radius: 14px;
    border: 1px solid var(--license-border);
    padding: 20px;
    box-shadow: 0 12px 38px rgba(17, 24, 39, .05);
}

.license-auth-section.narrow {
    max-width: 820px;
    margin: 0 auto;
}

.license-auth-product-search {
    margin-bottom: 14px;
}

.license-auth-search-inner {
    position: relative;
    display: flex;
    gap: 10px;
    padding: 10px;
    border-radius: 12px;
    background: var(--license-soft);
    border: 1px solid var(--license-border);
}

.license-auth-search-inner input {
    flex: 1;
    min-width: 0;
    border: 0;
    background: transparent;
    outline: none;
    padding: 0 12px;
    height: 40px;
}

.license-auth-search-inner button,
.license-auth-query-form button,
.license-auth-group-query-form button {
    border: 0;
    height: 40px;
    border-radius: 10px;
    padding: 0 20px;
    color: #fff;
    background: linear-gradient(135deg, #ff7049 10%, var(--license-red) 100%);
    cursor: pointer;
}

.mso.buy {
    background: var(--body-bg-color);
}

.tickets .zyx-text,
.license-auth-ticket-form .zyx-text {
    background-color: var(--main-bg-color);
    border: 1px solid var(--main-bg-color);
    border-radius: 0;
    line-height: 32px;
    margin-bottom: 10px;
    padding: 0 12px;
    transition: border-color cubic-bezier(0.77, 0, 0.175, 1);
    width: 100%;
}

.tickets select,
.license-auth-ticket-form select {
    height: 34px;
    background: var(--body-bg-color);
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: none;
    font-size: 14px;
    line-height: 1.42857143;
    margin-bottom: 0;
    padding: 6px 12px;
    color: var(--main-color);
    vertical-align: middle;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
}

.license-auth-ticket-form .form-control {
    width: 100%;
}

.license-auth-ticket-form .wp-editor-wrap {
    border-radius: 4px;
    overflow: hidden;
}

.license-auth-ticket-form .wp-editor-container {
    border-color: var(--main-bg-color);
}

.license-auth-ticket-form .mce-tinymce {
    box-shadow: none;
}

.license-auth-ticket-form .mce-btn.mce-active button,
.license-auth-ticket-form .mce-btn.mce-active:hover button,
.license-auth-ticket-form .mce-btn.mce-active i,
.license-auth-ticket-form .mce-btn.mce-active:hover i {
    color: var(--main-color) !important;
}

.license-auth-ticket-form .author-set-right {
    margin-left: 0;
}

.license-auth-ticket-form .theme-box.wp-posts-content {
    padding: 10px 12px;
}

.license-auth-ticket-reply-list {
    display: grid;
    gap: 10px;
}

.license-auth-ticket-reply-list .theme-box {
    background: var(--body-bg-color);
    border: 1px solid var(--main-border-color, rgba(125, 125, 125, .12));
    border-radius: var(--main-radius, 6px);
    padding: 14px !important;
}

.license-auth-ticket-reply-list .theme-box > .flex.ac.jsb {
    align-items: center;
    gap: 12px;
    margin-bottom: 12px !important;
}

.license-auth-ticket-reply-list .theme-box > .flex.ac.jsb > .flex.ac {
    min-width: 0;
    gap: 8px;
}

.license-auth-ticket-reply-list img.avatar,
.license-auth-ticket-reply-list .avatar img {
    display: block;
    width: 34px !important;
    height: 34px !important;
    min-width: 34px;
    max-width: 34px !important;
    max-height: 34px !important;
    border-radius: 50%;
    object-fit: cover;
}

.license-auth-ticket-reply-list b {
    display: block;
    min-width: 0;
    max-width: 180px;
    overflow: hidden;
    color: var(--main-color);
    font-size: 14px;
    line-height: 1.35;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.license-auth-ticket-reply-list .muted-2-color.em09 {
    flex: 0 0 auto;
    font-size: 12px;
    line-height: 1.4;
    white-space: nowrap;
}

.license-auth-ticket-reply-list .wp-posts-content {
    padding-left: 42px;
    color: var(--main-color);
    line-height: 1.75;
}

.license-auth-ticket-reply-list .wp-posts-content p:first-child {
    margin-top: 0;
}

.license-auth-ticket-reply-list .wp-posts-content p:last-child {
    margin-bottom: 0;
}

@media (max-width: 640px) {
    .license-auth-ticket-reply-list .theme-box > .flex.ac.jsb {
        align-items: flex-start;
        flex-direction: column;
        gap: 6px;
    }

    .license-auth-ticket-reply-list .wp-posts-content {
        padding-left: 0;
    }
}

a[data-target="#user-tab-replytickets"],
.license-auth-hidden-user-tab {
    display: none !important;
}

.div_search {
    display: inline-block;
}

.div_search select {
    width: 115px;
}

.div_search_n {
    margin-left: 30px;
}

.table-tickets {
    width: 100%;
    border: 1px solid var(--main-bg-color) !important;
    border-left: 0 !important;
    border-radius: 2px;
    border-spacing: 0 !important;
    border-collapse: separate;
    background-color: transparent;
    empty-cells: show;
    margin-bottom: 1.6rem;
    overflow: hidden;
    word-wrap: break-word;
}

.table-tickets thead {
    background-color: var(--body-bg-color);
}

.table-tickets thead tr th {
    color: var(--main-color);
    padding: 1rem !important;
    line-height: 1.6;
    vertical-align: top;
    text-align: center;
    border-left: 1px solid var(--main-bg-color) !important;
    border-bottom: 1px solid var(--main-bg-color) !important;
    font-size: 14px;
    font-weight: 400 !important;
}

.table-tickets tbody tr td {
    padding: 1rem !important;
    line-height: 1.6;
    vertical-align: top;
    text-align: center;
    border-left: 1px solid var(--body-bg-color) !important;
    border-bottom: 1px solid var(--body-bg-color) !important;
    font-size: 14px;
    font-weight: 400 !important;
}

.tickets_reply,
.tickets_end,
.tickets_delete {
    padding: 2px 12px;
    color: #fff;
    font-weight: 400;
    border-radius: 4px;
    font-size: 12px;
    cursor: pointer;
}

.tickets_reply:hover,
.tickets_reply:focus,
.tickets_reply:active,
.tickets_end:hover,
.tickets_end:focus,
.tickets_end:active,
.tickets_delete:hover,
.tickets_delete:focus,
.tickets_delete:active {
    color: #fff !important;
}

.tickets_reply.disabled {
    opacity: .45;
    cursor: no-drop;
}

.paddings {
    padding: 2px 12px;
    font-size: 12px;
}

.tickets-prompt {
    float: right;
    color: #999;
    font-size: 14px;
}

.tickets-prompt span {
    color: var(--focus-color);
    font-weight: 900;
}

.mso {
    background: #fff;
    padding: 30px 0 18px;
    display: block;
    text-align: center;
    border-bottom: 0;
}

.mso ul {
    display: inline-block;
    margin: 0 auto;
    padding: 0;
    zoom: 1;
}

@media (max-width: 800px) {
    .tickets {
        font-size: 12px;
        padding: 0 !important;
    }

    .div_search_n {
        margin-left: 0;
    }

    .div_search-s {
        margin-top: 20px;
    }
}

.license-auth-category-nav {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding: 0 0 14px;
    margin-bottom: 8px;
}

.license-auth-category-nav a {
    flex: 0 0 auto;
    color: var(--license-muted);
    padding: 8px 16px;
    border-radius: 999px;
    background: #f5f7fb;
}

.license-auth-category-nav a.active,
.license-auth-category-nav a:hover {
    color: #fff;
    background: var(--license-primary);
}

.license-auth-product-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 18px;
}

.license-auth-product-card {
    overflow: hidden;
    border: 1px solid var(--license-border);
    border-radius: 14px;
    background: #fff;
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.license-auth-product-card:hover {
    transform: translateY(-4px);
    border-color: rgba(0, 111, 255, .22);
    box-shadow: var(--license-shadow);
}

.license-auth-product-cover {
    display: block;
    height: 154px;
    background: linear-gradient(135deg, #88c0fd 10%, #0757af 100%);
    overflow: hidden;
}

.license-auth-product-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .35s ease;
}

.license-auth-product-card:hover .license-auth-product-cover img {
    transform: scale(1.05);
}

.license-auth-product-cover span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: rgba(255, 255, 255, .88);
    font-size: 38px;
    font-weight: 800;
}

.license-auth-product-body {
    padding: 16px;
}

.license-auth-product-top,
.license-auth-product-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.license-auth-product-title {
    color: var(--license-text);
    font-size: 17px;
    font-weight: 700;
}

.license-auth-product-body p {
    height: 44px;
    margin: 10px 0;
    color: var(--license-muted);
    line-height: 1.55;
    overflow: hidden;
}

.license-auth-product-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 14px;
}

.license-auth-product-meta span,
.license-auth-badge {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: 4px 9px;
    font-size: 12px;
    background: #f5f7fb;
    color: var(--license-muted);
}

.license-auth-badge.ok {
    color: #057a55;
    background: #e9fbf2;
}

.license-auth-badge.warn {
    color: #b45309;
    background: #fff7ed;
}

.license-auth-product-price {
    color: #f0506e;
    font-size: 24px;
    font-weight: 800;
}

.license-auth-product-price span {
    font-size: 13px;
    margin-right: 3px;
}

.license-auth-btn,
.license-auth-buy {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    min-height: 40px;
    padding: 0 18px;
    color: #fff !important;
    background: linear-gradient(135deg, #ff7049 10%, var(--license-red) 100%);
    border: 0;
    cursor: pointer;
    line-height: 1;
}

.license-auth-buy.small,
.license-auth-product-bottom .license-auth-btn {
    min-height: 34px;
    padding: 0 14px;
    font-size: 13px;
}

.license-auth-btn.secondary {
    background: linear-gradient(135deg, #1f81ff 10%, #389aff 100%);
}

.license-auth-btn.manage {
    background: linear-gradient(135deg, #fbbf24 10%, #f59e0b 100%);
}

.license-auth-btn.disabled {
    pointer-events: auto;
    background: #9ca3af;
}

.license-auth-btn.ghost {
    background: rgba(255, 255, 255, .14);
    border: 1px solid rgba(255, 255, 255, .28);
}

.license-auth-product-page {
    margin-top: -20px;
}

.license-auth-zibll-hero {
    position: relative;
    overflow: hidden;
    padding: 64px 20px;
    color: #fff;
}

.license-auth-gradient-bg {
    position: absolute;
    inset: 0;
}

.license-auth-single-grid {
    position: relative;
    z-index: 2;
    max-width: 1180px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr);
    gap: 42px;
    align-items: center;
}

.license-auth-gallery-main {
    overflow: hidden;
    min-height: 360px;
    border-radius: 16px;
    background: rgba(0, 0, 0, .12);
    border: 5px solid rgba(255, 255, 255, .16);
    box-shadow: 0 45px 80px -24px rgba(0, 0, 0, .35);
}

.license-auth-gallery-main img {
    display: none;
    width: 100%;
    height: 360px;
    object-fit: cover;
}

.license-auth-gallery-main img.active {
    display: block;
}

.license-auth-single-info h1 {
    margin: 12px 0;
    font-size: clamp(34px, 5vw, 58px);
    letter-spacing: .08em;
    font-weight: 800;
    color: #fff;
}

.license-auth-single-desc {
    margin: 0 0 24px;
    color: rgba(255, 255, 255, .82);
    line-height: 1.8;
}

.license-auth-tag {
    display: inline-flex;
    align-items: center;
    height: 26px;
    padding: 0 12px;
    border-radius: 999px;
    color: #fff;
    background: rgba(255, 255, 255, .16);
}

.license-auth-price-row {
    display: flex;
    align-items: flex-end;
    gap: 14px;
    margin-bottom: 20px;
}

.license-auth-price-row b {
    font-size: 48px;
    line-height: 1;
    color: #fff;
}

.license-auth-price-row b span {
    font-size: 22px;
}

.license-auth-price-row del {
    color: rgba(255, 255, 255, .62);
    font-size: 18px;
}

.license-auth-pay-row,
.license-auth-more-buttons,
.license-auth-ceo-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.license-auth-details-box,
.license-auth-ceo-meta {
    margin-top: 26px;
    max-width: 420px;
    padding: 18px 20px;
    border-radius: 12px;
    background: rgba(0, 0, 0, .12);
    color: rgba(255, 255, 255, .82);
}

.license-auth-details-box ul,
.license-auth-ceo-meta ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.license-auth-details-box li,
.license-auth-ceo-meta li {
    margin: 0;
    padding: 7px 0;
}

.license-auth-details-box li span {
    display: inline-block;
    min-width: 86px;
    color: #fff;
}

.license-auth-article-wrap {
    max-width: 1180px;
    margin: 22px auto;
    padding: 0 14px;
}

.license-auth-article-content {
    padding: 26px;
    border-radius: 14px;
    background: #fff;
    border: 1px solid var(--license-border);
    color: var(--license-text);
    line-height: 1.85;
}

.license-auth-ceo-hero {
    position: relative;
    overflow: hidden;
    min-height: 760px;
    padding: 120px 20px 80px;
    color: #fff;
    background: #006fff;
}

.license-auth-shapes i {
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, .12);
}

.license-auth-shapes i:nth-child(1) { width: 1900px; height: 1900px; top: -950px; right: -950px; }
.license-auth-shapes i:nth-child(2) { width: 1300px; height: 1300px; top: -650px; right: -650px; }
.license-auth-shapes i:nth-child(3) { width: 760px; height: 760px; top: -380px; right: -380px; }
.license-auth-shapes i:nth-child(4) { width: 280px; height: 280px; top: -140px; right: -140px; }

.license-auth-orbits i {
    position: absolute;
    border: 3px solid rgba(255, 255, 255, .18);
    animation: license-auth-rotate 34s linear infinite;
}

.license-auth-orbits i:nth-child(1) { width: 22px; height: 22px; border-radius: 50%; left: 12%; top: 18%; }
.license-auth-orbits i:nth-child(2) { width: 28px; height: 28px; left: 8%; top: 70%; transform: rotate(45deg); }
.license-auth-orbits i:nth-child(3) { width: 0; height: 0; border: 15px solid transparent; border-top-color: rgba(255, 255, 255, .18); left: 30%; top: 58%; }
.license-auth-orbits i:nth-child(4) { width: 16px; height: 16px; border-radius: 50%; left: 46%; top: 22%; }

.license-auth-ceo-grid {
    position: relative;
    z-index: 2;
    max-width: 1180px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 56px;
    align-items: center;
}

.license-auth-ceo-copy h1 {
    margin: 18px 0;
    font-size: clamp(32px, 5vw, 52px);
    line-height: 1.18;
    font-weight: 800;
    color: #fff;
}

.license-auth-ceo-copy p {
    margin: 0 0 34px;
    font-size: 18px;
    line-height: 1.8;
    color: rgba(255, 255, 255, .86);
}

.license-auth-ceo-price {
    margin-bottom: 30px;
    font-size: 16px;
}

.license-auth-ceo-price span {
    margin-left: 6px;
    color: var(--license-yellow);
    font-size: 20px;
}

.license-auth-ceo-price em {
    font-style: normal;
    color: var(--license-yellow);
    font-size: 34px;
}

.license-auth-ceo-price del {
    position: relative;
    margin-left: 14px;
    color: rgba(255, 255, 255, .72);
}

.license-auth-ceo-price del i {
    position: absolute;
    left: 0;
    top: -30px;
    padding: 2px 12px;
    border-radius: 50px 50px 50px 0;
    background: #f0506e;
    color: #fff;
    font-size: 12px;
    font-style: normal;
}

.license-auth-ceo-preview {
    overflow: hidden;
    min-height: 430px;
    border-radius: 18px;
    border: 5px solid rgba(255, 255, 255, .16);
    box-shadow: 0 45px 80px -24px rgba(0, 111, 255, .48);
    background: rgba(255, 255, 255, .12);
}

.license-auth-ceo-preview img {
    width: 100%;
    height: 430px;
    object-fit: cover;
}

.license-auth-preview-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 360px;
    padding: 30px;
    color: rgba(255, 255, 255, .86);
    font-size: 34px;
    font-weight: 800;
    text-align: center;
}

.license-auth-public-query {
    max-width: 400px;
    padding: 20px;
}

.license-auth-account-page .license-auth-query-box {
    background: transparent;
    border-radius: 0;
}

.license-auth-help-box {
    background: #fff;
    border-radius: 14px;
}

.license-auth-public-query .name {
    font-size: 1.5em;
    color: #fff;
    text-align: center;
    margin: 60px 0;
}

.license-auth-public-query .navbar-logo {
    margin-bottom: 10px;
}

.license-auth-public-query .navbar-logo img {
    height: 45px;
}

.license-auth-public-query .title {
    color: var(--main-color, #1f2937);
}

.license-auth-section-title h3 {
    margin: 0 0 8px;
    font-size: 28px;
    color: var(--license-text);
}

.license-auth-section-title p {
    margin: 0 0 20px;
    color: var(--license-muted);
}

.license-auth-public-query .license-auth-query-form,
.license-auth-public-query .license-auth-group-query-form {
    display: block;
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
}

.license-auth-public-query .license-auth-query-form input,
.license-auth-public-query .license-auth-query-form select,
.license-auth-public-query .license-auth-group-query-form input,
.license-auth-public-query .license-auth-group-query-form select {
    -webkit-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    height: 46px;
    border-radius: 4px;
    transition: .15s;
    padding: 10px 15px;
    box-shadow: none;
    text-shadow: 0 0 0;
    line-height: 1.44;
    margin-bottom: 20px;
    box-sizing: border-box;
    font-size: 16px;
    background: var(--footer-bg, #f7f8fa);
    border: 1px solid transparent;
    outline: none;
}

.license-auth-public-query .license-auth-query-form select,
.license-auth-public-query .license-auth-group-query-form select {
    background-image: linear-gradient(45deg, transparent 50%, #999 50%), linear-gradient(135deg, #999 50%, transparent 50%);
    background-position: calc(100% - 18px) 20px, calc(100% - 13px) 20px;
    background-size: 5px 5px, 5px 5px;
    background-repeat: no-repeat;
}

.license-auth-public-query .license-auth-query-form input:hover,
.license-auth-public-query .license-auth-query-form select:hover,
.license-auth-public-query .license-auth-group-query-form input:hover,
.license-auth-public-query .license-auth-group-query-form select:hover {
    border-color: rgb(252 84 162 / 60%);
}

.license-auth-public-query .license-auth-query-form input:focus,
.license-auth-public-query .license-auth-query-form select:focus,
.license-auth-public-query .license-auth-group-query-form input:focus,
.license-auth-public-query .license-auth-group-query-form select:focus {
    border-color: #fc54a2;
    box-shadow: 0 0 2px 3px rgb(252 84 162 / 24%);
}

.license-auth-public-query .license-auth-query-submit,
.license-auth-public-query .license-auth-query-form button.license-auth-query-submit,
.license-auth-public-query .license-auth-group-query-form button.license-auth-query-submit {
    width: 100%;
    height: auto;
    min-height: 44px;
    border-radius: 4px;
    padding: .8em 2em;
    overflow: hidden;
    position: relative;
}

.license-auth-public-query .license-auth-query-result,
.license-auth-public-query .license-auth-group-query-result {
    margin-top: 14px;
}

.license-auth-public-query .license-auth-result-card {
    border: 0;
    border-radius: 0;
    padding: 0;
    background: transparent;
}

.license-auth-public-query .license-auth-result-card .result-list {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 10px;
    font-size: 13px;
    color: #888;
    background: var(--footer-bg, #f7f8fa);
    padding: 10px;
    border-radius: 4px;
}

.license-auth-public-query .license-auth-result-card .result-list b,
.license-auth-public-query .license-auth-result-card .result-list code {
    color: var(--main-color, #1f2937);
    font-weight: 400;
    text-align: right;
    word-break: break-all;
}

.license-auth-public-query .license-auth-result-card code,
.license-auth-user-table code {
    padding: 2px 6px;
    border-radius: 5px;
    background: #f5f7fb;
}

.result-ok,
.result-error {
    font-size: 18px;
    margin: 40px 0 10px;
    text-align: center;
}

.result-ok .icon {
    width: 1.25em;
    height: 1.25em;
    vertical-align: -0.28em;
}

.result-desc {
    margin-bottom: 10px;
    opacity: .6;
}

.c-red,
.result-error {
    color: #fd605b;
}

.c-green,
.c-ok,
.result-ok {
    color: #64d476;
}

.result-list {
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 1.9;
    color: #888;
    background: var(--footer-bg, #f7f8fa);
    padding: 10px;
    border-radius: 4px;
}

.zpadding-lg {
    padding: .8em 2em;
}

.license-auth-user-wrap .zib-widget {
    margin-bottom: 20px;
}

.license-auth-user-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-top: 16px;
    text-align: center;
}

.license-auth-user-stats b {
    display: block;
    color: var(--main-color, #1f2937);
    font-size: 22px;
    line-height: 1.2;
}

.license-auth-user-stats span {
    display: block;
    margin-top: 5px;
    color: var(--muted-color, #777);
    font-size: 12px;
}

.table-aut {
    width: 100%;
    border: 1px solid var(--main-bg-color, #f1f3f5) !important;
    border-radius: 2px;
    border-left: 0 !important;
    margin-bottom: 1.6rem;
    border-spacing: 0 !important;
    border-collapse: separate;
    background-color: transparent;
    empty-cells: show;
    word-wrap: break-word;
    overflow: hidden;
}

.table-aut thead {
    background-color: var(--body-bg-color, #fff);
}

.table-aut thead tr th {
    color: var(--main-color, #1f2937);
    padding: 1rem !important;
    line-height: 1.6;
    vertical-align: top;
    text-align: center;
    border-left: 1px solid var(--main-bg-color, #f1f3f5) !important;
    border-bottom: 1px solid var(--main-bg-color, #f1f3f5) !important;
    font-size: 14px;
    font-weight: 400 !important;
}

.table-aut tbody tr td {
    padding: 1rem !important;
    line-height: 1.6;
    vertical-align: top;
    text-align: center;
    border-left: 1px solid var(--body-bg-color, #fff) !important;
    border-bottom: 1px solid var(--body-bg-color, #fff) !important;
    font-size: 14px;
    font-weight: 400 !important;
}

.aut_reply {
    display: inline-block;
    padding: 3px 12px;
    color: #fff !important;
    font-weight: 400;
    border-radius: 4px;
    font-size: 12px;
    cursor: pointer;
}

.aut-prompt {
    color: #999;
    font-size: 14px;
}

.aut-prompt span {
    color: var(--focus-color, #006fff);
    font-weight: 900;
}

.mso {
    background: var(--body-bg-color, #fff);
    padding: 30px 0 18px;
    display: block;
    text-align: center;
    border-bottom: 0;
}

.mso ul {
    display: inline-block;
    margin: 0 auto;
    padding: 0;
}

.zyx-text {
    background-color: var(--main-bg-color, #f3f5f7);
    border: 1px solid var(--main-bg-color, #f3f5f7);
    border-radius: 3px;
    line-height: 32px;
    margin-bottom: 10px;
    padding: 0 12px;
    transition: border-color .2s;
}

.div_search {
    display: inline-block;
}

.div_search select {
    width: 115px;
    height: 32px;
    background-color: var(--main-bg-color, #f3f5f7);
    border: 1px solid var(--main-bg-color, #f3f5f7);
    border-radius: 3px;
    padding: 0 18px;
}

.div_search_n {
    margin-left: 30px;
}

.license-auth-admin-order-card {
    padding: 12px;
    border-radius: var(--main-radius, 8px);
    background: var(--main-shadow, rgba(125, 125, 125, .08));
}

.license-auth-admin-product-avatar {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    flex: 0 0 60px;
    border-radius: 8px;
    overflow: hidden;
    color: var(--focus-color, #3080e9);
    background: var(--main-bg-color, rgba(125, 125, 125, .1));
}

.license-auth-admin-product-avatar img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.license-auth-admin-form-row {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 14px;
}

.license-auth-admin-form-label {
    width: 130px;
    flex: 0 0 130px;
    padding-top: 7px;
    color: var(--muted-2-color, #6b7280);
    text-align: right;
}

.license-auth-admin-form-content {
    flex: 1;
    min-width: 0;
}

.license-auth-admin-radio-group {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    min-height: 34px;
    align-items: center;
}

.license-auth-admin-radio-option {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin: 0 12px 4px 0;
    cursor: pointer;
    color: var(--main-color, inherit);
    font-weight: normal;
}

.license-auth-admin-radio-option input {
    margin: 0;
}

.license-auth-admin-domain-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    max-width: 100%;
    word-break: break-all;
}

.license-auth-admin-domain-tag {
    max-width: 220px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.license-auth-user-table a {
    text-decoration: none;
}

.license-auth-admin-add-form .search-container {
    border-radius: var(--main-radius, 8px);
    background: var(--main-bg-color, rgba(125, 125, 125, .06));
}

.license-auth-admin-add-form .user-info {
    transition: background-color .2s, color .2s;
}

.license-auth-admin-add-form .user-info.active,
.license-auth-admin-add-form .user-info:hover {
    background: var(--main-shadow, rgba(125, 125, 125, .08));
}

.license-auth-admin-add-form .transfer-user .muted-box {
    display: flex;
    width: 100%;
    padding: 10px;
}

.license-auth-admin-add-form .recipient-user-btn {
    white-space: nowrap;
}

.license-auth-center-box .zyx-item,
.license-auth-center-box item {
    display: block;
    width: calc(25% - 10px);
    margin: 5px;
    min-width: 50px;
    max-width: 100px;
    cursor: pointer;
    text-decoration: none;
}

.license-auth-product-entry {
    cursor: pointer;
    overflow: hidden;
}

@media (max-width: 800px) {
    .div_search_n {
        margin-left: 0;
    }

    .div_search-s {
        margin-top: 20px;
    }

    .license-auth-admin-form-row {
        display: block;
    }

    .license-auth-admin-form-label {
        width: auto;
        padding-top: 0;
        margin-bottom: 6px;
        text-align: left;
    }
}

.license-auth-user-product-tabs .pay-box {
    position: relative;
    margin-bottom: 20px;
}

.license-auth-user-product-tabs .pay-tag {
    left: auto;
    right: 0;
    border-radius: 0 var(--main-radius, 8px) 0 var(--main-radius, 8px);
    padding: 4px 12px;
    background: var(--focus-color, #006fff);
    color: #fff;
    font-size: 12px;
}

.license-auth-user-product-tabs .author-set-left {
    width: 115px;
    float: left;
    color: var(--muted-color, #777);
    padding: 6px 0;
}

.license-auth-user-product-tabs .author-set-right {
    margin-left: 125px;
    min-height: 34px;
    padding: 4px 0;
}

.license-auth-user-product-tabs .license-auth-inline-row {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

.license-auth-user-product-tabs .license-auth-inline-row .author-set-left {
    flex: 0 0 100px;
    float: none;
    width: auto;
    white-space: nowrap;
}

.license-auth-user-product-tabs .license-auth-inline-row .author-set-right {
    display: flex;
    align-items: center;
    flex: 1 1 auto;
    gap: 10px;
    margin-left: 0;
    min-width: 0;
    min-height: 0;
    padding: 0;
    overflow-x: auto;
    white-space: nowrap;
}

.license-auth-user-product-tabs .license-auth-inline-row .badg,
.license-auth-user-product-tabs .license-auth-inline-row .but {
    flex: 0 0 auto;
    margin-bottom: 0 !important;
    white-space: nowrap;
}

.license-auth-user-product-tabs .clip-aut {
    word-break: normal;
}

.license-auth-user-product-tabs .pay-extra-hide {
    padding: 14px 24px 0;
}

.license-auth-user-product-tabs .but-download {
    flex-wrap: wrap;
    gap: 8px;
}

.license-auth-download-desc ul,
.license-auth-download-desc ol {
    margin: 0;
}

.license-auth-download-desc li {
    list-style: disc;
}

.license-auth-user-product-tabs .pay-extra-hide > .flex > .mt10.mr20 {
    flex: 1 1 auto;
    min-width: 0;
}

.license-auth-download-desc .mt10.ml10,
.license-auth-download-desc .download-links,
.license-auth-download-desc .download-buttons {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 10px;
    max-width: 100%;
    overflow-x: auto;
    white-space: nowrap;
}

.license-auth-download-desc .mt10.ml10 .but,
.license-auth-download-desc .download-links .but,
.license-auth-download-desc .download-buttons .but {
    flex: 0 0 auto;
    margin-right: 0 !important;
    white-space: nowrap;
}

.license-auth-fallback-icon {
    display: none;
}

.license-auth-center-box svg.icon + .license-auth-fallback-icon {
    display: none;
}

.license-auth-center-box svg.icon {
    width: 1em;
    height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
}

.license-auth-help-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 14px;
}

.license-auth-help-grid article {
    padding: 16px;
    border-radius: 12px;
    background: var(--license-soft);
    border: 1px solid var(--license-border);
}

.license-auth-help-grid b {
    display: block;
    margin-bottom: 8px;
    color: var(--license-text);
}

.license-auth-help-grid p {
    margin: 0;
    color: var(--license-muted);
    line-height: 1.7;
}

.license-auth-widget-list {
    margin: 0;
    padding-left: 18px;
}

.license-auth-empty {
    padding: 28px;
    text-align: center;
    color: var(--license-muted);
    border-radius: 12px;
    background: var(--license-soft);
}

@keyframes license-auth-rotate {
    to {
        transform: rotate(360deg);
    }
}

@media (max-width: 900px) {
    .license-auth-single-grid,
    .license-auth-ceo-grid {
        grid-template-columns: 1fr;
    }

    .license-auth-zibll-hero {
        padding: 24px 0;
    }

    .license-auth-gallery-main,
    .license-auth-gallery-main img,
    .license-auth-ceo-preview,
    .license-auth-ceo-preview img {
        min-height: 260px;
        height: 260px;
    }

    .license-auth-ceo-hero {
        min-height: auto;
        padding: 70px 18px 46px;
    }
}

@media (max-width: 640px) {
    .license-auth-page {
        margin: 14px auto;
        padding: 0 10px;
    }

    .license-auth-cover-content {
        padding: 38px 24px;
    }

    .license-auth-cover-content h1 {
        font-size: 32px;
    }

    .license-auth-section {
        padding: 14px;
    }

    .license-auth-product-list {
        grid-template-columns: 1fr;
    }

    .license-auth-search-inner,
    .license-auth-query-form,
    .license-auth-group-query-form {
        flex-direction: column;
    }

    .license-auth-query-form,
    .license-auth-group-query-form {
        display: block;
    }

    .license-auth-search-inner button,
    .license-auth-query-form button,
    .license-auth-group-query-form button {
        width: 100%;
    }

    .license-auth-public-query .name {
        margin: 32px 0;
    }

    .license-auth-user-stats {
        grid-template-columns: 1fr;
    }

    .license-auth-user-list .table-responsive {
        overflow-x: auto;
    }

    .license-auth-user-table {
        min-width: 760px;
    }

    .license-auth-center-box .zyx-item,
    .license-auth-center-box item {
        width: calc(33.333% - 10px);
    }

    .license-auth-user-product-tabs .author-set-left {
        float: none;
        width: auto;
        padding-bottom: 2px;
    }

    .license-auth-user-product-tabs .author-set-right {
        margin-left: 0;
    }

    .license-auth-user-product-tabs .pay-extra-hide {
        padding-left: 12px;
        padding-right: 12px;
    }

    .license-auth-user-product-tabs .license-auth-inline-row .author-set-left {
        flex: 0 0 88px;
        width: auto;
        padding-bottom: 6px;
    }

    .license-auth-user-product-tabs .license-auth-inline-row .author-set-right {
        margin-left: 0;
    }

    .license-auth-product-bottom {
        align-items: flex-start;
        flex-direction: column;
    }

    .license-auth-price-row b {
        font-size: 40px;
    }
}

/* zyx-auth compatible product detail templates */
:root {
    --linear-bg-1: var(--license-linear-bg-1);
    --linear-bg-2: var(--license-linear-bg-2);
    --linear-bg-3: var(--license-linear-bg-3);
    --linear-bg-4: var(--license-linear-bg-4);
    --linear-bg-5: var(--license-linear-bg-5);
    --linear-bg-6: var(--license-linear-bg-6);
    --linear-bg-7: var(--license-linear-bg-7);
    --linear-bg-8: var(--license-linear-bg-8);
    --linear-bg-9: var(--license-linear-bg-9);
    --linear-bg-10: var(--license-linear-bg-10);
}

.license-auth-zyx-template {
    width: 100%;
}

.license-auth-zyx-template .relative {
    position: relative;
}

.license-auth-zyx-template .absolute {
    position: absolute;
}

.license-auth-zyx-template .products-container {
    margin-top: -21px;
    opacity: 1 !important;
    transition: opacity .5s;
}

.license-auth-zyx-template .products-box {
    position: relative;
    padding: 60px 0;
    color: #fff;
    margin-bottom: 20px;
    overflow: hidden;
    background: linear-gradient(135deg, #88c0fd 10%, #0757af 100%);
}

.license-auth-zyx-template .product-background {
    inset: 0;
    z-index: 0;
}

.license-auth-zyx-template .products-row {
    z-index: 1;
    padding: 0 20px;
    max-width: 1400px;
    margin: auto;
}

.license-auth-zyx-template .products-row .payrow-6 {
    padding: 0 10px;
    display: inline-block;
    vertical-align: middle;
    width: calc(50% - 2.4px);
}

.license-auth-zyx-template .pay-content {
    max-width: 400px;
    margin: auto;
}

.license-auth-zyx-template .products-header {
    font-size: 50px;
    letter-spacing: .1em;
    line-height: 1.18;
    font-weight: 700;
}

.license-auth-zyx-template .products-doc {
    opacity: .8;
    margin: 20px 0;
    line-height: 1.8;
}

.license-auth-zyx-template .pay-mark {
    font-size: .6em;
}

.license-auth-zyx-template .products-pay {
    margin: 20px 0;
}

.license-auth-zyx-template .products-pay .but,
.license-auth-zyx-template .products-pay .license-auth-btn {
    padding: .5em 2em;
    margin: 0;
}

.license-auth-zyx-template .products-pay .but + .but,
.license-auth-zyx-template .products-pay .license-auth-btn + .license-auth-btn {
    margin-left: 20px;
}

.license-auth-zyx-template .products-details {
    background: rgba(0, 0, 0, .1);
    opacity: .8;
    max-width: 320px;
    text-align: left;
    padding: 16px 20px;
}

.license-auth-zyx-template .products-details ul,
.license-auth-zyx-template .shop-single-z-meta ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.license-auth-zyx-template .products-details li,
.license-auth-zyx-template .shop-single-z-meta li {
    list-style: none;
    margin: 0;
    padding: 4px 0;
}

.license-auth-zyx-template .zib-slider .pay-slides { width: 100%; overflow: hidden; }
.license-auth-zyx-template .zib-slider .pay-slides .swiper-slide span { display: block; }
.license-auth-zyx-template .zib-slider .pay-slides img { display: block; width: 100%; height: auto; object-fit: contain; }

.license-auth-zyx-template .more-but {
    margin-top: 30px;
}

.license-auth-zyx-template .more-but .but.hollow {
    margin: 0 10px;
    padding: .5em 1.5em;
    border: 1px solid rgba(255, 255, 255, .4);
}

.license-auth-zyx-template badge {
    display: inline-block;
    padding: 2px 9px;
    border-radius: 999px;
    color: #fff;
    background: #f0506e;
    font-size: 12px;
}

.license-auth-zyx-template .original-price.ml10 {
    position: relative;
    padding: 0 5px;
    font-size: 18px;
    opacity: .7;
    text-decoration: line-through;
}

.license-auth-zyx-template .zyx-shop-single {
    position: relative;
    z-index: 2;
    min-height: 760px;
    overflow: hidden;
}

.license-auth-zyx-template .zyx-container {
    box-sizing: content-box;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
}

.license-auth-zyx-template .zyx-grid {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 0 -20px;
    padding: 0;
    list-style: none;
}

.license-auth-zyx-template .zyx-grid > * {
    box-sizing: border-box;
    padding-left: 20px;
}

.license-auth-zyx-template .zyx-width-1-1 {
    width: 100%;
}

.license-auth-zyx-template .zyx-width-1-2 {
    width: 50%;
}

.license-auth-zyx-template .zyx-width-1-4 {
    width: 25%;
}

@media (min-width: 640px) {
    .license-auth-zyx-template .zyx-width-1-2\@s {
        width: 50%;
    }
}

.license-auth-zyx-template .zyx-shop-single-box {
    margin-top: 150px;
    position: relative;
    z-index: 9;
}

.license-auth-zyx-template .zyx-shop-single-z {
    width: 80%;
}

.license-auth-zyx-template .shop-single-z-title {
    margin-bottom: 40px;
}

.license-auth-zyx-template .shop-single-z-title h1 {
    font-size: 35px;
    margin: 0 0 20px;
    font-weight: 700;
    color: #fff;
}

.license-auth-zyx-template .shop-single-z-title p {
    font-size: 18px;
    color: #fff;
    line-height: 1.8;
}

.license-auth-zyx-template .shop-single-z-price {
    margin-bottom: 40px;
    font-size: 16px;
    color: #fff;
}

.license-auth-zyx-template .shop-single-z-price span {
    font-size: 18px;
    color: #fdd76e;
}

.license-auth-zyx-template .shop-single-z-price span em {
    font-size: 30px;
    color: #fdd76e;
    font-style: normal;
}

.license-auth-zyx-template .shop-single-z-price s {
    margin-left: 10px;
    position: relative;
}

.license-auth-zyx-template .shop-single-z-price s i {
    position: absolute;
    left: 0;
    top: -28px;
    background: #f0506e;
    border-radius: 50px 50px 50px 0;
    color: #fff;
    font-size: 12px;
    display: inline-block;
    padding: 0 15px;
    font-style: normal;
}

.license-auth-zyx-template .shop-single-z-btn {
    margin-bottom: 40px;
}

.license-auth-zyx-template .shop-single-z-btn .license-auth-buy,
.license-auth-zyx-template .shop-single-z-btn .license-auth-btn,
.license-auth-zyx-template .shop-single-z-btn .btn1 {
    display: block !important;
    text-align: center;
    border-radius: 4px;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    padding: 0 !important;
    background-image: linear-gradient(135deg, #ff7049 10%, #fd420a 100%) !important;
    color: #fff !important;
}

.license-auth-zyx-template .shop-single-z-btn .btn2 {
    display: block;
    text-align: center;
    border-radius: 4px;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    background-image: linear-gradient(135deg, #1f81ff 10%, #389aff 100%);
    color: #fff;
}

.license-auth-zyx-template .shop-single-z-btn .btn4 {
    display: block;
    text-align: center;
    border-radius: 4px;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    background-color: #fff;
    color: #006fff;
    margin-top: 14px;
}

.license-auth-zyx-template .shop-single-z-meta {
    padding: 15px 20px;
    background: rgba(255, 255, 255, .1);
    border-radius: 5px;
    font-size: 14px;
    color: #f9f9f9;
    line-height: 24px;
    margin-top: 50px;
}

.license-auth-zyx-template .zyx-shop-single-y ul.zyx-slideshow-items {
    position: relative;
    height: 500px;
    margin: 0;
    padding: 0;
    list-style: none;
    border: 5px solid rgba(255, 255, 255, .14);
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 45px 80px -24px rgba(0, 111, 255, .48);
}

.license-auth-zyx-template .zyx-shop-single-y ul.zyx-slideshow-items li {
    height: 500px;
}

.license-auth-zyx-template .zyx-shop-single-y ul.zyx-slideshow-items li img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.license-auth-zyx-template .background-shape .circle1,
.license-auth-zyx-template .background-shape .circle2,
.license-auth-zyx-template .background-shape .circle3,
.license-auth-zyx-template .background-shape .circle4 {
    border-radius: 50%;
    background: rgba(255, 255, 255, .12);
    position: absolute;
}

.license-auth-zyx-template .background-shape .circle1 { width: 2200px; height: 2200px; top: -1100px; right: -1100px; z-index: -30; }
.license-auth-zyx-template .background-shape .circle2 { width: 1700px; height: 1700px; top: -850px; right: -850px; z-index: -20; }
.license-auth-zyx-template .background-shape .circle3 { width: 1200px; height: 1200px; top: -600px; right: -600px; z-index: -10; }
.license-auth-zyx-template .background-shape .circle4 { width: 700px; height: 700px; top: -350px; right: -350px; z-index: -10; }

.license-auth-zyx-template .background-animation {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 70%;
    height: 100%;
}

.license-auth-zyx-template .background-animation > div {
    position: absolute;
    border-radius: 50%;
    animation: license-auth-rotate 38s linear infinite;
}

.license-auth-zyx-template .background-animation .circle-ani { width: 180px; height: 180px; left: 10%; top: 10%; border: 3px solid rgba(255,255,255,.2); }
.license-auth-zyx-template .background-animation .triangle-ani { width: 0; height: 0; left: 30%; top: 50%; border-top: 14px solid rgba(255,255,255,.16); border-bottom: 14px solid transparent; border-left: 14px solid transparent; border-right: 14px solid transparent; }
.license-auth-zyx-template .background-animation .box-ani { width: 26px; height: 26px; left: 7%; top: 70%; border-radius: 4px; border: 3px solid rgba(255,255,255,.2); }
.license-auth-zyx-template .background-animation .star-ani { width: 18px; height: 18px; left: 45%; top: 15%; border: 3px solid rgba(255,255,255,.22); }
.license-auth-zyx-template .background-animation .cloud-ani { width: 34px; height: 34px; left: 60%; top: 50%; border: 3px solid rgba(255,255,255,.18); }

@media (max-width: 900px) {
    .license-auth-zyx-template .products-box {
        padding: 10px 0;
    }

    .license-auth-zyx-template .products-row {
        padding: 0;
        text-align: center;
    }

    .license-auth-zyx-template .products-row .payrow-6 {
        width: 100%;
        padding: 10px;
    }

    .license-auth-zyx-template .payrow-6.payrow-left {
        margin-bottom: 20px;
        padding: 0;
        margin-top: -10px;
    }

    .license-auth-zyx-template .products-details {
        margin: auto;
    }

    .license-auth-zyx-template .products-pay .cashier-link {
        width: 70%;
        border-radius: 100px;
        padding: .7em 2em;
    }

    .license-auth-zyx-template .zyx-shop-single {
        min-height: auto;
    }

    .license-auth-zyx-template .zyx-shop-single-z {
        width: 100%;
    }

    .license-auth-zyx-template .zyx-shop-single-box {
        margin-top: 60px;
    }

    .license-auth-zyx-template .zyx-container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .license-auth-zyx-template .zyx-width-1-2\@s,
    .license-auth-zyx-template .zyx-width-1-2 {
        width: 100%;
    }

    .license-auth-zyx-template .shop-single-z-title h1 {
        font-size: 26px;
    }

    .license-auth-zyx-template .shop-single-z-title p {
        font-size: 14px;
    }

    .license-auth-zyx-template .zyx-shop-single-y {
        padding-bottom: 40px;
    }

    .license-auth-zyx-template .zyx-shop-single-y ul.zyx-slideshow-items,
    .license-auth-zyx-template .zyx-shop-single-y ul.zyx-slideshow-items li {
        height: 300px;
    }

    .license-auth-zyx-template .zyx-shop-single-y ul.zyx-slideshow-items li img {
        height: 300px;
    }
}

/* license-auth zyx detail compatibility overrides */
.license-auth-zyx-template, .license-auth-zyx-template * { box-sizing: border-box; }
.license-auth-zyx-template a { text-decoration: none; }
.license-auth-zyx-template .relative { position: relative; }
.license-auth-zyx-template .absolute { position: absolute; }
.license-auth-zyx-template .product-background { inset: 0; z-index: 0; }
.license-auth-zyx-template .products-row { position: relative; z-index: 1; }
.license-auth-zyx-template .products-header { font-weight: 700; line-height: 1.18; color: #fff; }
.license-auth-zyx-template .products-doc { line-height: 1.8; color: rgba(255,255,255,.86); }
.license-auth-zyx-template .pay-content .em3x { font-size: 3em; line-height: 1; color: #fff; }
.license-auth-zyx-template .products-pay .license-auth-buy,
.license-auth-zyx-template .products-pay .signin-loader,
.license-auth-zyx-template .products-pay .but { display: inline-flex !important; align-items: center; justify-content: center; color: #fff !important; }
.license-auth-zyx-template .license-auth-combo-selector { display: flex; flex-wrap: wrap; align-items: stretch; gap: 0; margin: 18px -4px 8px; max-width: none; }
.license-auth-zyx-template .license-auth-combo-option.vip-product { position: relative; display: inline-flex; flex-direction: column; justify-content: space-evenly; align-items: center; min-width: 140px; min-height: 86px; margin: 4px; padding: 5px 8px; border: 2px solid rgba(255,255,255,.24); border-radius: var(--main-radius); color: #fff; background: rgba(22,28,45,.72); box-shadow: none; font-weight: normal; text-align: center; cursor: pointer; transition: .15s; overflow: unset; backdrop-filter: blur(8px); }
.license-auth-zyx-template .license-auth-combo-option.vip-product:hover { transform: translateY(-1px); }
.license-auth-zyx-template .license-auth-combo-option.vip-product.active { border-color: rgba(255,255,255,.82); background: linear-gradient(135deg, rgba(255,84,115,.94) 0%, rgba(255,101,28,.9) 100%); }
.license-auth-zyx-template .license-auth-combo-option.vip-product.active::before { content: '\f058'; font: normal normal normal 14px/1 FontAwesome; color: #fff; position: absolute; left: 2px; top: 2px; }
.license-auth-zyx-template .license-auth-combo-option input { position: absolute; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.license-auth-zyx-template .license-auth-combo-option .product-price { font-size: 22px; line-height: 1.2; color: #fff !important; }
.license-auth-zyx-template .license-auth-combo-option .pay-mark { font-size: 13px; color: #fff !important; }
.license-auth-zyx-template .license-auth-combo-option .combo-name { font-weight: normal; color: rgba(255,255,255,.9) !important; }
.license-auth-zyx-template .license-auth-combo-option .vip-tag { font-size: 12px; padding: 1px 5px; border-radius: 4px; left: auto; right: -8px; top: -10px; transform: scale(.9); }
.license-auth-zyx-template .products-details { padding: 16px 20px; border-radius: 8px; }
.license-auth-zyx-template .products-details ul, .license-auth-zyx-template .shop-single-z-meta ul { margin: 0; padding: 0; list-style: none; }
.license-auth-zyx-template .products-details li, .license-auth-zyx-template .shop-single-z-meta li { margin: 0; padding: 4px 0; list-style: none; }
.license-auth-zyx-template .zib-slider .pay-slides { width: 100%; overflow: hidden; }
.license-auth-zyx-template .zib-slider .pay-slides .swiper-slide span { display: block; }
.license-auth-zyx-template .zib-slider .pay-slides img { display: block; width: 100%; height: auto; object-fit: contain; }
.license-auth-zyx-template .license-auth-preview-placeholder { display: flex; align-items: center; justify-content: center; min-height: 300px; padding: 30px; color: rgba(255,255,255,.9); font-size: 34px; font-weight: 700; text-align: center; background: rgba(255,255,255,.12); }
.license-auth-zyx-template .zyx-shop-single { position: relative; z-index: 2; min-height: 760px; overflow: hidden; }
.license-auth-zyx-template .zyx-shop-single-box { margin-top: 150px; position: relative; z-index: 9; }
.license-auth-zyx-template .zyx-shop-single-y ul.zyx-slideshow-items { position: relative; }
.license-auth-zyx-template .zyx-shop-single-y ul.zyx-slideshow-items li { position: relative; inset: auto; display: block; }
.license-auth-zyx-template .zyx-shop-single-y ul.zyx-slideshow-items li img { object-fit: cover; }
.license-auth-zyx-template .shop-single-z-btn .btn1,
.license-auth-zyx-template .shop-single-z-btn .btn2,
.license-auth-zyx-template .shop-single-z-btn .btn4 { text-decoration: none !important; }
.license-auth-zyx-template .shop-single-z-btn .btn1 i { margin-right: 4px; }
.license-auth-zyx-template .shop-single-z-btn .opacity5 { opacity: .5; cursor: default; }
.license-auth-zyx-template .article-content { margin-top: 20px; }
@media (max-width: 900px) {
    .license-auth-zyx-template .zyx-shop-single { min-height: auto; height: auto; }
    .license-auth-zyx-template .zyx-shop-single-box { margin-top: 60px; }
    .license-auth-zyx-template .zyx-shop-single-z { width: 100%; }
    .license-auth-zyx-template .zyx-width-1-2, .license-auth-zyx-template .zyx-width-1-2\@s { width: 100%; }
    .license-auth-zyx-template .zyx-shop-single-y { padding-bottom: 40px; }
    .license-auth-zyx-template .zyx-shop-single-y ul.zyx-slideshow-items, .license-auth-zyx-template .zyx-shop-single-y ul.zyx-slideshow-items li { height: 300px; }
    .license-auth-zyx-template .zyx-shop-single-y ul.zyx-slideshow-items li img { height: 300px; }
    .license-auth-zyx-template .license-auth-combo-selector { justify-content: center; margin-left: auto; margin-right: auto; }
}
