﻿@charset "UTF-8";

/*ws-admin*/
.abs-margin-2 {
    margin: 2rem;
}

*,
*::after,
*::before {
    margin: 0;
    padding: 0;
    box-sizing: inherit;
}

html {
    font-size: 62.5%;
    -webkit-overflow-scrolling: touch;
}

.w13-formup__frame img {
    opacity: 1;
}

.main {
    /* overflow: hidden; */
}

.ws-light__a {
    display: contents;
}

.ws1DynamicTOC {
    position: relative;
    width: 30rem;
    transition: transform 0.1s ease-out;
    will-change: transform;
}

.divWs1LightMainFrame .ws1AddToCartBtn {
    pointer-events: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
img,
iframe {
    font-size: unset;
}

.ws-content__light h1,
.ws-content__light h2,
.ws-content__light h3,
.ws-content__light h4,
.ws-content__light h5,
.ws-content__light h6,
.ws-content__light p,
.ws-content__light img,
.ws-content__light iframe {
    margin: 0.5rem 0;
}

.ws-content__light h1 {
    font-size: 2.4rem;
    line-height: 1.4em;
    margin: 1em 0 !important;
    color: #004dd2;
}

.ws-content__light h2 {
    font-size: 2rem;
    line-height: 1.3em;
    margin: 1em 0 !important;
    font-weight: unset;
    color: #2f5496;
}

.ws-content__light h3 {
    line-height: 1.3em;
    font-weight: unset;
    margin: 1em 0 !important;
    color: #1f3763;
}

.ws-content__light {
    line-height: 1.8em;
    text-align: justify;
    font-size: 1.6rem;
}

    .ws-content__light table {
        width: 100%;
    }

    .ws-content__light ul,
    .ws-content__light ol {
        margin-left: 4rem;
    }

    .ws-content__light *::after,
    .ws-content__light *::before {
        margin: unset;
        padding: unset;
    }

    .ws-content__light blockquote {
        margin-top: 1rem;
        margin-bottom: 1rem;
        border-radius: 1rem;
    }

figure,
.ws-right-menu figure {
    background-repeat: no-repeat;
    background-size: contain;
}

    figure img,
    .ws-right-menu figure img {
        opacity: 0;
        display: block;
        max-height: 100%;
    }

@media only screen and (max-width: 600px) {

    .main figure img,
    .ws-right-menu figure img {
        height: auto;
    }
}

.main h1,
.main h2,
.main h3,
.main h4,
.main h5,
.main h6,
.ws-right-menu h1,
.ws-right-menu h2,
.ws-right-menu h3,
.ws-right-menu h4,
.ws-right-menu h5,
.ws-right-menu h6 {
    display: block;
}

body {
    box-sizing: border-box;
    padding: 0;
    font-family: "Montserrat", sans-serif;
}

    body img {
        max-width: 100%;
    }

    body a {
        color: currentColor;
        text-decoration: none;
        font-weight: inherit;
    }

.allowedit a {
    color: inherit;
    text-decoration: initial;
    font-weight: inherit;
}

.ws-content__light a {
    color: royalblue;
    text-decoration: underline;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

    select::-ms-expand {
        display: none;
    }

.owl-prev,
.owl-next {
    display: none;
}

.kill-a {
    color: currentColor;
    text-decoration: none;
}

.display-none {
    display: none !important;
    filter: brightness(0.5);
}

.display-none-menu {
    filter: brightness(0.5);
}

.display-block {
    display: block !important;
}

.width-100 {
    width: 100% !important;
}

.width-50 {
    width: 50%;
}

.fa-img {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.op-width-hidden {
    opacity: 0;
    width: 0 !important;
    overflow: hidden;
    visibility: hidden;
    padding: 0 !important;
    height: 0 !important;
}

.sticky {
    position: fixed !important;
    top: 0 !important;
    margin: 0 auto;
    z-index: 200 !important;
    width: 100% !important;
    animation: stickyMenu 0.3s ease-out;
}

.zindex-100 {
    z-index: 100 !important;
}

@media only screen and (min-width: 80rem) {
    .sticky__logo {
        height: 5rem;
        width: 5rem;
    }
}

.nav__checkbox {
    display: none !important;
}

.nav__icon {
    position: relative;
}

    .nav__icon,
    .nav__icon::before,
    .nav__icon::after {
        width: 3rem;
        height: 0.2rem;
        background-color: white;
        display: inline-block;
    }

        .nav__icon::before,
        .nav__icon::after {
            content: "";
            position: absolute;
            left: 0;
            transition: all 0.2s;
        }

        .nav__icon::before {
            top: -0.8rem;
        }

        .nav__icon::after {
            top: 0.8rem;
        }

.nav__checkbox:checked ~ .nav__button .nav__icon {
    background-color: transparent;
}

    .nav__checkbox:checked ~ .nav__button .nav__icon::before {
        transform: rotate(135deg);
        top: 0;
    }

    .nav__checkbox:checked ~ .nav__button .nav__icon::after {
        transform: rotate(-135deg);
        top: 0;
    }

.ab-position {
    position: absolute !important;
}

.color-white {
    color: white !important;
}

.color-black,
.color-red {
    color: black;
}

.light1-list-drop-mo {
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
}

.ws-120-0-a {
    max-width: 120rem;
    margin: 0 auto;
}

.ws-100p {
    width: 100%;
}

.font-600 {
    font-weight: 600;
}

.font-800 {
    font-weight: 800;
}

.ws-bga {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.display-flex {
    display: flex !important;
}

::-webkit-scrollbar-track {
    border-radius: 0.1rem;
}

::-webkit-scrollbar-thumb {
    border-radius: 1rem;
}

.ws1EditViewSite {
    position: fixed;
    width: 13.5em;
    height: 5em;
    margin-top: 2rem;
    margin-left: 3rem;
    z-index: 110;
}

.ws1EditViewSite__button {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 0 1.5em 3.5em rgba(0, 0, 0, 0.2);
    border-top: 0.1em solid rgba(255, 255, 255, 0.1);
    border-bottom: 0.1em solid rgba(255, 255, 255, 0.1);
    border-radius: 3em;
    color: #004369;
    z-index: 1;
    font-weight: 600;
    font-size: 1.6rem;
    letter-spacing: 2px;
    overflow: hidden;
    transition: 0.5s;
    cursor: pointer;
    backdrop-filter: blur(1.5em);
    -webkit-backdrop-filter: blur(1.5em);
}

    .ws1EditViewSite__button::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 50%;
        height: 100%;
        background: linear-gradient(to left, rgba(255, 255, 255, 0.15), transparent);
        transform: skewX(45deg) translateX(0);
        transition: 0.5s;
    }

    .ws1EditViewSite__button:hover {
        letter-spacing: .3em;
    }

        .ws1EditViewSite__button:hover::before {
            transform: skewX(45deg) translateX(200%);
        }

.ws1EditViewSite::before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -.5em;
    width: 3em;
    height: 1em;
    background-color: #f00;
    border-radius: 1em;
    transition: .5s;
}

.ws1EditViewSite:hover::before {
    bottom: 0;
    height: 80%;
    width: 80%;
    border-radius: 3em;
}

.ws1EditViewSite::after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -.5em;
    width: 3em;
    height: 1em;
    background-color: #f00;
    border-radius: 1em;
    transition: .5s;
}

.ws1EditViewSite:hover::after {
    top: 0;
    height: 80%;
    width: 80%;
    border-radius: 3em;
}

.ws1EditViewSite:hover .ws1EditViewSite__button {
    color: white;
}

.ws1EditViewSite::before,
.ws1EditViewSite::after {
    background: #2bd2ff;
    box-shadow: 0 0 .5em #2bd2ff, 0 0 1.5em #2bd2ff, 0 0 3em #2bd2ff, 0 0 6em #2bd2ff;
}

.section-content-default {
    font-size: 1.4rem;
    line-height: 1.8rem;
}

    .section-content-default h2,
    .section-content-default h3,
    .section-content-default iframe,
    .section-content-default h4,
    .section-content-default h5,
    .section-content-default image,
    .section-content-default p {
        margin: 0.5rem 0;
    }

.ws-scroll-bar {
    height: 95vh;
    overflow: scroll;
}

    .ws-scroll-bar::-webkit-scrollbar {
        width: 1rem;
    }

    .ws-scroll-bar::-webkit-scrollbar-track {
        border-radius: 0.1rem;
    }

    .ws-scroll-bar::-webkit-scrollbar-thumb {
        background: red;
        border-radius: 1rem;
    }

#txt_ladi_link {
    padding: 0.8rem !important;
}

.w18-table-1 {
    width: 100%;
    padding: 3rem 0.5rem;
    background-color: white;
}

    .w18-table-1 table {
        margin: 0 auto;
        border-collapse: collapse;
    }

    .w18-table-1 td,
    .w18-table-1 th {
        border: 0.1rem solid black;
        padding: 1rem;
        line-height: 1.8rem;
    }

.w18-table-1__group {
    max-width: 120rem;
    margin: 0 auto;
    overflow: scroll;
}

.w18-table-1__heading {
    text-align: center;
    margin-bottom: 2rem;
}

.w18-table-1__heading__title {
    font-weight: 600;
    font-size: 2rem;
    margin-bottom: 1rem;
}

.w18-table-1__heading__sub {
    font-weight: 300;
    font-size: 1.4rem;
}

.w18-table-1__tbl {
    border-collapse: collapse;
    font-size: 1.4rem;
    margin-top: 0.5rem;
    display: table;
    width: 100%;
}

td,
th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: .5rem;
    width: 5rem;
    height: 2rem;
    overflow: auto;
}

@media only screen and (max-width: 60rem) {
    .w18-table-1__tbl {
        margin: 0 auto;
    }
}

.w18-table-1__tbl td,
.w18-table-1__tbl th {
    border: 0.1rem solid #dddddd;
    padding: 1rem;
    line-height: 1.8rem;
}

.w18-table-1__tbl tr:nth-child(even) {
    background-color: rgba(var(--main-color-w), 1);
    color: white;
}

.w18-table-1__tbl__th-1 {
    width: 45%;
}

.w18-table-1__tbl__th-2 {
    width: 25%;
}

.w18-table-1__tbl__th-3 {
    width: 15%;
}

.w18-table-1__tbl__th-4 {
    width: 15%;
}

.w18-table-1__des {
    display: block;
    margin-top: 1rem;
    font-weight: 300;
}

section figure img {
    pointer-events: none;
}

.mn1multiselect {
    background-color: rgba(0, 128, 0, 0.386);
}

.border-red {
    border: 0.1rem solid red;
}

.ws1highlight {
    background-color: yellow;
}

.ws1MenudropActive {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    transform: unset !important;
    z-index: 2 !important;
    /*anh dieu*/
    pointer-events: initial !important;
    /*anh dieu*/
}

.display-none-filter {
    display: none !important;
}

.ws1Rulerx {
    border: 0.1rem dashed red;
    position: fixed;
    z-index: 0;
    top: 0;
    height: 100vh;
    pointer-events: none;
}

.ws1Rulery {
    border: 0.1rem dashed red;
    position: fixed;
    left: 0;
    width: 100vw;
    z-index: 0;
    pointer-events: none;
}

.ws1ZoomEdit {
    position: fixed;
    background: white;
    left: 0;
    width: calc(100% - 80rem) !important;
    top: 0;
    z-index: 11;
    height: 100vh !important;
    padding: 1rem 3rem 1rem 3rem !important;
    overflow: scroll;
}

.display-content {
    display: contents;
}

.preventedit {
    fill: none !important;
}

.w100-ads {
    position: relative;
    height: fit-content;
    display: block;
    width: 100%;
    background-color: white;
    margin-bottom: 0.1rem;
}

.ws1AlertLight {
    position: fixed;
    display: block;
    margin: 0 auto;
    top: 1rem;
    width: fit-content;
    left: 0;
    right: 0;
    z-index: 100;
    background-color: black;
    padding: .5rem 1rem 1rem 1rem;
    text-align: center;
    border-radius: .5rem;
    box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.632);
}

.ws1AlertLight__iconbox {
    background-color: white;
    padding: .5rem;
    width: 3rem;
    margin: 0 auto;
    height: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    outline: 2px dotted white;
    margin-top: .5rem;
    margin-bottom: 1rem;
}

.ws1AlertLight__iconbox__icon {
    color: crimson;
    font-size: 1.6rem;
}

.ws1AlertLight__text {
    margin-top: .5rem;
    letter-spacing: 1px;
    color: white;
}

.w100-ads__group {
    max-width: 120rem;
    margin: 0 auto;
    height: 100%;
    width: 100%;
    position: relative;
    height: 50rem;
}

.w100-ads__c1 {
    position: absolute;
    font-size: 1.8rem;
    background-color: #eee;
    display: flex;
    align-items: center;
    justify-content: center;
}

.w100-ads__text1 {
    font-size: 1.6rem;
    line-height: 1.8rem;
    padding: 0.5rem;
    position: absolute;
}

.w100-ads__slider {
    width: 39rem;
}

.w100-ads__slider__items {
    width: 100%;
    position: relative;
    overflow: hidden;
}

    .w100-ads__slider__items .swiper-wrapper {
        display: flex;
        box-sizing: border-box;
    }

    .w100-ads__slider__items .swiper-button-next {
        color: #414141;
    }

        .w100-ads__slider__items .swiper-button-next::after {
            font-size: 2rem;
        }

    .w100-ads__slider__items .swiper-button-prev {
        color: #414141;
    }

        .w100-ads__slider__items .swiper-button-prev::after {
            font-size: 2rem;
        }

    .w100-ads__slider__items .swiper-pagination {
        margin-top: 4rem;
        position: relative;
    }

    .w100-ads__slider__items .swiper-pagination-bullet {
        background-color: black;
        position: relative;
    }

        .w100-ads__slider__items .swiper-pagination-bullet::after {
            border: 0.1rem solid black !important;
        }

    .w100-ads__slider__items .swiper-pagination-bullet-active::after {
        content: "";
        width: 100%;
        height: 100%;
        border: 0.1rem solid rgba(var(--main-color-w), 1);
        position: absolute;
        border-radius: 50%;
        left: 0;
        top: 0;
        transform: scale(2);
    }

    .w100-ads__slider__items .swiper-slide {
        width: light;
    }

.w100-ads__slider__item {
    cursor: pointer;
    overflow: hidden;
    position: relative;
    width: 23%;
}

    .w100-ads__slider__item:not(:last-child) {
        margin-right: 2.666%;
    }

@media only screen and (max-width: 120rem) {
    .w100-ads__slider__item {
        width: 22% !important;
    }
}

@media only screen and (max-width: 80rem) {
    .w100-ads__slider__item {
        width: 48% !important;
    }
}

.w100-ads__slider__item__imgbox {
    width: 100%;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    margin: 0.5rem auto;
}

.w100-ads__slider__item__imgbox__img {
    width: 100%;
}

.w100-ads__slider__item__text {
    font-size: 1rem;
    text-align: center;
    margin-top: 0.5rem;
    display: block;
}

.w100-ads__slider__item__icon {
    font-size: 1.6rem;
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
    display: block;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.w100-ads__dropdownlist {
    display: block;
}

.w100-ads__dropdownlist__vung {
    position: relative;
    border: 0.1rem solid #eee;
    width: 40rem;
    height: fit-content;
}

.w100-ads__dropdownlist__vung__checkbox {
    display: none;
}

    .w100-ads__dropdownlist__vung__checkbox:checked ~ .w100-ads__dropdownlist__vung__items {
        visibility: visible;
        transform: scale(1);
        max-height: 100vh;
    }

.w100-ads__dropdownlist__vung__ad {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    font-weight: bold;
    padding: 0.7rem;
}

.w100-ads__dropdownlist__vung__ad__name {
    font-size: 1.4rem;
    width: 100%;
}

.w100-ads__dropdownlist__vung__ad__icon {
    margin-left: 0.5rem;
}

.w100-ads__dropdownlist__vung__items {
    position: absolute;
    top: 4rem;
    background-color: white;
    z-index: 1;
    left: 0;
    width: 100%;
    border: 0.1rem solid #eee;
    max-height: 0;
    transform: scale(1) translate(0%, 0%);
    visibility: hidden;
    overflow: hidden;
}

    .w100-ads__dropdownlist__vung__items .active {
        font-weight: 800;
    }

.w100-ads__dropdownlist__vung__items__item {
    display: flex;
    align-items: center;
    padding: 0.8rem;
}

.w100-ads__dropdownlist__vung__items__item__icons {
    border: 0.1rem solid #dddddd;
    height: fit-content;
    width: fit-content;
    margin-right: 0.7rem;
}

.w100-ads__dropdownlist__vung__items__item__icons__icon {
    width: 1.5rem;
    height: 1.5rem;
    margin: 0.2rem;
}

.w100-ads__dropdownlist__vung__items__item__text {
    font-size: 1rem;
    display: block;
    cursor: pointer;
}

.w100-ads__dropdownlist__vung__items__item:hover {
    background-color: #eee;
}

    .w100-ads__dropdownlist__vung__items__item:hover .w100-ads__dropdownlist__vung__items__item__icons__icon {
        background-color: rgba(var(--main-color-w), 1);
    }

.w100-ads__groupinput {
    border: 0.1rem solid #eee;
    width: 100%;
    padding: 0 1rem;
}

.w100-ads__groupinput__text {
    width: 100%;
    outline: none;
    font-size: 1.2rem;
    background-color: transparent;
    outline: none;
    border: none;
    height: 100%;
}

.position-absolute {
    position: absolute;
}

.ws1ModuleMoveIcon {
    background-color: white;
    color: #202040;
    font-size: 2em;
    position: absolute;
    left: -1rem;
    top: -1rem;
    z-index: 25;
    padding: 0.5rem;
    width: 3rem;
    height: 3rem;
    display: flex !important;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    cursor: pointer;
    user-select: none;
    box-shadow: 0 0 2rem #0000005c;
}

.ws1OnlyText {
    text-align: center;
}

.visi-1 {
    visibility: visible !important;
}

.clickvisi-1 {
    visibility: visible !important;
}

.ws1PopupClose {
    position: absolute;
    color: red;
    margin: 0 auto;
    top: .5rem;
    left: 0;
    right: 0;
    width: fit-content;
    font-size: 2rem;
    cursor: pointer;
    transition: all .2s ease;
    z-index: 9;
    height: fit-content;
}

    .ws1PopupClose:hover {
        transform: scale(1.2);
    }

@keyframes ws1BoundLeftToRightEf {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(-30px);
        -ms-transform: translateX(-30px);
        transform: translateX(-30px);
    }

    80% {
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px);
    }

    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes ws1BoundRightToLeftEf {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-200rem);
        -ms-transform: translateX(-200rem);
        transform: translateX(-200rem);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(-3rem);
        -ms-transform: translateX(-3rem);
        transform: translateX(-3rem);
    }

    80% {
        -webkit-transform: translateX(1rem);
        -ms-transform: translateX(1rem);
        transform: translateX(1rem);
    }

    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes ws1SwingEf {
    20% {
        -webkit-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        transform: rotate(15deg);
    }

    40% {
        -webkit-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }

    60% {
        -webkit-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        transform: rotate(5deg);
    }

    80% {
        -webkit-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }

    100% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
    }
}

@keyframes ws1BoundEf {

    0%, 100%, 20%, 50%, 80% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-3rem);
        -ms-transform: translateY(-3rem);
        transform: translateY(-3rem);
    }

    60% {
        -webkit-transform: translateY(-1.5rem);
        -ms-transform: translateY(-1.5rem);
        transform: translateY(-1.5rem);
    }
}

@keyframes ws1ChopEf {

    0%, 100%, 50% {
        opacity: 1;
    }

    25%, 75% {
        opacity: 0;
    }
}

@keyframes ws1RungEf {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    60% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes ws1DanHoiEf {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    20% {
        -webkit-transform: scaleX(1.25) scaleY(0.75);
        -ms-transform: scaleX(1.25) scaleY(0.75);
        transform: scaleX(1.25) scaleY(0.75);
    }

    40% {
        -webkit-transform: scaleX(0.75) scaleY(1.25);
        -ms-transform: scaleX(0.75) scaleY(1.25);
        transform: scaleX(0.75) scaleY(1.25);
    }

    60% {
        -webkit-transform: scaleX(1.15) scaleY(0.85);
        -ms-transform: scaleX(1.15) scaleY(0.85);
        transform: scaleX(1.15) scaleY(0.85);
    }

    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes ws1LacEf {

    0%, 100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translateX(-1rem);
        -ms-transform: translateX(-1rem);
        transform: translateX(-1rem);
    }

    20%, 40%, 60%, 80% {
        -webkit-transform: translateX(1rem);
        -ms-transform: translateX(1rem);
        transform: translateX(1rem);
    }
}

@keyframes ws1XinChaoEf {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    10%, 20% {
        -webkit-transform: scale(0.9) rotate(-4deg);
        -ms-transform: scale(0.9) rotate(-4deg);
        transform: scale(0.9) rotate(-4deg);
    }

    30%, 50%, 70%, 90% {
        -webkit-transform: scale(1.1) rotate(4deg);
        -ms-transform: scale(1.1) rotate(4deg);
        transform: scale(1.1) rotate(4deg);
    }

    40%, 60%, 80% {
        -webkit-transform: scale(1.1) rotate(-4deg);
        -ms-transform: scale(1.1) rotate(-4deg);
        transform: scale(1.1) rotate(-4deg);
    }

    100% {
        -webkit-transform: scale(1) rotate(0);
        -ms-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0);
    }
}

