:root {
    --mpg: #e81f76;
    --mag: #d3e736;
    --meg: #f1d8a7;
    --pro: #4694d1;
    --pro-max: #b1b7c7;
    --gaming-red: #ff0016;
    --gaming-lightSeaGreen: #20adad;
    --mp-yellow: #ffda47;
}

.theme-meg {
    --theme: var(--meg);
}

.theme-mpg {
    --theme: var(--mpg);
}

.theme-mag {
    --theme: var(--mag);
}

.theme-pro {
    --theme: var(--pro);
}

.theme-pro-max {
    --theme: var(--pro-max);
}

.theme-gaming-red {
    --theme: var(--gaming-red);
}

.theme-gaming-lightSeaGreen {
    --theme: var(--gaming-lightSeaGreen);
}

.theme-mp-yellow {
    --theme: var(--mp-yellow);
}

.themeNav {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: 2%;
    z-index: 300;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.cnd__nav {
    color: #fff;
    text-align: right;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    font-family: "industry-inc-base", sans-serif;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    z-index: 10;
    position: relative;
}

.themeTitleTag {
    display: none;
}

.theme-white .cnd__nav {
    color: #222222;
}

/* ---- */
.contactBtnBox{
    display: none;
}
/* ---- */

#feedbackBtn {
    display: none !important;
    color: transparent !important;
    background: transparent !important;
}

/* ---- */
#projectBtn{
    display: none !important;
    color: transparent !important;
    background: transparent !important;
}
/* ---- */

.feedbackBtnBox,.contactBtnBox{
    position: relative;
    z-index: 30;
    
}

.theme-business .feedbackBtnBox{
    margin: 50px 0 80px;
}

.theme-business .feedbackBtnBox.marginOriginalSet{
    margin: 0;
}

/* add .theme-business btn */
.theme-pro.theme-business .contactBtnBox,.theme-pro-max.theme-business .contactBtnBox{
    display: block;
    text-align: center;
}

.feedbackBtnLayout,.contactBtnLayout {
    pointer-events: auto;
    margin-top: 20px ;
    color: #fff;
    padding: 1px;
    font-family: "industry-inc-base", sans-serif;
    font-size: 16px;
    clip-path: polygon(10% 0, 95% 0, 100% 30%, 90% 100%, 5% 100%, 0 70%);
    cursor: pointer;
    transition: 0.5s;
    position: relative;
    z-index: 30;
}

.feedbackBtnLayout__set {
    transform-origin: right;
    transform: rotate(-90deg);
}

.themeNav__set {
    right: 14px;
}

.feedbackInSide,.contactBtnInSide {
    display: inline-block;
    clip-path: polygon(10% 0, 95% 0, 100% 30%, 90% 100%, 5% 100%, 0 70%);
    padding: 6px 30px 2px;
}

/* ---- */
.theme-pro.theme-business .feedbackBtnLayout{
    pointer-events: auto;
    margin-top: 20px;
    color: #fff;
    font-size: 16px;
    clip-path: none;
    cursor: pointer;
    transition: 0.5s;
    position: relative;
    z-index: 30;
    border-radius: 12px;
    min-width: 140px;
    background: #fff;
    border: 1px solid var(--pro);
}

.theme-pro-max.theme-business .feedbackBtnLayout{
    pointer-events: auto;
    margin-top: 20px;
    color: #fff;
    font-size: 16px;
    clip-path: none;
    cursor: pointer;
    transition: 0.5s;
    position: relative;
    z-index: 30;
    border-radius: 12px;
    min-width: 140px;
    background: #fff;
    border: 1px solid var(--pro-max);
}

.theme-pro.theme-business .contactBtnLayout,.theme-pro-max.theme-business .contactBtnLayout{
    pointer-events: auto;
    margin-top: 20px;
    color: #fff;
    font-size: 16px;
    clip-path: none;
    cursor: pointer;
    transition: 0.5s;
    position: relative;
    z-index: 30;
    border-radius: 12px;
    min-width: 140px;
    background: #fff;
    border: 1px solid #9a8555;
}

