:root {
    --pb-red: #db1f2f;
    --pb-red-dark: #8f101d;
    --pb-blue: #2e95c9;
    --pb-cyan: #78d8f5;
    --pb-ink: #07090c;
    --pb-panel: #11161b;
    --pb-panel-light: #182028;
    --pb-steel: #9eabb5;
    --pb-white: #f4f7f8;
    --pb-line: rgba(196, 211, 221, .2);
}

html {
    background: var(--pb-ink);
}

body {
    color: #c8d0d6;
    background-color: #0a0d11;
    background-image: none;
}

body,
p,
a,
span,
small,
button,
input {
    letter-spacing: 0 !important;
}

.body-shape {
    display: none;
}

.container {
    max-width: 1240px;
}

.preloader {
    background: #06080a;
}

.preloader-icon span:first-child {
    width: 96px;
    height: 96px;
    border: 1px solid var(--pb-line);
    background: #0e1318;
}

.preloader-icon img {
    width: 82px;
    height: 82px;
    object-fit: contain;
}

.header-section {
    position: relative;
    z-index: 50;
    border: 0;
    border-bottom: 1px solid rgba(255,255,255,.12);
    background: rgba(5, 8, 11, .98) !important;
    box-shadow: 0 8px 30px rgba(0, 0, 0, .3);
}

.header-section::after {
    position: absolute;
    right: 0;
    bottom: -2px;
    left: 0;
    height: 2px;
    content: "";
    background: var(--pb-red);
}

.header-holder {
    min-height: 94px;
}

.brand-logo {
    flex: 0 0 245px;
}

.brand-logo .logo > a,
.mobile-logo > a {
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.brand-logo img,
.mobile-logo img {
    width: 68px;
    height: 68px;
    object-fit: contain;
    filter: drop-shadow(0 8px 14px rgba(0, 0, 0, .55));
}

.pbplus-wordmark {
    display: flex;
    flex-direction: column;
    color: var(--pb-white);
    font-family: Oswald, Impact, sans-serif;
    line-height: 1;
}

.pbplus-wordmark b {
    font-size: 25px;
    font-weight: 800;
}

.pbplus-wordmark em {
    margin-top: 6px;
    color: var(--pb-red);
    font-family: Arial, sans-serif;
    font-size: 9px;
    font-style: normal;
    font-weight: 800;
    text-transform: uppercase;
}

.header-menu-part {
    flex: 1;
}

.header-top {
    border-bottom: 1px solid rgba(255,255,255,.09);
}

.header-top-area {
    min-height: 32px;
}

.pbplus-transmission {
    display: flex;
    align-items: center;
    color: #8e9ba5;
    font-family: Arial, sans-serif;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
}

.pbplus-live-dot {
    width: 7px;
    height: 7px;
    margin-right: 8px;
    border-radius: 50%;
    background: #27cf71;
    box-shadow: 0 0 10px rgba(39,207,113,.75);
}

.pbplus-separator {
    margin: 0 11px;
    color: var(--pb-red);
}

.header-top .social-icons a {
    color: #71808b !important;
}

.header-bottom,
.header-wrapper,
.menu-area,
.menu {
    min-height: 60px;
}

.menu {
    align-items: stretch !important;
}

.menu > li {
    display: flex;
    align-items: stretch;
}

.menu > li > a {
    display: flex !important;
    align-items: center;
    padding: 0 14px !important;
    border-bottom: 3px solid transparent;
    color: #c7d0d7 !important;
    font-family: Oswald, Impact, sans-serif;
    font-size: 14px !important;
    font-weight: 700 !important;
    text-transform: uppercase;
}

.menu > li > a:hover,
.menu > li > a.active {
    border-color: var(--pb-red);
    color: #fff !important;
}

.menu .badge {
    align-self: center;
    min-height: 36px;
    margin-left: 6px;
    padding: 0 15px !important;
    border: 1px solid var(--pb-line);
    border-radius: 2px !important;
    background: #161d23 !important;
}

.menu .badge-primary {
    border-color: var(--pb-red);
    background: var(--pb-red) !important;
}

.submenu {
    border: 1px solid var(--pb-line);
    border-top: 2px solid var(--pb-red);
    border-radius: 0 !important;
    background: #0d1217 !important;
    box-shadow: 0 18px 35px rgba(0,0,0,.45);
}

.submenu a {
    color: #bcc7ce !important;
}

.submenu a:hover {
    color: #fff !important;
    background: #171f26 !important;
}

.pbplus-hero {
    position: relative;
    min-height: 650px;
    padding: 0 !important;
    overflow: hidden;
    border-bottom: 1px solid var(--pb-line);
    background-color: #080b0f;
    background-image: none;
}

.pbplus-hero::before {
    position: absolute;
    inset: 0;
    content: "";
    background: rgba(3, 6, 9, .32);
}

.pbplus-hero::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 7px;
    content: "";
    background: var(--pb-red);
}