@keyframes ws1LungLayEf {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    15% {
        -webkit-transform: translateX(-30%) rotate(-5deg);
        -ms-transform: translateX(-30%) rotate(-5deg);
        transform: translateX(-30%) rotate(-5deg);
    }

    30% {
        -webkit-transform: translateX(25%) rotate(3deg);
        -ms-transform: translateX(25%) rotate(3deg);
        transform: translateX(25%) rotate(3deg);
    }

    45% {
        -webkit-transform: translateX(-15%) rotate(-3deg);
        -ms-transform: translateX(-15%) rotate(-3deg);
        transform: translateX(-15%) rotate(-3deg);
    }

    60% {
        -webkit-transform: translateX(10%) rotate(2deg);
        -ms-transform: translateX(10%) rotate(2deg);
        transform: translateX(10%) rotate(2deg);
    }

    75% {
        -webkit-transform: translateX(-5%) rotate(-1deg);
        -ms-transform: translateX(-5%) rotate(-1deg);
        transform: translateX(-5%) rotate(-1deg);
    }

    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes ws1TheoVaoEf {
    0% {
        letter-spacing: -.2em;
        transform: translateZ(-700px) translateY(100px);
        opacity: 0;
    }

    40% {
        opacity: .6;
    }

    100% {
        transform: translateZ(0) translateY(0);
        opacity: 1;
    }
}

@keyframes ws1TungVaoEf {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.3);
        -ms-transform: scale(0.3);
        transform: scale(0.3);
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
    }

    70% {
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes ws1TungVaoTBEf {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-200rem);
        -ms-transform: translateY(-200rem);
        transform: translateY(-200rem);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(3rem);
        -ms-transform: translateY(3rem);
        transform: translateY(3rem);
    }

    80% {
        -webkit-transform: translateY(-1rem);
        -ms-transform: translateY(-1rem);
        transform: translateY(-1rem);
    }

    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes ws1TungVaoBTEf {
    0% {
        opacity: 0;
        -webkit-transform: translateY(200rem);
        -ms-transform: translateY(200rem);
        transform: translateY(200rem);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(-3rem);
        -ms-transform: translateY(-3rem);
        transform: translateY(-3rem);
    }

    80% {
        -webkit-transform: translateY(1rem);
        -ms-transform: translateY(1rem);
        transform: translateY(1rem);
    }

    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes ws1PhaiVaoEf {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes ws1PhaiVaoTBEf {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2rem);
        -ms-transform: translateY(-2rem);
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes ws1TroiTBEf {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-200rem);
        -ms-transform: translateY(-200rem);
        transform: translateY(-200rem);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes ws1PhaiVaoLREf {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2rem);
        -ms-transform: translateX(-2rem);
        transform: translateX(-2rem);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes ws1PhaiVaoRLEf {
    0% {
        opacity: 0;
        -webkit-transform: translateX(4rem);
        -ms-transform: translateX(4rem);
        transform: translateX(4rem);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes ws1PhaiVaoRLMEf {
    0% {
        opacity: 0;
        -webkit-transform: translateX(200rem);
        -ms-transform: translateX(200rem);
        transform: translateX(200rem);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes ws1PhaiVaoBTEf {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2rem);
        -ms-transform: translateY(2rem);
        transform: translateY(2rem);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes ws1PhaiVaoBTMEf {
    0% {
        opacity: 0;
        -webkit-transform: translateY(200rem);
        -ms-transform: translateY(200rem);
        transform: translateY(200rem);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes ws1XoayEf {
    0% {
        -webkit-transform: perspective(50rem) translateZ(0) rotateY(0) scale(1);
        -ms-transform: perspective(50rem) translateZ(0) rotateY(0) scale(1);
        transform: perspective(50rem) translateZ(0) rotateY(0) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    40% {
        -webkit-transform: perspective(50rem) translateZ(15rem) rotateY(170deg) scale(1);
        -ms-transform: perspective(50rem) translateZ(15rem) rotateY(170deg) scale(1);
        transform: perspective(50rem) translateZ(15rem) rotateY(170deg) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    50% {
        -webkit-transform: perspective(50rem) translateZ(15rem) rotateY(190deg) scale(1);
        -ms-transform: perspective(50rem) translateZ(15rem) rotateY(190deg) scale(1);
        transform: perspective(50rem) translateZ(15rem) rotateY(190deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    80% {
        -webkit-transform: perspective(50rem) translateZ(0) rotateY(360deg) scale(0.95);
        -ms-transform: perspective(50rem) translateZ(0) rotateY(360deg) scale(0.95);
        transform: perspective(50rem) translateZ(0) rotateY(360deg) scale(0.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    100% {
        -webkit-transform: perspective(50rem) translateZ(0) rotateY(360deg) scale(1);
        -ms-transform: perspective(50rem) translateZ(0) rotateY(360deg) scale(1);
        transform: perspective(50rem) translateZ(0) rotateY(360deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

@keyframes ws1XoayXEf {
    0% {
        -webkit-transform: perspective(50rem) rotateX(90deg);
        -ms-transform: perspective(50rem) rotateX(90deg);
        transform: perspective(50rem) rotateX(90deg);
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(50rem) rotateX(-10deg);
        -ms-transform: perspective(50rem) rotateX(-10deg);
        transform: perspective(50rem) rotateX(-10deg);
    }

    70% {
        -webkit-transform: perspective(50rem) rotateX(10deg);
        -ms-transform: perspective(50rem) rotateX(10deg);
        transform: perspective(50rem) rotateX(10deg);
    }

    100% {
        -webkit-transform: perspective(50rem) rotateX(0);
        -ms-transform: perspective(50rem) rotateX(0);
        transform: perspective(50rem) rotateX(0);
        opacity: 1;
    }
}

@keyframes ws1XoayYEf {
    0% {
        -webkit-transform: perspective(50rem) rotateY(90deg);
        -ms-transform: perspective(50rem) rotateY(90deg);
        transform: perspective(50rem) rotateY(90deg);
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(50rem) rotateY(-10deg);
        -ms-transform: perspective(50rem) rotateY(-10deg);
        transform: perspective(50rem) rotateY(-10deg);
    }

    70% {
        -webkit-transform: perspective(50rem) rotateY(10deg);
        -ms-transform: perspective(50rem) rotateY(10deg);
        transform: perspective(50rem) rotateY(10deg);
    }

    100% {
        -webkit-transform: perspective(50rem) rotateY(0);
        -ms-transform: perspective(50rem) rotateY(0);
        transform: perspective(50rem) rotateY(0);
        opacity: 1;
    }
}

@keyframes ws1DiChuyenNhanhEf {
    0% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        -ms-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0;
    }

    60% {
        -webkit-transform: translateX(-20%) skewX(30deg);
        -ms-transform: translateX(-20%) skewX(30deg);
        transform: translateX(-20%) skewX(30deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: translateX(0) skewX(-15deg);
        -ms-transform: translateX(0) skewX(-15deg);
        transform: translateX(0) skewX(-15deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(0) skewX(0);
        -ms-transform: translateX(0) skewX(0);
        transform: translateX(0) skewX(0);
        opacity: 1;
    }
}

@keyframes ws1Xoay360Ef {
    0% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(-200deg);
        -ms-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

@keyframes ws1Xoay360DLEf {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

@keyframes ws1Xoay360DREf {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

@keyframes ws1Xoay360ULEf {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

@keyframes ws1Xoay360UREf {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

@keyframes ws1TruotUEf {
    0% {
        opacity: 0;
        -webkit-transform: translateY(200rem);
        -ms-transform: translateY(200rem);
        transform: translateY(200rem);
    }

    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes ws1TruotBEf {
    0% {
        opacity: 1;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes ws1TruotLEf {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-200rem);
        -ms-transform: translateX(-200rem);
        transform: translateX(-200rem);
    }

    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes ws1TruotREf {
    0% {
        opacity: 0;
        -webkit-transform: translateX(200rem);
        -ms-transform: translateX(200rem);
        transform: translateX(200rem);
    }

    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes ws1MorongEf {
    0% {
        letter-spacing: -.2em;
        opacity: 0;
    }

    40% {
        opacity: .6;
    }

    100% {
        opacity: 1;
    }
}

@keyframes ws1CoXepEf {
    0% {
        letter-spacing: .6em;
        opacity: 0;
    }

    40% {
        opacity: .6;
    }

    100% {
        letter-spacing: normal;
        opacity: 1;
    }
}

@keyframes ws1TreoTEf {

    0%, 100% {
        transform: translateX(0);
        transform-origin: 50% 50%;
    }

    15% {
        transform: translateX(-30px) rotate(6deg);
    }

    30% {
        transform: translateX(15px) rotate(-6deg);
    }

    45% {
        transform: translateX(-15px) rotate(3.6deg);
    }

    60% {
        transform: translateX(9px) rotate(-2.4deg);
    }

    75% {
        transform: translateX(-6px) rotate(1.2deg);
    }
}

/* ----------------------------------------------
  Generated by AnimatiSS
  Licensed under FreeBSD License
  URL: https://xsgames.co/animatiss
  Twitter: @xsgames_
---------------------------------------------- */
@keyframes ws1JelloEf {
    0% {
        transform: scale3d(1, 1, 1);
    }

    30% {
        transform: scale3d(0.75, 1.25, 1);
    }

    40% {
        transform: scale3d(1.25, 0.75, 1);
    }

    50% {
        transform: scale3d(0.85, 1.15, 1);
    }

    65% {
        transform: scale3d(1.05, 0.95, 1);
    }

    75% {
        transform: scale3d(0.95, 1.05, 1);
    }

    100% {
        transform: scale3d(1, 1, 1);
    }
}

@keyframes ws1VibrateEf {
    0% {
        transform: translate(0);
    }

    20% {
        transform: translate(-2px, 2px);
    }

    40% {
        transform: translate(-2px, -2px);
    }

    60% {
        transform: translate(2px, 2px);
    }

    80% {
        transform: translate(2px, -2px);
    }

    100% {
        transform: translate(0);
    }
}

/* ----------------------------------------------
  Generated by AnimatiSS
  Licensed under FreeBSD License
  URL: https://xsgames.co/animatiss
  Twitter: @xsgames_
---------------------------------------------- */
@keyframes ws1ShakehorizontalEf {

    0%, 100% {
        transform: translateX(0);
    }

    10%, 30%, 50%, 70% {
        transform: translateX(-10px);
    }

    20%, 40%, 60% {
        transform: translateX(10px);
    }

    80% {
        transform: translateX(8px);
    }

    90% {
        transform: translateX(-8px);
    }
}

@keyframes ws1ShakeverticalEf {

    0%, 100% {
        transform: translateY(0);
    }

    10%, 30%, 50%, 70% {
        transform: translateY(-8px);
    }

    20%, 40%, 60% {
        transform: translateY(8px);
    }

    80% {
        transform: translateY(6.4px);
    }

    90% {
        transform: translateY(-6.4px);
    }
}

@keyframes ws1ShakerightEf {

    0%, 100% {
        transform: rotate(0deg);
        transform-origin: 100% 50%;
    }

    10% {
        transform: rotate(2deg);
    }

    20%, 40%, 60% {
        transform: rotate(-4deg);
    }

    30%, 50%, 70% {
        transform: rotate(4deg);
    }

    80% {
        transform: rotate(-2deg);
    }

    90% {
        transform: rotate(2deg);
    }
}

@keyframes ws1ShakeleftEf {

    0%, 100% {
        transform: rotate(0deg);
        transform-origin: 0 50%;
    }

    10% {
        transform: rotate(2deg);
    }

    20%, 40%, 60% {
        transform: rotate(-4deg);
    }

    30%, 50%, 70% {
        transform: rotate(4deg);
    }

    80% {
        transform: rotate(-2deg);
    }

    90% {
        transform: rotate(2deg);
    }
}

@keyframes ws1JellodiagonalEf {
    0% {
        transform: skew(0deg 0deg);
    }

    30% {
        transform: skew(25deg 25deg);
    }

    40% {
        transform: skew(-15deg, -15deg);
    }

    50% {
        transform: skew(15deg, 15deg);
    }

    65% {
        transform: skew(-5deg, -5deg);
    }

    75% {
        transform: skew(5deg, 5deg);
    }

    100% {
        transform: skew(0deg 0deg);
    }
}

@keyframes ws1WobblehorizontalbottomEf {

    0%, 100% {
        transform: translateX(0);
        transform-origin: 50% 50%;
    }

    15% {
        transform: translateX(-30px) rotate(-6deg);
    }

    30% {
        transform: translateX(15px) rotate(6deg);
    }

    45% {
        transform: translateX(-15px) rotate(-3.6deg);
    }

    60% {
        transform: translateX(9px) rotate(2.4deg);
    }

    75% {
        transform: translateX(-6px) rotate(-1.2deg);
    }
}

@keyframes ws1Wobbleverticalleft {

    0%, 100% {
        transform: translateY(0) rotate(0);
        transform-origin: 50% 50%;
    }

    15% {
        transform: translateY(-30px) rotate(-6deg);
    }

    30% {
        transform: translateY(15px) rotate(6deg);
    }

    45% {
        transform: translateY(-15px) rotate(-3.6deg);
    }

    60% {
        transform: translateY(9px) rotate(2.4deg);
    }

    75% {
        transform: translateY(-6px) rotate(-1.2deg);
    }
}

@keyframes w1WobbleverticalrightEf {

    0%, 100% {
        transform: translateY(0) rotate(0);
        transform-origin: 50% 50%;
    }

    15% {
        transform: translateY(-30px) rotate(6deg);
    }

    30% {
        transform: translateY(15px) rotate(-6deg);
    }

    45% {
        transform: translateY(-15px) rotate(3.6deg);
    }

    60% {
        transform: translateY(9px) rotate(-2.4deg);
    }

    75% {
        transform: translateY(-6px) rotate(1.2deg);
    }
}

@keyframes w1BouncetopEf {
    0% {
        transform: translateY(-45px);
        animation-timing-function: ease-in;
        opacity: 1;
    }

    24% {
        opacity: 1;
    }

    40% {
        transform: translateY(-24px);
        animation-timing-function: ease-in;
    }

    65% {
        transform: translateY(-12px);
        animation-timing-function: ease-in;
    }

    82% {
        transform: translateY(-6px);
        animation-timing-function: ease-in;
    }

    93% {
        transform: translateY(-4px);
        animation-timing-function: ease-in;
    }

    25%, 55%, 75%, 87% {
        transform: translateY(0);
        animation-timing-function: ease-out;
    }

    100% {
        transform: translateY(0);
        animation-timing-function: ease-out;
        opacity: 1;
    }
}

@keyframes ws1BouncebottomEf {
    0% {
        transform: translateY(45px);
        animation-timing-function: ease-in;
        opacity: 1;
    }

    24% {
        opacity: 1;
    }

    40% {
        transform: translateY(24px);
        animation-timing-function: ease-in;
    }

    65% {
        transform: translateY(12px);
        animation-timing-function: ease-in;
    }

    82% {
        transform: translateY(6px);
        animation-timing-function: ease-in;
    }

    93% {
        transform: translateY(4px);
        animation-timing-function: ease-in;
    }

    25%, 55%, 75%, 87% {
        transform: translateY(0);
        animation-timing-function: ease-out;
    }

    100% {
        transform: translateY(0);
        animation-timing-function: ease-out;
        opacity: 1;
    }
}

@keyframes w1BounceleftEf {
    0% {
        transform: translateX(-48px);
        animation-timing-function: ease-in;
        opacity: 1;
    }

    24% {
        opacity: 1;
    }

    40% {
        transform: translateX(-26px);
        animation-timing-function: ease-in;
    }

    65% {
        transform: translateX(-13px);
        animation-timing-function: ease-in;
    }

    82% {
        transform: translateX(-6.5px);
        animation-timing-function: ease-in;
    }

    93% {
        transform: translateX(-4px);
        animation-timing-function: ease-in;
    }

    25%, 55%, 75%, 87%, 98% {
        transform: translateX(0);
        animation-timing-function: ease-out;
    }

    100% {
        transform: translateX(0);
        animation-timing-function: ease-out;
        opacity: 1;
    }
}

@keyframes w1BouncerightEf {
    0% {
        transform: translateX(48px);
        animation-timing-function: ease-in;
        opacity: 1;
    }

    24% {
        opacity: 1;
    }

    40% {
        transform: translateX(26px);
        animation-timing-function: ease-in;
    }

    65% {
        transform: translateX(13px);
        animation-timing-function: ease-in;
    }

    82% {
        transform: translateX(6.5px);
        animation-timing-function: ease-in;
    }

    93% {
        transform: translateX(4px);
        animation-timing-function: ease-in;
    }

    25%, 55%, 75%, 87%, 98% {
        transform: translateX(0);
        animation-timing-function: ease-out;
    }

    100% {
        transform: translateX(0);
        animation-timing-function: ease-out;
        opacity: 1;
    }
}

@keyframes alertChoiceDOM {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2) skewX(-5deg) skewy(-5deg);
    }

    100% {
        transform: scale(1);
    }
}

.ws1highlightView {
    border: 3px solid red;
}

.ws1TempDivIframe {
    position: relative;
    width: fit-content;
    height: fit-content;
}

.ws1TempdivIframeBG {
    position: absolute;
    background-color: black;
    opacity: 0.5;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.ws1UserSelect {
    user-select: none;
    -webkit-user-select: none;
}

.ws1FunctionPop a:hover {
    background-color: dodgerblue;
    color: white;
}

.ws1FunctionPop a {
    border-bottom: 1px solid #0000002d;
    padding: 1rem .5rem;
    margin-bottom: 0;
}

.ws1FunctionPop .ws1-editfrontright__editor__name-1__color {
    border: 3px solid white;
}

.ws1FunctionPop {
    position: absolute;
    background: white;
    padding: 1rem;
    top: calc(100% - 1rem);
    left: 0;
    width: 100%;
    box-shadow: 0 0 0 100rem rgba(0, 0, 0, 0.5);
    display: none;
}

.ws1MapFunction:hover .ws1FunctionPop {
    display: block;
}

.ws1MapFunction {
    display: block;
}

.ws1AiAutomateArticle {
    position: absolute;
    right: 2rem;
    bottom: 0;
    width: 77rem;
    bottom: 5%;
    background: white;
    padding: 1rem;
    box-shadow: 0 0 2rem black;
    border-radius: 1rem;
    height: fit-content;
    z-index: 15;
}

.display-none-vali {
    display: none !important;
}

.btnLp1CreateArticleAIEX:hover {
    background-color: white !important;
    color: black !important;
    border: 2px double black;
}

.lpHeadingCheckSEO {
    background-color: green;
    padding: .1rem .5rem;
    color: white;
    border-radius: .2rem;
}

.ws1HeadingArticle {
    margin-bottom: .5rem;
}

.viewAddField {
    z-index: 100;
    position: fixed;
    background-color: white;
    padding: 2rem;
    border-radius: .5rem;
    width: 35rem;
    max-width: 70rem;
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.24);
    width: fit-content;
    display: block;
    height: fit-content;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

    .viewAddField * {
        width: 100% !important;
        max-width: 100%;
    }

.ws1FilterBrn-5 {
    filter: brightness(0.5);
}

.divWs1LightMainFrame {
    height: calc(100vh - 9.5rem);
}

.ws1LightMainFrame {
    box-sizing: border-box;
}

.ws1SelectUser {
    user-select: none;
}

.width-50 {
    width: 50%;
}

.width-100 {
    width: 100%;
}

.mn1ConnectOtherFilter {
    background-color: yellow !important;
}

.mn1ContainOtherChildFilter {
    display: flex;
    flex-wrap: wrap;
    max-width: 80rem;
    margin-left: 2rem;
}

.mn1ContainOtherChildFilterItem {
    position: relative;
    margin-left: 1rem;
    display: block;
    width: fit-content;
    border: 1px solid black;
    padding: .5rem;
    height: fit-content;
    line-height: 1rem;
    margin-bottom: 1.5rem;
    transition: all .2s ease;
    background-color: white;
}

    .mn1ContainOtherChildFilterItem:hover {
        scale: 2;
        z-index: 10;
    }

.mn1ContainOtherChildFilterItemIcon {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -1.2rem;
    color: red;
    font-size: 1.5rem;
    cursor: pointer;
}

.mn1ContainOtherChildFilterItemText {
    font-size: 1rem;
}

.mn1FilterAddCurentFilter {
    padding: 1rem;
    font-size: 1.2rem;
    margin-right: .5rem;
    border: 1px solid black;
    border-radius: .5rem;
    height: fit-content;
    line-height: 1rem;
    margin-top: .5rem;
    font-weight: bold;
    cursor: pointer;
}

    .mn1FilterAddCurentFilter:hover {
        background-color: yellow;
    }

.ws1404Img {
    height: 10rem;
    width: 100%;
}

@font-face {
    font-family: 'UTM Avo';
    src: url("/Fonts/UTMFonts/UTM Avo.ttf");
}

.ws1SupportLeft section {
    margin: 0 auto;
    left: unset;
    right: unset;
    bottom: unset;
    top: unset;
    position: relative;
}

.landingfreediv:hover {
    outline: 1px dotted black;
}

.landingFreeGroup {
    outline: 2px dotted black;
}

div[data-leftmoduletype="productDetail"] .wsLeftMenuBoxBtnReplaceModule {
    /* Các thuộc tính CSS bạn muốn áp dụng */
    color: red;
    background-color: yellow;
    /* thêm các thuộc tính CSS khác ở đây */
}

.mn1ParentCate:hover {
    border: 2px solid green;
}

.light-admin .img {
    opacity: 1;
}

.lds-roller,
.lds-roller div,
.lds-roller div:after {
    box-sizing: border-box;
}

.ws1Roller {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1rem;
}

.lds-roller {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.ws1Roller__container__text {
    font-size: 1.6rem;
    font-weight: bold;
    margin-left: 1rem;
}

.lds-roller div {
    animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 40px 40px;
}

    .lds-roller div:after {
        content: " ";
        display: block;
        position: absolute;
        width: 7.2px;
        height: 7.2px;
        border-radius: 50%;
        background: red;
        margin: -3.6px 0 0 -3.6px;
    }

    .lds-roller div:nth-child(1) {
        animation-delay: -0.036s;
    }

        .lds-roller div:nth-child(1):after {
            top: 62.62742px;
            left: 62.62742px;
        }

    .lds-roller div:nth-child(2) {
        animation-delay: -0.072s;
    }

        .lds-roller div:nth-child(2):after {
            top: 67.71281px;
            left: 56px;
        }

    .lds-roller div:nth-child(3) {
        animation-delay: -0.108s;
    }

        .lds-roller div:nth-child(3):after {
            top: 70.90963px;
            left: 48.28221px;
        }

    .lds-roller div:nth-child(4) {
        animation-delay: -0.144s;
    }

        .lds-roller div:nth-child(4):after {
            top: 72px;
            left: 40px;
        }

    .lds-roller div:nth-child(5) {
        animation-delay: -0.18s;
    }

        .lds-roller div:nth-child(5):after {
            top: 70.90963px;
            left: 31.71779px;
        }

    .lds-roller div:nth-child(6) {
        animation-delay: -0.216s;
    }

        .lds-roller div:nth-child(6):after {
            top: 67.71281px;
            left: 24px;
        }

    .lds-roller div:nth-child(7) {
        animation-delay: -0.252s;
    }

        .lds-roller div:nth-child(7):after {
            top: 62.62742px;
            left: 17.37258px;
        }

    .lds-roller div:nth-child(8) {
        animation-delay: -0.288s;
    }

        .lds-roller div:nth-child(8):after {
            top: 56px;
            left: 12.28719px;
        }

.ws1EditIframeBtn {
    position: absolute;
    width: fit-content;
    padding: 1rem;
    background-color: crimson;
    color: white;
    cursor: pointer;
    font-weight: bold;
    z-index: 10;
    user-select: none;
    font-size: 1.8rem;
    letter-spacing: 1px;
}

    .ws1EditIframeBtn:hover {
        transform: scale(1.1);
    }

@keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.main-slider {
    width: 100%;
}

    .main-slider .owl-stage {
        background-color: rgba(30, 144, 255, 0.8);
    }

    .main-slider .owl-item {
        padding: 0;
        position: relative;
        opacity: .5;
    }

        .main-slider .owl-item img {
            object-fit: cover;
            object-position: center;
            height: 450px;
        }

    .main-slider .center {
        opacity: 1;
        transform: scale(1.005);
        transition: .5s ease-in-out;
        z-index: 9999;
    }

    .main-slider .owl-controls .owl-nav {
        position: absolute;
        width: 100%;
        top: 0;
        bottom: 0;
    }

        .main-slider .owl-controls .owl-nav .prev {
            position: absolute;
            height: 80%;
            width: 15%;
            left: 0;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .main-slider .owl-controls .owl-nav .next {
            position: absolute;
            height: 80%;
            width: 15%;
            right: 0;
            display: flex;
            align-items: center;
            justify-content: center;
        }

    .main-slider .owl-thumbs {
        text-align: center;
        display: table;
        width: 100%;
    }

    .main-slider .owl-thumb-item {
        width: 20%;
        height: 150px;
        border: none;
        background: none;
        padding: 0;
        opacity: .7;
        overflow: hidden;
    }

        .main-slider .owl-thumb-item img {
            width: 100%;
            height: auto;
            vertical-align: middle;
        }

        .main-slider .owl-thumb-item.active {
            opacity: 1;
        }

            .main-slider .owl-thumb-item.active img {
                position: relative;
            }

.overlay {
    width: 100%;
    height: 100%;
    display: block;
    background-color: black;
}

@keyframes moveInLeft {
    0% {
        opacity: 0;
        transform: translateX(-10rem);
    }

    80% {
        transform: translateX(1rem);
    }

    100% {
        opacity: 1;
        transform: translate(0);
    }
}

@keyframes moveInRight {
    0% {
        opacity: 0;
        transform: translateX(10rem);
    }

    80% {
        transform: translateX(-1rem);
    }

    100% {
        opacity: 1;
        transform: translate(0);
    }
}

@keyframes moveInBottom {
    0% {
        opacity: 0;
        transform: translateY(3rem);
    }

    100% {
        opacity: 1;
        transform: translate(0);
    }
}

@keyframes moveToBottom {
    0% {
        margin-top: 100%;
    }

    100% {
        margin-top: 0;
    }
}

@keyframes zoom-in-out {
    0% {
        transform: scale(1);
        box-shadow: none;
    }

    50% {
        transform: scale(1.01) rotate(-2deg);
        box-shadow: 0 1rem 4rem rgba(255, 248, 220, 0.397);
    }

    100% {
        transform: scale(1);
        box-shadow: none;
    }
}

@keyframes stickyMenu {
    0% {
        height: 0;
        opacity: 0;
    }

    100% {
        opacity: 1;
        height: 8em;
    }
}

@keyframes buttonMoveBg {
    0% {
        background-position: right top;
    }

    100% {
        background-position: left bottom;
    }
}

@keyframes outLine {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(1.1);
        color: black;
        background-color: transparent;
    }
}

@keyframes zoomBtn {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scaleX(1.4) scaleY(1.6);
        opacity: 0;
    }
}

@keyframes zoomIn {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.4);
    }
}

@keyframes skakeBtn {
    0% {
        transform: rotateX(180deg);
    }

    50% {
        transform: rotateX(360deg);
    }

    100% {
        transform: rotateY(180deg);
    }
}

.fls-cong-suat {
    background-image: url(../img/w25/congxuat.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-position: center;
    padding: 1em 1.6em;
    display: inline-block;
}

.fls-mam-banh-xe {
    background-image: url(../img/w25/mam-banh-xe.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    padding: 1em;
    display: inline-block;
    background-position: center;
}

.fls-ghe-trai {
    background-image: url(../img/w25/ghe-trai.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    padding: 1em;
    display: inline-block;
    background-position: center;
}

.fls-long-arrow-left {
    -webkit-mask-image: url(/img/svg/long-arrow-alt-left.svg);
    mask-image: url(/img/svg/long-arrow-alt-left.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    padding: 1em;
    display: inline-block;
    background-position: center;
}

    .fls-long-arrow-left::after {
        display: none;
    }

.fls-long-arrow-right {
    -webkit-mask-image: url(/img/svg/long-arrow-right.svg) no-repeat 50% 50%;
    mask-image: url(/img/svg/long-arrow-right.svg) no-repeat 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    padding: 1em;
    display: inline-block;
    background-position: center;
}

    .fls-long-arrow-right::after {
        display: none;
    }

.ws-right-menu .w100-ads__slider__items__item__contain__imgbox {
    height: 5rem;
}

.ws-right-menu .w100-ads__slider__items .swiper-pagination {
    margin-top: 0 !important;
}

.resizers {
    width: 95%;
    height: 95%;
    position: absolute;
    left: 0;
    top: 0;
    margin: auto;
    bottom: 0;
    right: 0;
    z-index: 1;
}

.resizer {
    background-color: white;
    height: 1.5rem;
    width: 1.5rem;
    border-radius: 50%;
    position: absolute;
    cursor: pointer;
}

.ws1SetPointer {
    pointer-events: none;
}

.resizer.bottom-right {
    bottom: -.7rem;
    right: -.7rem;
    z-index: 20;
    transition: all .2s ease;
    border: 2px solid #5700fa;
    cursor: nw-resize;
}

    .resizer.bottom-right:hover {
        background-color: #5700fa;
    }

.resizer.bottom-left {
    bottom: -.7rem;
    left: -.7rem;
    z-index: 20;
    transition: all .2s ease;
    border: 2px solid #5700fa;
    cursor: ne-resize;
}

    .resizer.bottom-left:hover {
        background-color: #5700fa;
    }

.resizer.top-left {
    top: -.7rem;
    left: -.7rem;
    z-index: 20;
    transition: all .2s ease;
    border: 2px solid #5700fa;
    cursor: nwse-resize;
}

    .resizer.top-left:hover {
        background-color: #5700fa;
    }

.resizer.top-right {
    top: -.7rem;
    right: -.7rem;
    z-index: 20;
    transition: all .2s ease;
    border: 2px solid #5700fa;
    cursor: nesw-resize;
}

    .resizer.top-right:hover {
        background-color: #5700fa;
    }

.ws1MoveBar {
    z-index: 19 !important;
}

.moveborder-right {
    height: 100%;
    position: absolute;
    width: 1.5px;
    box-shadow: 0 0 1rem #350098;
    right: 0px;
    top: 0;
    background-color: #5700fa;
    transition: all .2s ease;
    cursor: w-resize;
}

    .moveborder-right:hover::after {
        background-color: #5700fa !important;
    }

.moveborder-right__bar {
    background-color: white;
    transition: all .2s ease;
    border-radius: .5rem;
    height: 2.5rem;
    right: -.5rem;
    width: .8rem;
    cursor: w-resize;
    position: absolute;
    top: calc(50% - 1.25rem);
    box-shadow: 0 0 1rem rgba(53, 0, 152, 0.585);
}

.moveborder-top {
    width: 100%;
    position: absolute;
    height: 1.5px;
    box-shadow: 0 0 1rem #350098;
    left: 0px;
    top: 0;
    background-color: #5700fa;
    transition: all .2s ease;
    cursor: n-resize;
}

    .moveborder-top:hover::after {
        background-color: #5700fa !important;
    }

.moveborder-top__bar {
    background-color: white;
    transition: all .2s ease;
    border-radius: .5rem;
    width: 2.5rem;
    top: -.4rem;
    height: .8rem;
    cursor: n-resize;
    position: absolute;
    left: calc(50% - 1.25rem);
    box-shadow: 0 0 1rem rgba(53, 0, 152, 0.585);
}

.moveborder-left {
    height: 100%;
    position: absolute;
    width: 1.5px;
    box-shadow: 0 0 1rem #350098;
    left: 0px;
    top: 0;
    background-color: #5700fa;
    transition: all .2s ease;
    cursor: w-resize;
}

    .moveborder-left:hover::after {
        background-color: #5700fa !important;
    }

.moveborder-left__bar {
    background-color: white;
    transition: all .2s ease;
    border-radius: .5rem;
    height: 2.5rem;
    left: -.5rem;
    width: .8rem;
    cursor: w-resize;
    position: absolute;
    top: calc(50% - 1.25rem);
    box-shadow: 0 0 1rem rgba(53, 0, 152, 0.585);
}

.moveborder-bottom {
    width: 100%;
    position: absolute;
    height: 1.5px;
    box-shadow: 0 0 1rem #350098;
    left: 0px;
    bottom: 0;
    background-color: #5700fa;
    transition: all .2s ease;
    cursor: s-resize;
}

    .moveborder-bottom:hover::after {
        background-color: #5700fa !important;
    }

.moveborder-bottom__bar {
    background-color: white;
    transition: all .2s ease;
    border-radius: .5rem;
    width: 2.5rem;
    top: -.4rem;
    height: .8rem;
    cursor: s-resize;
    position: absolute;
    left: calc(50% - 1.25rem);
    box-shadow: 0 0 1rem rgba(53, 0, 152, 0.585);
}

.mn-productcate {
    width: 100%;
    padding: 0 0.5em;
}

.mn-productcate__group {
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.mn-productcate__addition {
    position: fixed;
    top: 1%;
    width: calc(99% - 10rem);
    left: 9rem;
    right: 0;
    margin: auto;
    height: 90%;
    padding: 1rem;
    background-color: white;
    overflow-y: scroll;
    display: none;
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.337);
}

.mn-productcate__addition__heading {
    color: black;
    margin-top: 1rem;
    padding: .5rem;
    border: 1px solid black;
    border-radius: .5rem;
}

    .mn-productcate__addition__heading b {
        text-decoration: underline;
        background-color: #202040;
        color: white;
        padding: .5rem;
        border-radius: .3rem;
        margin: .2rem;
        display: inline-block;
    }

.mn-productcate__addition__content {
    display: flex;
    flex-wrap: wrap;
    padding-top: 1rem;
}

    .mn-productcate__addition__content img {
        width: 15rem;
        margin-right: .5rem;
        box-shadow: 0 0 1rem rgba(0, 0, 0, 0.503);
    }

.mn-productcate__addition__lbl {
    color: white;
    padding: 1rem;
    cursor: pointer;
    position: fixed;
    right: 2rem;
    background-color: #202040;
    font-weight: bold;
    border-radius: .5rem;
    transition: all .1s ease;
    top: 2rem;
    box-shadow: 0 0 1rem rgba(94, 2, 2, 0.374);
}

    .mn-productcate__addition__lbl:hover {
        scale: 1.5;
        background-color: #d32525;
    }

.mn-productcate__cb:checked ~ .mn-productcate__addition {
    display: block;
}

.mn-productcate__cb {
    display: none;
}

.mn-productcate__create {
    background-color: #202040bb;
    padding: 1.5em;
    cursor: pointer;
    color: white;
    display: flex;
    align-items: center;
    z-index: 2;
    border-radius: .5em;
    box-shadow: 0.1em 0.1em 0.3em #7a7a7a;
    border: .1em solid #eee;
    transition: all .2s;
    margin-right: .5rem;
}

.mn-productcate__create__button {
    color: white;
    font-size: 1.4rem;
    font-weight: bold;
    text-shadow: 0 0 1rem rgba(255, 255, 255, 0.275);
}

.mn-productcate__create__text {
    font-size: 1.4rem;
    display: block;
    margin-left: 1rem;
    font-weight: bold;
    letter-spacing: 1px;
    text-shadow: 0 0 1rem rgba(255, 255, 255, 0.275);
}

.mn-productcate__create:hover {
    background-color: #d32525;
}

@media only screen and (max-width: 37.5rem) {
    .mn-productcate__checkbox:checked ~ .mn-productcate-col__menu {
        display: block !important;
        position: fixed;
        z-index: 1;
    }
}

.mn-productcate__checkbox {
    display: none;
}

    .mn-productcate__checkbox:checked ~ .mn-productcate-col__content__createnew {
        display: block;
    }

.mn-productcate-col__menu {
    width: 10em;
}

    .mn-productcate-col__menu:hover {
        z-index: 20;
    }

@media only screen and (max-width: 37.5rem) {
    .mn-productcate-col__menu {
        display: none;
    }
}

.mn-productcate-col__content {
    width: 50%;
    min-width: 50%;
    margin-top: 2em;
}

@media only screen and (max-width: 37.5rem) {
    .mn-productcate-col__content {
        width: 100%;
    }
}

.mn-productcate-col__content__createnew {
    display: none;
    min-width: 40%;
    width: 50%;
    margin-top: 2rem;
    margin-right: .5rem;
}

.mn-productcate__menu {
    box-shadow: 0.1em 0.1em 1em #ececec;
    position: relative;
    background-color: white;
    padding: 1em 2em;
    z-index: 1;
    margin-right: 1em;
}

@media only screen and (max-width: 37.5rem) {
    .mn-productcate__menu {
        position: absolute;
    }
}

@media only screen and (max-width: 37.5rem) {
    .mn-productcate__menu__link__text {
        width: 20em;
        font-size: 1.4em;
        transition: all 0.1s ease-in-out;
    }
}

.mn-productcate__menu:hover .mn-productcate__menu__link__text {
    width: auto;
    font-size: 1.4em;
    transition: all 0.1s ease-in-out;
}

.mn-productcate__menu:hover {
    position: absolute;
}

.mn-productcate__menu__link {
    display: flex;
    align-items: center;
    margin-top: 1em;
    height: max-content;
    padding: 1em;
    cursor: pointer;
}

    .mn-productcate__menu__link:hover {
        background-color: #202040;
        color: white;
    }

.mn-productcate__menu__link__text {
    line-height: 1.6em;
    width: 0;
    font-size: 0;
    white-space: nowrap;
}

@media only screen and (max-width: 37.5rem) {
    .mn-productcate__menu__link__text {
        width: auto;
        font-size: 1.4em;
    }
}

.mn-productcate__menu__link__icon {
    width: 2em;
    font-size: 2.5em;
    text-align: center;
}

.mn-productcate__search {
    background-color: #202040;
    color: white;
    padding: 2em 1em 2em 1em;
    display: flex;
    flex-direction: column;
    border-radius: 1em;
    margin-top: .5rem;
}

.mn-productcate__search-row {
    display: flex;
    justify-content: center;
    margin-top: 2em;
    flex-wrap: wrap;
    align-items: center;
}

.mn-productcate__search__title {
    font-weight: 600;
    text-align: center;
    font-size: 1.5em;
    color: #202040;
    margin: 0 auto;
    background-color: white;
    display: inline-block;
    text-transform: uppercase;
    padding: 1em 2em;
    border-radius: 3em;
}

.mn-productcate__search__button {
    font-size: 1.4em;
    padding: 0.5em 1em;
    margin-top: 1em;
    color: white;
    font-weight: 600;
    border-radius: 0.3em;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #d32525;
    white-space: nowrap;
    transition: all 0.2s ease;
    border: none;
    outline: none;
    cursor: pointer;
}

.mn-productcate__search__button__icon {
    margin-right: 0.5em;
}

.mn-productcate__search__button:hover {
    background-color: white;
    color: #202040;
    font-weight: 800;
}

.mn-productcate__search__button:not(:last-child) {
    margin-right: 0.5em;
}

.mn-productcate__search__form {
    margin-top: 1em;
    padding: 1em;
    border: 0.1em solid white;
    background-color: white;
    color: #202040;
    border-radius: 0.3em;
    width: 20em;
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
    white-space: nowrap;
}

    .mn-productcate__search__form:not(:last-child) {
        margin-right: 1em;
    }

.mn-productcate__search__form__checkbox {
    display: none;
}

.mn-productcate__search__form__text {
    font-size: 1.4em;
}

.mn-productcate__search__form__icon {
    margin-left: auto;
    display: inline-block;
    float: right;
    font-size: 1.4em;
}

.mn-productcate__search__form__input {
    border: none;
    outline: none;
    width: 90%;
    font-size: 1.4em;
}

.mn-productcate__search__form__checkbox:checked ~ .mn-productcate__search__form__items {
    display: block;
}

.mn-productcate__search__form__items {
    list-style: none;
    display: none;
    position: absolute;
    background-color: white;
    border: 0.1em solid #eee;
    border-radius: 0.3em;
    top: 4em;
    width: auto;
    left: 0;
    z-index: 1;
}

.mn-productcate__search__form__items__item {
    padding: 1.5em;
    font-size: 1.3em;
    white-space: nowrap;
}

    .mn-productcate__search__form__items__item:hover {
        background-color: #eee;
    }

.mn-productcate__search__form__items__input {
    font-size: 1.4em;
}

.mn-productcate__heading {
    font-size: 3em;
    text-transform: uppercase;
    text-align: center;
    display: block;
    font-weight: 600;
    background-color: #202040;
    color: white;
    border-radius: 0.3em;
    padding: 0.5em;
}

.mn-productcate__content {
    margin-top: 2em;
    overflow-x: scroll;
}

.mn-productcate__content__table {
    width: 100%;
    display: table;
    border-collapse: collapse;
}

    .mn-productcate__content__table td,
    .mn-productcate__content__table th {
        border: 0.1em solid #dddddd;
        padding: 1em;
        text-align: left;
    }

    .mn-productcate__content__table td {
        font-size: 1.5em;
        line-height: 1.7em;
        word-break: break-all;
    }

    .mn-productcate__content__table th {
        text-align: center;
        font-size: 1.4em;
        text-transform: uppercase;
    }

.mn-productcate__content__table__th__stt {
    width: 5%;
}

.mn-productcate__content__table__th__name {
    width: 40em;
}

.mn-productcate__content__table__th__view {
    width: 10%;
}

.mn-productcate__content__table__th__delete {
    width: 5%;
}

.mn-productcate__content__table__th__edit {
    width: 5%;
}

.mn-productcate__content__table__th__image {
    width: 20%;
}

.mn-productcate__content__table__td__name {
    width: 40em;
}

.mn-productcate__content__table__td__name__checkbox {
    display: none;
}

    .mn-productcate__content__table__td__name__checkbox:checked ~ .mn-productcate__content__table__td__name__child {
        display: block;
    }

.mn-productcate__content__table__td__name__child__checkbox-1:checked ~ .mn-productcate__content__table__td__name__child-1 {
    display: block;
}

.mn-productcate__content__table__td__name__child__checkbox-1 {
    display: none;
}

.mn-productcate__content__table__td__name__child__checkbox-2:checked ~ .mn-productcate__content__table__td__name__child-2 {
    display: block;
}

.mn-productcate__content__table__td__name__child__checkbox-2 {
    display: none;
}

.mn-productcate__content__table__td__name__child__checkbox-3:checked ~ .mn-productcate__content__table__td__name__child-3 {
    display: block;
}

.mn-productcate__content__table__td__name__child__checkbox-3 {
    display: none;
}

.mn-productcate__content__table__td__name__pr {
    cursor: pointer;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    align-items: center;
}

.mn-productcate__content__table__td__name__pr__block {
    margin-left: auto;
}

.mn-productcate__content__table__td__name__pr__input {
    width: 24%;
    margin-right: 1%;
    padding: 0.7em;
    margin-top: 0.5em;
    border-radius: 0.3em;
    border: 0.1em solid #eee;
}

@media only screen and (max-width: 62.5rem) {
    .mn-productcate__content__table__td__name__pr__input {
        width: 48%;
    }
}

@media only screen and (max-width: 37.5rem) {
    .mn-productcate__content__table__td__name__pr__input {
        width: 47%;
    }
}

.mn-productcate__content__table__td__name__pr__input:nth-child(4) {
    margin-right: auto;
}

.mn-productcate__content__table__td__name__pr__text {
    float: left;
    margin-right: auto;
}

.mn-productcate__content__table__td__name__pr__dt {
    background-color: #202040;
    color: white;
    display: inline-flex;
    align-items: center;
    padding: 0.5em;
    float: right;
    border-radius: 0.3em;
    margin-right: 0.5em;
    margin-top: 0.5em;
    cursor: pointer;
    margin-left: auto;
}

    .mn-productcate__content__table__td__name__pr__dt:nth-child(2) {
        margin-left: auto !important;
    }

.mn-productcate__content__table__td__name__pr__dt__icon {
    margin-right: 0.5em;
    font-size: 1.1em;
}

.mn-productcate__content__table__td__name__pr__dt__text {
    font-size: 0.8em;
    text-transform: capitalize;
    cursor: pointer;
}

.mn-productcate__content__table__td__name__pr__dt:hover {
    background-color: #d32525;
}

.mn-productcate__content__table__td__name__child {
    display: none;
    border: 0.1em solid #eee;
    margin-top: 0.5em;
    padding: 0.5em;
    border-radius: 0.3em;
}

.mn-productcate__content__table__td__name__child-1 {
    display: none;
    border: 0.1em solid #eee;
    margin-top: 0.5em;
    padding: 0.5em;
    border-radius: 0.3em;
    margin-left: 0.5em;
}

.mn-productcate__content__table__td__name__child-2 {
    display: none;
    border: 0.1em solid #eee;
    margin-top: 0.5em;
    padding: 0.5em;
    border-radius: 0.3em;
    margin-left: 0.5em;
}

.mn-productcate__content__table__td__name__child-3 {
    border: 0.1em solid #eee;
    margin-top: 0.5em;
    padding: 0.5em;
    border-radius: 0.3em;
    margin-left: 0.5em;
}

.mn-productcate__content__table__td__name__child__iconbox {
    margin-top: 0.5em;
    margin-left: auto;
    float: right;
}

.mn-productcate__content__table__td__name__child__iconbox__dt {
    display: inline-flex;
    align-items: center;
    background-color: white;
    border: 0.1em solid #202040;
    color: #202040;
    padding: 0.5em;
    border-radius: 0.3em;
    cursor: pointer;
    margin-top: 0.5em;
    font-weight: 600;
}

.mn-productcate__content__table__td__name__child__iconbox__dt__icon {
    margin-right: 0.5em;
    font-size: 0.8em;
}

.mn-productcate__content__table__td__name__child__iconbox__dt__text {
    font-size: 0.8em;
    cursor: pointer;
}

.mn-productcate__content__table__td__name__child__iconbox__dt:hover {
    transition: all 0.2s;
    transform: scale(1.5);
    background-color: #d32525;
    color: white;
}

.mn-productcate__content__table__td__name__child__text {
    display: flex;
    padding: 0.5em;
}

.mn-productcate__content__table__td__name__child__text-1 {
    display: flex;
    padding: 0.5em;
    flex-wrap: wrap;
    align-items: center;
}

.mn-productcate__content__table__td__name__child__text__input {
    padding: 0.7em;
    border-radius: 0.3em;
    display: inline-block;
    width: 24%;
    height: max-content;
    margin-top: 1em;
    border: 0.1em solid #eee;
    margin-right: 1%;
}

@media only screen and (max-width: 62.5rem) {
    .mn-productcate__content__table__td__name__child__text__input {
        width: 48%;
    }
}

@media only screen and (max-width: 31.25rem) {
    .mn-productcate__content__table__td__name__child__text__input {
        width: 47%;
    }
}

.mn-productcate__content__table__td__name__child__text__input:nth-child(3) {
    margin-right: auto;
}

.mn-productcate__content__table__td__name__child__text:hover {
    background-color: #202040;
    color: white;
    border-radius: 0.3em;
}

.mn-productcate__content__table__td__delete {
    text-align: center !important;
}

.mn-productcate__content__table__td__delete__btn {
    text-align: center;
    padding: 1em;
    background-color: #202040;
    color: white;
    border-radius: 50%;
    transition: all 0.2s;
    border: none;
    font-size: 1em;
    line-height: 1.2em;
}

    .mn-productcate__content__table__td__delete__btn:hover {
        background-color: #d32525;
    }

.mn-productcate__content__table__td__edit {
    text-align: center !important;
}

.mn-productcate__paging {
    text-align: center;
    margin-top: 2em;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2em;
}

.mn-productcate__paging__items {
    padding: 1.3em;
    width: 4em;
    display: inline-block;
    border-radius: 50%;
    font-weight: 600;
    margin-left: 1em;
    cursor: pointer;
    border: 0.1em solid #eee;
    transition: all 0.2s;
}

    .mn-productcate__paging__items:hover {
        background-color: #202040;
        color: white;
    }

.mn-productcate__paging__active {
    background-color: #202040;
    color: white;
}

.mn-productcate__paging__pre {
    cursor: pointer;
    margin-left: 1em;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.4em;
    border-radius: 50%;
    padding: 0.7em;
    width: 2.8em;
    border: 0.1em solid #eee;
    transition: all 0.2s;
}

    .mn-productcate__paging__pre:hover {
        background-color: #202040;
        color: white;
    }

.mn-allproduct {
    width: 100%;
    padding: 0 .5rem;
}

    .mn-allproduct .active {
        background-color: #202040;
        color: white;
    }

.mn-allproduct__group {
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.mn-allproduct__show {
    background-color: #202040;
    padding: 1.5rem;
    position: fixed;
    top: .2em;
    left: .5em;
    cursor: pointer;
    z-index: 2;
    border-radius: 50%;
    box-shadow: 0.1rem 0.1rem 0.3rem #7a7a7a;
    border: .1rem solid #eee;
}

@media only screen and (min-width: 37.5rem) {
    .mn-allproduct__show {
        display: none;
    }
}

.mn-allproduct__show__button {
    color: white;
    font-size: 1.4rem;
    cursor: pointer;
}

.mn-allproduct__create {
    background-color: #202040;
    padding: 1.5rem;
    position: fixed;
    top: .4rem;
    right: .5rem;
    cursor: pointer;
    color: white;
    display: flex;
    align-items: center;
    z-index: 2;
    border-radius: .5em;
    box-shadow: 0.1em 0.1em 0.3em #7a7a7a;
    border: .1em solid #eee;
    transition: all .2s;
}

.mn-allproduct__create__button {
    color: white;
    font-size: 1.4em;
}

.mn-allproduct__create:hover {
    background-color: #d32525;
}

.mn-allproduct__checkbox-create {
    display: none;
}

@media only screen and (max-width: 37.5rem) {
    .mn-allproduct__checkbox:checked ~ .mn-allproduct-col__menu {
        display: block !important;
        position: fixed;
        z-index: 1;
    }
}

.mn-allproduct__checkbox-create:checked ~ .mn-allproduct-col__content {
    display: none;
}

.mn-allproduct__checkbox {
    display: none;
}

.mn-allproduct-col__menu {
    width: 10em;
}

@media only screen and (max-width: 37.5rem) {
    .mn-allproduct-col__menu {
        display: none;
    }
}

.mn-allproduct-col__content {
    width: 100%;
    margin-top: 2em;
    display: block;
}

@media only screen and (max-width: 37.5rem) {
    .mn-allproduct-col__content {
        width: 100%;
        margin-top: 6em;
    }
}

.mn-allproduct__search {
    background-color: #202040;
    color: white;
    padding: 2em 1em 2em 1em;
    display: flex;
    flex-direction: column;
    border-radius: 1em;
    margin-top: 2em;
}

.mn-allproduct__search-row {
    display: flex;
    justify-content: center;
    margin-top: 2em;
    flex-wrap: wrap;
    align-items: center;
}

.mn-allproduct__search__title {
    font-weight: 600;
    text-align: center;
    font-size: 1.5em;
    color: #202040;
    margin: 0 auto;
    background-color: white;
    display: inline-block;
    text-transform: uppercase;
    padding: 1em 2em;
    border-radius: 3em;
}

.mn-allproduct__search__button {
    font-size: 1.4em;
    padding: .5em 1em;
    margin-top: 1em;
    color: white;
    font-weight: 600;
    border-radius: .3em;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #d32525;
    white-space: nowrap;
    transition: all .2s ease;
    border: none;
    outline: none;
    cursor: pointer;
}

.mn-allproduct__search__button__icon {
    margin-right: .5em;
}

.mn-allproduct__search__button:hover {
    background-color: white;
    color: #202040;
    font-weight: 800;
}

.mn-allproduct__search__button:not(:last-child) {
    margin-right: .5em;
}

.mn-allproduct__search__form {
    margin-top: 1em;
    padding: 1em;
    border: .1em solid white;
    background-color: white;
    color: #202040;
    border-radius: .3em;
    width: 20em;
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
    white-space: nowrap;
}

    .mn-allproduct__search__form:not(:last-child) {
        margin-right: 1em;
    }

.mn-allproduct__search__form__checkbox {
    display: none;
}

.mn-allproduct__search__form__text {
    font-size: 1.4em;
}

.mn-allproduct__search__form__icon {
    margin-left: auto;
    display: inline-block;
    float: right;
    font-size: 1.4em;
}

.mn-allproduct__search__form__input {
    border: none;
    outline: none;
    width: 90%;
    font-size: 1.4em;
}

.mn-allproduct__search__form__checkbox:checked ~ .mn-allproduct__search__form__items {
    display: block;
}

.mn-allproduct__search__form__items {
    list-style: none;
    display: none;
    position: absolute;
    background-color: white;
    border: .1em solid #eee;
    border-radius: .3em;
    top: 4em;
    left: 0;
    z-index: 1;
    max-height: 50vh;
    overflow: scroll;
}

.mn-allproduct__search__form__items__item {
    padding: 1.5em;
    font-size: 1.3em;
    white-space: nowrap;
}

    .mn-allproduct__search__form__items__item:hover {
        background-color: #eee;
    }

.mn-allproduct__search__form__items__drop {
    list-style: none;
    position: relative;
    background-color: white;
    border: .1em solid #eee;
    border-radius: .3em;
    top: 1em;
    left: 0;
    z-index: 1;
}

.mn-allproduct__search__form__items__drop__item {
    padding: 1.5em;
    font-size: 1em;
    white-space: nowrap;
}

    .mn-allproduct__search__form__items__drop__item:hover {
        background-color: #eee;
    }

.mn-allproduct__search__form__items__drop-1 {
    list-style: none;
    position: relative;
    background-color: white;
    border: .1em solid #eee;
    border-radius: .3em;
    top: 1em;
    left: 0;
    z-index: 1;
}

.mn-allproduct__search__form__items__drop-1__item {
    padding: 1.5em;
    font-size: 1em;
    white-space: nowrap;
}

    .mn-allproduct__search__form__items__drop-1__item:hover {
        background-color: #eee;
    }

.mn-allproduct__search__form__items__input {
    font-size: 1.4em;
}

.mn-allproduct__heading {
    font-size: 3em;
    text-transform: uppercase;
    text-align: center;
    display: block;
    font-weight: 600;
    background-color: #202040;
    color: white;
    border-radius: .3em;
    padding: .5em;
}

.mn-allproduct__add {
    margin-top: .5rem;
    display: flex;
    background-color: #202040;
    padding: 2.5em 1.5em 1.5em 1.5em;
    border-radius: .5em;
    color: white;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.mn-allproduct__add__input {
    padding-left: 1em;
    border: .1em solid #eee;
    border-radius: .3em;
    font-size: 1.4em;
    margin-right: 1em;
    width: 20em;
    outline: none;
    padding: .7em;
    margin-bottom: 1em;
}

.mn-allproduct__add__form {
    padding: 1em;
    border: .1em solid #eee;
    border-radius: .3em;
    min-width: 25rem;
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
    margin-bottom: 1em;
}

    .mn-allproduct__add__form:not(:last-child) {
        margin-right: 1em;
    }

.mn-allproduct__add__form__icon {
    margin-left: auto;
    display: inline-block;
    float: right;
    font-size: 1.4em;
}

.mn-allproduct__add__form__checkbox:checked ~ .mn-allproduct__add__form__items {
    display: block;
}

.mn-allproduct__add__form__items {
    list-style: none;
    display: none;
    position: absolute;
    background-color: #202040;
    border: .1em solid #eee;
    border-radius: .3em;
    top: 4em;
    left: 0;
    max-height: 50vh;
    overflow: scroll;
    z-index: 1;
}

.mn-allproduct__add__form__items__item {
    padding: .5rem;
    white-space: nowrap;
    font-size: 1.2em;
}

    .mn-allproduct__add__form__items__item:hover .mn-allproduct__add__form__items__item__text {
        font-weight: bolder;
    }

    .mn-allproduct__add__form__items__item:hover {
        background-color: white;
        color: #202040;
    }

.mn-allproduct__add__form__items__item__text {
    padding: 1rem;
    display: block;
}

.mn-allproduct__add__form__items__drop {
    list-style: none;
    position: relative;
    border: .1em solid #eee;
    border-radius: .3em;
    width: 100%;
    left: 0;
}

.mn-allproduct__add__form__items__drop__item {
    padding: .5rem;
    white-space: nowrap;
}

.mn-allproduct__add__form__items__drop__item__text {
    max-width: 30em;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    display: block;
    padding: 1rem;
}

.mn-allproduct__add__form__items__drop__item:hover {
    background-color: #202040;
    color: white;
}

    .mn-allproduct__add__form__items__drop__item:hover .mn-allproduct__add__form__items__drop__item__text {
        font-weight: bolder;
    }

.mn-allproduct__add__form__items__drop-1 {
    list-style: none;
    position: relative;
    border: .1em solid #eee;
    border-radius: .3em;
    width: 100%;
    left: 0;
}

.mn-allproduct__add__form__items__drop-1__item {
    padding: .5rem;
    white-space: nowrap;
    font-size: 1em;
    display: block;
}

.mn-allproduct__add__form__items__drop-1__item__text {
    max-width: 30em;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    display: block;
    padding: 1rem;
}

.mn-allproduct__add__form__items__drop-1__item:hover .mn-allproduct__add__form__items__drop-1__item__text {
    font-weight: bolder;
}

.mn-allproduct__add__form__items__drop-1__item:hover {
    background-color: white;
    color: black;
}

.mn-allproduct__add__form__items__drop-2 {
    list-style: none;
    position: relative;
    border: .1em solid #eee;
    border-radius: .3em;
    width: 100%;
    left: 0;
}

.mn-allproduct__add__form__items__drop-2__item {
    padding: .5rem;
    white-space: nowrap;
    display: block;
}

.mn-allproduct__add__form__items__drop-2__item__text {
    max-width: 30em;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    display: block;
    padding: 1rem;
}

.mn-allproduct__add__form__items__drop-2__item:hover .mn-allproduct__add__form__items__drop-2__item__text {
    background-color: white;
    color: black;
    font-weight: bolder;
}

.mn-allproduct__add__form__items__drop-3 {
    list-style: none;
    position: relative;
    border: .1em solid #eee;
    border-radius: .3em;
    width: 100%;
    left: 0;
}

.mn-allproduct__add__form__items__drop-3__item {
    padding: .5rem;
    white-space: nowrap;
    display: block;
}

.mn-allproduct__add__form__items__drop-3__item__text {
    max-width: 30rem;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    display: block;
    padding: 1rem;
}

.mn-allproduct__add__form__items__drop-3__item:hover .mn-allproduct__add__form__items__drop-3__item__text {
    background-color: white;
    color: black;
    font-weight: bolder;
}

.mn-allproduct__add__form__items__drop-4 {
    list-style: none;
    position: relative;
    border: .1em solid #eee;
    border-radius: .3em;
    width: 100%;
}

.mn-allproduct__add__form__items__drop-4__item {
    padding: .5rem;
    white-space: nowrap;
    font-size: 1em;
    display: block;
}

.mn-allproduct__add__form__items__drop-4__item__text {
    max-width: 30em;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    display: block;
    padding: 1rem;
}

.mn-allproduct__add__form__items__drop-4__item:hover .mn-allproduct__add__form__items__drop-4__item__text {
    background-color: white;
    color: black;
    font-weight: bolder;
}

.mn-allproduct__add__form__text {
    font-size: 1.4rem;
    white-space: nowrap;
    width: 100%;
    display: block;
}

.mn-allproduct__add__form__checkbox {
    display: none;
}

.mn-allproduct__add__button {
    font-size: 1.4em;
    padding: .5em 1em;
    color: white;
    font-weight: 600;
    border-radius: .3em;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #d32525;
    white-space: nowrap;
    transition: all .2s ease;
    margin-bottom: 1em;
    cursor: pointer;
}

.mn-allproduct__add__button__icon {
    margin-right: .5em;
}

.mn-allproduct__add__button:hover {
    background-color: white;
    color: #202040;
}

.mn-allproduct__add__button:not(:last-child) {
    margin-right: .5em;
}

.mn-allproduct__content {
    margin-top: 2em;
    overflow-x: scroll;
}

.mn-allproduct__content__title {
    background-color: #202040;
    color: white;
    padding: 1em;
    text-align: center;
    display: block;
}

.mn-allproduct__content__title__text {
    font-size: 2em;
    text-transform: uppercase;
    font-weight: 600;
}

.mn-allproduct__content__table {
    width: 100%;
    display: table;
    border-collapse: collapse;
}

.mn-allproduct__content__table__groupaddbtn {
    position: fixed;
    transform: translateY(-10rem);
    right: 1rem;
    display: none;
}

.mn-allproduct__content__table__groupaddbtn__btn {
    padding: .5rem;
    background-color: #202040;
    margin-top: .5rem;
    color: white;
    border-radius: .5rem;
    box-shadow: 0 0 1rem #202040c4;
    border: 1px solid white;
    cursor: pointer;
}

    .mn-allproduct__content__table__groupaddbtn__btn:hover {
        background-color: crimson;
    }

.mn-allproduct__content__table .noactive {
    background-color: crimson;
}

.mn-allproduct__content__table td,
.mn-allproduct__content__table th {
    border: .1rem solid #dddddd;
    padding: 1rem;
    text-align: left;
}

.mn-allproduct__content__table td {
    font-size: 1.5rem;
    line-height: 1.7em;
}

.mn-allproduct__content__table th {
    text-align: center;
    font-size: 1.4rem;
    text-transform: uppercase;
}

.mn-allproduct__content__table__th__stt {
    width: 5%;
}

.mn-allproduct__content__table__th__name {
    width: 40rem;
}

.mn-allproduct__content__table__th__view {
    width: 20%;
}

.mn-allproduct__content__table__th__view__item {
    display: flex;
    align-items: center;
    margin-top: .5rem;
    justify-content: center;
}

.mn-allproduct__content__table__th__view__item__btn {
    background-color: #202040;
    color: white;
    margin-left: .5rem;
    margin-top: .5rem;
    padding: .7rem;
    cursor: pointer;
    font-size: 1rem;
    border-radius: .5rem;
    line-height: 1.6rem;
    font-weight: normal;
    letter-spacing: 1px;
}

    .mn-allproduct__content__table__th__view__item__btn:hover {
        background-color: #d32525;
    }

.mn-allproduct__content__table__th__delete {
    width: 5%;
}

.mn-allproduct__content__table__th__edit {
    width: 5%;
}

.mn-allproduct__content__table__td__stt {
    text-align: center !important;
}

.mn-allproduct__content__table__td__image {
    width: 6em;
}

.mn-allproduct__content__table__td__image__imgbox {
    max-height: 10em;
    max-width: 100%;
    display: flex;
    justify-content: center;
}

.mn-allproduct__content__table__td__image__imgbox__img {
    max-height: 10em;
}

.mn-allproduct__content__table__td__name {
    width: 40em;
    cursor: move;
}

.mn-allproduct__content__table__td__name__checkbox:checked ~ .mn-allproduct__content__table__td__name__child {
    display: block;
}

.mn-allproduct__content__table__td__name__pr {
    cursor: pointer;
}

.mn-allproduct__content__table__td__name__pr__icon {
    color: #d32525;
}

.mn-allproduct__content__table__td__name__child {
    border: .1em solid #eee;
    margin-top: .5em;
    padding: .5em;
    border-radius: .3em;
}

.mn-allproduct__content__table__td__name__child__icon {
    font-weight: 300 !important;
    font-size: .8em;
}

    .mn-allproduct__content__table__td__name__child__icon:not(:last-child) {
        margin-right: 1em;
    }

.mn-allproduct__content__table__td__view {
    text-align: center !important;
    width: 10%;
}

.mn-allproduct__content__table__td__view__btn {
    padding: .7rem;
    background-color: #202040;
    color: white;
    width: 9rem;
    max-width: 9rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.mn-allproduct__content__table__td__view__btn__icon {
    font-size: 1.2rem;
}

.mn-allproduct__content__table__td__view__btn__text {
    margin-left: .5rem;
    font-size: 1.3rem;
    display: block;
    white-space: nowrap;
}

.mn-allproduct__content__table__td__delete {
    text-align: center !important;
}

.mn-allproduct__content__table__td__delete__btn {
    text-align: center;
    background-color: #202040;
    color: white;
    border-radius: 50%;
    transition: all .2s;
    font-size: 1.2em;
    cursor: pointer;
    height: 4rem;
    width: 4rem;
    display: flex !important;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

    .mn-allproduct__content__table__td__delete__btn:hover {
        background-color: #d32525;
    }

.mn-allproduct__content__table__td__cmt {
    width: 10%;
}

.mn-allproduct__pagings {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
}

.mn-allproduct__pagings__numbershow {
    margin-right: 1rem;
}

.mn-allproduct__pagings__numbershow__text {
    font-size: 1.4rem;
    letter-spacing: 1px;
}

.mn-allproduct__pagings__numbershow__sl {
    padding: .5rem;
    margin-left: 1rem;
}

.mn-allproduct__pagings__paging {
    text-align: center;
    margin-top: 2em;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2em;
}

    .mn-allproduct__pagings__paging .active {
        color: white;
        background-color: #202040;
    }

.mn-allproduct__pagings__paging__items {
    padding: 1.3em;
    width: 4em;
    display: inline-block;
    border-radius: 50%;
    font-weight: 600;
    margin-left: 1em;
    cursor: pointer;
    border: .1em solid #eee;
    transition: all .2s;
}

    .mn-allproduct__pagings__paging__items:hover {
        background-color: #202040;
        color: white;
    }

.mn-allproduct__pagings__paging__pre {
    cursor: pointer;
    margin-left: 1em;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.4em;
    border-radius: 50%;
    padding: .7em;
    width: 2.8em;
    border: .1em solid #eee;
    transition: all .2s;
}

    .mn-allproduct__pagings__paging__pre:hover {
        background-color: #202040;
        color: white;
    }

.m1noactive {
    background-color: crimson;
}

.mn-createnew {
    width: 100%;
    margin-top: 1em;
    padding: 1em;
}

    .mn-createnew .mn1ContentInput {
        display: none;
    }

    .mn-createnew .mn1InputCateParentID {
        display: none;
    }

    .mn-createnew .mn1CateID {
        display: none;
    }

    .mn-createnew .mn1ProductIDTabTemp {
        display: none;
    }

    .mn-createnew .mn1ProductIDTemp {
        display: none;
    }

    .mn-createnew .mn1MainPriceInput {
        display: none;
    }

    .mn-createnew .mn1AbimgAtrID {
        display: none;
    }

    .mn-createnew .mn1PrevCategoryID {
        display: none;
    }

    .mn-createnew .mn1ViewFullEditText {
        min-height: 10rem;
        position: fixed;
        width: calc(100% - 40rem);
        left: 0;
        z-index: 100;
        background: wheat;
        top: 0;
        height: 100vh;
        overflow: scroll;
    }

    .mn-createnew .mn1CreateNewScript {
        display: none;
    }

    .mn-createnew .active {
        background-color: #202040;
        color: white;
    }

.mn-createnew__multiatr {
    display: none;
}

.mn-createnew__tab {
    display: block;
    margin-top: 1em;
    border-bottom: .1em solid #202040;
}

.mn-createnew__tab__text {
    padding: 1em;
    display: inline-block;
    font-size: 1.5em;
    cursor: pointer;
}

    .mn-createnew__tab__text .active {
        background-color: #202040;
        text-decoration: underline;
        color: white;
    }

    .mn-createnew__tab__text:hover {
        background-color: #202040;
        text-decoration: underline;
        color: white;
    }

.mn-createnew__heading {
    font-size: 3em;
    text-transform: uppercase;
    text-align: center;
    display: block;
    font-weight: 600;
    background-color: #202040;
    color: white;
    border-radius: .3em;
    padding: .5em;
}

.mn-createnew__add {
    display: flex;
    flex-wrap: wrap;
}

.mn-createnew__add-col {
    width: 49%;
}

@media only screen and (max-width: 62.5rem) {
    .mn-createnew__add-col {
        width: 100%;
    }
}

.mn-createnew__add .cke_editable {
    cursor: text;
    font-size: 1.6em;
    line-height: 1.6em;
    font-family: unset;
}

.mn-createnew__add__form {
    display: flex;
    align-items: center;
    margin-top: 1em;
    width: 100%;
}

@media only screen and (max-width: 31.25rem) {
    .mn-createnew__add__form {
        flex-wrap: wrap;
    }
}

.mn-createnew__add__form .noactive {
    background-color: crimson;
}

.mn-createnew__add__form-col {
    width: 100%;
}

.mn-createnew__add__form__input {
    width: 100%;
    border: none;
    outline: none;
}

.mn-createnew__add__form__sl {
    padding: .7rem;
    font-size: 1.4rem;
    width: 100%;
    outline: none;
    margin-left: 1rem;
    cursor: pointer;
}

.mn-createnew__add__form__image {
    max-width: 21rem;
    min-width: 21rem;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    max-height: 32em;
    min-height: 2rem;
    display: inline-block;
    margin-right: 1rem;
}

@media only screen and (max-width: 31.25rem) {
    .mn-createnew__add__form__image {
        min-width: auto;
        width: 100%;
        height: 10rem;
    }
}

.mn-createnew__add__form__text {
    font-size: 1.4rem;
    margin-right: 1rem;
    white-space: nowrap;
    min-width: 21rem;
    max-width: 25rem;
    font-weight: 600;
    margin-right: 1rem;
}

.mn-createnew__add__form__textarea {
    border: 1px solid #cecece;
    padding: 1rem;
    margin: 1rem;
    display: block;
    width: calc(100% - 1rem) !important;
}

.mn-createnew__add__form__send {
    padding: .5rem;
    border: .1em solid #eee;
    border-radius: .3rem;
    width: 100%;
    margin-left: 1rem;
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
}

    .mn-createnew__add__form__send:not(:last-child) {
        margin-right: 1rem;
    }

@media only screen and (max-width: 31.25rem) {
    .mn-createnew__add__form__send {
        margin-top: 1rem;
    }
}

.mn-createnew__add__form__send__imageinput {
    margin-left: 1rem;
    width: 100%;
    padding: .5rem;
    outline: none;
    font-size: 1.4rem;
    border: .1em solid #eee;
    margin-left: auto;
}

.mn-createnew__add__form__send__btn {
    display: flex;
    white-space: nowrap;
    background-color: #d32525;
    padding: .7em;
    color: white;
    align-items: center;
}

.mn-createnew__add__form__send__btn__icon {
    margin-right: .5em;
    font-size: 1.4em;
}

.mn-createnew__add__form__send__btn__text {
    font-size: 1.2rem;
    text-align: justify;
    display: block;
}

.mn-createnew__add__form__send__icon {
    margin-left: auto;
    display: inline-block;
    float: right;
    font-size: 1.4em;
}

.mn-createnew__add__form__send__checkbox:checked ~ .mn-createnew__add__form__send__items {
    display: block;
}

.mn-createnew__add__form__send__items {
    list-style: none;
    display: none;
    position: absolute;
    background-color: white;
    border: .1em solid #eee;
    border-radius: .3em;
    top: 4em;
    min-width: 100%;
    width: auto;
    max-height: 50em;
    height: auto;
    overflow-y: scroll;
    left: 0;
    z-index: 1;
    padding-bottom: .3em;
}

.mn-createnew__add__form__send__items__item {
    white-space: nowrap;
    width: auto;
    font-size: 1.2rem;
    color: #202040;
    position: relative;
}

.mn-createnew__add__form__send__items__item__text {
    padding: 1em;
    display: block;
}

.mn-createnew__add__form__send__items__item:hover {
    background-color: #202040;
    color: white;
}

.mn-createnew__add__form__send-1__items {
    list-style: none;
    position: relative;
    background-color: white;
    border: .1em solid #eee;
    width: auto;
    left: 0;
    margin: 0 1em;
    margin-bottom: 1rem;
}

.mn-createnew__add__form__send-1__items__item {
    white-space: nowrap;
    font-size: 1em;
    color: #202040;
}

.mn-createnew__add__form__send-1__items__item__text {
    width: 100%;
    padding: 1em;
    display: block;
}

.mn-createnew__add__form__send-1__items__item:hover {
    background-color: #202040;
    color: white;
}

.mn-createnew__add__form__send-2__items {
    list-style: none;
    position: relative;
    background-color: white;
    border: .1em solid #eee;
    top: 0;
    width: auto;
    left: 0;
    margin: 0 1em;
    margin-bottom: 1rem;
}

.mn-createnew__add__form__send-2__items__item {
    white-space: nowrap;
    font-size: 1em;
    color: #202040;
}

.mn-createnew__add__form__send-2__items__item__text {
    padding: 1em;
    display: block;
}

.mn-createnew__add__form__send-2__items__item:hover {
    background-color: #202040;
    color: white;
}

.mn-createnew__add__form__send__text {
    font-size: 1.4rem;
    white-space: nowrap;
    margin-right: .3rem;
}

.mn-createnew__add__form__send__inputtext {
    width: 100%;
    display: block;
    padding: .5rem;
    font-size: 1.5rem;
    min-height: 2.2rem;
    height: fit-content;
}

.mn-createnew__add__form__send__checkbox {
    display: none;
}

.mn-createnew__add__form__content {
    line-height: 1.7em;
    font-size: 1.5em;
    border: .1em solid #eee;
    padding: 1em;
    width: 100%;
}

@media only screen and (max-width: 31.25rem) {
    .mn-createnew__add__form__content {
        margin-top: 1em;
    }
}

.mn-createnew__add__form__icon {
    padding: 1rem;
    background-color: #202040;
    color: white;
    text-transform: uppercase;
    font-size: 1.4rem;
    margin-left: 1rem;
}

.mn-createnew__add__form__dv {
    padding: 1em;
    margin-right: 1em;
    cursor: pointer;
}

    .mn-createnew__add__form__dv option {
        cursor: pointer;
    }

.mn-createnew__add__form__vung {
    position: relative;
    border: 1px solid #eee;
    border-bottom: 1px solid #cecece;
    width: 10rem;
    background-color: white;
    margin-right: 1rem;
    margin-bottom: 1rem;
    width: 49%;
    margin-right: 2%;
}

.mn-createnew__add__form__vung__checkbox {
    display: none;
}

    .mn-createnew__add__form__vung__checkbox:checked ~ .mn-createnew__add__form__vung__items {
        visibility: visible;
        transform: scale(1);
        max-height: 100vh;
        transition: all 0.2s ease;
    }

.mn-createnew__add__form__vung__ad {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 600;
    cursor: pointer;
    padding: 1.3em;
    -webkit-user-select: none;
    /* Safari */
    -ms-user-select: none;
    /* IE 10 and IE 11 */
    user-select: none;
    /* Standard syntax */
}

.mn-createnew__add__form__vung__ad__name {
    font-size: 1.3em;
}

.mn-createnew__add__form__vung__ad__icon {
    margin-left: 0.5em;
    font-size: 1.3em;
}

.mn-createnew__add__form__vung__items {
    position: absolute;
    top: auto;
    background-color: white;
    z-index: 1;
    left: 0;
    width: 100%;
    border: 1px solid #eee;
    max-height: 0;
    transform: scale(1) translate(0%, 0%);
    visibility: hidden;
    overflow: hidden;
    color: white;
}

    .mn-createnew__add__form__vung__items .active {
        font-weight: 800;
    }

.mn-createnew__add__form__vung__items__item {
    font-size: 1.3rem;
    display: block;
    cursor: pointer;
    padding: 1rem;
    color: black;
    -webkit-user-select: none;
    /* Safari */
    -ms-user-select: none;
    /* IE 10 and IE 11 */
    user-select: none;
    /* Standard syntax */
    border-bottom: 1px solid #eee;
}

    .mn-createnew__add__form__vung__items__item:hover {
        background-color: #eee;
    }

.mn-createnew__add__form__vung__items__infont {
    line-height: 1.5rem;
    font-size: 1.3rem;
    text-align: justify;
    display: block;
    padding: .5em;
    border: none;
    outline: none;
    border-bottom: 1px solid #eee;
    color: black;
    user-select: none;
    pointer-events: none;
}

.mn-createnew__add__form__vung__items__fontsize {
    max-height: 50em !important;
    overflow: scroll;
}

.mn-createnew__av {
    display: none;
    flex-wrap: wrap;
}

.mn-createnew__av__button {
    font-size: 1.4em;
    padding: 1em 2em;
    width: 100%;
    margin-top: 1em;
    color: white;
    font-weight: 600;
    border-radius: .3em;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #d32525;
    white-space: nowrap;
    box-shadow: 0em .3em 1em .1em #b1b1b1;
    transition: all .2s ease;
    margin: 0 auto;
    margin-top: 2em;
    font-weight: 800;
    font-family: inherit;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
}

.mn-createnew__av__button__icon {
    margin-right: .5em;
}

.mn-createnew__av__button__text {
    font-family: inherit;
}

.mn-createnew__av__button:hover {
    background-color: #202040;
    color: white;
    font-weight: 800;
}

.mn-createnew__av__button:not(:last-child) {
    margin-right: .5em;
}

.mn-createnew__seo {
    display: none;
}

.mn-createnew__seo__des {
    color: #d32525;
    padding: 1em 0;
    font-size: 1.2em;
    margin: 0 auto;
    display: block;
    float: right;
    letter-spacing: 1px;
    line-height: 2rem;
}

.mn-createnew__images {
    display: none;
}

.mn-createnew__images__form {
    width: 100%;
    padding: 1em;
    border: .1em solid #202040;
    border-radius: .3em;
    display: flex;
    align-items: center;
    margin-top: 1em;
    justify-content: space-between;
}

.mn-createnew__images__form__imgbtn {
    white-space: nowrap;
    background-color: #d32525;
    padding: 1em;
    color: white;
    font-size: 1.6em;
    text-transform: uppercase;
    cursor: pointer;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    font-weight: bold;
    letter-spacing: 1px;
}

.mn-createnew__images__form__input {
    width: 100%;
    outline: none;
    border: none;
}

.mn-createnew__images__items {
    display: flex;
    flex-wrap: wrap;
}

.mn-createnew__images__items__imgbox {
    padding: 1em;
    width: 19%;
    max-height: 30em;
    position: relative;
    display: inline-block;
    margin-right: 1%;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media only screen and (max-width: 37.5rem) {
    .mn-createnew__images__items__imgbox {
        width: 48%;
    }
}

.mn-createnew__images__items__imgbox:hover .mn-createnew__images__items__imgbox__grbtn {
    display: flex;
}

.mn-createnew__images__items__imgbox__grbtn {
    position: absolute;
    display: none;
    flex-wrap: wrap;
    justify-content: center;
}

.mn-createnew__images__items__imgbox__grbtn__icon {
    margin-right: 1em;
    cursor: pointer;
    padding: 1em;
    background-color: #202040;
    color: white;
    font-size: 1.4em;
    box-shadow: 0em .3em 1em .3em #2020406e;
    display: inline-block;
    white-space: nowrap;
    margin-top: .5em;
    width: 7em;
    text-align: center;
    border-radius: .3em;
}

    .mn-createnew__images__items__imgbox__grbtn__icon:hover {
        background-color: #d32525;
    }

.mn-createnew__images__items__imgbox__img {
    max-width: 100%;
    max-height: 100%;
}

.mn-createnew__customtab {
    display: none;
}

.mn-searchbasic {
    width: 100%;
}

.mn-searchbasic__group {
    display: flex;
    align-items: center;
    max-width: 120em;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: center;
}

.mn-searchbasic__form {
    padding: 1em;
    display: flex;
    align-items: center;
    margin-right: .5em;
    margin-bottom: 1em;
    border: .1em solid #eee;
    width: 23%;
}

@media only screen and (max-width: 62.5rem) {
    .mn-searchbasic__form {
        width: 48%;
    }
}

@media only screen and (max-width: 37.5rem) {
    .mn-searchbasic__form {
        width: 100%;
    }
}

.mn-searchbasic__form__text {
    white-space: nowrap;
    margin-right: .5em;
    font-size: 1.4em;
    font-weight: 600;
}

.mn-searchbasic__form__input {
    border: none;
    outline: none;
    font-size: 1.4em;
    float: right;
    margin-left: auto;
}

.mn-searchbasic__form__select {
    border: none !important;
    padding: .05em !important;
    margin-top: 0 !important;
}

.mn-searchbasic__button {
    font-size: 1.4em;
    padding: 1em;
    margin-left: 1em;
    color: white;
    font-weight: 600;
    border-radius: .3em;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #d32525;
    white-space: nowrap;
    box-shadow: 0em .3em 1em .1em #b1b1b1;
    transition: all .2s ease;
    margin-bottom: 1em;
    font-weight: 800;
    border: none;
    outline: none;
    cursor: pointer;
    font-family: inherit;
}

.mn-searchbasic__button__icon {
    margin-right: .5em;
}

.mn-searchbasic__button:hover {
    background-color: #202040;
    color: white;
    font-weight: 800;
}

.mn-searchbasic__button:not(:last-child) {
    margin-right: .5em;
}

.mn-dashboard {
    position: relative;
    background-color: white;
    padding: 1em 2em;
    margin-right: 1em;
    width: 100%;
}

@media only screen and (max-width: 37.5rem) {
    .mn-dashboard {
        position: absolute;
    }
}

@media only screen and (max-width: 37.5rem) {
    .mn-dashboard__link__text {
        width: 20em;
        font-size: 1.4em;
        transition: all .1s ease-in-out;
    }
}

.mn-dashboard__group {
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: baseline;
    padding-left: 1em;
}

.mn-dashboard__link {
    display: flex;
    align-items: center;
    margin-top: 1em;
    height: max-content;
    padding: 2em 1em;
    cursor: pointer;
    border-radius: .5em;
    width: 24%;
    flex-direction: column;
    background-color: #202040;
    color: white;
    margin-right: 1%;
    transition: all .1s ease;
}

@media only screen and (max-width: 62.5rem) {
    .mn-dashboard__link {
        width: 32%;
    }
}

@media only screen and (max-width: 50rem) {
    .mn-dashboard__link {
        width: 48%;
    }
}

@media only screen and (max-width: 31.25rem) {
    .mn-dashboard__link {
        height: auto;
    }
}

.mn-dashboard__link:hover {
    background-color: #ff0000;
    color: white;
    box-shadow: .3em .3em 1em .3em #20204041;
    transform: scale(1.1);
}

.mn-dashboard__link__text {
    line-height: 1.6em;
    width: auto;
    font-size: 1.4em;
    white-space: nowrap;
    margin-top: 1em;
}

@media only screen and (max-width: 37.5rem) {
    .mn-dashboard__link__text {
        width: auto;
        font-size: 1.4em;
    }
}

@media only screen and (max-width: 31.25rem) {
    .mn-dashboard__link__text {
        white-space: pre-line;
        text-align: center;
    }
}

.mn-dashboard__link__icon {
    width: 2em;
    font-size: 4.5em;
    text-align: center;
}

.mn-choosetemp {
    width: 100%;
    position: relative;
}

.mn-choosetemp__group {
    margin: 0 auto;
    max-width: 130em;
}

.mn-choosetemp-row {
    display: flex;
}

@media only screen and (max-width: 37.5rem) {
    .mn-choosetemp-row {
        flex-direction: column;
    }
}

.mn-choosetemp__topbar {
    display: flex;
    justify-content: center;
    padding: 1em;
    background-color: #202040;
    color: white;
    width: 100%;
    font-size: 1.4em;
}

.mn-choosetemp__topbar__text {
    margin-right: 1em;
}

.mn-choosetemp__topbar__connect__icon {
    font-weight: 600;
    text-decoration: underline;
    margin-right: .5em;
}

.mn-choosetemp__heading {
    background-color: #202040;
    padding: 1em;
    color: white;
    text-align: center;
    font-size: 3em;
    position: relative;
    margin-top: .5em;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: .3em;
}

.mn-choosetemp__des {
    font-size: 1.3em;
    text-align: justify;
    padding: 1em;
    line-height: 1.6em;
}

.mn-choosetemp__note {
    font-size: 1.3em;
    text-align: justify;
    line-height: 1.6em;
    padding: 0 1em 1em 1em;
}

.mn-choosetemp__first {
    width: 25em;
    border: .1em solid #202040;
    border-radius: .5em;
    height: max-content;
}

@media only screen and (max-width: 37.5rem) {
    .mn-choosetemp__first {
        width: 100%;
        margin-bottom: 1em;
    }
}

.mn-choosetemp__first__title {
    padding: 1em;
    background-color: #202040;
    font-size: 1.4em;
    color: white;
    font-weight: 600;
    white-space: nowrap;
}

.mn-choosetemp__first__title__icon {
    width: 2.5em;
}

.mn-choosetemp__first__mainjob {
    display: block;
}

.mn-choosetemp__first__mainjob__items {
    display: flex;
    align-items: center;
    padding: 1em 1em 1em 1em;
    font-size: 1.3em;
}

.mn-choosetemp__first__mainjob__items__icon {
    width: 2em;
    font-size: 1.5em;
}

.mn-choosetemp__first__mainjob__items:hover {
    background-color: #ff0000;
    color: white;
    cursor: pointer;
}

.mn-choosetemp__first__mainjob__items-active {
    background-color: #ff0000;
    color: white;
}

.mn-choosetemp__second {
    margin-left: 1em;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 80%;
    height: max-content;
}

@media only screen and (max-width: 37.5rem) {
    .mn-choosetemp__second {
        width: 95%;
        margin: 0 auto;
    }
}

.mn-choosetemp__second__items {
    display: inline-block;
    width: 32%;
    position: relative;
    border-radius: .5em;
    border: .1em solid #202040;
    margin-right: 1%;
    margin-bottom: .5em;
}

@media only screen and (max-width: 62.5rem) {
    .mn-choosetemp__second__items {
        width: 48%;
    }
}

@media only screen and (max-width: 43.75rem) {
    .mn-choosetemp__second__items {
        width: 100%;
    }
}

.mn-choosetemp__second__items__imgbox {
    width: 100%;
    background-position: center;
    background-size: contain;
    min-height: 20em;
}

.mn-choosetemp__second__items__imgbox__img {
    width: 100%;
}

.mn-choosetemp__second__items__item {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.mn-choosetemp__second__items__item__button {
    display: none;
    background-color: #202040;
    color: white;
    padding: 1em;
    font-weight: 600;
    font-size: 1.4em;
    transition: all .2s ease;
    white-space: nowrap;
    cursor: pointer;
    border-radius: .3em;
}

    .mn-choosetemp__second__items__item__button:hover {
        background-color: #ff0000;
    }

.mn-choosetemp__second__items:hover .mn-choosetemp__second__items__item__button {
    display: block;
}

@media only screen and (max-width: 37.5rem) {
    .ws1__try__text {
        font-size: 1rem !important;
    }
}

@media only screen and (max-width: 37.5rem) {
    .ws1__try {
        font-size: 1rem !important;
        padding: 0 !important;
    }
}

.mn-choosecolor {
    width: 100%;
}

.mn-choosecolor__group {
    max-width: 120rem;
    text-align: center;
    margin: 0 auto;
    padding: .5em;
}

.mn-choosecolor__heading {
    font-size: 3rem;
    text-transform: uppercase;
    text-align: center;
    display: block;
    font-weight: 600;
    background-color: #202040;
    color: white;
    border-radius: .3rem;
    padding: 1rem;
}

.mn-choosecolor__items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 2rem;
}

.mn-choosecolor__items__item {
    width: 48%;
    border: .1rem solid #202040;
    padding: 1rem;
}

@media only screen and (max-width: 37.5rem) {
    .mn-choosecolor__items__item {
        width: 100%;
    }
}

.mn-choosecolor__items__item__title {
    font-size: 1.6rem;
    text-transform: uppercase;
    text-align: center;
    display: block;
    font-weight: 600;
    background-color: #202040;
    color: white;
    border-radius: .3rem;
    padding: 1rem;
}

.mn-choosecolor__items__item__tbl {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 2em;
}

.mn-choosecolor__items__item__tbl__cl {
    cursor: pointer;
    border-radius: 50%;
    height: 5rem;
    width: 5rem;
    margin: 1rem;
    transition: all .2s;
}

.mn-choosecolor__items__item__tbl__cl-active {
    border: .5rem solid #ffffff;
    box-shadow: .1rem .1rem 1rem .1rem #7676ff;
    transform: scale(1.2);
}

.mn-choosecolor__items__item__tbl__cl:hover {
    border: .5rem solid #202040;
    transform: scale(1.2);
}

.mn-choosecolor__items__item__box {
    height: 3rem !important;
    width: 19.5rem !important;
    border: .1rem solid #003678;
    border-radius: .5rem;
}

.cl1 {
    background-color: #FF5A5F;
}

.cl2 {
    background-color: #067AC0;
}

.cl3 {
    background-color: #FED700;
}

.cl4 {
    background-color: #ff0000;
}

.cl5 {
    background-color: #31D093;
}

.cl6 {
    background-color: #8fba1c;
}

.cl7 {
    background-color: #2267D8;
}

.cl8 {
    background-color: #fcb700;
}

.cl9 {
    background-color: #48CAB2;
}

.cl10 {
    background-color: #e4584b;
}

.cl11 {
    background-color: #6868eb;
}

.cl12 {
    background-color: #FDA94F;
}

.cl13 {
    background-color: #003678;
}

.cl14 {
    background-color: #777;
}

.cl15 {
    background-color: black;
}

.mn-cacuphi {
    width: 100%;
    padding: 2em 1em;
}

.mn-cacuphi__group {
    max-width: 120em;
    margin: 0 auto;
}

.mn-cacuphi__title {
    font-size: 3em;
    text-transform: uppercase;
    text-align: center;
    display: block;
    font-weight: 600;
    background-color: #202040;
    color: white;
    border-radius: 0.3rem;
    padding: 1em;
    margin-bottom: 0.5em;
}

.mn-cacuphi__items {
    padding: 1em;
    border: 0.1em solid #eee;
}

.mn-cacuphi__items__item {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

@media only screen and (max-width: 37.5rem) {
    .mn-cacuphi__items__item {
        flex-wrap: wrap;
    }
}

.mn-cacuphi__items__item__stt {
    width: 3%;
    margin-right: 1%;
    padding: 0.5em;
    min-width: 2em;
    text-align: center;
    border: 0.1em solid #eee;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0.3em;
}

.mn-cacuphi__items__item__ten {
    width: 47%;
    margin-right: 1%;
    padding: 0.5em;
    border-radius: 0.3em;
    border: 0.1em solid #eee;
}

@media only screen and (max-width: 37.5rem) {
    .mn-cacuphi__items__item__ten {
        width: 90%;
        margin: 0;
    }
}

.mn-cacuphi__items__item__giatri {
    width: 29%;
    margin-right: 1%;
    text-align: center;
    padding: 0.5em;
    border-radius: 0.3em;
    border: 0.1em solid #eee;
}

@media only screen and (max-width: 37.5rem) {
    .mn-cacuphi__items__item__giatri {
        width: 49%;
        margin-top: 0.8em;
    }
}

.mn-cacuphi__items__item__toantu {
    padding: 1em;
    border: 0.1em solid white;
    background-color: #202040;
    color: white;
    border-radius: 0.3em;
    width: 19%;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    position: relative;
    white-space: nowrap;
    min-width: 10em;
}

@media only screen and (max-width: 37.5rem) {
    .mn-cacuphi__items__item__toantu {
        width: 49%;
        margin-top: 1em;
    }
}

.mn-cacuphi__items__item__toantu:not(:last-child) {
    margin-right: 1em;
}

.mn-cacuphi__items__item__toantu__checkbox {
    display: none;
}

.mn-cacuphi__items__item__toantu__text {
    font-size: 1.1em;
    width: 100%;
}

.mn-cacuphi__items__item__toantu__icon {
    margin-left: auto;
    display: inline-block;
    float: right;
    font-size: 1.4em;
}

.mn-cacuphi__items__item__toantu__input {
    border: none;
    outline: none;
    width: 90%;
    font-size: 1.4em;
}

.mn-cacuphi__items__item__toantu__checkbox:checked ~ .mn-cacuphi__items__item__toantu__items {
    display: block;
}

.mn-cacuphi__items__item__toantu__checkbox:checked ~ .mn-cacuphi__items__item__toantu__adv {
    display: block;
}

.mn-cacuphi__items__item__toantu--row {
    display: flex;
    justify-content: space-between;
    width: 100%;
    cursor: pointer;
}

.mn-cacuphi__items__item__toantu__items {
    list-style: none;
    display: none;
    position: absolute;
    background-color: white;
    border: 0.1em solid #eee;
    border-radius: 0.3em;
    top: 4em;
    width: 100%;
    left: 0;
    color: #202040;
    z-index: 1;
}

.mn-cacuphi__items__item__toantu__items__item {
    padding: 1.5em;
    font-size: 1.1em;
    white-space: nowrap;
    font-weight: bold;
}

    .mn-cacuphi__items__item__toantu__items__item:hover {
        background-color: #eee;
    }

.mn-cacuphi__items__item__toantu__items__input {
    font-size: 1.4em;
}

.mn-cacuphi__items__item__toantu__adv {
    position: fixed;
    top: 10%;
    z-index: 1;
    display: none;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 60em;
    padding: 2em;
    box-shadow: 0 1em 3em rgba(0, 0, 0, 0.1);
    background-color: white;
    text-align: center;
    cursor: not-allowed;
}

@media only screen and (max-width: 37.5rem) {
    .mn-cacuphi__items__item__toantu__adv {
        width: 100%;
    }
}

.mn-cacuphi__items__item__toantu__adv__ten {
    border: 1px solid #dbdbdb;
    padding: 1em;
}

.mn-cacuphi__items__item__toantu__adv__ten__name {
    color: black;
    font-weight: bold;
    font-size: 1.4em;
    margin-bottom: 0.5em;
}

.mn-cacuphi__items__item__toantu__adv__ten__in {
    font-size: 1.3em;
    padding: 0.5em;
    border: 1px solid #202040;
    outline: none;
    border-radius: 0.3em;
    margin-top: 0.5em;
    width: 98%;
    margin: 1%;
}

.mn-cacuphi__items__item__toantu__adv__loai {
    margin-top: 2em;
    border: 1px solid #dbdbdb;
    padding: 1em;
}

.mn-cacuphi__items__item__toantu__adv__loai__name {
    color: black;
    font-weight: bold;
    font-size: 1.4em;
    margin-bottom: 0.5em;
}

.mn-cacuphi__items__item__toantu__adv__loai__chon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.mn-cacuphi__items__item__toantu__adv__loai__chon__hang {
    display: flex;
    align-items: center;
    margin: 1%;
    cursor: pointer;
    border: 1px solid #dbdbdb;
    padding: 0.5em;
    border-radius: 2em;
}

    .mn-cacuphi__items__item__toantu__adv__loai__chon__hang:hover {
        background-color: #202040;
    }

        .mn-cacuphi__items__item__toantu__adv__loai__chon__hang:hover .mn-cacuphi__items__item__toantu__adv__loai__chon__hang__text {
            color: white;
        }

.mn-cacuphi__items__item__toantu__adv__loai__chon__hang__radio {
    margin-right: 0.5em;
}

.mn-cacuphi__items__item__toantu__adv__loai__chon__hang__text {
    color: black;
    font-size: 1.3em;
}

.mn-cacuphi__items__item__toantu__adv__step {
    margin-top: 2em;
    border: 1px solid #dbdbdb;
    padding: 1em;
}

.mn-cacuphi__items__item__toantu__adv__step__name {
    color: black;
    font-weight: bold;
    font-size: 1.4em;
    margin-bottom: 0.5em;
}

.mn-cacuphi__items__item__toantu__adv__step__buoc {
    display: flex;
    flex-wrap: wrap;
}

.mn-cacuphi__items__item__toantu__adv__step__buoc__in {
    font-size: 1.3em;
    padding: 0.5em;
    border: 1px solid #202040;
    outline: none;
    border-radius: 0.3em;
    margin-top: 0.5em;
    margin: 1%;
    cursor: pointer;
    width: 31.333333%;
}

.mn-cacuphi__items__grbtn {
    display: flex;
    margin: 0 auto;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    margin: 1em;
}

.mn-cacuphi__items__grbtn__btn {
    background-color: #202040;
    color: white;
    display: inline-flex;
    align-items: center;
    border-radius: 0.3em;
    cursor: pointer;
    height: max-content;
    padding: 1.1em;
    margin-right: 0.5em;
}

.mn-cacuphi__items__grbtn__btn__icon {
    margin-right: 0.5em;
    font-size: 1.1em;
}

.mn-cacuphi__items__grbtn__btn__text {
    text-transform: capitalize;
    cursor: pointer;
}

.mn-cacuphi__items__grbtn__btn:hover {
    background-color: #d32525;
}

.mn-cacuphi__items__grbtn__toantu {
    padding: 1em;
    border: 0.1em solid white;
    background-color: #202040;
    color: white;
    border-radius: 0.3em;
    width: 20em;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    position: relative;
    white-space: nowrap;
}

    .mn-cacuphi__items__grbtn__toantu:not(:last-child) {
        margin-right: 1em;
    }

.mn-cacuphi__items__grbtn__toantu__checkbox {
    display: none;
}

.mn-cacuphi__items__grbtn__toantu__text {
    font-size: 1.1em;
}

.mn-cacuphi__items__grbtn__toantu__icon {
    margin-left: auto;
    display: inline-block;
    float: right;
    font-size: 1.4em;
}

.mn-cacuphi__items__grbtn__toantu__input {
    border: none;
    outline: none;
    width: 90%;
    font-size: 1.4em;
}

.mn-cacuphi__items__grbtn__toantu__checkbox:checked ~ .mn-cacuphi__items__grbtn__toantu__items {
    display: block;
}

.mn-cacuphi__items__grbtn__toantu__items {
    list-style: none;
    display: none;
    position: absolute;
    background-color: white;
    border: 0.1em solid #eee;
    border-radius: 0.3em;
    top: 4em;
    width: 100%;
    left: 0;
    color: #202040;
    z-index: 1;
}

.mn-cacuphi__items__grbtn__toantu__items__item {
    padding: 1.5em;
    font-size: 1.1em;
    white-space: nowrap;
    font-weight: bold;
}

    .mn-cacuphi__items__grbtn__toantu__items__item:hover {
        background-color: #eee;
    }

.mn-cacuphi__items__grbtn__toantu__items__input {
    font-size: 1.4em;
}

.mn-abimg {
    width: 100%;
    padding: 2em;
}

.mn-abimg__group {
    max-width: 120em;
    margin: 0 auto;
}

.mn-abimg__title {
    font-size: 3em;
    text-transform: uppercase;
    text-align: center;
    display: block;
    font-weight: 600;
    background-color: #202040;
    color: white;
    border-radius: 0.3rem;
    padding: 0.5em;
    margin-bottom: 0.5em;
}

.mn-abimg__items {
    display: flex;
    flex-wrap: wrap;
}

.mn-abimg__items__item {
    display: flex;
    flex-wrap: wrap;
    width: 31.3333%;
    margin: 1%;
    box-shadow: 0 1em 3em rgba(0, 0, 0, 0.2);
    padding: 1em;
    border-radius: 1em;
    height: fit-content;
    position: relative;
}

@media only screen and (max-width: 37.5rem) {
    .mn-abimg__items__item {
        width: 48%;
    }
}

.mn-abimg__items__item__bg {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: #20204088;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 1s ease;
}

    .mn-abimg__items__item__bg:hover {
        background-color: crimson;
    }

.mn-abimg__items__item__bg__text {
    font-size: 1.8rem;
    padding: 1rem;
    color: white;
    text-align: center;
    letter-spacing: 1px;
    width: 80%;
    font-weight: bold;
    background-color: #202040cd;
}

.mn-abimg__items__item__imgbox {
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 1em;
    overflow: hidden;
    width: 100%;
    transition: all 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
    cursor: pointer;
    position: relative;
    min-height: 10rem;
}

.mn-abimg__items__item__imgbox__img {
    width: 100%;
}

.mn-abimg__items__item__imgbox:hover {
    z-index: 1;
    box-shadow: 0 0 1em rgba(0, 0, 0, 0.144);
}

.mn-abimg__items__item__imgbox__grbtn {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: fit-content;
    height: fit-content;
    display: flex;
}

.mn-abimg__items__item__imgbox__grbtn__btn {
    background-color: #202040b9;
    color: white;
    font-size: 1em;
    font-weight: bold;
    padding: 1em;
    border-radius: .5em;
    border: .1em solid white;
    box-shadow: 0 0 1.5em rgba(0, 0, 0, 0.212);
    transition: all .2s ease;
    display: block;
}

    .mn-abimg__items__item__imgbox__grbtn__btn:hover {
        transform: scale(1.3);
    }

.mn-abimg__items__item__btn {
    width: 100%;
    background-color: #202040;
    color: white;
    font-size: 1em;
    padding: 1rem;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
    letter-spacing: 1px;
    margin-bottom: .5rem;
}

    .mn-abimg__items__item__btn:hover {
        transform: scale(1.3);
    }

.mn-abimg__items__item__groupcolor {
    display: flex;
    align-items: center;
    width: 100%;
    margin-top: 1rem;
}

.mn-abimg__items__item__groupcolor__text {
    font-size: 1.2rem;
    text-align: justify;
    display: block;
    white-space: nowrap;
}

.mn-abimg__items__item__groupcolor__bgcolor {
    border: 1px solid #202040;
    height: 3rem;
    width: 100%;
    border-radius: .3rem;
    margin-left: 1rem;
    box-shadow: 0 0 1rem #2020404f;
    cursor: pointer;
}

.mn-abimg__items__item__tsp {
    width: 100%;
    border: 1px solid #c5c5c5;
    font-size: 1.2em;
    padding: 0.5em;
    border-radius: 0.2em;
    outline: none;
    margin-top: 0.5em;
}

.mn-abimg__items__item__in {
    width: 49%;
    border: 1px solid #c5c5c5;
    font-size: 1.2em;
    padding: 0.5em;
    border-radius: 0.2em;
    outline: none;
    margin: 0.5%;
    margin-top: 1em;
}

.mn-abimg__items__item .minicolors-theme-default.minicolors {
    width: 100%;
    margin-top: 1em;
}

.mn-abimg__items__item .minicolors-theme-default .minicolors-swatch {
    border-radius: 50%;
    box-shadow: 0 0 1em rgba(0, 0, 0, 0.2);
    overflow: hidden;
}

.mn-abimg__items__item .minicolors-swatch {
    cursor: pointer;
}

.mn-abimg__items__item__mau {
    border: 1px solid #c5c5c5;
    font-size: 1.2em;
    padding: 1em;
    border-radius: 0.2em;
    outline: none;
    width: 100% !important;
    position: relative;
    cursor: pointer;
}

.mn-finder {
    width: 100%;
    padding: 2rem;
    height: 100%;
}

.mn-finder__group {
    max-width: 100%;
    margin: 0 auto;
    height: 100%;
}

.mn-finder .mnFinderItemSl {
    background-color: crimson;
    color: white;
}

.mn-finder .mnFinderSlArea {
    position: absolute;
    background-color: #35197d77;
    box-shadow: 0 0 1rem #35197d77;
}

.mn-finder .mnFinderDropBorDer {
    border: 2px dashed crimson;
    color: crimson;
}

.mn-finder__compress {
    position: fixed;
    background-color: white;
    padding: 1rem 2rem 2rem 2rem;
    left: 0;
    top: 1rem;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    width: fit-content;
    height: fit-content;
    box-shadow: 0 0 1rem #35197d48;
    width: 40rem;
    z-index: 1;
}

.mn-finder__compress__name {
    font-size: 2rem;
    text-align: justify;
    display: block;
    letter-spacing: 1px;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #cecece;
    padding: 1rem;
}

.mn-finder__compress__contents__line {
    width: 50%;
    margin: 0 auto;
    border: 1px dashed #cecece;
    display: block;
}

.mn-finder__compress__contents__content {
    margin-top: 1rem;
    margin-bottom: 2rem;
    max-height: 13rem;
    overflow: scroll;
}

.mn-finder__compress__contents__content__text {
    display: block;
    font-size: 1.6rem;
    white-space: nowrap;
    margin-bottom: .5rem;
}

.mn-finder__compress__contents__content__img {
    width: 100%;
}

.mn-finder__compress__contents__content__items {
    display: flex;
    align-items: center;
}

.mn-finder__compress__contents__content__items__value {
    display: block;
    font-size: 1.6rem;
    white-space: nowrap;
    margin-right: 1rem;
    font-weight: bold;
}

.mn-finder__compress__contents__content__items__range {
    width: 100%;
    cursor: pointer;
}

.mn-finder__compress__contents__content__items__name {
    border: 1px solid #cecece;
    padding: 1rem;
    font-size: 1.4rem;
    width: 100%;
    border-radius: .3rem;
    min-height: 10rem;
}

.mn-finder__compress__btn {
    background-color: transparent;
    outline: none;
    border: none;
    padding: 1rem;
    font-size: 1.4rem;
    background-color: #35197d;
    border-radius: .2rem;
    margin-bottom: 1rem;
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.279);
    height: fit-content;
    cursor: pointer;
    color: white;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: center;
    display: block;
    margin: 0 auto;
}

    .mn-finder__compress__btn:hover {
        background-color: crimson;
    }

.mn-finder__rightclick {
    position: absolute;
    background-color: white;
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.271);
    padding: .5rem;
    border-radius: .5rem;
}

.mn-finder__rightclick__items {
    padding: 1rem;
    line-height: 1.6rem;
    transition: all .2s ease;
    cursor: pointer;
    display: flex;
    align-items: center;
}

    .mn-finder__rightclick__items:hover {
        background-color: crimson;
        color: white;
        box-shadow: 0 0 1rem rgba(0, 0, 0, 0.271);
        border-radius: .5rem;
    }

.mn-finder__rightclick__items__icon {
    font-size: 1.2rem;
    margin-right: 1rem;
}

.mn-finder__rightclick__items__text {
    font-size: 1.4rem;
}

.mn-finder__mouseimg {
    position: absolute;
    padding: .5rem;
    z-index: 15;
    font-weight: bold;
    font-size: 1.4rem;
    background-color: white;
    border-radius: 1rem;
    display: none;
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.271);
}

.mn-finder__wrapper {
    display: flex;
    justify-content: space-between;
    user-select: none;
}

.mn-finder__wrapper__side {
    width: 100%;
    display: flex;
    margin-bottom: 1rem;
}

.mn-finder__wrapper__side__box {
    display: flex;
    align-items: center;
    padding: 1rem;
    cursor: pointer;
}

.mn-finder__wrapper__side__box__icon {
    font-size: 1.6rem;
    margin-right: .5rem;
}

.mn-finder__wrapper__side__box__text {
    line-height: 1.5rem;
    font-size: 1.4rem;
    text-align: justify;
    display: block;
}

.mn-finder__wrapper__side__box:hover {
    background-color: crimson;
    color: white;
}

.mn-finder__wrapper__container {
    width: 100%;
}

.mn-finder__wrapper__container__breadcumb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 1rem;
}

.mn-finder__wrapper__container__breadcumb__line {
    min-width: 5em;
    height: .1em;
    background-color: black;
    margin-right: .5em;
    display: inline-block;
    line-height: 1.8em;
    margin-right: .5rem;
}

.mn-finder__wrapper__container__breadcumb .active {
    font-weight: bold;
}

.mn-finder__wrapper__container__breadcumb__icon {
    margin-right: .5rem;
}

.mn-finder__wrapper__container__breadcumb__text {
    margin-right: .2rem;
    font-size: 1.3em;
    line-height: 1.8em;
    letter-spacing: 1px;
    cursor: pointer;
}

    .mn-finder__wrapper__container__breadcumb__text:hover {
        color: crimson;
        font-weight: bold;
    }

.mn-finder__wrapper__container__action__btn {
    display: flex;
    background-color: transparent;
    outline: none;
    border: none;
    padding: 1rem;
    background-color: #35197d;
    border-radius: .2rem;
    margin-bottom: 1rem;
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.279);
    height: fit-content;
    cursor: pointer;
    justify-content: center;
}

.mn-finder__wrapper__container__action__btn__icon {
    font-size: 1.4rem;
    margin-right: .5rem;
    color: white;
}

.mn-finder__wrapper__container__action__btn__text {
    font-size: 1.4rem;
    line-height: 1.5rem;
    letter-spacing: 1px;
    color: white;
    text-align: center;
}

.mn-finder__wrapper__container__action__btn:hover {
    background-color: crimson;
}

.mn-finder__wrapper__container__action__progress {
    margin-bottom: 1rem;
}

.mn-finder__wrapper__container__action__progress__bar {
    display: flex;
    background-color: #35197d;
    align-items: center;
    padding: .5rem 0;
    border-radius: 2rem;
    box-shadow: 0 0 0.5rem #35197d;
    overflow: hidden;
    position: fixed;
    max-width: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 5rem;
    width: 100%;
    justify-content: center;
    transition: all .2s ease;
    white-space: nowrap;
}

.mn-finder__wrapper__container__action__progress__bar__text {
    line-height: 1.5rem;
    font-size: 1rem;
    text-align: center;
    display: block;
    color: white;
    white-space: nowrap;
}

.mn-finder__wrapper__container__action__progress__bar__icon {
    font-size: 1.6rem;
    color: white;
    margin-left: 1rem;
    margin-right: 1rem;
}

.mn-finder__wrapper__container__filter {
    margin-left: auto;
    display: flex;
    padding-bottom: 1rem;
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 1rem;
}

.mn-finder__wrapper__container__filter__search__in {
    border: 1px solid #d8d8d8;
    border-radius: .3rem;
    padding: 1rem;
    font-size: 1.4rem;
    line-height: 1.5rem;
    width: 25rem;
    margin-right: .5rem;
    outline: none;
}

.mn-finder__wrapper__container__filter__search__btn {
    background-color: transparent;
    outline: none;
    border: none;
    padding: 1rem;
    font-size: 1.4rem;
    background-color: #35197d;
    border-radius: .2rem;
    margin-bottom: 1rem;
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.279);
    height: fit-content;
    cursor: pointer;
    color: white;
    font-weight: bold;
    letter-spacing: 1px;
}

    .mn-finder__wrapper__container__filter__search__btn:hover {
        background-color: crimson;
    }

.mn-finder__wrapper__container__filter__sort {
    display: flex;
    align-items: center;
    margin-left: auto;
    height: fit-content;
}

.mn-finder__wrapper__container__filter__sort__box {
    display: flex;
    align-items: center;
    height: fit-content;
    margin-right: 1rem;
    border: 1px solid #e3e3e3;
    padding: 1rem;
    border-radius: .5rem;
    cursor: pointer;
}

.mn-finder__wrapper__container__filter__sort__box__icon {
    font-size: 1.4rem;
    margin-right: .5rem;
}

.mn-finder__wrapper__container__filter__sort__box__text {
    font-size: 1.4rem;
    line-height: 1.5rem;
    letter-spacing: 1px;
}

.mn-finder__wrapper__container__filter__sort__text {
    background-color: transparent;
    outline: none;
    border: none;
    padding: 1rem;
    font-size: 1.4rem;
    border-radius: .5rem;
    height: fit-content;
    cursor: pointer;
    font-weight: bold;
    white-space: nowrap;
}

.mn-finder__wrapper__container__filter__sort__vung {
    padding: 1em;
    position: relative;
    border: 1px solid #eee;
    border-bottom: 1px solid #cecece;
    width: 20rem;
    border-radius: 0.5em;
}

.mn-finder__wrapper__container__filter__sort__vung__checkbox {
    display: none;
}

    .mn-finder__wrapper__container__filter__sort__vung__checkbox:checked ~ .mn-finder__wrapper__container__filter__sort__vung__items {
        visibility: visible;
        transform: scale(1);
        max-height: 100vh;
        transition: all 0.2s ease;
    }

.mn-finder__wrapper__container__filter__sort__vung__ad {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 1.2em;
    font-weight: 600;
    cursor: pointer;
}

.mn-finder__wrapper__container__filter__sort__vung__ad__icon {
    margin-left: 0.5em;
}

.mn-finder__wrapper__container__filter__sort__vung__items {
    position: absolute;
    top: 4em;
    background-color: white;
    z-index: 1;
    left: 0;
    width: 100%;
    border: 1px solid #eee;
    max-height: 0;
    transform: scale(1) translate(0%, 0%);
    visibility: hidden;
    transition: all 0.2s ease;
    overflow: hidden;
}

    .mn-finder__wrapper__container__filter__sort__vung__items .active {
        font-weight: 800;
    }

.mn-finder__wrapper__container__filter__sort__vung__items__item {
    font-size: 1.2em;
    display: block;
    cursor: pointer;
    padding: 0.5em;
    margin-top: 0.5em;
    line-height: 1.4em;
}

    .mn-finder__wrapper__container__filter__sort__vung__items__item:hover {
        background-color: #eee;
    }

.mn-finder__wrapper__container__folder {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    user-select: none;
}

    .mn-finder__wrapper__container__folder:not(:last-child) {
        border-bottom: 1px solid #e3e3e3;
    }

.mn-finder__wrapper__container__folder__head {
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
}

.mn-finder__wrapper__container__folder__head__name {
    line-height: 1.5rem;
    font-size: 1.6rem;
    text-align: justify;
    display: block;
    font-weight: bold;
    border: 1px solid #e3e3e3;
    width: fit-content;
    padding: 1rem;
    border-radius: .2rem;
    width: 10rem;
    text-align: center;
    user-select: none;
    pointer-events: none;
}

.mn-finder__wrapper__container__folder__head__btn {
    display: flex;
    align-items: center;
    margin-left: 1rem;
    padding: 1rem;
    cursor: pointer;
    background-color: #35197d;
    color: white;
    box-shadow: 0 0 1rem #35197d7e;
    letter-spacing: 1px;
    transition: all .2s ease;
}

.mn-finder__wrapper__container__folder__head__btn__icon {
    line-height: 1.5rem;
    font-size: 1.6rem;
    margin-right: 1rem;
}

.mn-finder__wrapper__container__folder__head__btn__text {
    line-height: 1.5rem;
    font-size: 1.2rem;
}

.mn-finder__wrapper__container__folder__head__btn:hover {
    background-color: crimson;
    color: white;
}

.mn-finder__wrapper__container__folder__items {
    display: flex;
    gap: 2%;
    flex-wrap: wrap;
}

.mn-finder__wrapper__container__folder__items__item {
    width: 14.75%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    cursor: pointer;
    border: 1px solid #e3e3e3;
    padding: 1rem;
    border-radius: 1rem;
}

.mn-finder__wrapper__container__folder__items__item__imgbox {
    max-width: 100%;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    display: block;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 1rem;
    user-select: none;
    pointer-events: none;
}

.mn-finder__wrapper__container__folder__items__item__imgbox__img {
    width: 100%;
    user-select: none;
    pointer-events: none;
}

.mn-finder__wrapper__container__folder__items__item__icon {
    display: block;
    font-size: 3rem;
    margin-right: 0.5rem;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 1rem;
    user-select: none;
    pointer-events: none;
}

.mn-finder__wrapper__container__folder__items__item__text {
    display: block;
    font-size: 1.1rem;
    line-height: 1.5rem;
    text-align: center;
    margin-top: .5rem;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    user-select: none;
    pointer-events: none;
}

.mn-finder__wrapper__container__folder__btn {
    color: white;
    position: fixed;
    right: .3rem;
    bottom: 0;
    background-color: #35197d;
    padding: .7rem;
    font-weight: bold;
    box-shadow: 0 0 1rem #35197d7f;
    font-size: 1.4rem;
    cursor: pointer;
    border-radius: .5rem;
}

    .mn-finder__wrapper__container__folder__btn:hover {
        background-color: crimson;
    }

.mn-finder__messpop {
    position: fixed;
    background-color: white;
    box-shadow: 0 0 1rem #35197d77;
    user-select: none;
    left: 0;
    bottom: 0;
    max-width: 30rem;
    padding: 0 .5rem;
    max-height: 50vh;
    overflow: scroll;
    z-index: 15;
}

.mn-finder__messpop__item {
    padding: 1.5rem;
    position: relative;
    border-bottom: 1px solid #e3e3e3;
}

.mn-finder__messpop__item__icon {
    font-size: 1.4rem;
    position: absolute;
    right: 0;
    top: .5rem;
    cursor: pointer;
}

.mn-finder__messpop__item__text {
    font-size: 1.2rem;
    line-height: 1.8rem;
    display: block;
}

.mn-customtab__title {
    line-height: 1.5em;
    font-size: 1.6em;
    text-align: justify;
    display: block;
    font-weight: bold;
    margin-top: 1rem;
}

.mn-customtab__gens {
    margin-top: 1rem;
    display: flex;
    align-items: center;
    border: 1px solid #e8e8e8;
}

.mn-customtab__gens__text {
    font-size: 1.2rem;
    text-align: justify;
    display: block;
    width: 100%;
    padding: .8rem;
}

.mn-customtab__gens__btn {
    display: flex;
    white-space: nowrap;
    background-color: #202040;
    padding: .9rem;
    color: white;
    align-items: center;
    font-size: 1.6rem;
    cursor: pointer;
    font-weight: bold;
    letter-spacing: 1px;
}

    .mn-customtab__gens__btn:hover {
        background-color: crimson;
    }

.mn-customtab__bars {
    margin-top: 1rem;
    display: flex;
    background-color: #eee;
    padding: .5rem;
    flex-wrap: wrap;
    justify-content: center;
}

    .mn-customtab__bars .active {
        box-shadow: 0 0 1rem rgba(0, 0, 0, 0.556);
        transform: translateY(2rem) scale(1.1);
    }

.mn-customtab__bars__bar {
    position: relative;
    text-align: center;
    cursor: pointer;
    border: 1px solid black;
    margin: .5rem;
    border-radius: .3rem;
    overflow: hidden;
    min-width: 10rem;
    background-color: white;
    transition: all .3s ease-in-out;
}

.mn-customtab__bars__bar__bg {
    background-color: #202040ba;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    line-height: 2.5rem;
    font-size: 1.6rem;
    letter-spacing: 1px;
    padding: .5rem;
    text-shadow: 0 0 1rem rgba(255, 255, 255, 0.696);
}

    .mn-customtab__bars__bar__bg:hover {
        background-color: crimson;
    }

.mn-customtab__bars__bar__text {
    font-size: 1.4rem;
    text-align: justify;
    display: block;
    width: 100%;
    padding: .8rem;
}

    .mn-customtab__bars__bar__text:hover {
        background-color: crimson;
        color: white !important;
    }

.mn-customtab__bars__bar__btn {
    background-color: #202040;
    color: white;
    padding: .5rem;
    z-index: 0;
    font-size: 1rem;
    display: block;
    margin-bottom: 1rem;
    font-size: 1.4rem;
}

    .mn-customtab__bars__bar__btn:hover {
        background-color: crimson;
        color: white !important;
    }

.mn-customtab__contents {
    margin-top: 1rem;
    border: 1px solid #eee;
    line-height: 2rem;
    font-size: 1.6rem;
    text-align: justify;
    display: block;
    padding: 1rem;
    min-height: 5rem;
}

.mn-filter {
    width: 100%;
    padding: 0 0.5em;
}

.mn-filter__group {
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.mn-filter__create {
    background-color: #202040bb;
    padding: 1.5em;
    position: fixed;
    top: .4em;
    left: 1rem;
    cursor: pointer;
    color: white;
    display: flex;
    align-items: center;
    z-index: 2;
    border-radius: .5em;
    box-shadow: 0.1em 0.1em 0.3em #7a7a7a;
    border: .1em solid #eee;
    transition: all .2s;
}

.mn-filter__create__button {
    color: white;
    font-size: 1.4rem;
    font-weight: bold;
    text-shadow: 0 0 1rem rgba(255, 255, 255, 0.275);
}

.mn-filter__create__text {
    font-size: 1.4rem;
    display: block;
    margin-left: 1rem;
    font-weight: bold;
    letter-spacing: 1px;
    text-shadow: 0 0 1rem rgba(255, 255, 255, 0.275);
}

.mn-filter__create:hover {
    background-color: #d32525;
}

@media only screen and (max-width: 37.5rem) {
    .mn-filter__checkbox:checked ~ .mn-filter-col__menu {
        display: block !important;
        position: fixed;
        z-index: 1;
    }
}

.mn-filter__checkbox {
    display: none;
}

    .mn-filter__checkbox:checked ~ .mn-productcate-col__content__createnew {
        display: block;
    }

.mn-filter-col__menu {
    width: 10em;
}

@media only screen and (max-width: 37.5rem) {
    .mn-filter-col__menu {
        display: none;
    }
}

.mn-filter-col__content {
    width: 100%;
    margin-top: 2em;
}

@media only screen and (max-width: 37.5rem) {
    .mn-filter-col__content {
        width: 100%;
    }
}

.mn-filter-col__content__createnew {
    display: none;
    margin-top: 2rem;
    margin-right: .5rem;
}

.mn-filter__menu {
    box-shadow: 0.1em 0.1em 1em #ececec;
    position: relative;
    background-color: white;
    padding: 1em 2em;
    z-index: 1;
    margin-right: 1em;
}

@media only screen and (max-width: 37.5rem) {
    .mn-filter__menu {
        position: absolute;
    }
}

@media only screen and (max-width: 37.5rem) {
    .mn-filter__menu__link__text {
        width: 20em;
        font-size: 1.4em;
        transition: all 0.1s ease-in-out;
    }
}

.mn-filter__menu:hover .mn-filter__menu__link__text {
    width: auto;
    font-size: 1.4em;
    transition: all 0.1s ease-in-out;
}

.mn-filter__menu:hover {
    position: absolute;
}

.mn-filter__menu__link {
    display: flex;
    align-items: center;
    margin-top: 1em;
    height: max-content;
    padding: 1em;
    cursor: pointer;
}

    .mn-filter__menu__link:hover {
        background-color: #202040;
        color: white;
    }

.mn-filter__menu__link__text {
    line-height: 1.6em;
    width: 0;
    font-size: 0;
    white-space: nowrap;
}

@media only screen and (max-width: 37.5rem) {
    .mn-filter__menu__link__text {
        width: auto;
        font-size: 1.4em;
    }
}

.mn-filter__menu__link__icon {
    width: 2em;
    font-size: 2.5em;
    text-align: center;
}

.mn-filter__search {
    background-color: #202040;
    color: white;
    padding: 2em 1em 2em 1em;
    display: flex;
    flex-direction: column;
    border-radius: 1em;
    margin-top: 2em;
}

.mn-filter__search-row {
    display: flex;
    justify-content: center;
    margin-top: 2em;
    flex-wrap: wrap;
    align-items: center;
}

.mn-filter__search__title {
    font-weight: 600;
    text-align: center;
    font-size: 1.5em;
    color: #202040;
    margin: 0 auto;
    background-color: white;
    display: inline-block;
    text-transform: uppercase;
    padding: 1em 2em;
    border-radius: 3em;
}

.mn-filter__search__button {
    font-size: 1.4rem;
    padding: 1rem;
    color: white;
    font-weight: 600;
    border-radius: 0.3em;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #d32525;
    white-space: nowrap;
    transition: all 0.2s ease;
    border: none;
    outline: none;
    cursor: pointer;
}

.mn-filter__search__button__icon {
    margin-right: 0.5em;
}

.mn-filter__search__button:hover {
    background-color: white;
    color: #202040;
    font-weight: 800;
}

.mn-filter__search__button:not(:last-child) {
    margin-right: 0.5em;
}

.mn-filter__search__form {
    padding: 1rem;
    border: 0.1em solid white;
    background-color: white;
    color: #202040;
    border-radius: 0.3em;
    width: 25rem;
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
    white-space: nowrap;
}

    .mn-filter__search__form:not(:last-child) {
        margin-right: 1em;
    }

.mn-filter__search__form__checkbox {
    display: none;
}

.mn-filter__search__form__text {
    font-size: 1.4em;
}

.mn-filter__search__form__icon {
    margin-left: auto;
    display: inline-block;
    float: right;
    font-size: 1.4rem;
}

.mn-filter__search__form__input {
    border: none;
    outline: none;
    width: 90%;
    font-size: 1.4rem;
}

.mn-filter__search__form__checkbox:checked ~ .mn-filter__search__form__items {
    display: block;
}

.mn-filter__search__form__items {
    list-style: none;
    display: none;
    position: absolute;
    background-color: white;
    border: 0.1em solid #eee;
    border-radius: 0.3em;
    top: 4em;
    width: auto;
    left: 0;
    z-index: 1;
}

.mn-filter__search__form__items__item {
    padding: 1.5em;
    font-size: 1.3em;
    white-space: nowrap;
}

    .mn-filter__search__form__items__item:hover {
        background-color: #eee;
    }

.mn-filter__search__form__items__input {
    font-size: 1.4em;
}

.mn-filter__heading {
    font-size: 3em;
    text-transform: uppercase;
    text-align: center;
    display: block;
    font-weight: 600;
    background-color: #202040;
    color: white;
    border-radius: 0.3em;
    padding: 0.5em;
}

.mn-filter__content {
    margin-top: 2em;
    overflow-x: scroll;
    margin-bottom: 6rem;
}

.mn-filter__content__table {
    width: 100%;
    display: table;
    border-collapse: collapse;
}

    .mn-filter__content__table td,
    .mn-filter__content__table th {
        border: 0.1em solid #dddddd;
        padding: 1em;
        text-align: left;
    }

    .mn-filter__content__table td {
        font-size: 1.5em;
        line-height: 1.7em;
    }

    .mn-filter__content__table th {
        text-align: center;
        font-size: 1.4em;
        text-transform: uppercase;
    }

.mn-filter__content__table__th__stt {
    width: 5%;
}

.mn-filter__content__table__th__name {
    width: 40em;
}

.mn-filter__content__table__th__view {
    width: 10%;
}

.mn-filter__content__table__th__delete {
    width: 5%;
}

.mn-filter__content__table__th__edit {
    width: 5%;
}

.mn-filter__content__table__th__image {
    width: 20%;
}

.mn-filter__content__table__td__name {
    width: 40em;
}

.mn-filter__content__table__td__name__checkbox {
    display: none;
}

    .mn-filter__content__table__td__name__checkbox:checked ~ .mn-filter__content__table__td__name__child {
        display: block;
    }

.mn-filter__content__table__td__name__child__checkbox-1:checked ~ .mn-filter__content__table__td__name__child-1 {
    display: block;
}

.mn-filter__content__table__td__name__child__checkbox-1 {
    display: none;
}

.mn-filter__content__table__td__name__child__checkbox-2:checked ~ .mn-filter__content__table__td__name__child-2 {
    display: block;
}

.mn-filter__content__table__td__name__child__checkbox-2 {
    display: none;
}

.mn-filter__content__table__td__name__child__checkbox-3:checked ~ .mn-filter__content__table__td__name__child-3 {
    display: block;
}

.mn-filter__content__table__td__name__child__checkbox-3 {
    display: none;
}

.mn-filter__content__table__td__name__pr {
    cursor: pointer;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    align-items: center;
}

.mn-filter__content__table__td__name__pr__block {
    margin-left: auto;
}

.mn-filter__content__table__td__name__pr__input {
    width: 24%;
    margin-right: 1%;
    padding: 0.7em;
    margin-top: 0.5em;
    border-radius: 0.3em;
    border: 0.1em solid #eee;
}

@media only screen and (max-width: 62.5rem) {
    .mn-filter__content__table__td__name__pr__input {
        width: 48%;
    }
}

@media only screen and (max-width: 37.5rem) {
    .mn-filter__content__table__td__name__pr__input {
        width: 47%;
    }
}

.mn-filter__content__table__td__name__pr__input:nth-child(4) {
    margin-right: auto;
}

.mn-filter__content__table__td__name__pr__text {
    float: left;
    margin-right: auto;
}

.mn-filter__content__table__td__name__pr__dt {
    background-color: #202040;
    color: white;
    display: inline-flex;
    align-items: center;
    padding: 0.5em;
    float: right;
    border-radius: 0.3em;
    margin-right: 0.5em;
    margin-top: 0.5em;
    cursor: pointer;
    margin-left: auto;
}

    .mn-filter__content__table__td__name__pr__dt:nth-child(2) {
        margin-left: auto !important;
    }

.mn-filter__content__table__td__name__pr__dt__icon {
    margin-right: 0.5em;
    font-size: 1.1em;
}

.mn-filter__content__table__td__name__pr__dt__text {
    font-size: 0.8em;
    text-transform: capitalize;
    cursor: pointer;
}

.mn-filter__content__table__td__name__pr__dt:hover {
    background-color: #d32525;
}

.mn-filter__content__table__td__name__child {
    display: none;
    border: 0.1em solid #eee;
    margin-top: 0.5em;
    padding: 0 0.5em;
    border-radius: 0.3em;
}

.mn-filter__content__table__td__name__child__imgbox {
    border: 1px solid rgba(0, 0, 0, 0.186);
    min-width: 5rem;
    max-width: 5rem;
    min-height: 3rem;
    height: 100%;
    border-radius: .5rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    position: relative;
}

.mn-filter__content__table__td__name__child__imgbox__img {
    height: 100%;
}

.mn-filter__content__table__td__name__child__imgbox::after {
    content: "Ảnh";
    font-size: 1rem;
    color: #626262;
    text-align: center;
    margin-left: 1.3rem;
    position: absolute;
    left: 0;
    z-index: -1;
}

.mn-filter__content__table__td__name__child-1 {
    display: none;
    border: 0.1em solid #eee;
    margin-top: 0.5em;
    padding: 0.5em;
    border-radius: 0.3em;
    margin-left: 0.5em;
}

.mn-filter__content__table__td__name__child-2 {
    display: none;
    border: 0.1em solid #eee;
    margin-top: 0.5em;
    padding: 0.5em;
    border-radius: 0.3em;
    margin-left: 0.5em;
}

.mn-filter__content__table__td__name__child-3 {
    border: 0.1em solid #eee;
    margin-top: 0.5em;
    padding: 0.5em;
    border-radius: 0.3em;
    margin-left: 0.5em;
}

.mn-filter__content__table__td__name__child__iconbox {
    margin-top: 0.5em;
    margin-left: auto;
    float: right;
}

.mn-filter__content__table__td__name__child__iconbox__dt {
    display: inline-flex;
    align-items: center;
    background-color: #202040;
    padding: 0.5em;
    color: white;
    border-radius: 0.3em;
    cursor: pointer;
    margin-top: 0.5em;
}

    .mn-filter__content__table__td__name__child__iconbox__dt:nth-child(1) {
        background-color: white;
        border: 0.1em solid #202040;
        color: #202040;
    }

        .mn-filter__content__table__td__name__child__iconbox__dt:nth-child(1):hover {
            transition: all 0.2s;
            transform: scale(1.5);
            color: white;
        }

    .mn-filter__content__table__td__name__child__iconbox__dt:nth-child(2) {
        background-color: white;
        border: 0.1em solid #202040;
        color: #202040;
    }

        .mn-filter__content__table__td__name__child__iconbox__dt:nth-child(2):hover {
            transition: all 0.2s;
            transform: scale(1.5);
            color: white;
        }

.mn-filter__content__table__td__name__child__iconbox__dt__icon {
    margin-right: 0.5em;
    font-size: 0.8em;
}

.mn-filter__content__table__td__name__child__iconbox__dt__text {
    font-size: 0.8em;
    cursor: pointer;
}

.mn-filter__content__table__td__name__child__iconbox__dt:hover {
    transition: all 0.2s;
    transform: scale(1.5);
    background-color: #d32525;
}

.mn-filter__content__table__td__name__child__text {
    display: flex;
    padding: 0.5em;
    align-items: center;
}

.mn-filter__content__table__td__name__child__text-1 {
    display: flex;
    padding: 0.5em;
    flex-wrap: wrap;
    align-items: center;
}

.mn-filter__content__table__td__name__child__text__input {
    padding: 0.7em;
    border-radius: 0.3em;
    display: inline-block;
    width: 24%;
    height: max-content;
    border: 0.1em solid #eee;
    margin-right: 1%;
}

@media only screen and (max-width: 62.5rem) {
    .mn-filter__content__table__td__name__child__text__input {
        width: 48%;
    }
}

@media only screen and (max-width: 31.25rem) {
    .mn-filter__content__table__td__name__child__text__input {
        width: 47%;
    }
}

.mn-filter__content__table__td__name__child__text__input:nth-child(3) {
    margin-right: auto;
}

.mn-filter__content__table__td__name__child__text__icon {
    font-size: 3rem;
    margin-left: 1rem;
    cursor: pointer;
}

.mn-filter__content__table__td__name__child__text #mn1FilterIcon {
    font-size: 3rem;
    margin-left: 1rem;
    cursor: pointer;
}

.mn-filter__content__table__td__delete {
    text-align: center !important;
}

.mn-filter__content__table__td__delete__btn {
    text-align: center;
    padding: 1em;
    background-color: #202040;
    color: white;
    border-radius: 50%;
    transition: all 0.2s;
    border: none;
    font-size: 1em;
    line-height: 1.2em;
}

    .mn-filter__content__table__td__delete__btn:hover {
        background-color: #d32525;
    }

.mn-filter__content__table__td__edit {
    text-align: center !important;
}

.mn-filter__paging {
    text-align: center;
    margin-top: 2em;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2em;
}

.mn-filter__paging__items {
    padding: 1.3em;
    width: 4em;
    display: inline-block;
    border-radius: 50%;
    font-weight: 600;
    margin-left: 1em;
    cursor: pointer;
    border: 0.1em solid #eee;
    transition: all 0.2s;
}

    .mn-filter__paging__items:hover {
        background-color: #202040;
        color: white;
    }

.mn-filter__paging__active {
    background-color: #202040;
    color: white;
}

.mn-filter__paging__pre {
    cursor: pointer;
    margin-left: 1em;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.4em;
    border-radius: 50%;
    padding: 0.7em;
    width: 2.8em;
    border: 0.1em solid #eee;
    transition: all 0.2s;
}

    .mn-filter__paging__pre:hover {
        background-color: #202040;
        color: white;
    }

.mn-filter__btn {
    text-align: center;
    padding: 1rem;
    background-color: #202040;
    color: white;
    letter-spacing: 2px;
    margin-top: 1rem;
    font-weight: bold;
    border-radius: .5rem;
    transition: all 0.2s;
    border: none;
    font-size: 2rem;
    line-height: 1.2em;
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    width: 90%;
    cursor: pointer;
    left: 0;
    right: 0;
    margin: 0 auto;
}

    .mn-filter__btn:hover {
        background-color: #d32525;
    }

.mn-popup {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    margin-top: 5%;
    width: 50rem;
    height: max-content;
    z-index: 100;
}

.mn-popup__group {
    max-width: 120rem;
    margin: 0 auto;
}

.mn-popup__content {
    position: relative;
    padding: 1.5rem;
    background-color: #202040;
}

.mn-popup__content__text {
    line-height: 2rem;
    font-size: 1.6rem;
    text-align: justify;
    display: block;
    z-index: 2;
    position: relative;
    color: white;
}

    .mn-popup__content__text p {
        margin-bottom: .5rem;
    }

.mn-popup__content::after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(6, 0, 167, 0.178);
    right: -1rem;
    bottom: -1rem;
    position: absolute;
    z-index: -2;
    box-shadow: 0 0 1rem #20204053;
}

.mn-popup__content__btn {
    background-color: transparent;
    outline: none;
    border: none;
    padding: 1rem;
    font-size: 1.4rem;
    background-color: white;
    border-radius: .2rem;
    margin: 1rem;
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.279);
    height: fit-content;
    cursor: pointer;
    color: #202040;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: center;
    display: block;
    position: relative;
}

    .mn-popup__content__btn:hover {
        background-color: crimson;
        color: white;
    }

.ws-right-menu {
    position: fixed;
    display: none;
    height: 100%;
    background-color: white;
    width: 40rem;
    left: 0;
    top: 0;
    z-index: 100;
    overflow: hidden;
    font-family: "Montserrat", sans-serif;
}

.ws-right-menu__second-group {
    padding-top: 4rem;
    padding-bottom: 10rem;
    width: 40rem;
    position: relative;
}

.ws-right-menu__second-group__heading {
    width: 100%;
    z-index: 5;
    margin-top: -4rem;
}

.ws-right-menu__second-group__heading__items {
    cursor: pointer;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    padding: 1rem;
    background-color: black;
    color: white;
}

.ws-right-menu__second-group__heading__items__item {
    display: flex;
    align-items: center;
}

.ws-right-menu__second-group__heading__items__item__icon {
    font-size: 2rem;
    color: white;
}

.ws-right-menu__second-group__heading__items__item__info {
    font-size: 1.2rem;
    margin-left: 1rem;
    font-weight: 500;
}

.ws-right-menu__second-group__heading__items__icon {
    font-size: 2rem;
    color: white;
}

.ws-right-menu__second-group__heading__items:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.ws-right-menu__second-group__heading__tab {
    display: flex;
    margin: .5rem 0;
}

    .ws-right-menu__second-group__heading__tab .active {
        background-color: black;
        color: white;
        font-weight: bold;
        text-shadow: 0 0 1rem white;
    }

.ws-right-menu__second-group__heading__tab__text {
    width: 50%;
    padding: 1rem;
    font-size: 1.2rem;
    text-align: center;
    display: block;
    height: fit-content;
    letter-spacing: 2px;
    cursor: pointer;
}

    .ws-right-menu__second-group__heading__tab__text:not(:first-child) {
        border-left: 2px solid #eee;
    }

.ws-right-menu__second-group section {
    zoom: 30%;
}

.ws-right-menu__second-group__contents__content__landingitem {
    display: flex;
    flex-wrap: wrap;
}

.ws-right-menu__second-group__contents__content__landingitem__shape {
    margin: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.268);
    box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.31);
    min-width: 70px;
    background-color: #eee;
    cursor: move;
}

.ws-right-menu__second-group__contents__content__landingitem__icons {
    width: 100%;
}

.ws-right-menu__second-group__contents__content__landingitem__icons__text {
    line-height: 1.8rem;
    font-size: 1.6rem;
    text-align: justify;
    display: block;
}

.ws-right-menu__second-group__contents__content__landingitem__icons__icon {
    margin: .5rem;
    font-size: 6rem;
    border: 1px solid rgba(255, 255, 255, 0.268);
    text-shadow: 0 0 1rem rgba(0, 0, 0, 0.134);
    cursor: move;
}

.ws-right-menu__items {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
    background-color: black;
    cursor: pointer;
    color: white;
    border-bottom: 1px solid white;
    width: 100%;
}

.ws-right-menu__items__item {
    display: flex;
    align-items: center;
}

.ws-right-menu__items__item__icon {
    font-size: 1.5rem;
    cursor: white;
}

.ws-right-menu__items__item__info {
    font-size: 1.2rem;
    margin-left: 1rem;
    font-weight: 500;
}

.ws-right-menu__items__icon {
    font-size: 1.5rem;
    background-color: white;
    border-radius: 50%;
    color: black;
    padding: .5rem .6rem;
}

.ws-right-menu__items:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.ws-right-menu-scale:hover ~ .ws-right-menu-box__button {
    opacity: 1;
    visibility: visible;
    z-index: 100;
    box-shadow: 0.1rem 0.1rem 1rem 0.1rem rgba(0, 0, 0, 0.479);
}

.ws-right-menu-scale {
    margin-top: 0;
    position: relative;
    cursor: move;
    padding-left: 0 .2rem;
    padding-right: 0 .2rem;
    width: 100%;
    box-shadow: 0.1rem 0rem 0.1rem 0.1rem rgba(223, 223, 223, 0.589);
    backface-visibility: hidden;
}

    .ws-right-menu-scale > * {
        pointer-events: none;
    }

    .ws-right-menu-scale:hover {
        animation: zoom-in-out 1s infinite;
        filter: brightness(0.5);
    }

    .ws-right-menu-scale:hover-box__button {
        opacity: 1;
        visibility: visible;
    }

.ws-right-menu-box {
    background-color: black;
    padding: .5rem 0 .5rem 0;
    position: relative;
    display: flex;
    min-height: 6rem;
    align-items: center;
    border-bottom: .1rem solid white;
}

.ws-right-menu-box__button {
    display: none;
    padding: 1rem 2rem;
    margin: 0 auto;
    left: 50%;
    top: 100%;
    transform: translate(-50%, -50%);
    background-color: white;
    border: none;
    color: black;
    font-weight: 600;
    text-transform: uppercase;
    transition: all .2s;
    cursor: pointer;
    position: absolute;
    z-index: 100;
    width: 80%;
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.445);
    line-height: 1.8rem;
    letter-spacing: 1px;
}

    .ws-right-menu-box__button:hover {
        background-color: rgba(0, 0, 0, 0.8);
        color: white;
        opacity: 1;
        visibility: visible;
        box-shadow: 0.1rem 0.1rem 1rem 0.1rem rgba(0, 0, 0, 0.479);
    }

.ws-right-menu-box:hover {
    background-color: white;
    border: 2px dashed crimson;
}

    .ws-right-menu-box:hover .ws-right-menu-box__button {
        display: block;
    }

.ws-preview-module {
    position: fixed;
    font-size: 70%;
    display: none;
    top: 2rem;
    left: 2rem;
    width: 60%;
    max-height: 90vh;
    overflow-y: scroll;
    padding: 1rem;
    border-radius: 1rem;
    z-index: 1000;
    transition: all .2s;
}

    .ws-preview-module::-webkit-scrollbar {
        display: none;
    }

.wsCCLEffect {
    padding: .5rem;
    background-clip: content-box;
}

.zindex-120 {
    z-index: 120 !important;
}

.ws1Selected {
    outline: 1px dashed red;
}

.ws1Selected1 {
    outline: 1px dashed blue;
}

.landingFree .ws1TempDiv {
    background-color: #35197d34;
    box-shadow: 0 0 1rem #35197d0c;
}

.ws1OnlyShape p {
    margin: auto;
}

.mnLandingSlArea {
    position: absolute;
    background-color: #35197d77;
    box-shadow: 0 0 1rem #35197d77;
}

.centerTextDiv {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.ws1-editfrontright__editor__row__effects__effect__img {
    display: none !important;
}

@media only screen and (max-width: 123456px) {
    .w44-ads-cop0 {
        background-color: #8d3f3f;
    }
}

.ws-downbar-menu {
    font-family: "Montserrat", sans-serif;
    width: 100%;
    position: fixed;
    bottom: 0;
    background-color: white;
    font-weight: 600;
    z-index: 24;
}

.ws-downbar-menu__group {
    max-width: 120rem;
    margin: 0 auto;
    display: flex;
    align-items: center;
    color: black;
    justify-content: center;
}

.ws-downbar-menu__items__item {
    height: 4rem;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 1rem;
    font-size: 1.3rem;
    cursor: pointer;
    position: relative;
}

.ws-downbar-menu__items__item-s {
    background-color: purple;
    color: white;
}

.ws-downbar-menu__items__item:not(:last-child) {
    border-right: .1rem solid black;
}

.ws-downbar-menu__items__item:hover {
    background-color: black;
    color: white;
}

.ws-downbar-menu__items__item__drop {
    display: none;
    list-style: none;
    background-color: black;
    color: white;
    position: absolute;
    bottom: 4rem;
    width: 100%;
}

.ws-downbar-menu__items__item__drop__text {
    padding: 1rem;
    border-bottom: .1rem solid white;
    background-color: black;
    width: 100%;
    display: block;
}

    .ws-downbar-menu__items__item__drop__text:hover {
        background-color: white;
        color: black;
    }

.ws-downbar-menu__items__item__icon {
    font-size: 1.5rem;
    margin-left: 1rem;
    border-radius: 50%;
}

.ws-menu-effect {
    display: block;
    color: white;
    font-weight: 500;
    position: absolute;
}

.ws-menu-effect__group {
    position: relative;
}

.ws-menu-effect__icon {
    margin-left: 1em;
    cursor: pointer;
    background-color: white;
    padding: .5em;
    border-radius: 50%;
    color: purple;
    height: 2em;
    width: 2em;
    text-align: center;
}

.ws-menu-effect__text {
    border-radius: 5rem;
    font-size: 1.3rem;
    font-weight: 800;
    display: inline-block;
    position: relative;
    background-color: purple;
    text-align: center;
    padding: 1rem 2rem;
    width: 100%;
    backface-visibility: hidden;
    cursor: pointer;
}

    .ws-menu-effect__text::after {
        content: "";
        display: inline-block;
        min-height: 100%;
        min-width: 100%;
        border-radius: 5rem;
        position: absolute;
        background-color: purple;
        top: 0;
        left: 0;
        z-index: -1;
        transition: all .4s;
        animation: zoomBtn 1s infinite;
        animation-fill-mode: backwards;
    }

.ws-menu-effect__input--range {
    height: .5rem;
}

.ws-menu-effect__input--number {
    margin-left: 1rem;
    width: 4rem;
    font-weight: 600;
    text-align: center;
}

.ws-menu-effect:hover .ws-menu-effect__items {
    display: block;
}

.ws-menu-effect__items {
    background-color: purple;
    list-style: none;
    margin-left: 4rem;
    padding: 0 0 0 0;
    position: absolute;
    width: 10rem;
    display: none;
    top: 4.5rem;
    z-index: 500;
}

.ws-menu-effect__items__item {
    position: relative;
    padding-left: 1rem;
}

    .ws-menu-effect__items__item:not(:last-child) {
        border-bottom: .1rem solid #fff;
        padding-bottom: 0;
    }

.ws-menu-effect__items__item__text {
    font-size: 1.3rem;
    display: inline-block;
    padding: 1rem 0 1rem 0;
    transition: all .2s;
    cursor: pointer;
    overflow: hidden;
    backface-visibility: hidden;
}

    .ws-menu-effect__items__item__text:hover {
        transform: scale(1.1);
        font-weight: 800;
    }

.ws-menu-effect__items__item:hover .ws-menu-effect__items-1 {
    display: block;
}

.ws-menu-effect__items-1 {
    list-style: none;
    background-color: purple;
    position: absolute;
    top: 0;
    left: 10rem;
    display: none;
}

.ws-menu-effect__items-1__select {
    padding: 1rem;
    border: none;
    border: .1rem solid white;
    background-color: purple !important;
    color: white;
    width: 95%;
    margin: 0 auto;
    display: block;
    margin-top: .5rem;
    margin-bottom: 1rem;
}

.ws-menu-effect__items-1__item {
    display: flex;
    align-items: center;
    padding: .9rem;
}

    .ws-menu-effect__items-1__item .minicolors-theme-default .minicolors-swatch {
        top: .1rem !important;
        border: none;
        left: .1rem;
        overflow: hidden;
    }

.ws-menu-effect__items-1__item-row {
    margin-top: .5em;
}

.ws-menu-effect__items-1__item__text {
    padding: 0rem 1rem 0 1rem;
    font-weight: 600;
    display: block;
    font-size: 1.3rem;
    white-space: nowrap;
    transition: all .2s;
    cursor: pointer;
}

    .ws-menu-effect__items-1__item__text:hover {
        transform: scale(1.1);
        font-weight: 800;
    }

.ws-menu-effect__items-1__item__val {
    display: flex;
    align-items: center;
}

.ws-menu-text {
    margin-left: 5rem;
    background-color: purple;
    display: inline-flex;
    align-items: center;
    padding-left: 1rem;
}

.ws-menu-text__input--range {
    height: .5rem;
}

.ws-menu-text__input--number {
    margin-left: 1rem;
    width: 4rem;
    font-weight: 600;
    text-align: center;
}

.ws-menu-text__content {
    padding: 1rem;
    position: relative;
    display: inline-block;
}

.ws-menu-text__content__clp {
    display: none;
    position: absolute;
    top: 3.5rem;
}

.ws-menu-text__content__clp__items {
    display: flex;
    padding: 1rem;
    border-top: .1rem solid #fff;
    align-items: center;
    left: -10rem;
    color: white;
    background-color: purple;
    justify-content: space-between;
}

.ws-menu-text__content__clp__items__text {
    white-space: nowrap;
    margin-right: 1rem;
}

.ws-menu-text__content .minicolors-theme-default .minicolors-input {
    height: 3rem !important;
    width: max-content !important;
}

.ws-menu-text__icon {
    font-size: 1.5rem;
    color: white;
    cursor: pointer;
}

.ws-menu-text__content:hover .ws-menu-text__items {
    display: block;
}

.ws-menu-text__content:hover .ws-menu-text__content__clp {
    display: block;
}

.ws-menu-text__items {
    background-color: purple;
    list-style: none;
    padding: 0 0 0 0;
    width: 12rem;
    left: 0;
    position: absolute;
    color: white;
    display: none;
}

.ws-menu-text__items__item {
    position: relative;
    padding-left: 1rem;
}

    .ws-menu-text__items__item:not(:last-child) {
        border-bottom: .1rem solid #fff;
        padding-bottom: 0;
    }

.ws-menu-text__items__item__text {
    font-size: 1.3rem;
    display: inline-block;
    padding: 1rem 0 1rem 0;
    transition: all .2s;
    cursor: pointer;
    overflow: hidden;
    backface-visibility: hidden;
}

    .ws-menu-text__items__item__text:hover {
        transform: scale(1.1);
        font-weight: 800;
    }

.ws-menu-text__items__item:hover .ws-menu-text__items-1 {
    display: block;
}

.ws-menu-text__items-1 {
    list-style: none;
    background-color: purple;
    position: absolute;
    top: 0;
    left: 12rem;
    display: none;
}

.ws-menu-text__items-1__select {
    padding: 1rem;
    border: none;
    border: .1rem solid white;
    background-color: purple !important;
    color: white;
    width: 95%;
    margin: 0 auto;
    display: block;
    margin-top: .5rem;
    margin-bottom: 1rem;
}

.ws-menu-text__items-1__item {
    display: flex;
    align-items: center;
    padding: .9rem;
}

    .ws-menu-text__items-1__item .minicolors-theme-default .minicolors-swatch {
        top: .1rem !important;
        border: none;
        left: .1rem;
        overflow: hidden;
    }

.ws-menu-text__items-1__item-row {
    margin-top: .5rem;
}

.ws-menu-text__items-1__item__text {
    padding: 0rem 1rem 0 1rem;
    font-weight: 600;
    display: block;
    font-size: 1.3rem;
    white-space: nowrap;
    transition: all .2s;
    cursor: pointer;
}

    .ws-menu-text__items-1__item__text:hover {
        transform: scale(1.1);
        font-weight: 800;
    }

.ws-menu-text__items-1__item__val {
    display: flex;
    align-items: center;
}

.ws-menu-text__add {
    color: white;
    margin-left: -1em;
}

.ws-change-page {
    width: 100%;
    background-color: purple;
}

.ws-change-page__group {
    max-width: 120rem;
    margin: 0 auto;
    display: flex;
    align-items: center;
    color: white;
    justify-content: center;
    font-size: 1.6rem;
    padding: 1rem;
}

.ws-change-page__items {
    display: flex;
    align-items: center;
    margin-right: 1rem;
    padding: 1rem;
    cursor: pointer;
    border: .1rem solid white;
    position: relative;
    transition: all .2s ease;
}

.ws-change-page__items__icon {
    margin-right: 1rem;
    z-index: 10;
}

.ws-change-page__items__item {
    cursor: pointer;
}

.ws-change-page__items__item__checkbox {
    display: none;
}

.ws-change-page__items__item__lbl {
    cursor: pointer;
}

.ws-change-page__items__item__checkbox:checked ~ .ws-change-page__items-1 {
    display: block;
}

.ws-change-page__items-1 {
    display: none;
    background-color: purple;
    list-style: none;
    position: absolute;
    width: max-content;
    top: 5rem;
    left: 0;
    color: white;
}

.ws-change-page__items-1__item {
    padding: 1rem;
    border-bottom: .1rem solid white;
}

    .ws-change-page__items-1__item:hover {
        color: purple;
        background-color: white;
    }

.ws-change-page__items:hover {
    background-color: white;
    color: purple;
}

.ws-change-page__sl {
    padding: 1rem;
    border: none;
    outline: none;
    font-weight: 600;
    background-color: purple;
    color: white;
    font-size: 1.6rem;
    cursor: pointer;
    border: .1rem solid white;
    transition: all .2s ease;
}

    .ws-change-page__sl:hover {
        background-color: white;
        color: purple;
    }

.ws1-editfrontright {
    position: fixed;
    right: 0;
    top: 0;
    width: 40rem;
    height: 100vh;
    background-color: white;
    z-index: 25;
    display: flex;
    padding: 1em;
    border-left: 1px solid slateblue;
    right: -40rem;
    user-select: none;
}

.ws1-editfrontright__group {
    width: 40rem;
    height: 100vh;
    overflow: scroll;
}

.ws1-editfrontright__group1 {
    margin-right: .5rem;
    width: 40rem;
    height: 100vh;
    overflow: scroll;
}

.ws1-editfrontright__keyword {
    display: flex;
    flex-wrap: wrap;
    max-height: 30rem;
    overflow: scroll;
}

    .ws1-editfrontright__keyword div {
        padding: .5rem;
        background-color: #4f78e0;
        color: white;
        border-radius: .2rem;
        display: inline-block;
        width: fit-content;
        margin: .2rem;
        font-size: 1.2rem;
        user-select: all;
        padding-bottom: 1rem;
    }

    .ws1-editfrontright__keyword .ws1SuggesKW {
        display: block;
        width: 100%;
        padding: .5rem;
        font-weight: bold;
        font-size: 1.6rem;
    }

.ws1-editfrontright__checkSEO__contain {
    border-bottom: 1px solid lightgray;
    padding: 1rem 0;
}

.ws1-editfrontright__checkSEO__contain__text {
    font-size: 1.4rem;
    margin-bottom: 1rem;
    letter-spacing: 1px;
    line-height: 1.3em;
}

.ws1-editfrontright__checkSEO__contain__text1 {
    font-size: 1.4rem;
    margin-bottom: 1rem;
    letter-spacing: 1px;
    color: red;
}

.ws1-editfrontright__checkSEO__contain .ws1ContentSEOPass {
    color: green !important;
}

.ws1-editfrontright__checkSEO__contain .ws1CSImageCountImage {
    display: flex;
}

.ws1-editfrontright__checkSEO__contain .ws1CSImageCountImageMess {
    line-height: 1.6rem;
}

.ws1-editfrontright__checkSEO__contain u {
    font-style: italic;
}

.ws1-editfrontright__checkSEO__contain__link {
    padding: .5rem;
}

    .ws1-editfrontright__checkSEO__contain__link:not(:last-child) {
        border-bottom: 1px dotted #202040;
    }

    .ws1-editfrontright__checkSEO__contain__link .ws1CSArticleLinkUrl {
        color: #4f78e0;
        user-select: all;
    }

    .ws1-editfrontright__checkSEO__contain__link .ws1CSArticleLinkAnchor {
        user-select: all;
    }

.ws1-editfrontright__checkSEO__contain__imgbox {
    width: 32%;
    margin: .5%;
}

    .ws1-editfrontright__checkSEO__contain__imgbox img {
        display: block;
        width: 100%;
    }

    .ws1-editfrontright__checkSEO__contain__imgbox span {
        text-align: center;
        font-size: 1.2rem;
        width: 100%;
        display: block;
        margin-top: .3rem;
    }

.ws1-editfrontright__action {
    display: flex;
    width: 100%;
    margin-bottom: 1rem;
}

.ws1-editfrontright__action__btn {
    width: 50%;
    line-height: 1.5rem;
    font-size: 1.2rem;
    text-align: center;
    display: block;
    background-color: white;
    border: 1px solid #cecece;
    letter-spacing: 1px;
    padding: .5em;
    cursor: pointer;
    border-radius: .3rem;
}

    .ws1-editfrontright__action__btn:not(:last-child) {
        margin-right: .5rem;
    }

    .ws1-editfrontright__action__btn:hover {
        background: crimson;
        color: white;
    }

.ws1-editfrontright__editor {
    display: flex;
    flex-wrap: wrap;
    user-select: none;
    margin-bottom: 1rem;
}

.ws1-editfrontright__editor__name-1 {
    margin-bottom: 1rem;
    line-height: 1.8rem;
    font-size: 1.4rem;
    text-align: justify;
    display: block;
    margin-top: 1rem;
}

.ws1-editfrontright__editor__items {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1rem;
    width: 100%;
    justify-content: space-evenly;
}

.ws1-editfrontright__editor__items__hidden {
    width: 31.333%;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 1rem;
    margin-left: 2%;
    cursor: pointer;
    outline: 1px solid #cecece;
    line-height: 1.6rem;
    padding: .5rem;
    font-size: 1.2rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .ws1-editfrontright__editor__items__hidden:first-child {
        margin-left: 0;
    }

    .ws1-editfrontright__editor__items__hidden:nth-child(3n+1) {
        margin-left: 0;
    }

.ws1-editfrontright__editor__items__desblock {
    width: 12rem;
    height: 8rem;
    position: relative;
}

.ws1-editfrontright__editor__items figure {
    width: 100%;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 1rem;
    margin-left: 1.3%;
    cursor: pointer;
    outline: 1px solid #cecece;
    position: relative;
    overflow: hidden;
    max-height: 8rem;
    min-height: 5rem;
    position: absolute;
    z-index: 0;
    height: 100%;
}

    .ws1-editfrontright__editor__items figure:first-child {
        margin-left: 0;
    }

    .ws1-editfrontright__editor__items figure:nth-child(4n+1) {
        margin-left: 0;
    }

    .ws1-editfrontright__editor__items figure img {
        width: 100%;
        opacity: 0;
    }

    .ws1-editfrontright__editor__items figure:hover {
        border: 2px solid crimson;
    }

.ws1-editfrontright__editor__items i {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: fit-content;
    height: fit-content;
}

.ws1-editfrontright__editor__items__text {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    color: white;
    font-size: 1rem;
    height: 100%;
    width: 100%;
    padding: .5rem;
}

.ws1-editfrontright__editor__items__destext {
    background-color: #202040d2;
    color: white;
    font-size: 1.1rem;
    height: fit-content;
    width: fit-content;
    padding: .5rem;
    display: inline-block;
    position: relative;
    z-index: 1;
    margin: .1rem;
}

.ws1-editfrontright__editor__items__divicon {
    font-size: 3rem;
    cursor: pointer;
    outline: 1px solid #cecece;
    margin-bottom: 1rem;
    position: relative;
    max-height: 8rem;
    overflow: hidden;
    min-height: 6rem;
    width: 12rem;
    height: 8rem;
    display: block;
}

    .ws1-editfrontright__editor__items__divicon:first-child {
        margin-left: 0;
    }

    .ws1-editfrontright__editor__items__divicon:nth-child(4n+1) {
        margin-left: 0;
    }

    .ws1-editfrontright__editor__items__divicon:hover {
        border: 2px solid crimson;
    }

.ws1-editfrontright__editor__row {
    display: flex;
    width: 100%;
    align-items: center;
}

    .ws1-editfrontright__editor__row .active {
        border: 2px solid crimson;
        box-shadow: 0 0 1rem rgba(220, 20, 60, 0.563);
    }

.ws1-editfrontright__editor__row__vung {
    position: relative;
    border: 1px solid #eee;
    border-bottom: 1px solid #cecece;
    width: 15rem;
    background-color: white;
    margin-right: 1rem;
    margin-bottom: 1rem;
    width: 49%;
    margin-right: 2%;
}

.ws1-editfrontright__editor__row__vung__checkbox {
    display: none;
}

    .ws1-editfrontright__editor__row__vung__checkbox:checked ~ .ws1-editfrontright__editor__row__vung__items {
        visibility: visible;
        transform: scale(1);
        max-height: 100vh;
        transition: all 0.2s ease;
    }

.ws1-editfrontright__editor__row__vung__ad {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 600;
    cursor: pointer;
    padding: 1.3em;
    -webkit-user-select: none;
    /* Safari */
    -ms-user-select: none;
    /* IE 10 and IE 11 */
    user-select: none;
    /* Standard syntax */
}

.ws1-editfrontright__editor__row__vung__ad__name {
    font-size: 1.3em;
}

.ws1-editfrontright__editor__row__vung__ad__icon {
    margin-left: 0.5em;
    font-size: 1.3em;
}

.ws1-editfrontright__editor__row__vung__items {
    position: absolute;
    top: auto;
    background-color: white;
    z-index: 1;
    left: 0;
    width: 100%;
    border: 1px solid #eee;
    max-height: 0;
    transform: scale(1) translate(0%, 0%);
    visibility: hidden;
    overflow: hidden;
    color: white;
}

    .ws1-editfrontright__editor__row__vung__items .active {
        font-weight: 800;
    }

.ws1-editfrontright__editor__row__vung__items__item {
    font-size: 1.3rem;
    display: block;
    cursor: pointer;
    padding: 1rem;
    color: black;
    -webkit-user-select: none;
    /* Safari */
    -ms-user-select: none;
    /* IE 10 and IE 11 */
    user-select: none;
    /* Standard syntax */
    border-bottom: 1px solid #eee;
}

    .ws1-editfrontright__editor__row__vung__items__item:hover {
        background-color: #eee;
    }

.ws1-editfrontright__editor__row__vung__items__infont {
    line-height: 1.5rem;
    font-size: 1.3rem;
    text-align: justify;
    display: block;
    padding: .5em;
    border: none;
    outline: none;
    border-bottom: 1px solid #eee;
    color: black;
    user-select: none;
    pointer-events: none;
}

.ws1-editfrontright__editor__row__vung__items__fontsize {
    max-height: 50em !important;
    overflow: scroll;
}

.ws1-editfrontright__editor__row__btncolor {
    border: none;
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.05);
    padding: .5rem 1rem;
    display: flex;
    align-items: center;
    background-color: white;
    cursor: pointer;
    margin-right: 1rem;
    transition: all .2s ease;
    margin-bottom: 1rem;
    width: 49%;
    margin-right: 2%;
    justify-content: center;
}

.ws1-editfrontright__editor__row__btncolor__text {
    line-height: 1.5rem;
    font-size: 1.3rem;
    text-align: justify;
    display: block;
    margin-right: 1rem;
    font-weight: bold;
}

.ws1-editfrontright__editor__row__btncolor__pre {
    height: 3rem;
    width: 3rem;
    border-radius: 50%;
    display: block;
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.182);
    color: black;
    text-shadow: 0 0 1rem white;
    font-size: 2.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ws1-editfrontright__editor__row__btncolor:hover {
    transform: scale(1.1);
}

.ws1-editfrontright__editor__row__tool {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

    .ws1-editfrontright__editor__row__tool .active {
        background-color: #202040;
        color: white;
    }

.ws1-editfrontright__editor__row__tool__text {
    display: block;
    width: 100%;
    font-size: 1.3rem;
}

.ws1-editfrontright__editor__row__tool__icon {
    font-size: 2rem;
    background-color: white;
    height: 3.5rem;
    width: 3.5rem;
    color: black;
    display: flex;
    align-items: center;
    justify-content: center;
    border: .1rem solid #202040;
    cursor: pointer;
    margin-right: 1.1%;
    transition: all .2s ease;
    border-radius: .3rem;
    margin-bottom: 1rem;
}

    .ws1-editfrontright__editor__row__tool__icon:hover {
        background-color: #202040;
        color: white;
    }

.ws1-editfrontright__editor__row__tool__icon__createlink {
    position: absolute;
    right: 3rem;
    margin: 0 auto;
    background-color: rgba(255, 255, 255, 0.98);
    width: 35rem;
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
    font-family: Arial, Helvetica, sans-serif;
    border-radius: .5rem;
    z-index: 15;
    bottom: 1%;
}

.ws1-editfrontright__editor__row__tool__icon__createlink__name {
    display: flex;
    align-items: center;
    padding: 1.5rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    margin-bottom: .5REM;
}

.ws1-editfrontright__editor__row__tool__icon__createlink__name__text {
    line-height: 1.5rem;
    font-size: 1.6rem;
    text-align: justify;
    display: block;
    font-weight: bold;
}

.ws1-editfrontright__editor__row__tool__icon__createlink__name__icon {
    font-size: 2rem;
    margin-left: auto;
    color: #6f6f6f;
    cursor: pointer;
}

    .ws1-editfrontright__editor__row__tool__icon__createlink__name__icon:hover {
        transform: scale(1.1);
    }

.ws1-editfrontright__editor__row__tool__icon__createlink__block {
    padding: 1rem 1.5rem;
}

.ws1-editfrontright__editor__row__tool__icon__createlink__block__name {
    line-height: 1.5rem;
    font-size: 1.4rem;
    text-align: justify;
    display: block;
    margin-bottom: 1rem;
    font-weight: bold;
}

.ws1-editfrontright__editor__row__tool__icon__createlink__block__in {
    line-height: 1.5rem;
    font-size: 1.4rem;
    width: 100%;
    text-align: justify;
    display: block;
    padding: 1rem;
    border: none;
    outline: none;
    border-radius: .5rem;
    border: .1rem solid #202040;
}

.ws1-editfrontright__editor__row__tool__icon__createlink__block__lbl {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
    cursor: pointer;
    user-select: none;
}

.ws1-editfrontright__editor__row__tool__icon__createlink__block__lbl__text {
    line-height: 1.5rem;
    font-size: 1.4rem;
    text-align: justify;
    display: block;
}

.ws1-editfrontright__editor__row__tool__icon__createlink__block__lbl__rd {
    height: 2rem;
    width: 2rem;
    margin-right: 1rem;
}

.ws1-editfrontright__editor__row__tool__icon__createlink__block__if {
    border: none;
    height: 7rem;
    width: 100%;
}

.ws1-editfrontright__editor__row__tool__icon__createlink__block:hover {
    background-color: #202040;
    color: white;
}

.ws1-editfrontright__editor__row__tool__icon__createlink__btn {
    width: 100%;
    background-color: #202040;
    color: white;
    font-weight: bold;
    font-size: 1.6rem;
    padding: 1rem;
    border: none;
    outline: none;
    cursor: pointer;
    border-top: 1PX solid white;
}

    .ws1-editfrontright__editor__row__tool__icon__createlink__btn:hover {
        background: crimson;
    }

.ws1-editfrontright__editor__row__tool__vung {
    position: relative;
    border: 1px solid #eee;
    border-bottom: 1px solid #cecece;
    width: 20rem;
    margin-bottom: 1rem;
}

.ws1-editfrontright__editor__row__tool__vung__checkbox {
    display: none;
}

    .ws1-editfrontright__editor__row__tool__vung__checkbox:checked ~ .ws1-editfrontright__editor__row__tool__vung__items {
        visibility: visible;
        transform: scale(1);
        max-height: 100vh;
        transition: all 0.2s ease;
    }

.ws1-editfrontright__editor__row__tool__vung__ad {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 600;
    cursor: pointer;
    padding: 1em;
}

.ws1-editfrontright__editor__row__tool__vung__ad__name {
    font-size: 1.3em;
}

.ws1-editfrontright__editor__row__tool__vung__ad__icon {
    margin-left: 0.5em;
    font-size: 1.3em;
}

.ws1-editfrontright__editor__row__tool__vung__items {
    position: absolute;
    top: auto;
    background-color: white;
    z-index: 1;
    left: 0;
    width: 100%;
    border: 1px solid #eee;
    max-height: 0;
    transform: scale(1) translate(0%, 0%);
    visibility: hidden;
    transition: all 0.2s ease;
    overflow: hidden;
    color: white;
}

    .ws1-editfrontright__editor__row__tool__vung__items .active {
        font-weight: 800;
    }

.ws1-editfrontright__editor__row__tool__vung__items__item {
    font-size: 1.3rem;
    display: block;
    cursor: pointer;
    padding: 1rem;
    color: black;
    border-bottom: 1px solid #eee;
}

    .ws1-editfrontright__editor__row__tool__vung__items__item:hover {
        background-color: #eee;
    }

.ws1-editfrontright__editor__row__tool__line {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
}

    .ws1-editfrontright__editor__row__tool__line:first-child() {
        margin-left: 1rem;
        margin-right: 1rem;
        width: 50%;
    }

.ws1-editfrontright__editor__row__tool__line__in {
    width: 9rem;
    padding: .5rem;
    margin-left: .5rem;
    outline: none;
    margin-bottom: 1rem;
    border-radius: .3rem;
    border: 1px solid #cecece;
}

.ws1-editfrontright__editor__row__tool__line__pre {
    line-height: 1.5rem;
    font-size: 1.4rem;
    text-align: justify;
    display: block;
    white-space: nowrap;
    margin-left: .5rem;
    text-shadow: 0 0 2rem #20204067;
    margin-bottom: 1rem;
}

.ws1-editfrontright__editor__row__tool__line__range {
    width: 100%;
    margin-left: 1rem;
    cursor: pointer;
    margin-bottom: 1rem;
}

.ws1-editfrontright__editor__row__tool__line__text {
    line-height: 1.5rem;
    font-size: 1.3rem;
    text-align: justify;
    display: block;
    white-space: nowrap;
    margin-bottom: 1rem;
}

.ws1-editfrontright__editor__row__tool__line__sl {
    display: flex;
    justify-content: center;
    text-align: center;
    height: 3rem;
    width: 6rem;
    padding: .5rem;
    border-radius: 1rem;
    outline: 1px;
    cursor: pointer;
    margin-left: .5rem;
    margin-bottom: 1rem;
}

.ws1-editfrontright__editor__row__tool__line .active {
    border: 1px solid red;
}

.ws1-editfrontright__editor__row__tool__line__btn {
    outline: none;
    background: none;
    border: 1px solid #cecece;
    padding: .5rem;
    border-radius: .3rem;
    margin-bottom: 1rem;
    margin-left: auto;
    display: block;
    cursor: pointer;
}

    .ws1-editfrontright__editor__row__tool__line__btn:hover {
        color: white;
        background-color: crimson;
    }

.ws1-editfrontright__editor__row__btn {
    cursor: pointer;
    outline: none;
    background-color: white;
    border: 1px solid #cecece;
    padding: 1rem;
    margin-bottom: 1rem;
    width: 45%;
    font-size: 1.4rem;
    border-radius: .3rem;
}

    .ws1-editfrontright__editor__row__btn:hover {
        background-color: crimson;
        color: white;
    }

.ws1-editfrontright__editor__row__groupbtn {
    display: flex;
    align-items: center;
    padding: 1rem;
    margin-bottom: 1rem;
    justify-content: center;
    background-color: white;
    border: 1px solid #cecece;
    width: 45%;
    border-radius: .3rem;
    cursor: pointer;
}

.ws1-editfrontright__editor__row__groupbtn__text {
    font-size: 1.2rem;
    margin-right: .5rem;
    width: 80%;
}

.ws1-editfrontright__editor__row__groupbtn__icon {
    font-size: 1.6rem;
}

.ws1-editfrontright__editor__row__groupbtn:hover {
    background-color: crimson;
    color: white;
}

.ws1-editfrontright__editor__row__text {
    line-height: 1.5rem;
    font-size: 1.3rem;
    text-align: justify;
    display: block;
    white-space: nowrap;
    margin-bottom: 1rem;
}

.ws1-editfrontright__editor__row__effects {
    display: flex;
    flex-wrap: wrap;
    gap: 1%;
}

    .ws1-editfrontright__editor__row__effects .active {
        border: 2px solid crimson;
        box-shadow: 0 0 1rem rgba(220, 20, 60, 0.563);
    }

.ws1-editfrontright__editor__row__effects__effect {
    width: 19%;
    cursor: pointer;
    border: 1px solid #cecece;
    border-radius: .5rem;
    overflow: hidden;
    transition: all .2s ease;
    margin-bottom: 1rem;
}

.ws1-editfrontright__editor__row__effects__effect__img {
    width: 100%;
}

.ws1-editfrontright__editor__row__effects__effect__text {
    line-height: 1.6rem;
    font-size: 1rem;
    padding: .1rem;
    text-align: center;
    display: block;
    margin-bottom: .3rem;
}

.ws1-editfrontright__editor__row__input {
    padding: 1rem;
    width: 49%;
    border: 1px solid #cecece;
    outline: none;
    border-radius: .5rem;
}

.ws1-editfrontright__box {
    margin-top: 1em;
    position: relative;
}

.ws1-editfrontright__box__preview {
    margin-bottom: 2rem;
    zoom: 45%;
    display: flex;
    justify-content: center;
    width: 100%;
    position: relative;
    min-height: 20rem;
    border: 1px solid rgba(0, 0, 0, 0.192);
    border-radius: .5rem;
    box-shadow: 0 0 1rem rgba(47, 0, 255, 0.134);
    overflow: hidden;
}

    .ws1-editfrontright__box__preview > div,
    .ws1-editfrontright__box__preview p,
    .ws1-editfrontright__box__preview span {
        height: 100% !important;
    }

.ws1-editfrontright__box .backgroundblack {
    background-color: black;
}

.ws1-editfrontright__box__name {
    line-height: 1.5em;
    font-size: 1.6em;
    text-align: justify;
    display: block;
    margin-bottom: .3em;
    font-weight: bold;
}

.ws1-editfrontright__box__txt {
    font-size: 1.6rem;
    border: 1px solid #adadad;
    padding: .5em;
    border-radius: .5em;
    outline: none;
    min-height: 4em;
    height: 4em;
    width: 100%;
    resize: vertical;
    overflow: hidden;
}

.ws1-editfrontright__box__choose {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1em;
}

.ws1-editfrontright__box__choose__lbl {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 48%;
    cursor: pointer;
    border: 1px solid #eee;
    padding: .5em 1em;
}

.ws1-editfrontright__box__choose__lbl__text {
    line-height: 1.5em;
    font-size: 1.4em;
    text-align: justify;
    display: block;
}

.ws1-editfrontright__box__choose__lbl__checkbox {
    height: 1.5em;
    width: 1.5em;
    margin-left: .5em;
}

.ws1-editfrontright__box__select {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #202040;
    padding: 1em;
    margin: 0 1em;
}

.ws1-editfrontright__box__select__text {
    line-height: 1.5em;
    font-size: 1.4em;
    text-align: justify;
    display: block;
    color: white;
}

.ws1-editfrontright__box__select__vung {
    position: relative;
    border: 1px solid #eee;
    border-bottom: 1px solid #cecece;
    width: 20rem;
}

.ws1-editfrontright__box__select__vung__checkbox {
    display: none;
}

    .ws1-editfrontright__box__select__vung__checkbox:checked ~ .ws1-editfrontright__box__select__vung__items {
        visibility: visible;
        transform: scale(1);
        max-height: 100vh;
        transition: all 0.2s ease;
    }

.ws1-editfrontright__box__select__vung__ad {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 600;
    cursor: pointer;
    padding: 1em;
}

.ws1-editfrontright__box__select__vung__ad__name {
    font-size: 1.3em;
    color: white;
}

.ws1-editfrontright__box__select__vung__ad__icon {
    margin-left: 0.5em;
    font-size: 1.3em;
}

.ws1-editfrontright__box__select__vung__items {
    position: absolute;
    top: auto;
    background-color: white;
    z-index: 1;
    left: 0;
    width: 100%;
    border: 1px solid #eee;
    max-height: 0;
    transform: scale(1) translate(0%, 0%);
    visibility: hidden;
    transition: all 0.2s ease;
    overflow: hidden;
    color: white;
}

    .ws1-editfrontright__box__select__vung__items .active {
        font-weight: 800;
    }

.ws1-editfrontright__box__select__vung__items__item {
    font-size: 1.3rem;
    display: block;
    cursor: pointer;
    padding: .5rem;
    color: black;
    border-bottom: 1px solid #eee;
}

    .ws1-editfrontright__box__select__vung__items__item:hover {
        background-color: #eee;
    }

.ws1-editfrontright__grbtn {
    display: flex;
    width: 100%;
    margin-bottom: 1rem;
}

.ws1-editfrontright__grbtn__btn {
    width: 50%;
    line-height: 1.5em;
    font-size: 1.4em;
    text-align: center;
    display: block;
    background-color: #202040;
    color: white;
    letter-spacing: 1px;
    border: 1px solid white;
    padding: .5em;
    cursor: pointer;
    font-weight: bold;
}

    .ws1-editfrontright__grbtn__btn:hover {
        background: crimson;
    }

.ws1-editfrontright__popFinder {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 101;
    background-color: white;
    min-width: 80rem;
    min-height: 50rem;
    height: 60rem;
    box-shadow: 0 0 1rem black;
}

    .ws1-editfrontright__popFinder::-webkit-scrollbar {
        display: none;
    }

.ws1waitingSave {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.538);
    color: white;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 101;
    right: 0;
    text-align: center;
    padding-top: 5%;
}

.ws1waitingSave__text {
    font-size: 5rem;
    font-weight: bolder;
}

.ws1waitingSaveProgressMess {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.538);
    color: white;
    font-size: 5rem;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 101;
    right: 0;
    top: 0;
    text-align: center;
    padding-top: 5%;
}

.ws1waitingSaveProgressMess__text {
    font-size: 3rem;
    letter-spacing: 1px;
    font-weight: bold;
}

.ws1waitingSaveBold {
    font-weight: bold;
    background-color: white;
    padding: .5rem;
    color: red;
    border-radius: 1ewm;
}

.lightmain-margin {
    margin-right: 40rem;
    zoom: calc(100% - 37rem);
    transition: all .2s ease;
}

.ws1-edittextrightmargin {
    right: 0;
    transition: all .2s ease;
}

.ws1rightMdOl {
    outline: red solid 2px !important;
}

.light-borderclick {
    outline: none;
    border: 1px solid #202040;
}

.ws1previewDrag {
    font-size: 3rem;
    letter-spacing: 2px;
    padding: 2rem;
    font-weight: bolder;
    text-align: center;
    color: #202040;
    text-transform: uppercase;
    background-color: #d5deff;
    border: 1rem double #202040;
}

.lighticonpicker {
    position: fixed;
    width: 61rem;
    left: 2rem;
    top: 2rem;
    height: 50rem;
    background-color: white;
    z-index: 25;
    box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.595);
}

.lighticonpicker__search__in {
    width: calc(100% - 1rem);
    font-size: 1.2rem;
    padding: .5rem 1rem;
    outline: none;
    border: 1px solid #cecece;
    margin: .5rem;
}

.lighticonpicker__icon--move {
    background-color: white;
    color: #202040;
    font-size: 2em;
    position: absolute;
    left: -1rem;
    top: -1rem;
    z-index: 25;
    padding: 0.5rem;
    width: 3rem;
    height: 3rem;
    display: flex !important;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    cursor: pointer;
    user-select: none;
    box-shadow: 0 0 2rem #0000005c;
}

.lighticonpicker__icons {
    display: flex;
    position: relative;
    flex-wrap: wrap;
    overflow: scroll;
    max-height: calc(100% - 8rem);
}

.lighticonpicker__icons__icon {
    padding: 1rem;
    text-align: center;
    width: 10rem;
    cursor: pointer;
}

    .lighticonpicker__icons__icon:hover {
        background-color: #202040;
        color: white;
    }

    .lighticonpicker__icons__icon i {
        font-size: 2rem;
        pointer-events: none;
    }

.lighticonpicker__icons__icon__text {
    display: block;
    font-size: 1rem;
    margin-top: 1rem;
    pointer-events: none;
}

.lighticonpicker__name {
    font-weight: bolder;
    font-size: 1.4rem;
    padding: .5rem 1rem;
    text-align: center;
    background-color: #202040;
    color: white;
    margin-bottom: .5rem;
}

.ws1-editscreen__group {
    max-width: 120rem;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

@media only screen and (max-width: 50rem) {
    .ws1-editscreen__group {
        flex-wrap: wrap;
    }
}

.ws1-editscreen__size {
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 50rem) {
    .ws1-editscreen__size {
        width: 100%;
    }
}

.ws1-editscreen__size__text {
    line-height: 1.5rem;
    font-size: 1rem;
    text-align: justify;
    display: block;
    margin-right: 1rem;
}

.ws1-editscreen__size__vung {
    position: relative;
    border: 1px solid #eee;
    width: 18rem;
}

.ws1-editscreen__size__vung__checkbox {
    display: none;
}

    .ws1-editscreen__size__vung__checkbox:checked ~ .ws1-editscreen__size__vung__items {
        visibility: visible;
        transform: scale(1);
        max-height: 100vh;
    }

.ws1-editscreen__size__vung__ad {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 1rem;
    cursor: pointer;
    font-weight: bold;
    padding: .7rem;
}

.ws1-editscreen__size__vung__ad__icon {
    margin-left: 0.5rem;
}

.ws1-editscreen__size__vung__items {
    position: absolute;
    top: 4rem;
    background-color: white;
    z-index: 1;
    left: 0;
    width: 100%;
    border: 1px solid #eee;
    max-height: 0;
    transform: scale(1) translate(0%, 0%);
    visibility: hidden;
    overflow: hidden;
}

    .ws1-editscreen__size__vung__items .active {
        font-weight: 800;
    }

.ws1-editscreen__size__vung__items__item {
    font-size: 1rem;
    display: block;
    cursor: pointer;
    padding: .8rem;
}

    .ws1-editscreen__size__vung__items__item:hover {
        background-color: #eee;
    }

.ws1-editscreen__urls {
    display: flex;
    align-items: center;
    border-radius: .2rem;
    border: 1px solid #eee;
    margin-bottom: .5rem;
    margin-left: 1rem;
    width: fit-content;
}

@media only screen and (max-width: 50rem) {
    .ws1-editscreen__urls {
        width: 100%;
        margin-left: 0;
    }
}

.ws1-editscreen__urls__text {
    margin: .5rem;
    margin-right: 1rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 1;
    font-size: 1rem;
}

.ws1-editscreen__urls__btn {
    padding: 1rem;
    cursor: pointer;
    background-color: #eee;
    text-align: center;
    font-size: 1rem;
    display: block;
}

    .ws1-editscreen__urls__btn:hover {
        background-color: crimson;
        color: white;
    }

.ws1-editscreen__urls__function {
    padding: 1rem;
    cursor: pointer;
    background-color: crimson;
    text-align: center;
    font-size: 1rem;
    color: white;
    font-weight: bold;
}

    .ws1-editscreen__urls__function:hover {
        background-color: white;
        color: black;
        border: 1px solid black;
    }

.light-main [contenteditable="true"] {
    outline: 3px solid crimson;
}

.light-main .landingfreediv p[contenteditable="true"] {
    outline: none;
}

.light-admin [contenteditable='true'] {
    outline: none;
}

.noneedit {
    outline: 3px solid crimson;
}

.noneedittemp {
    outline: 3px dashed crimson;
}

.imgcontent {
    border: 1px dashed crimson;
}

.lp1-lighteditor {
    padding: 1.5em;
}

.lp1-lighteditor__ex__rightclickTbl {
    background-color: white;
    width: auto;
    height: auto;
    position: fixed;
    z-index: 20;
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.163);
    padding: .5rem;
    top: 500px;
    display: none;
}

.lp1-lighteditor__ex__rightclickTbl__items__item {
    line-height: 1.5rem;
    display: flex;
    width: 30rem;
    flex-wrap: wrap;
    cursor: pointer;
}

.lp1-lighteditor__ex__rightclickTbl__items__item__name {
    padding: 1rem;
    font-size: 1.5rem;
    width: 50%;
    line-height: 1.8rem;
    text-align: left;
    border-bottom: 1px solid rgba(0, 0, 0, 0.205);
    text-align: center;
}

    .lp1-lighteditor__ex__rightclickTbl__items__item__name:hover {
        background-color: #202040;
        color: white;
    }

.lp1-lighteditor__ex__rightclickTbl__advance {
    position: fixed;
    background-color: white;
    top: 10%;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 21;
    width: 35rem;
    box-shadow: 0 0 2rem rgba(0, 0, 0, 0.2);
    border-radius: .5rem;
    display: none;
}

.lp1-lighteditor__ex__rightclickTbl__advance__icon--close {
    background-color: white;
    color: #202040;
    font-size: 2em;
    position: absolute;
    right: -1rem;
    top: -1rem;
    z-index: 1;
    padding: 0.5rem;
    border-radius: 50%;
    cursor: pointer;
    user-select: none;
}

.lp1-lighteditor__ex__rightclickTbl__advance__icon--move {
    background-color: white;
    color: #202040;
    font-size: 2em;
    position: absolute;
    left: -1rem;
    top: -1rem;
    z-index: 25;
    padding: 0.5rem;
    border-radius: 50%;
    cursor: pointer;
    user-select: none;
}

.lp1-lighteditor__ex__rightclickTbl__advance__container__color {
    display: flex;
    border-bottom: 2px solid #202040;
}

.lp1-lighteditor__ex__rightclickTbl__advance__container__color__content {
    display: flex;
    width: 50%;
    align-items: center;
    justify-content: center;
}

.lp1-lighteditor__ex__rightclickTbl__advance__container__color__content__text {
    line-height: 1.5rem;
    font-size: 1.5rem;
    display: block;
    padding: 1rem;
    cursor: pointer;
    font-weight: bold;
    text-align: center;
}

.lp1-lighteditor__ex__rightclickTbl__advance__container__color__content__cl {
    padding: 1rem;
    height: fit-content;
    background-color: crimson;
    border-radius: 50%;
    border: 1px solid white;
}

.lp1-lighteditor__ex__rightclickTbl__advance__container__color__content:hover {
    background-color: #202040;
    color: white;
}

.lp1-lighteditor__ex__rightclickTbl__advance__container__border {
    border-bottom: 2px solid #202040;
    padding: .5rem;
}

.lp1-lighteditor__ex__rightclickTbl__advance__container__border__box__name {
    line-height: 1.5rem;
    font-size: 1.5rem;
    text-align: center;
    display: block;
    padding: .5rem;
    font-weight: bold;
}

.lp1-lighteditor__ex__rightclickTbl__advance__container__border__box__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.lp1-lighteditor__ex__rightclickTbl__advance__container__border__box__list__text {
    width: 50%;
    padding: .5rem;
    line-height: 1.8rem;
    font-size: 1.4rem;
    text-align: justify;
    display: flex;
    align-items: center;
    cursor: pointer;
    border-bottom: 1px solid #cecece;
}

    .lp1-lighteditor__ex__rightclickTbl__advance__container__border__box__list__text:hover {
        background-color: #202040;
        color: white;
    }

.lp1-lighteditor__ex__rightclickTbl__advance__container__border__box__list .active {
    background-color: #202040;
    color: white;
}

.lp1-lighteditor__ex__rightclickTbl__advance__container__border__wh {
    padding: .5rem;
    display: flex;
    align-items: center;
}

.lp1-lighteditor__ex__rightclickTbl__advance__container__border__wh__name {
    line-height: 1.5rem;
    font-size: 1.4rem;
    text-align: justify;
    display: block;
    width: 50%;
    margin-right: 1rem;
}

.lp1-lighteditor__ex__rightclickTbl__advance__container__border__wh__in {
    line-height: 1.5rem;
    font-size: 1.4rem;
    text-align: justify;
    display: block;
    padding: .5rem;
    width: 45%;
    border: 1px solid #cecece;
    outline: none;
    margin-right: .5rem;
}

.lp1-lighteditor__ex__rightclickTbl__advance__container__border__wh__text {
    font-size: 1.4rem;
}

.lp1-lighteditor__ex__rightclickTbl__advance__container__tbl {
    padding: .5rem;
    border-bottom: 2px solid #202040;
}

.lp1-lighteditor__ex__rightclickTbl__advance__container__tbl__content {
    padding-bottom: 1rem;
}

    .lp1-lighteditor__ex__rightclickTbl__advance__container__tbl__content:not(:last-child) {
        border-bottom: 1px solid #cecece;
    }

.lp1-lighteditor__ex__rightclickTbl__advance__container__tbl__content__text {
    line-height: 1.5rem;
    font-size: 1.5rem;
    text-align: center;
    display: block;
    padding: .5rem;
    font-weight: bold;
    margin-bottom: .5rem;
}

.lp1-lighteditor__ex__rightclickTbl__advance__container__tbl__content__wrap {
    display: flex;
    align-items: center;
}

.lp1-lighteditor__ex__rightclickTbl__advance__container__tbl__content__wrap__in {
    line-height: 1.5rem;
    font-size: 1.5rem;
    text-align: justify;
    display: block;
    width: 7rem;
    padding: .5rem;
    border: 1px solid #cecece;
    outline: none;
}

.lp1-lighteditor__ex__rightclickTbl__advance__container__tbl__content__wrap__vls {
    display: flex;
    align-items: center;
    width: 100%;
}

.lp1-lighteditor__ex__rightclickTbl__advance__container__tbl__content__wrap__vls__vl {
    line-height: 1.5rem;
    font-size: 1.5rem;
    text-align: justify;
    width: 100%;
    border: 1px solid #6f6f6f;
    padding: .5rem;
    margin-left: 1rem;
    text-align: center;
    cursor: pointer;
}

.lp1-lighteditor__ex__rightclickTbl__advance__container__tbl__content__wrap__vls .active {
    border: 1px solid #202040;
    font-weight: bold;
    background-color: #202040;
    color: white;
}

.lp1-lighteditor__ex__rightclickTbl__advance__container__type {
    padding: .5rem;
}

.lp1-lighteditor__ex__rightclickTbl__advance__container__type__text {
    line-height: 1.5rem;
    font-size: 1.5rem;
    text-align: center;
    display: block;
    font-weight: bold;
    margin-bottom: .5rem;
    padding: .5rem;
}

.lp1-lighteditor__ex__rightclickTbl__advance__container__type__content {
    display: flex;
    border-bottom: 1px solid #cecece;
    justify-content: space-between;
}

.lp1-lighteditor__ex__rightclickTbl__advance__container__type__content__name {
    width: 50%;
    line-height: 1.6rem;
    font-size: 1.5rem;
    display: flex;
    text-align: left;
    padding: .5rem 1rem;
    align-items: center;
    cursor: pointer;
}

    .lp1-lighteditor__ex__rightclickTbl__advance__container__type__content__name:hover {
        background-color: #202040;
        color: white;
    }

.lp1-lighteditor__ex__rightclickTbl__advance__container__type__content .active {
    border: 1px solid #202040;
    font-weight: bold;
    background-color: #202040;
    color: white;
}

.lp1-lighteditor__ex__table {
    width: 100%;
}

    .lp1-lighteditor__ex__table th {
        position: relative;
    }

    .lp1-lighteditor__ex__table td {
        position: relative;
    }

.lp1-lighteditor__ex__table__lock {
    position: absolute !important;
    top: .5rem;
    right: 0;
    font-size: 1.2rem;
    color: crimson;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.lp1-lighteditor__ex__table__lock__icon {
    margin-right: .5rem;
}

.lp1-lighteditor__ex__table .le1selecttd {
    background-color: #dadada;
}

.lp1-lighteditor__ex .le1openpop {
    display: block;
}

.lp1-lighteditor ::-moz-selection {
    /* Code for Firefox */
}

.lp1-lighteditor__bar {
    margin-bottom: 4rem;
}

.lp1-lighteditor__bar__head {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1rem;
}

.lp1-lighteditor__bar__head__vung {
    position: relative;
    border: 1px solid #eee;
    border-bottom: 1px solid #cecece;
    background-color: white;
    margin-right: 1rem;
    margin-bottom: 1rem;
    transition: all .2s ease;
    min-width: 10rem;
}

.lp1-lighteditor__bar__head__vung--editor {
    width: 49%;
    margin-right: 2%;
}

.lp1-lighteditor__bar__head__vung__checkbox {
    display: none;
}

    .lp1-lighteditor__bar__head__vung__checkbox:checked ~ .lp1-lighteditor__bar__head__vung__items {
        visibility: visible;
        transform: scale(1);
        max-height: 100vh;
        transition: all 0.2s ease;
    }

.lp1-lighteditor__bar__head__vung__ad {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 600;
    cursor: pointer;
    padding: 1.3em;
    -webkit-user-select: none;
    /* Safari */
    -ms-user-select: none;
    /* IE 10 and IE 11 */
    user-select: none;
    /* Standard syntax */
}

.lp1-lighteditor__bar__head__vung__ad__name {
    font-size: 1.3em;
    white-space: nowrap;
}

.lp1-lighteditor__bar__head__vung__ad__icon {
    margin-left: 0.5em;
    font-size: 1.3em;
}

.lp1-lighteditor__bar__head__vung__items {
    position: absolute;
    top: auto;
    background-color: white;
    z-index: 1;
    left: 0;
    width: 100%;
    border: 1px solid #eee;
    max-height: 0;
    transform: scale(1) translate(0%, 0%);
    visibility: hidden;
    overflow: hidden;
    color: white;
}

    .lp1-lighteditor__bar__head__vung__items .active {
        font-weight: 800;
    }

.lp1-lighteditor__bar__head__vung__items__item {
    font-size: 1.3rem;
    display: block;
    cursor: pointer;
    padding: 1rem;
    color: black;
    -webkit-user-select: none;
    /* Safari */
    -ms-user-select: none;
    /* IE 10 and IE 11 */
    user-select: none;
    /* Standard syntax */
    border-bottom: 1px solid #eee;
}

    .lp1-lighteditor__bar__head__vung__items__item:hover {
        background-color: #eee;
    }

.lp1-lighteditor__bar__head__vung__items__infont {
    line-height: 1.5rem;
    font-size: 1.3rem;
    text-align: justify;
    display: block;
    padding: .5em;
    border: none;
    outline: none;
    border-bottom: 1px solid #eee;
    color: black;
    user-select: none;
    pointer-events: none;
}

.lp1-lighteditor__bar__head__vung__items__fontsize {
    max-height: 50em !important;
    overflow: scroll;
}

.lp1-lighteditor__bar__head__btncolor {
    border: none;
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.05);
    padding: .5rem 1rem;
    display: flex;
    align-items: center;
    background-color: white;
    cursor: pointer;
    margin-right: 1rem;
    transition: all .2s ease;
    margin-bottom: 1rem;
}

.lp1-lighteditor__bar__head__btncolor--editor {
    width: 49%;
    margin-right: 2%;
    justify-content: center;
}

.lp1-lighteditor__bar__head__btncolor__text {
    line-height: 1.5rem;
    font-size: 1.3rem;
    text-align: justify;
    display: block;
    margin-right: 1rem;
    font-weight: bold;
}

.lp1-lighteditor__bar__head__btncolor__pre {
    height: 3rem;
    width: 3rem;
    border-radius: 50%;
    display: block;
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.182);
    color: black;
    text-shadow: 0 0 1rem white;
    font-size: 2.4rem;
    font-weight: bolder;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lp1-lighteditor__bar__head__btncolor:hover {
    transform: scale(1.1);
}

.lp1-lighteditor__bar__head__line__gd {
    background-color: white;
    padding: .7rem;
    border-radius: .3rem;
}

.lp1-lighteditor__bar__head__line__gd__text {
    font-size: 1.2rem;
}

.lp1-lighteditor__bar__head__line__gd__pre {
    font-size: 1.3rem;
}

.lp1-lighteditor__bar__head__line__gd__num {
    padding: .5rem;
}

.lp1-lighteditor__bar__tool .active {
    background-color: #202040;
    color: white;
}

.lp1-lighteditor__bar__tool__icon {
    font-size: 2rem;
    background-color: white;
    height: 3.5rem;
    width: 3.5rem;
    color: black;
    display: flex;
    align-items: center;
    justify-content: center;
    border: .1rem solid #202040;
    cursor: pointer;
    margin-right: 1rem;
    transition: all .2s ease;
    border-radius: .3rem;
    margin-bottom: 1rem;
}

    .lp1-lighteditor__bar__tool__icon:hover {
        background-color: #202040;
        color: white;
    }

.lp1-lighteditor__bar__tool__icon--editor {
    margin-right: 1.1% !important;
}

.lp1-lighteditor__bar__tool__icon__createlink {
    position: absolute;
    right: 3rem;
    margin: 0 auto;
    background-color: rgba(255, 255, 255, 0.98);
    width: 35rem;
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
    font-family: Arial, Helvetica, sans-serif;
    border-radius: .5rem;
    z-index: 15;
}

.lp1-lighteditor__bar__tool__icon__createlink__name {
    display: flex;
    align-items: center;
    padding: 1.5rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    margin-bottom: .5REM;
}

.lp1-lighteditor__bar__tool__icon__createlink__name__text {
    line-height: 1.5rem;
    font-size: 1.6rem;
    text-align: justify;
    display: block;
    font-weight: bold;
}

.lp1-lighteditor__bar__tool__icon__createlink__name__icon {
    font-size: 2rem;
    margin-left: auto;
    color: #6f6f6f;
    cursor: pointer;
}

    .lp1-lighteditor__bar__tool__icon__createlink__name__icon:hover {
        transform: scale(1.1);
    }

.lp1-lighteditor__bar__tool__icon__createlink__block {
    padding: 1rem 1.5rem;
}

.lp1-lighteditor__bar__tool__icon__createlink__block__name {
    line-height: 1.5rem;
    font-size: 1.4rem;
    text-align: justify;
    display: block;
    margin-bottom: 1rem;
    font-weight: bold;
}

.lp1-lighteditor__bar__tool__icon__createlink__block__in {
    line-height: 1.5rem;
    font-size: 1.4rem;
    width: 100%;
    text-align: justify;
    display: block;
    padding: 1rem;
    border: none;
    outline: none;
    border-radius: .5rem;
    border: .1rem solid #202040;
}

.lp1-lighteditor__bar__tool__icon__createlink__block__lbl {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
    cursor: pointer;
    user-select: none;
}

.lp1-lighteditor__bar__tool__icon__createlink__block__lbl__text {
    line-height: 1.5rem;
    font-size: 1.4rem;
    text-align: justify;
    display: block;
}

.lp1-lighteditor__bar__tool__icon__createlink__block__lbl__rd {
    height: 2rem;
    width: 2rem;
    margin-right: 1rem;
}

.lp1-lighteditor__bar__tool__icon__createlink__block__if {
    border: none;
    height: 4rem;
    width: 100%;
}

.lp1-lighteditor__bar__tool__icon__createlink__block:hover {
    background-color: #202040;
    color: white;
}

.lp1-lighteditor__bar__tool__icon__createlink__btn {
    width: 100%;
    background-color: #202040;
    color: white;
    font-weight: bold;
    font-size: 1.6rem;
    padding: 1rem;
    border: none;
    outline: none;
    cursor: pointer;
    border-top: 1PX solid white;
}

    .lp1-lighteditor__bar__tool__icon__createlink__btn:hover {
        background: crimson;
    }

.lp1-lighteditor__bar__tool__icon__createtable {
    position: absolute;
    background-color: white;
    padding: 1rem;
    left: 0;
    right: 0;
    top: 10%;
    z-index: 10;
    margin: auto;
    width: fit-content;
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.193);
}

.lp1-lighteditor__bar__tool__icon__createtable__items {
    display: flex;
    align-items: center;
    padding: .5rem;
}

.lp1-lighteditor__bar__tool__icon__createtable__items__text {
    font-size: 1.3rem;
    min-width: 12rem;
}

.lp1-lighteditor__bar__tool__icon__createtable__items__in {
    font-size: 1.3rem;
    width: 20rem;
    padding: .5rem;
}

.lp1-lighteditor__bar__tool__icon__createtable__items__vl {
    font-size: 1.3rem;
    margin-left: 1rem;
    width: 2rem;
}

.lp1-lighteditor__bar__tool__icon__createtable__btns {
    display: flex;
    justify-content: space-between;
}

.lp1-lighteditor__bar__tool__icon__createtable__btns__btn {
    font-weight: bold;
    font-size: 1.3rem;
    background-color: #202040;
    text-align: center;
    padding: .5rem;
    color: white;
    margin-top: 1rem;
    cursor: pointer;
    width: 49%;
    user-select: none;
}

    .lp1-lighteditor__bar__tool__icon__createtable__btns__btn:hover {
        background-color: crimson;
    }

.lp1-lighteditor__content {
    background-color: white;
    padding: 1rem;
    border-radius: .5rem;
}

.lp1-lighteditor select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    padding: 1rem;
}

    .lp1-lighteditor select option {
        border: .1rem solid #000;
        padding: 2rem;
        font-size: 1.4em;
        margin: 1rem;
    }

.aaa {
    opacity: 0;
    margin-left: -.5em;
}

.lightcolorpicker {
    position: fixed;
    z-index: 30;
    top: 10%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: fit-content;
}

.le1rcdisplay {
    display: block;
}

::selection {
    background: rgba(0, 0, 0, 0.1) !important;
}

.lp1-lightcp {
    background-color: #202040ef;
    padding: 2rem;
    border-radius: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.178);
    width: fit-content;
    box-shadow: 0 0 2rem #2020402e;
}

.lp1-lightcp__icon--close {
    background-color: white;
    color: #202040;
    font-size: 2em;
    position: absolute;
    right: -1rem;
    top: -1rem;
    z-index: 1;
    padding: 0.5rem;
    width: 3rem;
    height: 3rem;
    display: flex !important;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    cursor: pointer;
    user-select: none;
    box-shadow: 0 0 2rem #0000005c;
}

.lp1-lightcp__icon--move {
    background-color: white;
    color: #202040;
    font-size: 2em;
    position: absolute;
    left: -1rem;
    top: -1rem;
    z-index: 25;
    padding: 0.5rem;
    width: 3rem;
    height: 3rem;
    display: flex !important;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    cursor: pointer;
    user-select: none;
    box-shadow: 0 0 2rem #0000005c;
}

.lp1-lightcp__type__rgba {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1em;
}

.lp1-lightcp__type__rgba__value {
    display: flex;
    align-items: center;
}

.lp1-lightcp__type__rgba__value__text {
    line-height: 1.5em;
    font-size: 1.4em;
    color: #146b8a;
    text-align: justify;
    display: block;
    margin-right: .5em;
    font-weight: bold;
}

.lp1-lightcp__type__rgba__value__num {
    width: 6rem;
    text-align: center;
    font-size: 1.6em;
    padding: .5em;
    border: 1px solid #8b949a;
    outline: none;
    border-radius: .5em;
    background-color: transparent;
    color: white;
}

.lp1-lightcp__type__hex {
    display: flex;
    margin-bottom: 1em;
    align-items: center;
}

    .lp1-lightcp__type__hex ::-moz-selection {
        /* Code for Firefox */
        color: red;
        background: yellow;
    }

    .lp1-lightcp__type__hex ::selection {
        color: red;
        background: yellow;
    }

.lp1-lightcp__type__hex__text {
    line-height: 1.5em;
    font-size: 1.4em;
    color: white;
    text-align: justify;
    display: block;
    margin-right: .5em;
    font-weight: bold;
}

.lp1-lightcp__type__hex__vl {
    font-size: 1.6rem;
    background-color: transparent;
    border: 1px solid #8b949a;
    outline: none;
    padding: .5em;
    width: 100%;
    border-radius: .5em;
    color: white;
}

.lp1-lightcp__panelrow {
    display: flex;
    margin-top: 2rem;
    margin-bottom: 2em;
}

.lp1-lightcp__panelrow__spectrummap {
    position: relative;
}

.lp1-lightcp__panelrow__spectrummap__canvas {
    height: 20rem;
    width: 20rem;
    border: none;
    outline: none;
}

.lp1-lightcp__panelrow__spectrummap__cursor {
    border-radius: 50%;
    height: 3rem;
    width: 3rem;
    position: absolute;
    margin-left: -1.5rem;
    margin-top: -1.5rem;
    border: 2px solid white;
    pointer-events: none;
    background-color: transparent;
    box-shadow: 0 0 .2em black;
}

.lp1-lightcp__panelrow__huemap {
    position: relative;
    margin-left: 3rem;
}

.lp1-lightcp__panelrow__huemap__canvas {
    height: 20rem;
    width: 2rem;
    border-radius: 1em;
}

.lp1-lightcp__panelrow__huemap__cursor {
    border-radius: 50%;
    height: 2rem;
    width: 2rem;
    position: absolute;
    margin-left: 0rem;
    margin-top: -1rem;
    border: 2px solid white;
    pointer-events: none;
    background-color: red;
    box-shadow: 0 0 1rem white;
}

.lp1-lightcp__panelrow__alpha {
    position: relative;
    margin-left: 3rem;
}

.lp1-lightcp__panelrow__alpha__canvas {
    height: 20rem;
    width: 2rem;
    border-radius: 1em;
}

.lp1-lightcp__panelrow__alpha__cursor {
    border-radius: 50%;
    height: 2rem;
    width: 2rem;
    position: absolute;
    margin-top: -1rem;
    border: 2px solid white;
    pointer-events: none;
    background-color: transparent;
    box-shadow: 0 0 1rem white;
}

.lp1-lightcp__user__choosesw {
    background-color: #202040;
    border: none;
    outline: none;
    display: flex;
    align-items: center;
    margin: 0 auto;
    box-shadow: 0 0.2em 1em rgba(0, 0, 0, 0.51);
    padding: .5em 2em;
    border-radius: .3em;
    cursor: pointer;
    width: 100%;
}

.lp1-lightcp__user__choosesw__colorindi {
    padding: 1em;
    border-radius: .3em;
    margin-right: 1em;
    background-color: white;
}

.lp1-lightcp__user__choosesw__text {
    line-height: 1.5em;
    font-size: 1.3rem;
    text-align: justify;
    display: block;
    background-color: transparent;
    color: white;
    border: none;
    outline: none;
}

.lp1-lightcp__user__store {
    margin-bottom: 2em;
}

.lp1-lightcp__user__store__text {
    line-height: 1.5em;
    font-size: 1.4em;
    text-align: justify;
    display: block;
    margin-bottom: .5em;
    color: white;
}

.lp1-lightcp__user__store__contain {
    display: flex;
}

.lp1-lightcp__user__store__contain__choosesw {
    border: none;
    outline: none;
    box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.51);
    cursor: pointer;
    width: 3rem;
    height: 3rem;
    background-color: transparent;
    position: relative;
    border-radius: .3rem;
}

    .lp1-lightcp__user__store__contain__choosesw:not(:last-child) {
        margin-right: 1rem;
    }

.lp1-lightcp__user__store__contain__choosesw__colorindi {
    padding: 1rem;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: .3rem;
}

.lp1-lightcp__user__store__contain__choosesw__text {
    line-height: 1.5em;
    font-size: 1.3rem;
    text-align: justify;
    display: block;
    background-color: transparent;
    color: white;
    border: none;
    outline: none;
}

.lp1-lightcp__user__store__contain__btn {
    background-color: white;
    box-shadow: 0 0 .5em white;
    border: 1px solid #15191c;
    height: 3rem;
    display: flex;
    align-items: center;
    border-radius: .3rem;
    justify-content: center;
    width: 3rem;
    top: -.7rem;
    right: -.7rem;
    transition: all .2s ease;
}

    .lp1-lightcp__user__store__contain__btn:hover {
        transition: all .2s ease;
        transform: scale(1.3);
    }

    .lp1-lightcp__user__store__contain__btn i {
        font-size: 2rem;
        color: crimson;
    }

.ws1 {
    width: 100%;
}

.ws1__group {
    max-width: 110rem;
    margin: 0 auto;
}

.ws1__row {
    display: block;
    display: flex;
}

@media only screen and (max-width: 50rem) {
    .ws1__row {
        flex-wrap: wrap;
    }
}

.ws1__imgbox {
    width: 5rem;
    position: fixed;
}

.ws1__imgbox__img {
    width: 100%;
}

.ws1__first {
    width: 50%;
    margin-top: 1rem;
    padding: 1rem;
    display: block;
    border: 1px solid #eee;
}

@media only screen and (max-width: 50rem) {
    .ws1__first {
        width: 100%;
    }
}

.ws1__first__title {
    margin-top: 1rem;
    padding: 1rem;
    font-size: 3rem;
    background-color: #202040;
    color: white;
    text-transform: uppercase;
    text-align: center;
}

    .ws1__first__title:hover {
        transform: scale(1.3);
    }

@media only screen and (max-width: 50rem) {
    .ws1__first__title {
        font-size: 2rem;
    }
}

.ws1__first__items {
    border: 1px solid #eee;
    padding: 1rem;
    margin-top: 1rem;
}

.ws1__first__items__icon {
    margin-right: 1rem;
    font-size: 1.6rem;
}

.ws1__first__items__form {
    border: none;
    outline: none;
    width: 85%;
}

.ws1__first__button {
    margin-top: 1rem;
    border: none;
    outline: none;
    background-color: #202040;
    color: white;
    padding: 1rem;
    width: 100%;
    text-transform: uppercase;
    font-weight: 700;
    cursor: pointer;
}

.ws1__first__note {
    padding-top: 3rem;
    text-align: center;
    line-height: 3rem;
    font-size: 1.6rem;
    color: #d32525;
    font-style: italic;
}

@media only screen and (max-width: 68.75rem) {
    .ws1__first__note {
        font-size: 1.4rem;
        padding-top: 2rem;
    }
}

.ws1__second {
    width: 50%;
    margin-top: 1rem;
}

@media only screen and (max-width: 50rem) {
    .ws1__second {
        width: 100%;
    }
}

.ws1__second__video {
    width: 100%;
    height: 100%;
}

.ws1__ads {
    margin-top: 1rem;
}

.ws1__ads__main {
    padding: 1rem;
    text-align: center;
    background-color: #d32525;
    color: white;
    font-size: 1.6rem;
}

.ws1__ads__sub {
    padding: 1rem;
    text-align: center;
    background-color: #d32525;
    color: white;
    font-size: 1.6rem;
    line-height: 2.5rem;
    font-weight: 700;
    font-style: italic;
}

.ws1__ads__button {
    font-size: 2rem;
    width: 20rem;
    height: 20rem;
    font-weight: 700;
    white-space: nowrap;
    justify-content: center;
    display: flex;
    margin: 1rem auto;
    cursor: pointer;
}

.ws1__try {
    background-color: #202040;
    color: white;
    padding: 1rem;
    width: 100%;
}

.ws1__try__text {
    font-size: 1.6rem;
    text-align: center;
}

.ws1__try__text__button {
    padding: 1.5rem;
    border: none;
    text-transform: uppercase;
    margin: 1rem;
    font-weight: 600;
    cursor: pointer;
}

.ws1__try__text__in {
    color: #d32525;
}

.ws1__try__text__mg1 {
    margin-top: 1rem;
}

.ws1__popup {
    display: block;
    margin: 5rem auto;
    max-width: 100rem;
    text-align: center;
    border-radius: .5rem;
    border: .1rem solid #202040;
    overflow: hidden;
}

.ws1__popup__title {
    background-color: #202040;
    color: white;
    padding: 1rem;
    font-size: 2rem;
}

.ws1__popup__action {
    font-size: 2rem;
    padding: 1rem;
}

.ws1__btn-time {
    animation: buttonMoveBg .3s infinite alternate-reverse !important;
}

/*ed*/