.theme-pro.theme-business .feedbackInSide,.theme-pro.theme-business .contactBtnInSide{
    line-height: 1;
    display: inline-block;
    clip-path: none;
    padding: 4px 20px ;
    border-radius: 10px;
    font-weight: 700;
    width: 100%;
}
/* ---- */

.toTopkBtn {
    position: fixed;
    right: 2.5%;
    bottom: 5%;
    z-index: 30;
    pointer-events: auto;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    clip-path: none;
    cursor: pointer;
    transition: 0.5s;
    border-radius: 15px;
    font-weight: 700;
    text-align: center;
    line-height: 1;
    align-items: center;
    display: none;
}

.theme-meg .toTopkBtn {
    color: var(--meg);
}

.theme-mpg .toTopkBtn {
    color: var(--mpg);
}

.theme-mag .toTopkBtn {
    color: var(--mag);
}

.theme-pro .toTopkBtn {
    color: var(--pro);
}

.theme-pro-max .toTopkBtn {
    color: var(--pro-max);
}

.theme-gaming-red .toTopkBtn {
    color: var(--gaming-red);
}

.theme-gaming-lightSeaGreen .toTopkBtn {
    color: var(--gaming-lightSeaGreen);
}

.theme-mp-yellow .toTopkBtn {
    color: var(--mp-yellow);
}

.theme-pro.theme-white .toTopkBtn,.theme-pro.white-style .toTopkBtn {
    color: #222;
}

.displayTopBtn {
    display: flex;
}

.toTopkBtn__icon {
    width: 20px;
    height: 15px;
    margin-right: 5px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}

/* meg */
.theme-meg .toTopkBtn__icon {
    background-image: url("https://storage-asset.msi.com/global/template/images/meg_to_top_icon.png");
}

/* mpg */
.theme-mpg .toTopkBtn__icon {
    background-image: url("https://storage-asset.msi.com/global/template/images/mpg_to_top_icon.png");
}

/* mag */
.theme-mag .toTopkBtn__icon {
    background-image: url("https://storage-asset.msi.com/global/template/images/mag_to_top_icon.png");
}

/* pro */
.theme-pro .toTopkBtn__icon {
    background-image: url("https://storage-asset.msi.com/global/template/images/pro_to_top_icon.png");
}

/* pro max */
.theme-pro-max .toTopkBtn__icon {
    background-image: url("https://storage-asset.msi.com/global/template/images/pro_max_to_top_icon.png");
}

/* pro white */
.theme-pro.theme-white .toTopkBtn__icon {
    background-image: url("https://storage-asset.msi.com/global/template/images/to_top_icon.png");
}

/* gaming red */
.theme-gaming-red .toTopkBtn__icon {
    background-image: url("https://storage-asset.msi.com/global/template/images/gaming_red_to_top_icon.png");
}

/* gaming lightSeaGreen */
.theme-gaming-lightSeaGreen .toTopkBtn__icon {
    background-image: url("https://storage-asset.msi.com/global/template/images/gaming_lightSeaGreen_to_top_icon.png");
}

/* mp yellow */
.theme-mp-yellow .toTopkBtn__icon {
    background-image: url("https://storage-asset.msi.com/global/template/images/mp-yellow_to_top_icon.png");
}

@media screen and (min-width: 1600px) {
    .feedbackBtnLayout:hover,.contactBtnLayout:hover {
        transform: scale(1.05);
        padding: 2px;
        /* transform: rotate(-90deg); */
    }

    .feedbackBtnLayout__set:hover{
        transform: rotate(-90deg);
    }

    .toTopkBtn:hover {
        transform: scale(1.05);
    }
}

.is-active {
    opacity: 1;
    pointer-events: auto;
}

.theme .cnd__nav-logo {
    width: 50px;
    height: 50px;
    position: relative;
    z-index: 19;
    transform: translateX(5px);
    overflow: hidden;
}