.pbplus-hero-grid {
    display: none;
}

.pbplus-hero-container {
    position: relative;
    z-index: 2;
    min-height: 570px;
    padding-top: 58px;
}

.pbplus-hero-brand {
    display: inline-flex;
    align-items: center;
    margin-bottom: 24px;
    padding: 8px 18px 8px 8px;
    border: 1px solid var(--pb-line);
    border-left: 3px solid var(--pb-red);
    background: rgba(6, 9, 12, .86);
}

.pbplus-hero-brand img {
    width: 68px;
    height: 68px;
    margin-right: 13px;
    object-fit: contain;
}

.pbplus-hero-brand div {
    display: flex;
    flex-direction: column;
}

.pbplus-hero-brand span {
    color: #83919b;
    font-size: 9px;
    font-weight: 800;
    text-transform: uppercase;
}

.pbplus-hero-brand strong {
    margin-top: 2px;
    color: #fff;
    font-family: Oswald, Impact, sans-serif;
    font-size: 28px;
    line-height: 1;
}

.pbplus-kicker {
    margin-bottom: 8px;
    color: var(--pb-cyan);
    font-family: Arial, sans-serif;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
}

.pbplus-hero h1 {
    max-width: 760px;
    margin: 0 0 18px;
    color: #fff;
    font-family: Oswald, Impact, sans-serif;
    font-size: 82px;
    font-weight: 800;
    line-height: .96;
    text-transform: uppercase;
    text-shadow: 0 8px 22px rgba(0,0,0,.55);
}

.pbplus-hero h1 span {
    color: var(--pb-red);
}

.pbplus-hero-copy {
    max-width: 590px;
    margin-bottom: 28px;
    color: #b7c2c9;
    font-size: 17px;
    line-height: 1.65;
}

.pbplus-hero-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
}

.default-button,
.pbplus-secondary-action {
    min-height: 48px;
    border-radius: 2px !important;
}

.default-button {
    border: 1px solid var(--pb-red) !important;
    background: var(--pb-red) !important;
    clip-path: polygon(0 0, calc(100% - 13px) 0, 100% 13px, 100% 100%, 13px 100%, 0 calc(100% - 13px));
}

.default-button::before,
.default-button::after {
    display: none !important;
}

.default-button span {
    color: #fff !important;
}

.pbplus-primary-action {
    min-width: 188px;
}

.pbplus-secondary-action {
    display: inline-flex;
    align-items: center;
    min-width: 170px;
    justify-content: center;
    border: 1px solid #50606c;
    color: #fff;
    font-family: Oswald, Impact, sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    background: rgba(14, 20, 26, .88);
}

.pbplus-secondary-action i {
    margin-right: 9px;
    color: var(--pb-cyan);
}

.pbplus-secondary-action:hover {
    border-color: var(--pb-cyan);
    color: #fff;
}

.pbplus-operative {
    position: relative;
    height: 570px;
    text-align: center;
}

.pbplus-operative::before {
    position: absolute;
    right: 5%;
    bottom: 40px;
    left: 5%;
    height: 160px;
    content: "";
    border: 1px solid rgba(120,216,245,.25);
    background: rgba(8, 18, 24, .52);
    clip-path: polygon(10% 0, 100% 0, 90% 100%, 0 100%);
}