.theme-mag .cnd__nav-logo {
    background: url("https://storage-asset.msi.com/global/template/images/MAG_logo.png") no-repeat center center/cover;
    background-size: 100% 100%;
}

.theme-mpg .cnd__nav-logo {
    background: url("https://storage-asset.msi.com/global/template/images/MPG_logo.png") no-repeat center center/cover;
    background-size: 100% 100%;
}

.theme-meg .cnd__nav-logo {
    background: url("https://storage-asset.msi.com/global/template/images/MEG_logo.png") no-repeat center center/cover;
    background-size: 100% 100%;
}

.theme-pro-max .cnd__nav-logo{
    background: url("https://storage-asset.msi.com/global/template/images/pro-max_logo.png") no-repeat center center/cover;
    background-size: 100% 100%;
}

.theme-pro-max .cnd__nav-logo::after{
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient(60deg,
      transparent 40%,
      rgb(14, 14, 14, 0.7) 45%,
      rgba(255, 255, 255, 0.9) 50%,
      rgba(14, 14, 14, 0.7) 55%,
      transparent 60%);
    background-repeat: no-repeat;
    background-size: 300% 100%;     
    background-position: 150% 0%;   
    mix-blend-mode: screen;
    pointer-events: none;
    will-change: background-position;
    -webkit-mask-image: url("https://storage-asset.msi.com/global/template/images/pro-max_logo.png"); 
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain;
    mask-image: url("https://storage-asset.msi.com/global/template/images/pro-max_logo.png");
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
    animation: shine-pos 2.3s linear infinite;
}

.theme-pro .cnd__nav-logo {
    background: url("https://storage-asset.msi.com/global/template/images/PRO_logo_for_black_web.png") no-repeat center center/cover;
    background-size: 100% 100%;
}

.theme-pro.theme-white .cnd__nav-logo {
    background: url("https://storage-asset.msi.com/global/template/images/PRO_logo.png") no-repeat center center/cover;
    background-size: 100% 100%;
}

.piNav__box {
    margin-top: 10px;
    font-size: 14px;
    cursor: pointer;
    color: #ffffff;
}

.theme-white  .piNav__box, .theme-style  .piNav__box{
    color: #000000;
}

.piNav__list {
    font-size: 14px;
    color: #999;
    display: none;
    cursor: pointer;
}

.piNav__title--active {
    font-size: 20px;
}

.piNav__ul--active {
    display: inline-block;
}

.piNav__list-item {
    margin: 6px 0;
    position: relative;
    cursor: pointer;
    z-index: 19;
}

.piNav__list-item span {
    display: inline-block;
    padding: 2px 8px 0;
    transition: all 0.3s ease;
    background-color: transparent;
    position: relative;
    z-index: 19;
}

.piNav__box .piNav__title {
    position: relative;
    z-index: 19;
}

/* base  .piNav__box .piNav__title--active::before*/
.theme .piNav__box .piNav__title--active::before {
    background-image: url("https://storage-asset.msi.com/global/template/images/MEG_dot-active.png");
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 6px;
    right: -25px;
}

/* base .theme-business .piNav__box .piNav__title--active::before*/
.theme.theme-business .piNav__box .piNav__title--active::before {
    bottom: 0px;
}

/* meg */
.theme-meg .piNav__list-item--active span,
.theme-meg .piNav__list-item:hover span {
    background: var(--meg);
    color: #000000;
    padding: 2px 8px 0;
    border-radius: 5px;
}

.theme-meg .piNav__title--active {
    color: var(--meg);
    position: relative;
}

.theme-meg.theme-white .piNav__title--active {
    color: #cfb277;
}

.theme-meg .piNav__box .piNav__title--active::before {
    background-image: url("https://storage-asset.msi.com/global/template/images/MEG_dot-active.png");

}

.theme-meg .feedbackBtnLayout {
    color: #fff;
    padding: 1px;
    background: var(--meg);
}

.theme-meg.theme-white .feedbackBtnLayout {
    background: var(--meg);
}

.theme-meg .feedbackInSide {
    color: #ffffff;
    background: url("https://storage-asset.msi.com/global/template/images/meg-btn.jpg") no-repeat center top/cover;
}

.theme-meg.theme-white .feedbackInSide {
    color: #b3914f;
    background: #fff;
}

/* mpg */
.theme-mpg .piNav__list-item--active span,
.theme-mpg .piNav__list-item:hover span {
    color: #fff;
    background: var(--mpg);
    padding: 2px 8px 0;
    border-radius: 5px;
}

.theme-mpg .piNav__title--active {
    color: var(--mpg);
    position: relative;
}

.theme-mpg .piNav__box .piNav__title--active::before {
    background-image: url("https://storage-asset.msi.com/global/template/images/MPG_dot-active.png");

}

.theme-mpg .feedbackBtnLayout {
    color: #fff;
    padding: 1px;
    background: var(--mpg);
}

.theme-mpg .feedbackInSide {
    color: #ffffff;
    background: url("https://storage-asset.msi.com/global/template/images/mpg-btn.jpg") no-repeat center top/cover;
}

.theme-mpg.theme-white .feedbackInSide {
    color: var(--mpg);
    background: #fff;
}

/* mag */
.theme-mag .piNav__list-item--active span,
.theme-mag .piNav__list-item:hover span {
    background: var(--mag);
    color: #000000;
    padding: 2px 8px 0;
    border-radius: 5px;
}

.theme-mag .piNav__title--active {
    color: var(--mag);
    position: relative;
}

.theme-mag.theme-white .piNav__title--active {
    color: #b1c51b;
    position: relative;
}

.theme-mag.theme-white .feedbackInSide {
    color: #9eb300;
    background: #ffffff;
}

.theme-mag .piNav__box .piNav__title--active::before {
    background-image: url("https://storage-asset.msi.com/global/template/images/MAG_dot-active.png");

}

.theme-mag .feedbackBtnLayout {
    color: #fff;
    padding: 1px;
    background: var(--mag);
}

.theme-mag.theme-white .feedbackBtnLayout {
    background: #b1c51b;
}

.theme-mag .feedbackInSide {
    color: #ffffff;
    background: url("https://storage-asset.msi.com/global/template/images/mag-btn.jpg") no-repeat center top/cover;
}

/* pro */
.theme-pro .piNav__list-item--active span,
.theme-pro .piNav__list-item:hover span {
    background: var(--pro);
    color: #ffffff;
    padding: 2px 8px 0;
    border-radius: 5px;
}

.theme-pro .piNav__title--active {
    color: var(--pro);
    position: relative;
}

.theme-pro.theme-white .feedbackInSide {
    color: var(--pro);
    background: #fff;
    /* background: url("https://storage-asset.msi.com/global/template/images/pro-btn-white.jpg") no-repeat center top/cover; */
}

.theme-pro .piNav__box .piNav__title--active::before {
    background-image: url("https://storage-asset.msi.com/global/template/images/PRO_dot-active.png");

}

.theme-pro .feedbackBtnLayout {
    color: #fff;
    padding: 1px;
    background: var(--pro);
}

.theme-pro .feedbackInSide {
    color: #ffffff;
    background: url("https://storage-asset.msi.com/global/template/images/pro-btn.jpg") no-repeat center top/cover;
}

/* .theme-business set */
.theme-pro  .contactBtnLayout .contactBtnInSide,.theme-pro-max  .contactBtnLayout .contactBtnInSide{
    color: #9a8555;
    background: #fff;
}

/* pro max*/
.theme-pro-max .piNav__list-item--active span,
.theme-pro-max .piNav__list-item:hover span {
    background: var(--pro-max);
    color: #000000;
    padding: 2px 8px 0;
    border-radius: 5px;
}

.theme-pro-max .piNav__title--active {
    color: var(--pro-max);
    position: relative;
}