.pbplus-operative img {
    position: relative;
    z-index: 2;
    width: auto;
    max-width: 100%;
    height: 590px;
    object-fit: contain;
    object-position: bottom center;
    filter: drop-shadow(0 22px 18px rgba(0,0,0,.65));
}

.pbplus-operative-code {
    position: absolute;
    z-index: 3;
    right: 0;
    bottom: 58px;
    padding: 7px 12px;
    border-left: 3px solid var(--pb-cyan);
    color: #dbe8ed;
    background: #0b1116;
    font-size: 10px;
    font-weight: 800;
}

.pbplus-status-rail {
    position: absolute;
    z-index: 4;
    right: 0;
    bottom: 0;
    left: 0;
    min-height: 80px;
    border-top: 1px solid var(--pb-line);
    background: rgba(6, 9, 12, .96);
}

.pbplus-status-rail .container {
    display: flex;
    min-height: 80px;
    align-items: stretch;
}

.pbplus-status-item {
    position: relative;
    display: flex;
    min-width: 150px;
    padding: 15px 24px;
    flex-direction: column;
    justify-content: center;
    border-right: 1px solid var(--pb-line);
}

.pbplus-status-item small {
    color: #687782;
    font-size: 9px;
    font-weight: 800;
    text-transform: uppercase;
}

.pbplus-status-item strong {
    margin-top: 4px;
    color: #e9eef1;
    font-size: 13px;
    text-transform: uppercase;
}

.pbplus-status-online {
    padding-left: 42px;
}

.pbplus-status-online > span {
    position: absolute;
    left: 22px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #28d878;
    box-shadow: 0 0 12px rgba(40,216,120,.8);
}

.pbplus-status-link {
    display: inline-flex;
    margin-left: auto;
    padding: 0 24px;
    align-items: center;
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
}

.pbplus-status-link i {
    margin-left: 10px;
    color: var(--pb-red);
}

.padding-top {
    padding-top: 90px;
}

.padding-bottom {
    padding-bottom: 90px;
}

.match-section,
.blog-section,
.product-section {
    position: relative;
    border-bottom: 1px solid var(--pb-line);
    background-color: #0b0f13 !important;
    background-image: none !important;
}

.match-section {
    background-color: #0d1217 !important;
}