.theme-pro-max.theme-white .feedbackInSide {
    color: var(--pro-max);
    background: url("https://storage-asset.msi.com/global/template/images/pro-btn-white.jpg") no-repeat center top/cover;
}

.theme-pro-max.theme-business .feedbackInSide {
    color: var(--pro-max);
    background: #fff
}

.theme-pro-max .piNav__box .piNav__title--active::before {
    background-image: url("https://storage-asset.msi.com/global/template/images/PRO_MAX_dot-active.png");

}

.theme-pro-max .feedbackBtnLayout {
    color: #fff;
    padding: 1px;
    background: var(--pro-max);
}

.theme-pro-max .feedbackInSide {
    color: #ffffff;
    background: url("https://storage-asset.msi.com/global/template/images/pro-max-btn.jpg") no-repeat center top/cover;
}

/* gaming red */
.theme-gaming-red .piNav__list-item--active span,
.theme-gaming-red .piNav__list-item:hover span {
    background: var(--gaming-red);
    color: #ffffff;
    padding: 2px 8px 0;
    border-radius: 5px;
}

.theme-gaming-red .piNav__title--active {
    color: var(--gaming-red);
    position: relative;
}

.theme-gaming-red.theme-white .piNav__title--active {
    color: var(--gaming-red);
    position: relative;
}

.theme-gaming-red.theme-white .feedbackInSide {
    color: #cf2634;
    background: #ffffff;
}

.theme-gaming-red .piNav__box .piNav__title--active::before {
    background-image: url("https://storage-asset.msi.com/global/template/images/gaming_red_dot-active.png");

}

.theme-gaming-red .feedbackBtnLayout {
    color: #fff;
    padding: 1px;
    background: var(--gaming-red);
}

.theme-gaming-red.theme-white .feedbackBtnLayout {
    background: #cf2634;
}

.theme-gaming-red .feedbackInSide {
    color: #ffffff;
    background: url("https://storage-asset.msi.com/global/template/images/gaming-red-btn.jpg") no-repeat center top/cover;
}

/* gaming lightSeaGreen */
.theme-gaming-lightSeaGreen .piNav__list-item--active span,
.theme-gaming-lightSeaGreen .piNav__list-item:hover span {
    background: var(--gaming-lightSeaGreen);
    color: #ffffff;
    padding: 2px 8px 0;
    border-radius: 5px;
}

.theme-gaming-lightSeaGreen .piNav__title--active {
    color: var(--gaming-lightSeaGreen);
    position: relative;
}

.theme-gaming-lightSeaGreen.theme-white .piNav__title--active {
    color: var(--gaming-lightSeaGreen);
    position: relative;
}

.theme-gaming-lightSeaGreen.theme-white .feedbackInSide {
    color: var(--gaming-lightSeaGreen);
    background: #ffffff;
}

.theme-gaming-lightSeaGreen .piNav__box .piNav__title--active::before {
    background-image: url("https://storage-asset.msi.com/global/template/images/gaming_lightSeaGreen_dot-active.png");

}

.theme-gaming-lightSeaGreen .feedbackBtnLayout {
    color: #fff;
    padding: 1px;
    background: var(--gaming-lightSeaGreen);
}

.theme-gaming-lightSeaGreen.theme-white .feedbackBtnLayout {
    background: var(--gaming-lightSeaGreen);
}

.theme-gaming-lightSeaGreen .feedbackInSide {
    color: #ffffff;
    background: url("https://storage-asset.msi.com/global/template/images/gaming-lightSeaGreen-btn.jpg") no-repeat center top/cover;
}

/* mp yellow */
.theme-mp-yellow .piNav__list-item--active span,
.theme-mp-yellow .piNav__list-item:hover span {
    background: var(--mp-yellow);
    color: #000000;
    padding: 2px 8px 0;
    border-radius: 5px;
}

.theme-mp-yellow .piNav__title--active {
    color: var(--mp-yellow);
    position: relative;
}

.theme-mp-yellow.theme-white .piNav__title--active {
    color: var(--mp-yellow);
    position: relative;
}

.theme-mp-yellow.theme-white .feedbackInSide {
    color: var(--mp-yellow);
    background: #ffffff;
}

.theme-mp-yellow .piNav__box .piNav__title--active::before {
    background-image: url("https://storage-asset.msi.com/global/template/images/mp-yellow_dot-active.png");

}

.theme-mp-yellow .feedbackBtnLayout {
    color: #fff;
    padding: 1px;
    background: var(--mp-yellow);
}

.theme-mp-yellow.theme-white .feedbackBtnLayout {
    background: var(--mp-yellow);
}

.theme-mp-yellow .feedbackInSide {
    color: #ffffff;
    background: url("https://storage-asset.msi.com/global/template/images/mp-yellow-btn.jpg") no-repeat center top/cover;
}

.theme .piNav__title {
    position: relative;
}

@media screen and (max-width: 1599px) {
    .toTopkBtn {
        right: 10px;
        flex-direction: column;
    }

    .toTopkBtn__icon {
        margin-bottom: 5px;
        margin-right: 0px;
    }

    .themeNav__set {
        right: 2%;
    }

    .feedbackBtnLayout,.contactBtnLayout {
        opacity: 0;
        pointer-events: none;
        transform: rotate(0deg);
    }

    .feedbackHoverArea,.contactHoverArea {
        content: "";
        display: block;
        font-size: 20px;
        position: absolute;
        bottom: 6px;
        right: -25px;
        z-index: 101;
        width: 20px;
        height: 20px;
    }

    .feedbackLeaveBlock {
        content: "";
        display: block;
        font-size: 20px;
        position: absolute;
        bottom: 2px;
        right: -25px;
        z-index: 101;
        width: 40px;
        height: 2px;
    }

    .feedbackLeaveBlockTwo {
        content: "";
        display: block;
        font-size: 20px;
        position: absolute;
        top: 20px;
        right: -25px;
        z-index: 101;
        width: 40px;
        height: 2px;
    }

    .feedbackBtnBox::after {
        width: 20px;
        height: 100%;
        content: "";
        display: block;
        font-size: 20px;
        position: absolute;
        top: 100%;
        transform: translateY(-50%);
        right: -25px;
        z-index: 100;
        pointer-events: none;
    }

    .cnd__nav-hoverBlock {
        width: 20px;
        height: 100%;
        position: absolute;
        top: 0;
        right: -25px;
        z-index: 20;
    }

    .cnd__nav-leaveBlock {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        right: -25px;
        z-index: 10;
    }

    .theme .piNav__title span,
    .theme .piNav__list-item span,
    .theme .cnd__nav-logo {
        opacity: 0;
    }

    .theme .piNav__title,
    .theme .piNav__list-item {
        pointer-events: none;
    }

    .theme .piNav__list-item--active {
        background: transparent;
    }

    .theme.theme-meg .cnd__nav:hover .piNav__list-item--active span {
        background: var(--meg);
        border-radius: 5px;
    }

    .theme-meg .feedbackBtnBox::after {
        background-image: url("https://storage-asset.msi.com/global/template/images/MEG_feedback.png");
        background-repeat: no-repeat;
        background-size: contain;
    }

    .theme.theme-mpg .cnd__nav:hover .piNav__list-item--active span {
        background: var(--mpg);
        border-radius: 5px;
    }

    .theme-mpg .feedbackBtnBox::after {
        background-image: url("https://storage-asset.msi.com/global/template/images/MPG_feedback.png");
        background-repeat: no-repeat;
        background-size: contain;
    }

    .theme.theme-mag .cnd__nav:hover .piNav__list-item--active span {
        background: var(--mag);
        border-radius: 5px;
    }

    .theme-mag .feedbackBtnBox::after {
        background-image: url("https://storage-asset.msi.com/global/template/images/MAG_feedback.png");
        background-repeat: no-repeat;
        background-size: contain;
    }

    .theme.theme-pro .cnd__nav:hover .piNav__list-item--active span {
        background: var(--pro);
        border-radius: 5px;
    }

    .theme-pro .feedbackBtnBox::after {
        background-image: url("https://storage-asset.msi.com/global/template/images/PRO_feedback.png");
        background-repeat: no-repeat;
        background-size: contain;
    }

    .theme.theme-pro-max .cnd__nav:hover .piNav__list-item--active span {
        background: var(--pro-max);
        border-radius: 5px;
    }

    .theme-pro-max .feedbackBtnBox::after {
        background-image: url("https://storage-asset.msi.com/global/template/images/PRO_MAX_feedback.png");
        background-repeat: no-repeat;
        background-size: contain;
    }

    .theme.theme-gaming-red .cnd__nav:hover .piNav__list-item--active span {
        background: var(--gaming-red);
        border-radius: 5px;
    }

    .theme-gaming-red .feedbackBtnBox::after {
        background-image: url("https://storage-asset.msi.com/global/template/images/gaming_red_feedback.png");
        background-repeat: no-repeat;
        background-size: contain;
    }

    .theme.theme-gaming-lightSeaGreen .cnd__nav:hover .piNav__list-item--active span {
        background: var(--gaming-lightSeaGreen);
        border-radius: 5px;
    }

    .theme-gaming-lightSeaGreen .feedbackBtnBox::after {
        background-image: url("https://storage-asset.msi.com/global/template/images/gaming_lightSeaGreen_feedback.png");
        background-repeat: no-repeat;
        background-size: contain;
    }

    .theme.theme-mp-yellow .cnd__nav:hover .piNav__list-item--active span {
        background: var(--mp-yellow);
        border-radius: 5px;
    }

    .theme-mp-yellow .feedbackBtnBox::after {
        background-image: url("https://storage-asset.msi.com/global/template/images/mp-yellow_feedback.png");
        background-repeat: no-repeat;
        background-size: contain;
    }

    .theme .piNav__list-item::before {
        background-size: contain;
        content: ".";
        display: block;
        width: 20px;
        height: 20px;
        position: absolute;
        bottom: 3px;
        right: -15px;
    }

    /* base  .piNav__title::before*/
    .theme .piNav__title::before {
        background-image: url("https://storage-asset.msi.com/global/template/images/MEG_dot.png");
        background-repeat: no-repeat;
        background-size: contain;
        content: "";
        display: block;
        width: 20px;
        height: 20px;
        position: absolute;
        bottom: 3px;
        right: -25px;
    }

    /* base .theme-business  .piNav__title::before*/
    .theme.theme-business .piNav__title::before {
        bottom: 0px;
    }

    /* base  .piNav__list-item--active::before */
    .theme .piNav__list-item--active::before,
    .theme .piNav__list-item:hover::before {
        background-size: contain;
        content: ".";
        display: block;
        width: 20px;
        height: 20px;
        position: absolute;
        bottom: 3px;
        right: -15px;
        color: #ffffff;
    }

    /* base .theme-business .piNav__list-item--active::before */
    .theme.theme-business .piNav__list-item--active::before,
    .theme.theme-business .piNav__list-item:hover::before {
        bottom: 0px;
    }

    /* meg */
    .theme-meg .piNav__list-item--active::before,
    .theme-meg .piNav__list-item:hover::before {
        color: #f2d8a7;
    }

    .theme-meg .piNav__title::before {
        background-image: url("https://storage-asset.msi.com/global/template/images/MEG_dot.png");
    }

    /* mpg */
    .theme-mpg .piNav__list-item--active::before,
    .theme-mpg .piNav__list-item:hover::before {
        color: var(--mpg);
    }

    .theme-mpg .piNav__title::before {
        background-image: url("https://storage-asset.msi.com/global/template/images/MPG_dot.png");
    }

    /* mag */
    .theme-mag .piNav__list-item--active::before,
    .theme-mag .piNav__list-item:hover::before {
        color: var(--mag);
    }

    .theme-mag .piNav__title::before {
        background-image: url("https://storage-asset.msi.com/global/template/images/MAG_dot.png");
    }

    /* pro */
    .theme-pro .piNav__list-item--active::before,
    .theme-pro .piNav__list-item:hover::before {
        color: var(--pro);
    }

    .theme-pro .piNav__title::before {
        background-image: url("https://storage-asset.msi.com/global/template/images/PRO_dot.png");
    }

    /* pro max*/
    .theme-pro-max .piNav__list-item--active::before,
    .theme-pro-max .piNav__list-item:hover::before {
        color: var(--pro-max);
    }

    .theme-pro-max .piNav__title::before {
        background-image: url("https://storage-asset.msi.com/global/template/images/PRO_MAX_dot.png");
    }

    /* gaming red */
    .theme-gaming-red .piNav__list-item--active::before,
    .theme-gaming-red .piNav__list-item:hover::before {
        color: var(--gaming-red);
    }

    .theme-gaming-red .piNav__title::before {
        background-image: url("https://storage-asset.msi.com/global/template/images/gaming_red_dot.png");
    }

    /* gaming lightSeaGreen */
    .theme-gaming-lightSeaGreen .piNav__list-item--active::before,
    .theme-gaming-lightSeaGreen .piNav__list-item:hover::before {
        color: var(--gaming-lightSeaGreen);
    }

    .theme-gaming-lightSeaGreen .piNav__title::before {
        background-image: url("https://storage-asset.msi.com/global/template/images/gaming_lightSeaGreen_dot.png");
    }

    /* mp yellow */
    .theme-mp-yellow .piNav__list-item--active::before,
    .theme-mp-yellow .piNav__list-item:hover::before {
        color: var(--mp-yellow);
    }

    .theme-mp-yellow .piNav__title::before {
        background-image: url("https://storage-asset.msi.com/global/template/images/mp-yellow_dot.png");
    }

}