.blog-section {
    background-image: url("/assets/images/blog/bg.jpg") !important;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.blog-section::before {
    position: absolute;
    inset: 0;
    content: "";
    background: rgba(6, 9, 12, .9);
}

.blog-section > .container {
    position: relative;
}

.section-header {
    max-width: none !important;
    margin-bottom: 42px !important;
    text-align: left !important;
}

.pbplus-section-code {
    display: block;
    margin-bottom: 8px;
    color: var(--pb-red);
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
}

.section-header h2 {
    position: relative;
    display: inline-block;
    margin-bottom: 8px !important;
    padding-right: 56px;
    color: #f2f5f6 !important;
    font-size: 36px !important;
    font-weight: 800;
    text-transform: uppercase;
}

.section-header h2::after {
    position: absolute;
    top: 50%;
    right: 0;
    width: 38px;
    height: 3px;
    content: "";
    background: var(--pb-red);
}

.section-header p {
    color: #74828c !important;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.pbplus-ranking-refresh,
.pbplus-ranking-toolbar {
    color: #86949d;
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
}

.pbplus-ranking-refresh {
    margin-top: 12px;
}

.pbplus-ranking-refresh i,
.pbplus-ranking-toolbar i {
    margin-right: 7px;
    color: var(--pb-cyan);
}

.pbplus-ranking-refresh strong,
.pbplus-ranking-toolbar strong {
    color: #fff;
}

.pbplus-ranking-toolbar {
    display: flex;
    min-height: 54px;
    padding: 0 18px;
    align-items: center;
    justify-content: space-between;
    border: 1px solid var(--pb-line);
    border-top: 0;
    background: #0d1318;
}

.upcome-matches {
    padding: 0;
    border: 1px solid var(--pb-line);
    border-top: 3px solid var(--pb-red);
    border-radius: 2px;
    background: rgba(12, 17, 22, .95);
}

.upcome-match-header {
    margin: 0 !important;
    padding: 18px 22px;
    border-bottom: 1px solid var(--pb-line);
    color: #e8edf0 !important;
    background: #151c22 !important;
    font-size: 16px !important;
    text-align: left !important;
}

.upcome-matches > .row {
    margin: 0 !important;
    padding: 10px;
}

.upcome-matches > .row > .col-12 {
    padding: 4px !important;
}

.match-item-2 {
    border: 1px solid rgba(255,255,255,.08) !important;
    border-radius: 1px !important;
    background: #10161b !important;
    transition: border-color .2s, background .2s;
}

.match-item-2:hover {
    border-color: rgba(120,216,245,.45) !important;
    background: #161e24 !important;
}

.match-inner {
    padding: 11px 14px !important;
}

.match-header p {
    margin: 0 !important;
    color: #aab5bc !important;
}

.match-header a {
    color: #fff !important;
    font-weight: 800;
}

.match-prize img {
    max-width: 34px;
    max-height: 28px;
    object-fit: contain;
}

.blog-item,
.product-item {
    overflow: hidden;
    border: 1px solid var(--pb-line);
    border-radius: 2px !important;
    background: #10161b !important;
    box-shadow: 0 16px 34px rgba(0,0,0,.28);
}

.blog-thumb {
    position: relative;
    height: 248px;
    border-bottom: 3px solid var(--pb-red);
}

.blog-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-content {
    background: #10161b !important;
}

.blog-content h3,
.product-title {
    color: #f0f4f6 !important;
}

.blog-content .meta-post a {
    color: #778690 !important;
}

.product-inner,
.product-content {
    background: #10161b !important;
}

.product-thumb {
    padding: 22px;
    border-bottom: 1px solid var(--pb-line);
    background: #0c1115;
}

.product-thumb img {
    height: 185px;
    object-fit: contain;
}

.footer-section {
    border-top: 2px solid var(--pb-red);
    background: #06080a !important;
}

.footer-bottom {
    padding: 28px 0 !important;
    background: transparent !important;
}

.footer-bottom-content {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pbplus-footer-mark {
    width: 44px;
    height: 44px;
    margin-right: 12px;
    object-fit: contain;
}

.footer-bottom-content p {
    margin: 0;
}

.footer-bottom-content a {
    color: #77858f !important;
    font-size: 11px;
    text-transform: uppercase;
}

.scrollToTop {
    border-radius: 2px !important;
    background: var(--pb-red) !important;
}

.pageheader-section {
    display: flex;
    min-height: 300px;
    padding: 0 !important;
    align-items: center;
    border-bottom: 1px solid var(--pb-line);
    background-color: #06090c;
    background-image: url("/assets/images/pageheader/pbplus-operation-banner.png") !important;
    background-position: center !important;
    background-size: cover !important;
}

.pageheader-section .section-wrapper {
    display: none;
}

.login-section {
    position: relative;
    background: #0c1116;
}

.account-wrapper {
    max-width: 560px !important;
    margin: 0 auto !important;
    padding: 48px 54px !important;
    border: 1px solid var(--pb-line);
    border-top: 3px solid var(--pb-red);
    border-radius: 2px !important;
    color: #b9c4cb;
    background: #11171d !important;
    box-shadow: 0 22px 50px rgba(0, 0, 0, .38) !important;
    text-align: left !important;
}

.account-wrapper .title {
    margin-bottom: 28px;
    color: #f3f6f7 !important;
    font-family: Oswald, Impact, sans-serif;
    font-size: 30px;
    font-weight: 800;
    text-align: left;
    text-transform: uppercase;
}

.account-wrapper .title::before {
    display: inline-block;
    width: 4px;
    height: 24px;
    margin-right: 12px;
    content: "";
    vertical-align: -3px;
    background: var(--pb-red);
}

.account-form .form-group input:not([type="checkbox"]),
.account-form .form-group select {
    min-height: 52px;
    border: 1px solid #303b44 !important;
    border-radius: 2px !important;
    color: #fff !important;
    background: #0b1014 !important;
    box-shadow: none !important;
}

.account-form .form-group input:focus,
.account-form .form-group select:focus {
    border-color: var(--pb-cyan) !important;
    outline: none;
}

.account-form .form-group input::placeholder {
    color: #65737d !important;
}

.account-form .form-group a,
.account-wrapper .cate a {
    color: var(--pb-cyan) !important;
}

.account-form button,
.account-form input[type="submit"] {
    border: 1px solid var(--pb-red) !important;
    border-radius: 2px !important;
    color: #fff !important;
    background: var(--pb-red) !important;
    text-transform: uppercase;
}

.modal-content {
    border: 1px solid var(--pb-line);
    border-radius: 2px;
}

.about-section,
.achievement-section,
.shop-page,
.fore-zero,
.game-section,
.contact-section,
.profile-section {
    position: relative;
    color: #bac5cc;
    background: #0b1014 !important;
}

.about-section .section-wrapper,
.achievement-area,
.shop-page article,
.fore-zero .zero-item {
    position: relative;
}

.about-image {
    position: relative;
    min-height: 560px;
    overflow: hidden;
    border-left: 4px solid var(--pb-red);
    background: #080c10;
}

.about-image::after {
    position: absolute;
    right: 18px;
    bottom: 18px;
    padding: 7px 11px;
    content: "PB+ / CLIENT UNIT";
    border-left: 3px solid var(--pb-cyan);
    color: #dce7ec;
    background: rgba(5, 9, 12, .9);
    font-size: 9px;
    font-weight: 800;
}

.about-image img {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 28px 20px 0;
    object-fit: contain;
    filter: drop-shadow(0 20px 24px rgba(0,0,0,.65));
}

.about-wrapper {
    padding: 42px 0 42px 42px;
}

.about-content > p {
    color: #8f9ca5;
    font-size: 15px;
    line-height: 1.7;
}

.pbplus-download-specs {
    display: grid;
    margin: 28px 0;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border: 1px solid var(--pb-line);
    background: #0d1318;
}

.pbplus-download-specs > span {
    position: relative;
    display: flex;
    min-height: 90px;
    padding: 17px 12px 14px 46px;
    flex-direction: column;
    justify-content: center;
    border-right: 1px solid var(--pb-line);
}

.pbplus-download-specs > span:last-child {
    border-right: 0;
}

.pbplus-download-specs i {
    position: absolute;
    left: 16px;
    color: var(--pb-cyan);
    font-size: 20px;
}

.pbplus-download-specs small {
    color: #65737d;
    font-size: 8px;
    font-weight: 800;
    text-transform: uppercase;
}

.pbplus-download-specs strong {
    margin-top: 4px;
    color: #eef3f5;
    font-size: 11px;
    text-transform: uppercase;
}

.pbplus-download-hero {
    position: relative;
    padding: 112px 0 84px;
    overflow: hidden;
    background:
        linear-gradient(90deg, rgba(6, 10, 14, .98), rgba(8, 13, 18, .9) 48%, rgba(10, 16, 22, .78)),
        url('/assets/images/pageheader/bg_0.png') center/cover no-repeat;
}

.pbplus-download-hero::before {
    position: absolute;
    inset: 0;
    content: "";
    pointer-events: none;
    background-image:
        linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px);
    background-size: 54px 54px;
    mask-image: linear-gradient(180deg, rgba(0,0,0,.8), transparent 88%);
}

.pbplus-download-grid {
    position: relative;
    z-index: 1;
    display: grid;
    align-items: center;
    gap: 42px;
    grid-template-columns: minmax(0, 1.04fr) minmax(360px, .86fr);
}

.pbplus-download-copy h2 {
    max-width: 740px;
    margin: 14px 0 16px;
    color: #fff;
    font-size: clamp(42px, 6vw, 82px);
    font-weight: 900;
    line-height: .88;
    text-transform: uppercase;
}

.pbplus-download-copy p {
    max-width: 640px;
    color: #a9b4bb;
    font-size: 16px;
    line-height: 1.7;
}

.pbplus-download-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 30px 0;
}

.pbplus-download-main,
.pbplus-download-ghost {
    display: inline-flex;
    min-height: 54px;
    padding: 0 24px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 2px;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
}

.pbplus-download-main {
    color: #fff !important;
    border: 1px solid var(--pb-red);
    background: var(--pb-red);
    box-shadow: 0 16px 34px rgba(227, 50, 50, .25);
}

.pbplus-download-ghost {
    color: #e8eef2 !important;
    border: 1px solid var(--pb-line);
    background: rgba(13, 19, 24, .88);
}

.pbplus-download-main:hover,
.pbplus-download-ghost:hover {
    transform: translateY(-1px);
}

.pbplus-download-specs-pro {
    max-width: 760px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.pbplus-download-panel {
    position: relative;
    min-height: 560px;
    overflow: hidden;
    border: 1px solid var(--pb-line);
    border-top: 4px solid var(--pb-cyan);
    background: linear-gradient(180deg, #141d24, #070b0f);
    box-shadow: 0 26px 70px rgba(0,0,0,.42);
}

.pbplus-download-panel-top {
    position: absolute;
    z-index: 2;
    top: 18px;
    right: 18px;
    left: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #bfcbd2;
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
}

.pbplus-download-panel-top span {
    width: 10px;
    height: 10px;
    background: var(--pb-red);
    box-shadow: 16px 0 0 var(--pb-cyan), 32px 0 0 #f7c948;
}

.pbplus-download-panel img {
    position: absolute;
    inset: 58px 0 116px;
    width: 100%;
    height: calc(100% - 174px);
    object-fit: contain;
    object-position: center bottom;
    padding: 0 20px;
    filter: drop-shadow(0 24px 26px rgba(0,0,0,.72));
}

.pbplus-download-terminal {
    position: absolute;
    right: 18px;
    bottom: 18px;
    left: 18px;
    padding: 18px;
    border: 1px solid rgba(255,255,255,.08);
    background: rgba(4, 8, 11, .88);
}

.pbplus-download-terminal p {
    display: flex;
    margin: 0 0 8px;
    gap: 10px;
    color: #c9d4da;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.pbplus-download-terminal p:last-child {
    margin-bottom: 0;
}

.pbplus-download-terminal span {
    color: var(--pb-cyan);
}

.pbplus-download-footer {
    position: relative;
    z-index: 1;
    display: grid;
    margin-top: 26px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border: 1px solid var(--pb-line);
    background: rgba(8, 13, 18, .9);
}

.pbplus-download-footer > div {
    min-height: 116px;
    padding: 22px;
    border-right: 1px solid var(--pb-line);
}

.pbplus-download-footer > div:last-child {
    border-right: 0;
}

.pbplus-download-footer strong {
    color: #fff;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.pbplus-download-footer p {
    margin: 8px 0 0;
    color: #82909a;
    font-size: 13px;
    line-height: 1.55;
    overflow-wrap: anywhere;
}

.about-list .about-item {
    margin-bottom: 12px !important;
    padding: 18px !important;
    border: 1px solid var(--pb-line);
    border-radius: 2px !important;
    background: #11181e !important;
}

.about-item .about-item-thumb {
    border: 1px solid var(--pb-red) !important;
    border-radius: 2px !important;
    background: var(--pb-red) !important;
}

.about-item .about-item-thumb::before,
.about-item .about-item-thumb::after {
    display: none !important;
}

.about-item .about-item-content h5 a {
    color: #fff !important;
}

.about-item .about-item-content p {
    color: #76848d !important;
}

.achievement-area,
.fore-zero .zero-item {
    padding: 24px;
    border: 1px solid var(--pb-line);
    border-top: 3px solid var(--pb-red);
    border-radius: 2px !important;
    background: #10161b !important;
    box-shadow: 0 18px 40px rgba(0,0,0,.28);
}

.achievement-area .nav-tabs {
    border-bottom: 1px solid var(--pb-line) !important;
}

.achievement-area .nav-tabs .nav-link {
    border: 1px solid transparent !important;
    border-radius: 2px !important;
    color: #9aa7af !important;
    background: #0c1115 !important;
}

.achievement-area .nav-tabs .nav-link.active {
    border-color: var(--pb-red) !important;
    color: #fff !important;
    background: #161d23 !important;
}

.achievement-area ul li .nav-link::after {
    display: none !important;
    opacity: 0 !important;
    background-image: none !important;
}

.table {
    color: #c9d2d8 !important;
    border-color: var(--pb-line) !important;
}

.table thead th {
    border-color: var(--pb-line) !important;
    color: #fff !important;
    background: #171e24 !important;
    font-size: 10px;
    text-transform: uppercase;
}

.table tbody tr {
    border-color: rgba(255,255,255,.08) !important;
}

.table tbody tr:hover {
    background: #151c22 !important;
}

.table a {
    color: #dbe4e9 !important;
}

.form-control,
.form-select,
select,
textarea {
    border: 1px solid #303b44 !important;
    border-radius: 2px !important;
    color: #e9eef1 !important;
    background-color: #0b1014 !important;
    box-shadow: none !important;
}

.form-control:focus,
.form-select:focus,
select:focus,
textarea:focus {
    border-color: var(--pb-cyan) !important;
}

.btn-info,
.btn-primary,
.button-combat,
.bg-combat {
    border-color: var(--pb-red) !important;
    color: #fff !important;
    background: var(--pb-red) !important;
}

.border-combat {
    border-color: var(--pb-red) !important;
}

.card {
    border: 1px solid var(--pb-line) !important;
    border-radius: 2px !important;
    color: #bac5cc;
    background: #11171d !important;
}

.card-header,
.card-footer {
    border-color: var(--pb-line) !important;
    background: #171e24 !important;
}

.alert {
    border: 1px solid var(--pb-line);
    border-radius: 2px;
    color: #c8d2d8;
    background: #10171c;
}

.zero-content h2,
.zero-content h3,
.zero-content h4 {
    color: #f0f4f6 !important;
}

.shop-title {
    margin-bottom: 28px;
    padding: 18px 20px;
    border: 1px solid var(--pb-line);
    background: #10161b;
}

.shop-product-wrap .product-item {
    border-top: 2px solid var(--pb-red);
}

.shop-page .product-action-link a {
    border-radius: 2px !important;
    color: #fff !important;
    background: var(--pb-red) !important;
}

.default-pagination li a {
    border: 1px solid var(--pb-line) !important;
    border-radius: 2px !important;
    color: #aeb9c0 !important;
    background: #11171d !important;
}

.default-pagination li a.active,
.default-pagination li a:hover {
    border-color: var(--pb-red) !important;
    color: #fff !important;
    background: var(--pb-red) !important;
}

.cta-item {
    border: 1px solid var(--pb-line) !important;
    border-left: 4px solid var(--pb-red) !important;
    border-radius: 2px !important;
    background-color: #10161b !important;
    background-image: none !important;
}

.dashboard-admin .logo img {
    object-fit: contain;
}

@media (max-width: 1199px) {
    .brand-logo {
        flex-basis: 205px;
    }

    .menu > li > a {
        padding: 0 9px !important;
        font-size: 12px !important;
    }
}

@media (max-width: 991px) {
    .header-holder {
        min-height: 76px;
    }

    .header-menu-part {
        width: 100%;
    }

    .header-top {
        display: none;
    }

    .ellepsis-bar {
        display: none !important;
    }

    .mobile-logo img {
        width: 56px;
        height: 56px;
    }

    .header-bottom,
    .header-wrapper,
    .menu-area {
        min-height: 76px;
    }

    .menu {
        min-height: 0;
        border: 1px solid var(--pb-line);
        background: #0b1014 !important;
    }

    .menu > li > a {
        min-height: 44px;
        padding: 0 18px !important;
    }

    .pbplus-hero {
        min-height: 760px;
    }

    .pbplus-hero-container {
        min-height: 680px;
        padding-top: 42px;
    }

    .pbplus-operative {
        position: absolute;
        right: -60px;
        bottom: 80px;
        width: 48%;
        height: 430px;
        opacity: .42;
    }

    .pbplus-operative img {
        height: 450px;
    }

    .pbplus-hero-content {
        position: relative;
        z-index: 5;
        max-width: 650px;
    }

    .pbplus-status-item {
        min-width: 0;
        padding: 12px 16px;
        flex: 1;
    }

    .pbplus-download-grid {
        grid-template-columns: 1fr;
    }

    .pbplus-download-panel {
        min-height: 500px;
    }

    .pbplus-download-footer {
        grid-template-columns: 1fr;
    }

    .pbplus-download-footer > div {
        border-right: 0;
        border-bottom: 1px solid var(--pb-line);
    }

    .pbplus-download-footer > div:last-child {
        border-bottom: 0;
    }
}

@media (max-width: 767px) {
    .pbplus-wordmark b {
        font-size: 20px;
    }

    .pbplus-wordmark em {
        font-size: 8px;
    }

    .ellepsis-bar {
        display: none !important;
    }

    .pbplus-hero {
        min-height: 720px;
    }

    .pbplus-hero::after {
        width: 4px;
    }

    .pbplus-hero-container {
        min-height: 600px;
        padding: 34px 20px 0;
    }

    .pbplus-hero-brand {
        margin-bottom: 18px;
    }

    .pbplus-hero-brand img {
        width: 55px;
        height: 55px;
    }

    .pbplus-hero h1 {
        font-size: 47px;
    }

    .pbplus-hero-copy {
        max-width: 92%;
        font-size: 15px;
    }

    .pbplus-operative {
        right: -115px;
        bottom: 102px;
        width: 78%;
        opacity: .24;
    }

    .pbplus-status-rail {
        min-height: 120px;
    }

    .pbplus-status-rail .container {
        min-height: 120px;
        padding: 0;
        flex-wrap: wrap;
    }

    .pbplus-status-item {
        min-width: 50%;
        min-height: 58px;
        padding: 9px 14px;
        border-bottom: 1px solid var(--pb-line);
    }

    .pbplus-status-online {
        padding-left: 36px;
    }

    .pbplus-status-online > span {
        left: 17px;
    }

    .pbplus-status-link {
        display: none;
    }

    .pageheader-section {
        min-height: 230px;
        background-position: center !important;
    }

    .account-wrapper {
        padding: 36px 26px !important;
    }

    .about-image {
        min-height: 430px;
    }

    .about-wrapper {
        padding: 36px 0 0;
    }

    .pbplus-download-specs {
        grid-template-columns: 1fr;
    }

    .pbplus-download-specs > span {
        min-height: 70px;
        border-right: 0;
        border-bottom: 1px solid var(--pb-line);
    }

    .pbplus-download-specs > span:last-child {
        border-bottom: 0;
    }

    .pbplus-download-hero {
        padding: 82px 0 58px;
    }

    .pbplus-download-copy h2 {
        font-size: 44px;
    }

    .pbplus-download-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .pbplus-download-main,
    .pbplus-download-ghost {
        width: 100%;
    }

    .pbplus-download-panel {
        min-height: 430px;
    }

    .pbplus-download-panel img {
        inset: 54px 0 128px;
        height: calc(100% - 182px);
    }

    .padding-top {
        padding-top: 68px;
    }

    .padding-bottom {
        padding-bottom: 68px;
    }

    .section-header h2 {
        padding-right: 0;
        font-size: 29px !important;
    }

    .section-header h2::after {
        display: none;
    }

    .pbplus-ranking-toolbar {
        padding: 12px 15px;
        align-items: flex-start;
        flex-direction: column;
        gap: 7px;
    }

    .blog-thumb {
        height: 210px;
    }
}

@media (max-width: 479px) {
    .mobile-logo img {
        width: 50px;
        height: 50px;
    }

    .pbplus-wordmark em {
        display: none;
    }

    .pbplus-hero {
        min-height: 760px;
    }

    .pbplus-hero h1 {
        font-size: 40px;
    }

    .pbplus-hero-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .pbplus-primary-action,
    .pbplus-secondary-action {
        width: 100%;
    }
}
.pbplus-dashboard-link {
    display: inline-flex !important;
    align-items: center;
    gap: 7px;
    padding: 9px 13px !important;
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 3px;
    background: #d72e32;
    color: #fff !important;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0;
}

.pbplus-dashboard-link:hover {
    border-color: #ff686b;
    background: #ff4549;
    color: #fff !important;
}