@media screen and (max-width: 1599px) and (min-width: 997px) {
    .feedbackBtnLayout__set:hover {
        transform: scale(1.05);
        padding: 2px;
        
    }
    .theme-business .feedbackBtnBox{
        margin: 0;
    }
}

@media screen and (max-width: 1400px) {
    .themeNav {
        right: 2.5%;
    }

    .themeNav {
        top: 55%;
    }
}

@media screen and (max-width: 996px) {

    .theme-business .feedbackBtnBox.marginOriginalSet{
        margin: 50px 0 80px;
    }
    .cnd__nav {
        display: none;
    }

    .feedbackBtnLayout,.contactBtnLayout {
        opacity: 1;
        pointer-events: auto;
        position: relative;
        font-size: 14px;
        transform-origin: right;
        transform: rotate(-90deg);
    }
/* ------ */
    .theme-pro.theme-business .feedbackBtnLayout,.theme-pro.theme-business .contactBtnLayout{
        min-width: auto;
        border-radius: 12px;
    }
/* ------ */
    .feedbackInSide {
        padding: 5px 20px 3px;
    }

    .themeNav {
        right: 14px;
    }

    .theme .feedbackBtnBox::after {
        background-image: none;
        color: transparent;
        content: "";
    }

    .toTopkBtn__text {
        font-size: 14px;
    }
}

.theme .toDisplay {
    opacity: 1 !important;
}

.theme .toHidden {
    opacity: 0 !important;
}

.theme .toTouch {
    pointer-events: auto !important;
}

.theme .toNotTouch {
    pointer-events: none !important;
}

.theme .toHiddenAndNotTouch {
    opacity: 0 !important;
    pointer-events: none !important;
}

.theme .toDisplayAndTouch {
    opacity: 1 !important;
    pointer-events: auto !important;
}
@keyframes shine-pos {
    to { background-position: 0% 150%; }
  }

  @media (prefers-reduced-motion: reduce) {
    .theme-mag .cnd__nav-logo::after { animation: none; }
}
/* --------------------- */