/* _content/MINEMELODY_WEBSITE_CMS/Components/DeliveryCustomPrintFrom/CreateDeliveryCustomForm.razor.rz.scp.css */
.test[b-xpuzzq0o3l] {
    cursor: pointer;
    user-select: none;
}
/* _content/MINEMELODY_WEBSITE_CMS/Components/DeliveryCustomPrintFrom/EditorMainCustomForm.razor.rz.scp.css */
.MainEditorBorder[b-e2j8pyron0] {
    padding: 15px;
}

.MainEditor[b-e2j8pyron0] {
    padding: 15px;
    border-radius: 5px;
    width: 100%;
    background: white;
    min-width: 1500px;
}

.HeadZone[b-e2j8pyron0] {
    display: flex;
}

.SettingPageZone[b-e2j8pyron0] {
    background: #f3f2f1;
    border-radius: 5px;
    width: 250px;
    padding: 15px;
    border: 2px solid #a0a0a0;
    box-shadow: 0px 5px 5px #e6e7e7;
    user-select: none;
}

    .SettingPageZone .Title[b-e2j8pyron0]{
        text-align: center;
        font-size: 20px;
        margin-top: 5px;
    }

    .SettingPageZone .SubTitle[b-e2j8pyron0]{
        margin-top: 5px;;
        text-align: center;
        font-size: 14px;
    }

    .SettingPageZone .Input[b-e2j8pyron0]{
        width: 100%;
        outline: none;
        border: none;
        border-radius: 5px;
        border: 1px solid #a0a0a0;
        text-align: center;
    }

.ToolsZone[b-e2j8pyron0] {
    flex: 1;
    background: white;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
}

.CurrentComponent[b-e2j8pyron0] {
    box-shadow: 0px 5px 5px #e6e7e7;
    background: #d0d0d0;
    width: 100%;
    height: 35px;
    border-radius: 5px;
    border: 2px solid #a0a0a0;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    user-select: none;
}

.ToolsMain[b-e2j8pyron0] {
    flex: 1;
    box-shadow: 0px 5px 5px #e6e7e7;
    display: flex;
    border: 2px solid #a0a0a0;
    border-radius: 5px;
    user-select: none;
}

.ToolFont[b-e2j8pyron0]{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0px 15px;
    border-right: 1px solid black;
}

.ToolsPerSize[b-e2j8pyron0] {
    width: 20px;
    height: 20px;
    cursor: pointer;
    user-select: none;
    margin-right: 2.5px;
}

    .ToolsPerSize img[b-e2j8pyron0]{
        width: 20px;
        height: 20px;
        vertical-align: top;
    }

    .ToolsPerSize input[b-e2j8pyron0]{
        padding: 0px;
        width: 20px;
        height: 20px;
        border: none;
        outline: none;
    }

.ToolSizeBase[b-e2j8pyron0] {
    padding: 0px 15px;
    border-right: 1px solid black;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 14px;
}

    .ToolSizeBase input[b-e2j8pyron0]{
        width: 50px;
        margin-bottom: 5px;
    }

.ToolSizeImageBase[b-e2j8pyron0] {
    padding: 0px 30px;
    border-right: 1px solid black;
    cursor: pointer;
    user-select: none;
    display: flex;
    align-items: center;
}

    .ToolSizeImageBase .ForHover[b-e2j8pyron0] {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        transition: 0.2s;
    }

    .ToolSizeImageBase .ForHover:hover[b-e2j8pyron0] {
        transform: scale(1.1);
    }

.ToolSizeImage[b-e2j8pyron0] {
    width: 30px;
    height: 30px;
}

.ฺBodyZone1[b-e2j8pyron0] {
    background: #f3f2f1;
    border: 2px solid #a0a0a0;
    min-width: 250px;
    max-width: 250px;
    width: 250px;
    border-radius: 5px;
    padding: 0px 10px;
}

.BodyZone2[b-e2j8pyron0] {
    position: relative;
    background: #f3f2f1;
    width: 100%;
    min-height: 680px;
    border: 2px solid #a0a0a0;
    border-radius: 5px;
    display: grid;
    place-items: center;
}

.MenuMain[b-e2j8pyron0] {
    margin-top: 10px;
    background: #1d2327;
    color: white;
    padding: 5px;
    border-radius: 5px;
    text-align: center;
}

.MenuList[b-e2j8pyron0] {
    margin-top: 10px;
}

.MenuPer[b-e2j8pyron0] {
    background: #d0d0d0;
    padding: 5px;
    margin-bottom: 10px;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
    user-select: none;
    transition: 0.2s;
}

    .MenuPer:hover[b-e2j8pyron0] {
        background: #b8b6b6;
    }

.ZoomMain[b-e2j8pyron0] {
    position: absolute;
    top: 15px;
    background: white;
    padding: 5px 20px;
    text-align: center;
    border-radius: 50px;
    border: 1px solid black;
    z-index: 2;
}

    .ZoomMain .InputRage[b-e2j8pyron0]{
        width: 300px;
        height: 5px;
        -webkit-appearance: none;
        background: #d3d3d3;
    }

    .ZoomMain .InputRage:focus[b-e2j8pyron0]{
        border: none!important;
        outline: none!important;
        box-shadow: none!important;
    }

    .ZoomMain .InputRage[b-e2j8pyron0]::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 15px;
        height: 15px;
        background:white;
        box-shadow: 0px 0px 3px black;
        border-radius: 50%;
        cursor: pointer;
    }
      
    .ZoomMain .InputRage[b-e2j8pyron0]::-moz-range-thumb {
        width: 25px;
        height: 25px;
        background: #04AA6D;
        cursor: pointer;
    }

    .UploadFontMainEditor[b-e2j8pyron0] {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.5);
        padding: 30px;
        z-index: 100000;
        display: grid;
        place-items: center;
    }
    
    .UploadFontDiv[b-e2j8pyron0] {
        max-width: 500px;
        width: 100%;
        min-width: 300px;
        height: 50%;
        background: white;
        border-radius: 5px;
        position: relative;
    }

    .UploadFontButton[b-e2j8pyron0] {
        border-radius: 5px;
        padding: 1px 15px;
        color: white;
        background: #1d2327;
        cursor: pointer;
        user-select: none;
    }

    .CloseUploadFontButton[b-e2j8pyron0] {
        border: 1px solid rgb(255, 0, 0);
        color: rgb(255, 0, 0);
        width: fit-content;
        padding: 1px 15px;
        border-radius: 5px;
        cursor: pointer;
        user-select: none;
    }

    .FontListZone[b-e2j8pyron0] {
        display: flex;
        flex-direction: column;
        align-items: center;
        max-height: 360px;
        overflow: auto;
        padding-top: 15px;
        margin: 10px 30px 0px 30px;
    }

        .FontListZone .Per[b-e2j8pyron0] {
            position: relative;
            background: white;
            width: 400px;
            text-align: center;
            box-shadow: 0px 5px 5px rgb(194, 193, 193);
            border-radius: 5px;
            margin-bottom: 15px;
            padding: 5px 0;
        }

        .FontListZone .Delete[b-e2j8pyron0] {
            position: absolute;
            top: 45%;
            right: -8px;
            transform: translate(-50%,-50%);
            border: 1px solid red;
            color: red;
            padding: 0px 5px;
            border-radius: 5px;
            user-select: none;
            cursor: pointer;
        }
/* _content/MINEMELODY_WEBSITE_CMS/Components/ImageSlide/ImageSlide.razor.rz.scp.css */
/* ===== BASE = OLD THEME ===== */
.MainImageSlide[b-4hdhichais] {
    position: relative;
    width: 100%;
    overflow: hidden;
    cursor: pointer;
    box-sizing: border-box;
    user-select: none;
}

    .MainImageSlide .Slider[b-4hdhichais] {
        position: relative;
        min-width: 100%;
        max-width: 100%;
        width: 100%;
        display: flex;
        transition: 0.5s;
    }

        .MainImageSlide .Slider .Per[b-4hdhichais] {
            position: relative;
            min-width: 100%;
            max-width: 100%;
            width: 100%;
            background: #1d2327;
            overflow: hidden;
            display: flex;
            justify-content: center;
        }

            .MainImageSlide .Slider .Per .PerImg[b-4hdhichais] {
                width: 100%;
                min-width: 100%;
                height: fit-content;
            }

    .MainImageSlide:hover .ButtonBeforeAfter[b-4hdhichais] {
        opacity: 1;
    }

.ButtonBeforeAfter[b-4hdhichais] {
    opacity: 1;
    transition: 0.5s;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: white;
    border: solid 2px white;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.ButtonBefore[b-4hdhichais] {
    left: 20px;
}

.ButtonAfter[b-4hdhichais] {
    right: 20px;
}

.MainImageSlide:hover .MainDotPerPicture[b-4hdhichais] {
    opacity: 1;
}

.MainDotPerPicture[b-4hdhichais] {
    opacity: 1;
    transition: 0.5s;
    position: absolute;
    bottom: 0%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .MainDotPerPicture .DotPer[b-4hdhichais] {
        border: solid 1px #838383;
        width: 18px;
        height: 7px;
        border-radius: 5px;
        cursor: pointer;
        transition: 0.5s;
        box-shadow: #838383 0px 3px 0px;
    }

        .MainDotPerPicture .DotPer:hover[b-4hdhichais] {
            border: solid 1px #838383;
            box-shadow: white 0px 0px 10px;
            background: white;
        }

        .MainDotPerPicture .DotPer.Current[b-4hdhichais] {
            border: solid 1px #838383;
            background: white;
        }

/* ===== NEW THEME OVERRIDES ===== */
.MainImageSlide.new-theme[b-4hdhichais] {
    border-radius: 20px;
    box-shadow: 0 12px 32px -8px rgba(41,54,73,.12), 0 4px 16px -4px rgba(41,54,73,.08);
}

    .MainImageSlide.new-theme .Slider[b-4hdhichais] {
        transition: 0.5s cubic-bezier(.4,0,.2,1);
    }

        .MainImageSlide.new-theme .Slider .Per[b-4hdhichais] {
            align-items: center;
        }

            .MainImageSlide.new-theme .Slider .Per .PerImg[b-4hdhichais] {
                height: auto;
                display: block;
            }

    .MainImageSlide.new-theme .ButtonBeforeAfter[b-4hdhichais] {
        opacity: 0;
        transition: opacity .3s, transform .2s;
        border: 1.5px solid rgba(255,255,255,.4);
        width: 44px;
        height: 44px;
        font-size: 18px;
        backdrop-filter: blur(8px);
        -webkit-backdrop-filter: blur(8px);
    }

    .MainImageSlide.new-theme:hover .ButtonBeforeAfter[b-4hdhichais] {
        opacity: 1;
    }

    .MainImageSlide.new-theme .ButtonBeforeAfter:hover[b-4hdhichais] {
        transform: translateY(-50%) scale(1.08);
    }

    .MainImageSlide.new-theme .ButtonBefore[b-4hdhichais] {
        left: 16px;
    }

    .MainImageSlide.new-theme .ButtonAfter[b-4hdhichais] {
        right: 16px;
    }

    .MainImageSlide.new-theme .MainDotPerPicture[b-4hdhichais] {
        bottom: 14px;
        transform: translateX(-50%);
        height: auto;
        gap: 6px;
    }

        .MainImageSlide.new-theme .MainDotPerPicture .DotPer[b-4hdhichais] {
            width: 24px;
            height: 5px;
            border-radius: 3px;
            background: rgba(255,255,255,.45);
            border: none;
            box-shadow: none;
            transition: all .4s;
        }

            .MainImageSlide.new-theme .MainDotPerPicture .DotPer:hover[b-4hdhichais] {
                background: rgba(255,255,255,.75);
                width: 32px;
                box-shadow: none;
                border: none;
            }

            .MainImageSlide.new-theme .MainDotPerPicture .DotPer.Current[b-4hdhichais] {
                background: white;
                width: 36px;
                border: none;
            }
/* _content/MINEMELODY_WEBSITE_CMS/Components/Layout/BackEndMainLayout.razor.rz.scp.css */
.Main[b-kthf682jlx] {
    position: relative;
    height: 100%;
    min-height: 100%;
}

.ShowZone[b-kthf682jlx] {
    padding-left: 160px;
    padding-top: 48px;
    width: fit-content;
    min-width: 100%;
    height: fit-content;
    min-height: 100%;
    background: #f0f0f1;
    position: relative;
    display: flex;
}

.StatusLoadingDiv[b-kthf682jlx] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.7);
    display: grid;
    place-items: center;
    z-index: 100000;
}


    .StatusLoadingDiv .Img[b-kthf682jlx] {
        width: 50px;
        height: 50px;
    }


@media (max-width: 992px) {
    .ShowZone[b-kthf682jlx]{
        padding-left: 45px;
    }
}

@media (max-width: 768px) {
    .ShowZone[b-kthf682jlx] {
        padding-top: 50px;
        padding-left: 0px;
    }
}
/* _content/MINEMELODY_WEBSITE_CMS/Components/Layout/CwSoftware/Component/CwSoftwareAboutPage.razor.rz.scp.css */
.video-container[b-zympnk3qkg] {
    width: 60%;
}

.Row1[b-zympnk3qkg] {
    display: flex;
    margin: 0vw;
    font-weight: bold;
}

    .Row1 .Zone1[b-zympnk3qkg] {
        flex: 1;
    }

        .Row1 .Zone1 > span:nth-child(1)[b-zympnk3qkg] {
            font-size: 80px;
            color: #ff3a21;
        }

        .Row1 .Zone1 > span:nth-child(3)[b-zympnk3qkg] {
            font-size: 80px;
            color: #ff3a21;
        }

        .Row1 .Zone1 > span:nth-child(n+4)[b-zympnk3qkg] {
            font-size: 30px;
        }

        .Row1 .Zone1 > span:nth-child(7)[b-zympnk3qkg] {
            font-size: 40px;
            color: #2c308d;
        }

    .Row1 .Zone2[b-zympnk3qkg] {
        
    }

    .Row1 .Zone1 > p[b-zympnk3qkg] {
        text-align: center;
    }

.BaseSlotImageColor[b-zympnk3qkg] {
    border: 1px solid #efefef;
    background: #f8f8f8;
    border-radius: 20px;
    width: 100%;
    height: 300px;
}

.Row2[b-zympnk3qkg] {
    margin: 10vw;
    margin-top: 10vw;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .Row2 > div:nth-child(1)[b-zympnk3qkg] {
        height: 700px;
        width: 500px;
        display: flex;
        align-items: center;
    }

    .Row2 > div:nth-child(2)[b-zympnk3qkg] {
        padding-left: 50px;
        border-left: 3px solid #ee432c;
        font-weight: bold;
        font-size: 60px;
    }

img[b-zympnk3qkg] {
    max-width: 100%;
    max-height: 100%;
}

@media (width <= 1380px)
{
    .Row1 .Zone1 > span:nth-child(1)[b-zympnk3qkg] {
        font-size: 60px;
        color: #ff3a21;
    }

    .Row1 .Zone1 > span:nth-child(3)[b-zympnk3qkg] {
        font-size: 60px;
        color: #ff3a21;
    }

    .Row1 .Zone1 > span:nth-child(n+4)[b-zympnk3qkg] {
        font-size: 25px;
    }

    .Row1 .Zone1 > span:nth-child(7)[b-zympnk3qkg] {
        font-size: 35px;
        color: #2c308d;
    }

}

@media (width <= 1260px) {
    .Row1 .Zone1 > span:nth-child(1)[b-zympnk3qkg] {
        font-size: 50px;
        color: #ff3a21;
    }

    .Row1 .Zone1 > span:nth-child(3)[b-zympnk3qkg] {
        font-size: 50px;
        color: #ff3a21;
    }

    .Row1 .Zone1 > span:nth-child(n+4)[b-zympnk3qkg] {
        font-size: 20px;
    }

    .Row1 .Zone1 > span:nth-child(7)[b-zympnk3qkg] {
        font-size: 30px;
        color: #2c308d;
    }
    .Row2 > div:nth-child(1)[b-zympnk3qkg] {
        height: 700px;
        width: 500px;
        display: flex;
        align-items: center;
    }

    .Row2 > div:nth-child(2)[b-zympnk3qkg] {
        padding-left: 50px;
        border-left: 3px solid #ee432c;
        font-weight: bold;
        font-size: 55px;
    }
}

@media (width <= 1070px) {
    .Row1 .Zone1 > span:nth-child(1)[b-zympnk3qkg] {
        font-size: 50px;
        color: #ff3a21;
    }

    .Row1 .Zone1 > span:nth-child(3)[b-zympnk3qkg] {
        font-size: 50px;
        color: #ff3a21;
    }

    .Row1 .Zone1 > span:nth-child(n+4)[b-zympnk3qkg] {
        font-size: 20px;
    }

    .Row1 .Zone1 > span:nth-child(7)[b-zympnk3qkg] {
        font-size: 30px;
        color: #2c308d;
    }

    .Row2 > div:nth-child(1)[b-zympnk3qkg] {
        height: 600px;
        width: 400px;
        display: flex;
        align-items: center;
    }

    .Row2 > div:nth-child(2)[b-zympnk3qkg] {
        padding-left: 50px;
        border-left: 3px solid #ee432c;
        font-weight: bold;
        font-size: 50px;
    }
}

@media (width <= 970px) {
    .Row1 .Zone1 > span:nth-child(1)[b-zympnk3qkg] {
        font-size: 40px;
        color: #ff3a21;
    }

    .Row1 .Zone1 > span:nth-child(3)[b-zympnk3qkg] {
        font-size: 40px;
        color: #ff3a21;
    }

    .Row1 .Zone1 > span:nth-child(n+4)[b-zympnk3qkg] {
        font-size: 15px;
    }

    .Row1 .Zone1 > span:nth-child(7)[b-zympnk3qkg] {
        font-size: 20px;
        color: #2c308d;
    }

    .Row2 > div:nth-child(1)[b-zympnk3qkg] {
        height: 500px;
        width: 300px;
        display: flex;
        align-items: center;
    }

    .Row2 > div:nth-child(2)[b-zympnk3qkg] {
        padding-left: 50px;
        border-left: 3px solid #ee432c;
        font-weight: bold;
        font-size: 35px;
    }
}

@media (width <= 830px) {
    .Row1 .Zone1 > span:nth-child(1)[b-zympnk3qkg] {
        font-size: 40px;
        color: #ff3a21;
    }

    .Row1 .Zone1 > span:nth-child(3)[b-zympnk3qkg] {
        font-size: 40px;
        color: #ff3a21;
    }

    .Row1 .Zone1 > span:nth-child(n+4)[b-zympnk3qkg] {
        font-size: 15px;
    }

    .Row1 .Zone1 > span:nth-child(7)[b-zympnk3qkg] {
        font-size: 20px;
        color: #2c308d;
    }
}


@media (width <= 730px) {
    .Row1 .Zone1 > span:nth-child(1)[b-zympnk3qkg] {
        font-size: 30px;
        color: #ff3a21;
    }

    .Row1 .Zone1 > span:nth-child(3)[b-zympnk3qkg] {
        font-size: 30px;
        color: #ff3a21;
    }

    .Row1 .Zone1 > span:nth-child(n+4)[b-zympnk3qkg] {
        font-size: 12px;
    }

    .Row1 .Zone1 > span:nth-child(7)[b-zympnk3qkg] {
        font-size: 15px;
        color: #2c308d;
    }
    .Row2 > div:nth-child(1)[b-zympnk3qkg] {
        height: 300px;
        width: 200px;
        display: flex;
        align-items: center;
    }

    .Row2 > div:nth-child(2)[b-zympnk3qkg] {
        padding-left: 50px;
        border-left: 3px solid #ee432c;
        font-weight: bold;
        font-size: 30px;
    }
}

.Row2 > div:nth-child(1)[b-zympnk3qkg] {
    transition: 0.2s;
}

    .Row2 > div:nth-child(1):hover[b-zympnk3qkg] {
        transform: scale(1.1);
    }

.Row2 > div:nth-child(2)[b-zympnk3qkg] {
    z-index: 1;
}

.NewFontSize1[b-zympnk3qkg] {
    font-size: 1.2vw;
}

.NewFontSize2[b-zympnk3qkg] {
    font-size: 1.775vw!important;
}

.NewFontSize3[b-zympnk3qkg] {
    font-size: 3.35vw;
}

.Spacebetween[b-zympnk3qkg] {
    width: 3vw;
    min-width: 3vw;
}

.Zone1[b-zympnk3qkg] {
    word-break: break-word;
}

.VideoCw[b-zympnk3qkg] {
    width: 60%;
}

.MineFontSize[b-zympnk3qkg] {
    font-size: 1.6vw;
    font-weight: normal;
    white-space: pre-line;
}

.MineFontSizeENPC[b-zympnk3qkg] {
    display: block;
    font-size: 1.6vw;
    text-indent: 5vw;
    width: 100%;
}

.MineFontSizeENMobile[b-zympnk3qkg] {
    display: none;
    text-align: center;
    white-space: pre-line;
    font-size: 0.9rem !important;
}

.MineFontSizePC[b-zympnk3qkg] {
    display: block;
    font-size: 1.6vw;
    text-indent: 5vw;
    width: 100%;
}

.MineFontSizeMobile[b-zympnk3qkg] {
    display: none;
    font-size: 1.6vw;
    font-weight: normal;
    white-space: pre-line;
    text-align: center;
    max-width: 42ch;
    font-size: 0.9rem !important;
}

@media (width <= 580px) {
    .MineFontSizeENPC[b-zympnk3qkg] {
        display: none;
    }
    .MineFontSizeENMobile[b-zympnk3qkg] {
        display: block;
    }
    .MineFontSizeMobile[b-zympnk3qkg] {
        display: block;
    }
    .MineFontSizePC[b-zympnk3qkg] {
        display: none;
    }
    .Row2 > div:nth-child(1)[b-zympnk3qkg] {
        height: 300px;
        width: 200px;
        display: flex;
        align-items: center;
    }

    .Row2 > div:nth-child(2)[b-zympnk3qkg] {
        padding-left: 25px;
        border-left: 3px solid #ee432c;
        font-weight: bold;
        font-size: 15px;
    }

    .Row1 .Zone1 > p[b-zympnk3qkg] {
        font-size: 4vw !important;
        text-align: center;
    }

    .NewFontSize2[b-zympnk3qkg] {
        font-size: 4vw !important;
        text-align: center;
    }
    .MineFontSize[b-zympnk3qkg] {
        
    }

    .HappySuccessHead[b-zympnk3qkg] {
        font-size: 39px;
    }

    .HappySuccessSub[b-zympnk3qkg] {
        font-size: 20px;
    }

    .Row1[b-zympnk3qkg] {
        margin: 0 2.5vw;
    }

    .VideoCw[b-zympnk3qkg] {
        width: 100%;
    }
}
/* _content/MINEMELODY_WEBSITE_CMS/Components/Layout/CwSoftware/Component/CwSoftwareBlogsPage.razor.rz.scp.css */
body[b-r4bmsd4p8a] {
}
/* _content/MINEMELODY_WEBSITE_CMS/Components/Layout/CwSoftware/Component/CwSoftwareContactPage.razor.rz.scp.css */
.Row1[b-hyugqar8mq] {
    display: grid;
    font-weight: bold;
    margin: 50px;
    grid-template-columns: 70% auto;
    grid-template-areas: "Tower Contact";
    grid-gap: 5vw;
}

    .Row1 > div:nth-child(1)[b-hyugqar8mq] {
        grid-area: Tower;
    }

        .Row1 > div:nth-child(1) > div:nth-child(1)[b-hyugqar8mq] {
        }

        .Row1 > div:nth-child(1) > div:nth-child(2)[b-hyugqar8mq] {
            margin-left: -20px;
        }

            .Row1 > div:nth-child(1) > div:nth-child(2) > img[b-hyugqar8mq] {
                width: 100%;
            }

    .Row1 > div:nth-child(2)[b-hyugqar8mq] {
        grid-area: Contact;
    }

        .Row1 > div:nth-child(2) > div:nth-child(1)[b-hyugqar8mq] {
            text-align: end;
            margin-top: 150px;
        }

        .Row1 > div:nth-child(2) > div:nth-child(2)[b-hyugqar8mq] {
            text-align: end;
            margin-bottom: 100px;
            margin-right: -10px;
        }

        .Row1 > div:nth-child(2) > p[b-hyugqar8mq] {
            text-align: center;
        }

img[b-hyugqar8mq] {
    max-width: 100%;
    max-height: 100%;
}

@media (width <= 960px) {
    .Row1[b-hyugqar8mq] {
        grid-template-columns: 100%;
        grid-template-areas:
            "Tower"
            "Contact";
    }

        .Row1 > div:nth-child(2) > div:nth-child(1)[b-hyugqar8mq] {
            text-align: start;
            margin-right: 0px;
            display: none;
        }

        .Row1 > div:nth-child(1) > div:nth-child(2)[b-hyugqar8mq] {
            margin: 0px;
        }

        .Row1 > div:nth-child(2) > div:nth-child(2)[b-hyugqar8mq] {
            text-align: center;
            margin: 0px;
            margin-top: 50px;
            margin-bottom: 50px;
        }

        .Row1 > div:nth-child(2) > p[b-hyugqar8mq] {
            text-align: center;
        }

        .Row1 > div:nth-child(1) > div:nth-child(1)[b-hyugqar8mq] {
        }
}

p[b-hyugqar8mq] {
    text-decoration: none;
}

.NewFontSize1[b-hyugqar8mq] {
    font-size: 1.2vw;
    font-weight: normal;
}

.NewFontSize2[b-hyugqar8mq] {
    font-size: 1.775vw;
    font-weight: normal;
}

.NewFontSize3[b-hyugqar8mq] {
    font-size: 3.35vw;
}

.NewFontSize-1[b-hyugqar8mq] {
    font-size: 1.2vw;
    font-weight: normal;
}

.ContactHead[b-hyugqar8mq] {

}

@media (width <= 530px) {
    .Row1 > div:nth-child(2) > div:nth-child(2)[b-hyugqar8mq] {
        margin-bottom: 0px;
    }
    .NewFontSize-1[b-hyugqar8mq] {
        font-size: 16px;
        font-weight: normal;
    }
    .NewFontSize1[b-hyugqar8mq] {
        font-size: 3vw;
    }

    .NewFontSize2[b-hyugqar8mq] {
        font-size: 7vw;
    }

    .NewFontSize3[b-hyugqar8mq] {
        font-size: 10vw;
    }
    .ContactHead[b-hyugqar8mq] {
        text-align: center;
    }
}
/* _content/MINEMELODY_WEBSITE_CMS/Components/Layout/CwSoftware/Component/CwSoftwareFeaturesPage.razor.rz.scp.css */
@font-face {
    font-family: 'Mine_Sukhumvit';
    src: url('../fonts/SukhumvitSet-Medium.ttf');
}

.PhoneZone[b-sio9yrmlz5] {
    font-family: Mine_Sukhumvit;
}

    .PhoneZone .PhoneImgSize[b-sio9yrmlz5] {
        width: 250px;
        padding: 10px 5%;
    }

    .PhoneZone .TextZone[b-sio9yrmlz5] {

    }

        .PhoneZone .TextZone > div[b-sio9yrmlz5] {
            display: flex;
            flex-direction: column;
            align-items: end;
        }

        .PhoneZone .TextZone > div > div[b-sio9yrmlz5] {
            text-align: end;
        }

    .MainGridPerFeatures[b-sio9yrmlz5] {
        position: relative;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 20px;
        width: fit-content;
        z-index: -1;
        font-family: Mine_Sukhumvit;
    }

        .MainGridPerFeatures .Per[b-sio9yrmlz5] {
            font-weight: normal !important;
        }

@media (width <= 960px) {
    .MainGridPerFeatures[b-sio9yrmlz5] {
        grid-template-columns: 1fr 1fr;
    }
    .PhoneZone .PhoneImgSize[b-sio9yrmlz5] {
        width: 200px;
    }
}

@media (width <= 630px) {
    .MainGridPerFeatures[b-sio9yrmlz5] {
        grid-template-columns: 1fr 1fr;
    }

    .PhoneZone .PhoneImgSize[b-sio9yrmlz5] {
        width: 150px;
    }
}

@media (width <= 430px) {
    .MainGridPerFeatures[b-sio9yrmlz5] {
        grid-template-columns: 1fr 1fr;
    }

    .PhoneZone .PhoneImgSize[b-sio9yrmlz5] {
        width: 100px;
    }
}

    .MainGridPerFeatures .Per[b-sio9yrmlz5] {
        display: flex;
        align-items: center;
        height: 100px;
        position: relative;
        font-weight: bold;
    }

        .MainGridPerFeatures .Per .Icon[b-sio9yrmlz5] {
            position: relative;
            height: 100%;
        }

            .MainGridPerFeatures .Per .Icon > img[b-sio9yrmlz5] {
                max-height: 100%;
                max-width: 100%;
            }

        .MainGridPerFeatures .Per .Name[b-sio9yrmlz5] {
        }


@media (width <= 630px) {

    .MainGridPerFeatures[b-sio9yrmlz5] {
        margin: 0 20px;
        grid-gap: 10px;
    }

    .MainGridPerFeatures .Per[b-sio9yrmlz5] {
        height: 60px;
    }

}

@media (width <= 500px) {

    .PhoneZone .PhoneImgSize[b-sio9yrmlz5] {
        width: 100px;
    }
}

.PhoneImageAnimBase[b-sio9yrmlz5] {
    opacity: 0;
}

.Title1AnimBase[b-sio9yrmlz5] {
    opacity: 0;
}

.Title2AnimBase[b-sio9yrmlz5] {
    opacity: 0;
}

.PhoneImageAnim[b-sio9yrmlz5] {
    animation: PhoneImageAnimKey-b-sio9yrmlz5 0.5s forwards 0s;
}

.Title1Anim[b-sio9yrmlz5] {
    animation: Title1AnimKey-b-sio9yrmlz5 0.5s forwards 0.5s;
}

.Title2Anim[b-sio9yrmlz5] {
    animation: Title2AnimKey-b-sio9yrmlz5 0.5s forwards 1.0s;
}

@keyframes PhoneImageAnimKey-b-sio9yrmlz5 {
    0% {
        opacity: 0;
        transform: translateY(50px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

@keyframes Title1AnimKey-b-sio9yrmlz5 {
    0% {
        opacity: 0;
        transform: translateX(50px);
    }

    100% {
        opacity: 1;
        transform: translateX(0px);
    }
}

@keyframes Title2AnimKey-b-sio9yrmlz5 {
    0% {
        opacity: 0;
        transform: translateY(50px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

.NewFontSize1[b-sio9yrmlz5] {
    font-size: 1.2vw;
}

.NewFontSize2[b-sio9yrmlz5] {
    font-size: 1.775vw;
}

.NewFontSize3[b-sio9yrmlz5] {
    font-size: 3.35vw;
}

.FreeBig[b-sio9yrmlz5] {
    font-size: 8vw;
    margin-left: 2.5vw;
}

.HeadFeature[b-sio9yrmlz5] {
    font-size: 3vw;
}

@media (width <= 530px) {
    .NewFontSize1[b-sio9yrmlz5] {
        font-size: 2vw;
    }

    .NewFontSize2[b-sio9yrmlz5] {
        font-size: 2.5vw;
    }

    .NewFontSize3[b-sio9yrmlz5] {
        font-size: 4.5vw;
    }

    .FreeBig[b-sio9yrmlz5] {
        font-size: 10vw;
        margin-left: 2.5vw;
    }

    .HeadFeature[b-sio9yrmlz5] {
        font-size: 3.5vw;
    }
}
/* _content/MINEMELODY_WEBSITE_CMS/Components/Layout/CwSoftware/Component/CwSoftwareFooterZone.razor.rz.scp.css */
@font-face {
    font-family: 'Mine_Sukhumvit';
    src: url('../fonts/SukhumvitSet-Medium.ttf');
}

.MainFooter[b-ers0hb2bwz] {
    background: #e5e6e7;
    display: flex;
    justify-content: center;
    font-size: 1.25vw;
}

.GridMain[b-ers0hb2bwz] {
    padding: 30px 0px;
    font-family: Mine_Sukhumvit;
    display: grid;
    grid-template-areas: "CwInfo Line  flexgrow QrcodeZone UpdateShow ServiceShow";
    grid-template-columns: 1fr repeat(8,auto);
    width: 100%;
    padding: 20px 6vw;
}

    .GridMain > flexgrow[b-ers0hb2bwz] {
        flex-grow: 1;
        grid-area: flexgrow;
    }

    .GridMain > div[b-ers0hb2bwz] {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .GridMain .IconSize[b-ers0hb2bwz] {
        width: 2vw;
        height: 1.5vw;
        display: flex;
        align-items: center;
    }

    .GridMain .CwInfo[b-ers0hb2bwz] {
        grid-area: CwInfo;
        font-weight: bold;
    }

        .GridMain .CwInfo div:nth-child(1)[b-ers0hb2bwz] {
            font-size: 2vw;
            font-weight: bold;
            margin-bottom: 10px;
        }

        .GridMain .CwInfo div:nth-child(n+2)[b-ers0hb2bwz] {
            display: flex;
            align-items: center;
            margin-bottom: 5px;
        }

        .GridMain .CwInfo img[b-ers0hb2bwz] {
            width: 1.5vw;
            max-height: 1.5vw;
        }

    .GridMain .Line[b-ers0hb2bwz] {
        grid-area: Line;
        border-right: solid 1px black;
        margin: 0px 3vw;
    }

    .GridMain .PageZone1[b-ers0hb2bwz] {
        grid-area: PageZone1;
        width: 10vw;
        font-weight: bold;
    }

        .GridMain .PageZone1 div:first-child[b-ers0hb2bwz] {
            margin-top: 5px;
        }

        .GridMain .PageZone1 div[b-ers0hb2bwz] {
            margin-bottom: 5px;
        }

    .GridMain .PageZone2[b-ers0hb2bwz] {
        grid-area: PageZone2;
        width: 11vw;
        font-weight: bold;
    }

        .GridMain .PageZone2 div:first-child[b-ers0hb2bwz] {
            margin-top: 5px;
        }

        .GridMain .PageZone2 div[b-ers0hb2bwz] {
            margin-bottom: 5px;
        }

    .GridMain .QrcodeZone[b-ers0hb2bwz] {
        grid-area: QrcodeZone;
    }

        .GridMain .QrcodeZone img[b-ers0hb2bwz] {
            width: 8vw;
        }

    .GridMain .UpdateShow[b-ers0hb2bwz] {
        margin-left: 50px;
        grid-area: UpdateShow;
        display: flex;
        flex-direction: column;
        align-items: end;
        font-weight: bold;
    }

        .GridMain .UpdateShow img[b-ers0hb2bwz] {
            width: 3vw;
        }

        .GridMain .UpdateShow > div:nth-of-type(1)[b-ers0hb2bwz] {
            font-size: 2.5vw;
        }

    .GridMain .ServiceShow[b-ers0hb2bwz] {
        margin-left: 50px;
        grid-area: ServiceShow;
        display: flex;
        flex-direction: column;
        align-items: end;
        font-weight: bold;
    }

        .GridMain .ServiceShow > img:nth-of-type(1)[b-ers0hb2bwz] {
            width: 4vw;
            
        }

        .GridMain .ServiceShow > div:nth-of-type(1)[b-ers0hb2bwz] {
            width: 3vw;
            height: 3vw;
            background-color: #ee4a2c; /* สีที่ต้องการให้ไอคอนเป็น */
            -webkit-mask: url('/CwsoftwareImage/CallCenterIcon.svg') no-repeat center/contain;
            mask: url('/CwsoftwareImage/CallCenterIcon.svg') no-repeat center/contain;
        }

        .GridMain .ServiceShow > div:nth-of-type(2)[b-ers0hb2bwz] {
            font-size: 2.5vw;
        }

.LogoSvg[b-ers0hb2bwz] {
    aspect-ratio: 6/1;
    max-width: 100%;
    max-height: 100%;
    background-color: #000000; /* สีที่ต้องการให้ไอคอนเป็น */
    -webkit-mask: url('/CwsoftwareImage/CwLogo.svg') no-repeat center/contain;
    mask: url('/CwsoftwareImage/CwLogo.svg') no-repeat center/contain;
}

a[b-ers0hb2bwz] {
    text-decoration: none;
    color: inherit;
}
/* _content/MINEMELODY_WEBSITE_CMS/Components/Layout/CwSoftware/Component/CwSoftwareHeaderZone.razor.rz.scp.css */
@font-face {
    font-family: 'Mine_Sukhumvit';
    src: url('../fonts/SukhumvitSet-Medium.ttf');
}

.MenuZone .ActiveMenu[b-5yne1uum0q] {
    font-weight: bold!important;
}

.GridMain[b-5yne1uum0q] {
    display: grid;
    font-family: Mine_Sukhumvit;
    font-weight: normal;
    font-size: 16px;
    grid-template-areas: "Logo MenuZone";
    grid-template-columns: 1fr auto;
    padding: 25px 25px;
}

    .GridMain .MenuZone[b-5yne1uum0q] {
        display: grid;
        grid-template-areas: "MainMenu Features OurCustomer Package AboutCw OurTeam Contact Blogs";
        grid-template-columns: repeat(7,auto);
        user-select: none;
    }

    .GridMain div[b-5yne1uum0q] {
        display: flex;
        align-items: end;
        justify-content: end;
        height: 50px;
        padding-left: 2vw;
        cursor: pointer;
    }

        .GridMain div:first-child[b-5yne1uum0q] {
            justify-content: start;
            padding-left: 0px;
            cursor: pointer;
        }

    .GridMain .ActiveMenu[b-5yne1uum0q] {
        color: #ff462e;
    }

    .GridMain .Logo[b-5yne1uum0q] {
        grid-area: Logo;
        position: relative;
    }

    .GridMain .MainMenu[b-5yne1uum0q] {
        grid-area: MainMenu;
    }

    .GridMain .Features[b-5yne1uum0q] {
        grid-area: Features;
    }

    .GridMain .OurCustomer[b-5yne1uum0q] {
        grid-area: OurCustomer;
    }

    .GridMain .Package[b-5yne1uum0q] {
        grid-area: Package;
    }

    .GridMain .AboutCw[b-5yne1uum0q] {
        grid-area: AboutCw;
    }

    .GridMain .OurTeam[b-5yne1uum0q] {
        grid-area: OurTeam;
    }

    .GridMain .Contact[b-5yne1uum0q] {
        grid-area: Contact;
    }

    .GridMain .Blogs[b-5yne1uum0q] {
        grid-area: Blogs;
    }

.HeadSupportFreeBar[b-5yne1uum0q] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: white;
    font-family: Mine_Sukhumvit;
    font-weight: bold;
    font-size: 16px;
    padding-right: 25px;
    height: 50px;
    background: linear-gradient(90deg,rgba(236, 15, 103, 1) 0%, rgba(238, 66, 44, 1) 50%, rgba(239, 87, 44, 1) 100%);
}

    .HeadSupportFreeBar .CallCenterIcon[b-5yne1uum0q] {
        display: flex;
        align-items: center;
        height: 100%;
        padding: 10px;
        padding-right: 15px;
    }


.LogoSvg[b-5yne1uum0q] {
    aspect-ratio: 6/1;
    max-width: 100%;
    max-height: 100%;
    background-color: #000000; /* สีที่ต้องการให้ไอคอนเป็น */
    -webkit-mask: url('/CwsoftwareImage/CwLogo.svg') no-repeat center/contain;
    mask: url('/CwsoftwareImage/CwLogo.svg') no-repeat center/contain;
}

@media (width <= 960px) {
    .GridMain[b-5yne1uum0q] {
        grid-template-areas: "Logo";
        grid-template-columns: 1fr;
    }

        .GridMain .Logo[b-5yne1uum0q] {
            display: flex;
            justify-content: center;
        }

        .GridMain .MenuZone[b-5yne1uum0q] {
            justify-content: center;
            padding: 0px;
        }

        .GridMain div:first-child[b-5yne1uum0q] {
            justify-content: center;
            padding-left: 0px;
        }
}

@media (width <= 700px) {
    .GridMain[b-5yne1uum0q] {
        grid-template-areas: "Logo";
        grid-template-columns: 100%;
    }
    .GridMain .MenuZone[b-5yne1uum0q] {
        display: grid;
        grid-template-areas:
            "MainMenu Features OurCustomer Package"
            "AboutCw OurTeam Contact Blogs";
        grid-template-columns: repeat(4,100px);
        grid-gap: 10px 0;
    }

    .GridMain div:nth-child(n+2)[b-5yne1uum0q] {
        height: fit-content;
        justify-content: center;
        padding: 0;
    }

    .GridMain .Logo[b-5yne1uum0q] {
        
    }
}
/* _content/MINEMELODY_WEBSITE_CMS/Components/Layout/CwSoftware/Component/CwSoftwareHomePage.razor.rz.scp.css */
@font-face {
    font-family: 'Mine_Sukhumvit';
    src: url('../fonts/SukhumvitSet-Medium.ttf');
}

.PicTitleEN1[b-9g4v0wrpjd] {

}

.PicTitleEN2[b-9g4v0wrpjd] {
}

.PicTitleEN3[b-9g4v0wrpjd] {
}

.VideoCw[b-9g4v0wrpjd] {
    width: 60%;
}

.FontSize1[b-9g4v0wrpjd] {
}

.GridDetail1[b-9g4v0wrpjd] {
    font-family: Mine_Sukhumvit;
    display: grid;
    grid-template-areas: "Grid1 Grid2 Grid3";
    grid-template-columns: auto auto auto;
    grid-auto-rows: 8vw;
    margin-top: 50px;
}

    .GridDetail1 .Grid1[b-9g4v0wrpjd] {
        grid-area: Grid1;
        background: #f8f8f8;
        border: 1px solid #ededed;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 1vw 2vw;
        border-radius: 20px;
        margin-right: 1vw;
        font-size: 1.2vw;
        font-weight: bold;
    }

        .GridDetail1 .Grid1 div:nth-child(1)[b-9g4v0wrpjd] {
            font-size: 1.2vw;
            font-weight: bold;
        }

    .GridDetail1 .Grid2[b-9g4v0wrpjd] {
        grid-area: Grid2;
        display: flex;
        align-items: center;
        background: #f8f8f8;
        border: 1px solid #ededed;
        border-radius: 20px;
        margin-right: 1vw;
        font-size: 1.2vw;
        font-weight: bold;
    }

        .GridDetail1 .Grid2 > div:nth-child(1)[b-9g4v0wrpjd] {
            padding: 1.5vw;
        }

        .GridDetail1 .Grid2 > div:nth-child(2) > img[b-9g4v0wrpjd] {
            height: 7vw;
            margin-right: 0.5vw;
            border-radius: 5px;
        }

    .GridDetail1 .Grid3[b-9g4v0wrpjd] {
        grid-area: Grid3;
        font-weight: bold;
        margin-left: 3vw;
        display: flex;
        flex-direction: column;
        justify-content: center;
        font-size: 1.775vw;
    }


.MainDivSlide[b-9g4v0wrpjd] {
    position: relative;
    font-family: Mine_Sukhumvit;
    display: flex;
    width: auto;
    height: fit-content;
    margin: 0px 20px;
    overflow-x: hidden;
    will-change: transform;
    z-index: 1;
    padding: 50px 0;
}

    .MainDivSlide > .Special[b-9g4v0wrpjd] {
        background: #2c308d;
        color: white;
        padding: 2.5vw;
    }

        .MainDivSlide > .Special > div[b-9g4v0wrpjd] {
        }

    .MainDivSlide > div[b-9g4v0wrpjd] {
        height: 300px;
        aspect-ratio: 3.5/4;
        margin-right: 20px;
        border-radius: 10px;
        position: relative;
        transition: 0.2s;
    }

        .MainDivSlide > div:hover[b-9g4v0wrpjd] {
            transform: scale(1.1);
        }

    .MainDivSlide > div:last-child[b-9g4v0wrpjd] {
        margin-right: 0vw;
    }

        .MainDivSlide > div:nth-child(2)[b-9g4v0wrpjd] {
            background-image: url("/CwSoftwareImage/InShop2.jpg");
            background-size: contain;
        }

        .MainDivSlide > div:nth-child(3)[b-9g4v0wrpjd] {
            background-image: url("/CwSoftwareImage/InShop3.jpg");
            background-size: contain;
        }

        .MainDivSlide > .Normal > div[b-9g4v0wrpjd] {
            display: flex;
            flex-direction: column;
            justify-content: end;
            align-items: center;
            position: absolute;
            bottom: 0;
            left: 0;
            padding: 10px;
            height: 50%;
            width: 100%;
            background: linear-gradient(0deg,rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
        }

            .MainDivSlide > .Normal > div div[b-9g4v0wrpjd] {
                color: black;
            }

.MainDivSlideOperator[b-9g4v0wrpjd] {
    width: 8vw;
    height: 3vw;
    background: #ed402c;
    border-radius: 1000px;
    display: flex;
}

    .MainDivSlideOperator > div[b-9g4v0wrpjd] {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 50%;
        cursor: pointer;
    }

    .MainDivSlideOperator > div:nth-child(1) > div[b-9g4v0wrpjd] {
        aspect-ratio: 6/1;
        width: 100%;
        height: 60%;
        background-color: white; /* สีที่ต้องการให้ไอคอนเป็น */
        -webkit-mask: url('/CwsoftwareImage/ArrowIcon.svg') no-repeat center/contain;
        mask: url('/CwsoftwareImage/ArrowIcon.svg') no-repeat center/contain;
        transform: scaleX(-100%);
    }

        .MainDivSlideOperator > div:nth-child(2) > div[b-9g4v0wrpjd] {
            aspect-ratio: 6/1;
            width: 100%;
            height: 60%;
            background-color: white; /* สีที่ต้องการให้ไอคอนเป็น */
            -webkit-mask: url('/CwsoftwareImage/ArrowIcon.svg') no-repeat center/contain;
            mask: url('/CwsoftwareImage/ArrowIcon.svg') no-repeat center/contain;
        }

.MainHappyAndSuccess[b-9g4v0wrpjd] {
    font-family: Mine_Sukhumvit;
}

    .MainHappyAndSuccess > div[b-9g4v0wrpjd] {
        flex: 1;
    }

        .MainHappyAndSuccess > div:nth-child(1)[b-9g4v0wrpjd] {
            margin-left: 0vw;
        }

            .MainHappyAndSuccess > div:nth-child(1) > div:nth-child(1)[b-9g4v0wrpjd] {
                color: #ff3a21;
                font-weight: bold;
                font-size: 3.35vw;
            }

            .MainHappyAndSuccess > div:nth-child(1) > div:nth-child(2)[b-9g4v0wrpjd] {
                font-size: 1.775vw;
            }

        .MainHappyAndSuccess > div:nth-child(2)[b-9g4v0wrpjd] {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }

            .MainHappyAndSuccess > div:nth-child(2) > div[b-9g4v0wrpjd] {
                margin-top: 1vw;
                color: #00a651;
                flex: 1;
                text-align: center;
                font-size: 1.5vw;
            }

        .MainHappyAndSuccess > div:nth-child(2) img[b-9g4v0wrpjd] {
            width: 100%;
        }

@media (width < 960px) {
    .GridDetail1[b-9g4v0wrpjd] {
        font-family: Mine_Sukhumvit;
        display: grid;
        grid-template-areas:
            "Grid1"
            "Grid2"
            "Grid3";
        grid-template-columns: auto;
        grid-auto-rows: auto;
        margin-top: 50px;
        grid-gap: 20px;
    }

        .GridDetail1 .Grid1[b-9g4v0wrpjd] {
            grid-area: Grid1;
            background: #f8f8f8;
            border: 1px solid #ededed;
            display: flex;
            flex-direction: column;
            align-items: center;
            padding: 2vw 4vw;
            border-radius: 10px;
            margin-right: 0vw;
            font-size: 4.5vw;
            font-weight: bold;
        }

            .GridDetail1 .Grid1 div:nth-child(1)[b-9g4v0wrpjd] {
                font-size: 4.5vw;
                font-weight: bold;
                height: 6vw;
            }

        .GridDetail1 .Grid2[b-9g4v0wrpjd] {
            grid-area: Grid2;
            display: flex;
            align-items: center;
            background: #f8f8f8;
            border: 1px solid #ededed;
            border-radius: 10px;
            margin-right: 1vw;
            font-size: 4vw;
            font-weight: bold;
            padding: 2vw 4vw;
        }

            .GridDetail1 .Grid2 > div:nth-child(1)[b-9g4v0wrpjd] {
                padding: 2.5vw;
            }

            .GridDetail1 .Grid2 > div:nth-child(2) > img[b-9g4v0wrpjd] {
                height: 12vw;
                margin-right: 1vw;
                border-radius: 5px;
            }

        .GridDetail1 .Grid3[b-9g4v0wrpjd] {
            grid-area: Grid3;
            font-weight: bold;
            margin-left: 0vw;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            font-size: 5vw;
        }

            .GridDetail1 .Grid3 > div[b-9g4v0wrpjd] {
                width: fit-content;
            }

    .MainDivSlideOperator[b-9g4v0wrpjd] {
        width: 24vw;
        height: 6vw;
        background: #ed402c;
        border-radius: 1000px;
        display: flex;
    }

        .MainDivSlideOperator > div[b-9g4v0wrpjd] {
            display: flex;
            justify-content: center;
            align-items: center;
            width: 50%;
            cursor: pointer;
        }

            .MainDivSlideOperator > div:nth-child(1) > div[b-9g4v0wrpjd] {
                aspect-ratio: 6/1;
                width: 100%;
                height: 60%;
                background-color: white; /* สีที่ต้องการให้ไอคอนเป็น */
                -webkit-mask: url('/CwsoftwareImage/ArrowIcon.svg') no-repeat center/contain;
                mask: url('/CwsoftwareImage/ArrowIcon.svg') no-repeat center/contain;
                transform: scaleX(-100%);
            }

            .MainDivSlideOperator > div:nth-child(2) > div[b-9g4v0wrpjd] {
                aspect-ratio: 6/1;
                width: 100%;
                height: 60%;
                background-color: white; /* สีที่ต้องการให้ไอคอนเป็น */
                -webkit-mask: url('/CwsoftwareImage/ArrowIcon.svg') no-repeat center/contain;
                mask: url('/CwsoftwareImage/ArrowIcon.svg') no-repeat center/contain;
            }

    .MainHappyAndSuccess[b-9g4v0wrpjd] {
        display: block;
        margin: 0 5vw;
        font-family: Mine_Sukhumvit;
    }

        .MainHappyAndSuccess > div[b-9g4v0wrpjd] {
            flex: 1;
        }

            .MainHappyAndSuccess > div:nth-child(1)[b-9g4v0wrpjd] {
                margin-left: 0vw;
            }

                .MainHappyAndSuccess > div:nth-child(1) > div:nth-child(1)[b-9g4v0wrpjd] {
                    color: #ff3a21;
                    font-weight: bold;
                    font-size: 8vw;
                }

                .MainHappyAndSuccess > div:nth-child(1) > div:nth-child(2)[b-9g4v0wrpjd] {
                    font-size: 5vw;
                }

            .MainHappyAndSuccess > div:nth-child(2)[b-9g4v0wrpjd] {
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: center;
            }

                .MainHappyAndSuccess > div:nth-child(2) > div[b-9g4v0wrpjd] {
                    margin-top: 8vw;
                    color: #00a651;
                    flex: 1;
                    text-align: center;
                    font-size: 5vw;
                }

                .MainHappyAndSuccess > div:nth-child(2) img[b-9g4v0wrpjd] {
                    width: 100%;
                }
}

@media (width < 530px) {

    .MainDivSlideOperator[b-9g4v0wrpjd] {
        width: 24vw;
        height: 7vw;
        background: #ed402c;
        border-radius: 1000px;
        display: flex;
    }

        .MainDivSlideOperator > div[b-9g4v0wrpjd] {
            display: flex;
            justify-content: center;
            align-items: center;
            width: 50%;
            cursor: pointer;
        }

            .MainDivSlideOperator > div:nth-child(1) > div[b-9g4v0wrpjd] {
                aspect-ratio: 6/1;
                width: 100%;
                height: 60%;
                background-color: white; /* สีที่ต้องการให้ไอคอนเป็น */
                -webkit-mask: url('/CwsoftwareImage/ArrowIcon.svg') no-repeat center/contain;
                mask: url('/CwsoftwareImage/ArrowIcon.svg') no-repeat center/contain;
                transform: scaleX(-100%);
            }

            .MainDivSlideOperator > div:nth-child(2) > div[b-9g4v0wrpjd] {
                aspect-ratio: 6/1;
                width: 100%;
                height: 60%;
                background-color: white; /* สีที่ต้องการให้ไอคอนเป็น */
                -webkit-mask: url('/CwsoftwareImage/ArrowIcon.svg') no-repeat center/contain;
                mask: url('/CwsoftwareImage/ArrowIcon.svg') no-repeat center/contain;
            }

}

.RegisterButton[b-9g4v0wrpjd] {
    background: linear-gradient(90deg,rgba(239, 81, 44, 1) 0%, rgba(237, 52, 58, 1) 100%);
    width: fit-content;
    border-radius: 50vw;
    padding: 0.5vw 2.5vw;
    margin-top: 3vw;
}

.NewFontSize1[b-9g4v0wrpjd] {
    font-size: 1.2vw;
}

.NewFontSize2[b-9g4v0wrpjd] {
    font-size: 1.775vw;
}

.NewFontSize3[b-9g4v0wrpjd] {
    font-size: 3.35vw;
}

@media (width <= 530px) {
    .NewFontSize1[b-9g4v0wrpjd] {
        font-size: 4vw;
    }

    .NewFontSize2[b-9g4v0wrpjd] {
        font-size: 2.5vw;
    }

    .NewFontSize3[b-9g4v0wrpjd] {
        font-size: 4.5vw;
    }
    .VideoCw[b-9g4v0wrpjd] {
        width: 100%;
    }
    .MainHappyAndSuccess > div:nth-child(1) > div:nth-child(2)[b-9g4v0wrpjd]{
        font-size: 4vw;
    }
}
/* _content/MINEMELODY_WEBSITE_CMS/Components/Layout/CwSoftware/Component/CwSoftwareOurCustomerPage.razor.rz.scp.css */
.Zone1[b-xlqhscoxaz] {
    display: flex;
    margin: 0 100px;
    padding-top: 30px;
}

    .Zone1 > div:nth-child(1)[b-xlqhscoxaz] {

    }

    .Zone1 > div:nth-child(2)[b-xlqhscoxaz] {
        font-weight: bold;
        flex: 1;
        display: flex;
        flex-direction: column;
        align-items: end;
    }

.Zone2[b-xlqhscoxaz] {
    z-index: -1;
    display: flex;
    align-items: end;
    justify-content: center;
    margin-top: -20vw;
    min-height: 50vw;
    height: 50vw;
    position: relative;
}

    .Zone2 > div:nth-child(1)[b-xlqhscoxaz] {
        width: 30%;
        min-height: 55%;
    }

    .Zone2 > div:nth-child(3)[b-xlqhscoxaz] {
        width: 30%;
        height: 75%;
        display: flex;
        flex-direction: column;
        justify-content: end;
    }

        .Zone2 > div:nth-child(3) > div:nth-child(1)[b-xlqhscoxaz] {
            flex: 1;
        }

        .Zone2Gap[b-xlqhscoxaz] {
            height: 1vw;
            width: 1vw;
        }

        .Zone2 > div:nth-child(3) > div:nth-child(3)[b-xlqhscoxaz] {
            flex: 1;
        }

    .Zone2 > div:nth-child(5)[b-xlqhscoxaz] {
        width: 30%;
        height: 100%;
    }

.BaseSlotImageColor[b-xlqhscoxaz] {
    border: 1px solid #efefef;
    background: #f8f8f8;
}

.FeedBackGrid[b-xlqhscoxaz] {
    display: grid;
    margin: 0 80px;
    margin-bottom: 150px;
    grid-template-areas:
        "FeedBackPer1 FeedBackPer2"
        "FeedBackPer3 FeedBackPer4";
    grid-gap: 150px 50px;
}

.FeedBackPer[b-xlqhscoxaz] {
    user-select: none;
    background: #e2e2e4;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: 0.2s;
}

    .FeedBackPer:hover[b-xlqhscoxaz] {
        transform: scale(1.1);
    }

    .FeedBackPer.FeedBackPer1[b-xlqhscoxaz] {
        grid-area: FeedBackPer1;
        margin-bottom: 100px;
        margin-bottom: 0px;
    }

    .FeedBackPer.FeedBackPer2[b-xlqhscoxaz] {
        grid-area: FeedBackPer2;
        margin-top: 100px;
        margin-top: 0px;
    }

    .FeedBackPer.FeedBackPer3[b-xlqhscoxaz] {
        grid-area: FeedBackPer3;
        margin-bottom: 100px;
        margin-bottom: 0px;
    }

    .FeedBackPer.FeedBackPer4[b-xlqhscoxaz] {
        grid-area: FeedBackPer4;
        margin-top: 100px;
        margin-top: 0px;
    }

    .FeedBackPer > div:nth-child(1)[b-xlqhscoxaz] {
        background: #2c308d;
        width: 100px;
        height: 100px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 10px;
        border-radius: 50%;
        margin-top: -50px; /* Adjust as needed to position the icon */
    }

    .FeedBackPer > div:nth-child(2)[b-xlqhscoxaz] {
        margin-top: 10px;
        display: flex;
    }

    .FeedBackPer > div:nth-child(2) > div[b-xlqhscoxaz] {
        width: 20px;
        height: 20px;
        margin: 0px 5px;
    }

    .FeedBackPer > div:nth-child(3)[b-xlqhscoxaz] {
        margin-top: 10px;
        font-weight: bold;
    }

    .FeedBackPer > div:nth-child(4)[b-xlqhscoxaz] {
        padding: 50px;
    }

    .FeedBackPer div img[b-xlqhscoxaz] {
        max-width: 100%;
        max-height: 100%;
    }

.SuccessMessage[b-xlqhscoxaz] {
    font-weight: bold;
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 100px;
}

    .SuccessMessage > div:nth-child(1)[b-xlqhscoxaz] {
        
    }

    .SuccessMessage > div:nth-child(6)[b-xlqhscoxaz] {
        margin-top: -10px;
        color: #ff3a21;
    }

.ThaiMapImg[b-xlqhscoxaz] {
    width: 25vw;
    padding: 1vw 3vw;
}


@media (width <= 1440px) {
    .Zone1 > div:nth-child(1)[b-xlqhscoxaz] {

    }

    .Zone1 > div:nth-child(2)[b-xlqhscoxaz] {
        font-size: 30px;
        font-weight: bold;
        flex: 1;
        display: flex;
        flex-direction: column;
        align-items: end;
    }
}

@media (width <= 1300px) {

    .Zone1[b-xlqhscoxaz] {
        display: flex;
        margin: 0 70px;
        padding-top: 30px;
    }

        .Zone1 > div:nth-child(1)[b-xlqhscoxaz] {

        }

        .Zone1 > div:nth-child(2)[b-xlqhscoxaz] {
            font-size: 30px;
            font-weight: bold;
            flex: 1;
            display: flex;
            flex-direction: column;
            align-items: end;
        }

    .FeedBackGrid[b-xlqhscoxaz] {
        display: grid;
        margin: 0 80px;
        margin-bottom: 150px;
        grid-template-areas:
            "FeedBackPer1 FeedBackPer2"
            "FeedBackPer3 FeedBackPer4";
        grid-gap: 50px;
    }

    .FeedBackPer[b-xlqhscoxaz] {
        background: #e2e2e4;
        border-radius: 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

        .FeedBackPer:nth-child(1)[b-xlqhscoxaz] {
            grid-area: FeedBackPer1;
        }

        .FeedBackPer:nth-child(2)[b-xlqhscoxaz] {
            grid-area: FeedBackPer2;
        }

        .FeedBackPer:nth-child(3)[b-xlqhscoxaz] {
            grid-area: FeedBackPer3;
        }

        .FeedBackPer:nth-child(4)[b-xlqhscoxaz] {
            grid-area: FeedBackPer4;
        }

        .FeedBackPer > div:nth-child(3)[b-xlqhscoxaz] {
            margin-top: 10px;
            font-weight: bold;
        }
}

@media (width <= 1000px) {

    

    .Zone1[b-xlqhscoxaz] {
        display: flex;
        margin: 0 50px;
        padding-top: 30px;
    }

        .Zone1 > div:nth-child(1)[b-xlqhscoxaz] {

        }

        .Zone1 > div:nth-child(2)[b-xlqhscoxaz] {
            font-size: 20px;
            font-weight: bold;
            flex: 1;
            display: flex;
            flex-direction: column;
            align-items: end;
        }

    .FeedBackGrid[b-xlqhscoxaz] {
        display: grid;
        margin: 0 80px;
        margin-bottom: 150px;
        grid-template-areas:
            "FeedBackPer1 FeedBackPer2"
            "FeedBackPer3 FeedBackPer4";
        grid-gap: 5vw 2.5vw;
    }

    .FeedBackPer[b-xlqhscoxaz] {
        background: #e2e2e4;
        border-radius: 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        transition: 0.2s;
    }

        .FeedBackPer:hover[b-xlqhscoxaz] {
            transform: scale(1.1);
        }
}

@media (width <= 720px) {

    .Zone1[b-xlqhscoxaz] {
        display: flex;
        margin: 0 20px;
        padding-top: 30px;
    }

        .Zone1 > div:nth-child(1)[b-xlqhscoxaz] {

        }

        .Zone1 > div:nth-child(2)[b-xlqhscoxaz] {
            font-size: 20px;
            font-weight: bold;
            flex: 1;
            display: flex;
            flex-direction: column;
            align-items: end;
        }

    .FeedBackPer > div:nth-child(3)[b-xlqhscoxaz] {
        margin-top: 10px;
        font-weight: bold;
    }

    .FeedBackGrid[b-xlqhscoxaz] {
        margin: 0 40px;
    }

    .FeedBackPer > div:nth-child(4)[b-xlqhscoxaz] {
        padding: 20px;
    }
}

@media (width <= 560px) {

    .Zone1[b-xlqhscoxaz] {
        display: flex;
        margin: 0 20px;
        padding-top: 30px;
    }

        .Zone1 > div:nth-child(1)[b-xlqhscoxaz] {

        }

        .Zone1 > div:nth-child(2)[b-xlqhscoxaz] {
            font-size: 20px;
            font-weight: bold;
            flex: 1;
            display: flex;
            flex-direction: column;
            align-items: end;
        }

    .SuccessMessage[b-xlqhscoxaz] {
        font-size: 20px;
        font-weight: bold;
        margin-top: 30px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .FeedBackPer > div:nth-child(3)[b-xlqhscoxaz] {
        margin-top: 10px;
        font-weight: bold;
    }

    .FeedBackGrid[b-xlqhscoxaz] {
        margin: 0 40px;
    }

    .FeedBackPer > div:nth-child(4)[b-xlqhscoxaz] {
        padding: 20px;
    }
}

@media (width <= 500px) {

    .Zone1[b-xlqhscoxaz] {
        display: flex;
        margin: 0 20px;
        padding-top: 30px;
    }

        .Zone1 > div:nth-child(1)[b-xlqhscoxaz] {

        }

        .Zone1 > div:nth-child(2)[b-xlqhscoxaz] {
            font-size: 15px;
            font-weight: bold;
            flex: 1;
            display: flex;
            flex-direction: column;
            align-items: end;
        }

    .FeedBackPer > div:nth-child(3)[b-xlqhscoxaz] {
        margin-top: 10px;
    }

    .FeedBackGrid[b-xlqhscoxaz] {
        margin: 0 30px;
    }

    .FeedBackPer > div:nth-child(4)[b-xlqhscoxaz] {
        padding: 20px;
    }
}

.NewFontSize1[b-xlqhscoxaz] {
    font-size: 1.2vw;
}

.NewFontSize2[b-xlqhscoxaz] {
    font-size: 1.775vw;
}

.NewFontSize3[b-xlqhscoxaz] {
    font-size: 3.35vw;
}

@media (width <= 530px) {
    .ThaiMapImg[b-xlqhscoxaz] {
        width: 42vw;
        padding: 1vw 3vw;
    }
    .FeedBackPer > div:nth-child(1)[b-xlqhscoxaz] {
        background: #2c308d;
        width: 50px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 10px;
        border-radius: 50%;
        margin-top: -25px; /* Adjust as needed to position the icon */
    }

    .FeedBackPer > div:nth-child(2) > div[b-xlqhscoxaz] {
        width: 10px;
        height: 10px;
        margin: 0px 5px;
    }

    .NewFontSize1[b-xlqhscoxaz] {
        font-size: 2vw;
    }

    .NewFontSize2[b-xlqhscoxaz] {
        font-size: 2vw;
    }

    .NewFontSize3[b-xlqhscoxaz] {
        font-size: 4.5vw;
    }
}
/* _content/MINEMELODY_WEBSITE_CMS/Components/Layout/CwSoftware/Component/CwSoftwareOurTeamPage.razor.rz.scp.css */
.CallCenterIcon[b-zaggtl0vu3] {
    width: 250px;
    height: 250px;
    background: linear-gradient(90deg,rgba(236, 15, 103, 1) 0%, rgba(238, 66, 44, 1) 50%, rgba(239, 87, 44, 1) 100%);
    -webkit-mask: url(./CwsoftwareImage/CallCenterIcon.svg) no-repeat center;
    -webkit-mask-size: contain; /* ปรับขนาด svg ให้พอดี */
    mask: url(./CwsoftwareImage/CallCenterIcon.svg) no-repeat center;
    mask-size: contain;
    z-index: -1;
}

.Zone1[b-zaggtl0vu3] {
    font-weight: bold;
    margin-left: 50px;
}

    .Zone1 > div:nth-child(1)[b-zaggtl0vu3] {
        
    }

    .Zone1 > div:nth-child(2)[b-zaggtl0vu3] {
        
    }

    .Zone1 > div:nth-child(3)[b-zaggtl0vu3] {
        
    }

.CusShopGrid[b-zaggtl0vu3] {
    display: grid;
    grid-template-columns: repeat(4,auto);
    grid-template-rows: 500px;
    gap: 20px;
    margin: 50px;
}

    .CusShopGrid .ShopDetail[b-zaggtl0vu3] {
        color: white;
        background: #2c308d;
        text-align: center;
        padding: 5px;
        border-radius: 10px;
        font-weight: bold;
    }

    .CusShopGrid > div[b-zaggtl0vu3] {
        display: flex;
        flex-direction: column;
    }

    .CusShopGrid > div > div:nth-child(2)[b-zaggtl0vu3] {
        margin-top: 20px;
    }

    .CusShopGrid .ShopImg[b-zaggtl0vu3] {
        flex: 1;
        background-size: cover;
        background-position: center;
        border-radius: 10px;
    }

.OranageColor[b-zaggtl0vu3] {
    color: black;
}

.OurTeamGrid[b-zaggtl0vu3] {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    grid-auto-rows: 1fr;
    gap: 50px 30px;
    margin: 50px;
}

    .OurTeamGrid > .FakeGrid[b-zaggtl0vu3] {
        background: none;
    }

    .OurTeamGrid > div[b-zaggtl0vu3] {
        display: flex;
        flex-direction: column;
        align-items: center;
        background: #f8f8f8;
    }

    .OurTeamGrid .TeamImg[b-zaggtl0vu3] {
        min-height: 300px;
        width: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .OurTeamGrid .TeamName[b-zaggtl0vu3] {
        width: 90%;
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .OurTeamGrid .TeamLine[b-zaggtl0vu3] {
        border-bottom: 1px solid black;
        width: 90%;
    }

    .OurTeamGrid .TeamPosition[b-zaggtl0vu3] {
        width: 90%;
        margin-top: 10px;
        padding-bottom: 10px;
    }

.CwGoodMain[b-zaggtl0vu3] {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.OurTeamTextMain[b-zaggtl0vu3] {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: bold;
    margin-top: 100px;
    margin-bottom: 100px;
}

@media (width <= 1460px) {
    .OurTeamGrid[b-zaggtl0vu3] {
        grid-template-columns: repeat(4,1fr);
    }
        .OurTeamGrid .TeamName[b-zaggtl0vu3] {

        }

        .OurTeamGrid .TeamLine[b-zaggtl0vu3] {
            border-bottom: 1px solid black;
            width: 90%;
        }

        .OurTeamGrid .TeamPosition[b-zaggtl0vu3] {

        }

        .OurTeamGrid .TeamImg[b-zaggtl0vu3] {
            min-height: 300px;
        }
}

@media (width <= 1200px) {
    .CusShopGrid[b-zaggtl0vu3] {
        grid-template-columns: repeat(2,auto);
        grid-template-rows: 500px 500px;
    }
    .OurTeamGrid .TeamName[b-zaggtl0vu3] {

    }

    .OurTeamGrid .TeamLine[b-zaggtl0vu3] {
        border-bottom: 1px solid black;
        width: 90%;
    }

    .OurTeamGrid .TeamPosition[b-zaggtl0vu3] {

    }

    .OurTeamGrid .TeamImg[b-zaggtl0vu3] {
        min-height: 250px;
    }
}

@media (width <= 960px) {
    .CallCenterIcon[b-zaggtl0vu3] {
        width: 200px;
        height: 200px;
    }

    .Zone1 > div:nth-child(1)[b-zaggtl0vu3] {
        
    }

    .Zone1 > div:nth-child(2)[b-zaggtl0vu3] {
        
    }

    .Zone1 > div:nth-child(3)[b-zaggtl0vu3] {
        
    }

    .OurTeamGrid[b-zaggtl0vu3] {
        gap: 30px 10px;
    }

    .OurTeamGrid .TeamName[b-zaggtl0vu3] {
        margin: 10px 0;
    }

    .OurTeamGrid .TeamLine[b-zaggtl0vu3] {
        border-bottom: 1px solid black;
        width: 90%;
    }

    .OurTeamGrid .TeamPosition[b-zaggtl0vu3] {

    }

    .OurTeamGrid .TeamImg[b-zaggtl0vu3] {
        min-height: 200px;
    }
}

@media (width <= 800px) {
    .CallCenterIcon[b-zaggtl0vu3] {
        width: 100px;
        height: 100px;
    }

    .Zone1 > div:nth-child(1)[b-zaggtl0vu3] {
       
    }

    .Zone1 > div:nth-child(2)[b-zaggtl0vu3] {
        
    }

    .Zone1 > div:nth-child(3)[b-zaggtl0vu3] {
        
    }

    .OranageColor[b-zaggtl0vu3] {
        font-size: 100px;
        font-weight: bold;
    }

    .CwGoodMain[b-zaggtl0vu3] {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .OurTeamGrid[b-zaggtl0vu3] {
        gap: 30px 10px;
    }

    .OurTeamGrid .TeamName[b-zaggtl0vu3] {
        margin: 5px 0;
    }

    .OurTeamGrid .TeamLine[b-zaggtl0vu3] {
        border-bottom: 1px solid black;
        width: 90%;
    }

    .OurTeamGrid .TeamPosition[b-zaggtl0vu3] {

    }

    .OurTeamGrid .TeamImg[b-zaggtl0vu3] {
        min-height: 150px;
    }
}

@media (width <= 640px) {

    .Zone1[b-zaggtl0vu3] {
        font-weight: bold;
        margin-left: 20px;
    }

    .CallCenterIcon[b-zaggtl0vu3] {
        width: 100px;
        height: 100px;
    }

    .Zone1 > div:nth-child(1)[b-zaggtl0vu3] {
        
    }

    .Zone1 > div:nth-child(2)[b-zaggtl0vu3] {
        
    }

    .Zone1 > div:nth-child(3)[b-zaggtl0vu3] {
        
    }

    .CusShopGrid[b-zaggtl0vu3] {
        grid-template-columns: repeat(1,auto);
        grid-template-rows: 500px 500px 500px 500px;
    }

    .OranageColor[b-zaggtl0vu3] {
        font-size: 70px;
        font-weight: bold;
    }

    .CwGoodMain[b-zaggtl0vu3] {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .OurTeamGrid .TeamName[b-zaggtl0vu3] {

    }

    .OurTeamGrid .TeamLine[b-zaggtl0vu3] {
        border-bottom: 1px solid black;
        width: 90%;
    }

    .OurTeamGrid .TeamPosition[b-zaggtl0vu3] {

    }

    .OurTeamGrid .TeamImg[b-zaggtl0vu3] {
        min-height: 100px;
    }

}

@media (width <= 530px) {
    .OurTeamGrid[b-zaggtl0vu3] {
        gap: 20px 5px;
        grid-template-columns: repeat(5,1fr);
    }
    .OurTeamGrid .TeamImg[b-zaggtl0vu3] {
        min-height: 75px;
    }
    .OurTeamGrid .TeamName[b-zaggtl0vu3] {

    }
}

@media (width <= 430px) {

    .Zone1[b-zaggtl0vu3] {
        font-weight: bold;
        margin-left: 20px;
    }

    .CallCenterIcon[b-zaggtl0vu3] {
        width: 100px;
        height: 100px;
    }

    .Zone1 > div:nth-child(1)[b-zaggtl0vu3] {
        
    }

    .Zone1 > div:nth-child(2)[b-zaggtl0vu3] {
        
    }

    .Zone1 > div:nth-child(3)[b-zaggtl0vu3] {
        
    }
    .OranageColor[b-zaggtl0vu3] {
        font-size: 50px;
        font-weight: bold;
    }

    .CwGoodMain[b-zaggtl0vu3] {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

.OurTeamGrid > div[b-zaggtl0vu3] {
    transition: 0.2s;
    user-select: none;
}

.OurTeamGrid > div:hover[b-zaggtl0vu3] {
    transform: scale(1.1);
}

.NewFontSize1[b-zaggtl0vu3] {
    font-size: 1.2vw;
    font-weight: normal;
}

.NewFontSize2[b-zaggtl0vu3] {
    font-size: 1.775vw;
    font-weight: normal;
}

.NewFontSize3[b-zaggtl0vu3] {
    font-size: 3.35vw;
}

.NewHead2[b-zaggtl0vu3] {
    font-size: 1.775vw;
    font-weight: normal;
}

@media (width <= 530px) {
    .NewHead2[b-zaggtl0vu3] {
        font-size: 4vw;
        font-weight: normal;
    }
    .OranageColor[b-zaggtl0vu3] {
        font-size: 4vw;
    }
    .CwGoodMain > span[b-zaggtl0vu3] {
        font-size: 4vw;
    }
    .NewFontSize1[b-zaggtl0vu3] {
        font-size: 2vw;
    }

    .NewFontSize2[b-zaggtl0vu3] {
        font-size: 2.5vw;
    }

    .NewFontSize3[b-zaggtl0vu3] {
        font-size: 6vw;
    }

    .CusShopGrid .ShopDetail > div:nth-child(1)[b-zaggtl0vu3] {
        font-size: 5vw;
    }

    .CusShopGrid .ShopDetail > div:nth-child(2)[b-zaggtl0vu3] {
        font-size: 4vw;
    }
    .CusShopGrid[b-zaggtl0vu3] {
        margin-bottom: 25px;
    }
    .OurTeamTextMain[b-zaggtl0vu3] {
        margin-top: 25px;
        margin-bottom: 15px;
    }
    .OurTeamGrid[b-zaggtl0vu3] {
        margin-top: 0px;
    }
}

/* _content/MINEMELODY_WEBSITE_CMS/Components/Layout/CwSoftware/Component/CwSoftwarePackagePage.razor.rz.scp.css */
img[b-xzko4f8zox] {
    max-width: 100%;
    max-height: 100%;
}

.Space1[b-xzko4f8zox] {
    margin: 80px 50px;
}

.IconOneTimeBuy[b-xzko4f8zox] {
    height: 50px;
}

.OneTimeBuy[b-xzko4f8zox] {
    margin-left: 30px;
    font-size: 60px;
    font-weight: bold;
}

.MarkDetail[b-xzko4f8zox] {
    color: #9d9fa1;
    text-align: end;
    margin: 20px 50px;
    font-size: 16px;
}

.PackageGrid[b-xzko4f8zox] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin: 0 50px;
}

    .PackageGrid > div[b-xzko4f8zox] {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .PackageGrid .PackageName[b-xzko4f8zox] {
        width: 70%;
        border: 2px solid #221f1f;
        border-radius: 500px;
        text-align: center;
        margin-bottom: 50px;
    }

    .PackageGrid .PackageDetailMain[b-xzko4f8zox] {
        background: #f8f8f8;
        width: 100%;
        border: 3px solid #e8e8e8;
        border-radius: 10px;
    }

        .PackageGrid .PackageDetailMain .Per[b-xzko4f8zox] {
            display: flex;
            flex-direction: column;
            align-items: center;
            padding: 30px;
            border-bottom: 3px solid #e8e8e8;
            font-weight: bold;
        }

            .PackageGrid .PackageDetailMain .Per > .Head[b-xzko4f8zox] {
                font-weight: normal !important;
            }

            .PackageGrid .PackageDetailMain .Per > .Detail[b-xzko4f8zox] {
                text-align: center;
                font-weight: normal!important;
            }

            .PackageGrid .PackageDetailMain .Per > .Detail.TrueMark[b-xzko4f8zox] {
                width: 100%;
                display: flex;
                align-items: center;
                margin-top: 10px;
            }
                .PackageGrid .PackageDetailMain .Per > .Detail.TrueMark > .TrueMarkDiv[b-xzko4f8zox] {
                    height: 1vw!important;
                    width: 1vw!important;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                }
                .PackageGrid .PackageDetailMain .Per > .Detail.TrueMark > .Text[b-xzko4f8zox] {
                    margin-left: 15px;
                    font-size: 30px;
                }

            .PackageGrid .PackageDetailMain .Per > .Price[b-xzko4f8zox] {
                font-size: 1.2vw !important;
                font-weight: normal !important;
            }

.TextMorePackage[b-xzko4f8zox] {
    margin: 50px;
}

    .TextMorePackage > span:nth-child(1)[b-xzko4f8zox] {
        color: #ff3a21;
    }

    .TextMorePackage > span:nth-child(2)[b-xzko4f8zox] {
    }

    .TextMorePackage > span:nth-child(3)[b-xzko4f8zox] {
    }

.RegisterTestButton[b-xzko4f8zox] {
    display: flex;
    align-items: center;
    height: 30px;
    border-radius: 9000px;
    font-size: 55px;
    width: fit-content;
    color: white;
    border-radius: 50vw;
    padding: 1.5vw 2.5vw;
    margin-top: 3vw;
    font-size: 1.775vw;
    background: linear-gradient(90deg,rgba(236, 15, 103, 1) 0%, rgba(238, 66, 44, 1) 50%, rgba(239, 87, 44, 1) 100%);
}

@media (width < 3000px) and (width > 530px) 
{
    .PackageGrid .PackageName[b-xzko4f8zox] {
        font-size: 1.775vw;
    }

    .PackageDetailMain .Per .Head[b-xzko4f8zox] {
        font-size: 1.775vw;
    }

    .PackageDetailMain > .Per .Detail[b-xzko4f8zox] {
        font-size: 1.775vw;
    }

    .PackageDetailMain > .Per .Price[b-xzko4f8zox] {
        font-size: 1.2vw;
    }
    .RegisterTestButton[b-xzko4f8zox] {
        padding: 1.5vw 2.5vw;
        font-size: 1.775vw;
    }
    .TextMorePackage[b-xzko4f8zox] {
        font-size: 1.775vw !important;
        margin: 50px;
    }
    .PackageGrid .PackageName[b-xzko4f8zox] {
        font-size: 1.775vw !important;
        width: 70%;
        border: 2px solid #221f1f;
        border-radius: 500px;
        text-align: center;
        margin-bottom: 50px;
    }
    .OneTimeBuy[b-xzko4f8zox] {
        font-size: 1.775vw;
    }
    .PackageGrid .PackageDetailMain .Per > .Head[b-xzko4f8zox] {
        font-size: 1.775vw !important;
        font-weight: normal !important;
    }

    .PackageGrid .PackageDetailMain .Per > .Detail[b-xzko4f8zox] {
        font-size: 1.775vw !important;
        text-align: center;
        font-weight: normal !important;
    }

    .PackageGrid .PackageDetailMain .Per > .Price[b-xzko4f8zox] {
        font-size: 1.2vw !important;
        font-weight: normal !important;
    }
}

@media (max-width: 1620px) {

    .PackageGrid .PackageName[b-xzko4f8zox] {
        font-size: 30px;
        width: 70%;
        border: 2px solid #221f1f;
        border-radius: 500px;
        text-align: center;
        margin-bottom: 50px;
    }

    .PackageGrid .PackageDetailMain .Per > .Head[b-xzko4f8zox] {
        
    }

    .PackageGrid .PackageDetailMain .Per > .Detail[b-xzko4f8zox] {
        font-size: 30px;
        text-align: center;
    }

    .PackageGrid .PackageDetailMain .Per > .Price[b-xzko4f8zox] {
        font-size: 25px;
    }

    .PackageGrid .PackageDetailMain .Per > .Detail.TrueMark > .TrueMarkDiv[b-xzko4f8zox] {
        height: 30px;
        width: 30px;
    }

    .PackageGrid .PackageDetailMain .Per > .Detail.TrueMark > .Text[b-xzko4f8zox] {
        margin-left: 15px;
        font-size: 30px;
    }

    .TextMorePackage[b-xzko4f8zox] {
        font-size: 65px;
    }
}

@media (max-width: 1360px) {
    .PackageGrid .PackageName[b-xzko4f8zox] {
        font-size: 20px;
    }

    .PackageGrid .PackageDetailMain .Per > .Head[b-xzko4f8zox] {
       
    }

    .PackageGrid .PackageDetailMain .Per > .Detail[b-xzko4f8zox] {
        font-size: 20px;
    }
    .PackageGrid .PackageDetailMain .Per > .Price[b-xzko4f8zox] {
        font-size: 15px;
    }
    .PackageGrid .PackageDetailMain .Per > .Detail.TrueMark[b-xzko4f8zox] {
        width: 80%;
    }
    .PackageGrid .PackageDetailMain .Per > .Detail.TrueMark > .TrueMarkDiv[b-xzko4f8zox] {
        height: 20px;
        width: 20px;
    }

    .PackageGrid .PackageDetailMain .Per > .Detail.TrueMark > .Text[b-xzko4f8zox] {
        margin-left: 15px;
        font-size: 16px;
    }

    .TextMorePackage[b-xzko4f8zox] {
        font-size: 50px;
    }
}


@media (max-width: 1050px) {
    .PackageGrid .PackageName[b-xzko4f8zox] {
        font-size: 15px;
    }

    .PackageGrid .PackageDetailMain .Per > .Head[b-xzko4f8zox] {
       
    }

    .PackageGrid .PackageDetailMain .Per > .Detail[b-xzko4f8zox] {
        font-size: 15px;
    }

    .PackageGrid .PackageDetailMain .Per > .Price[b-xzko4f8zox] {
        font-size: 13px;
    }
    .PackageGrid .PackageDetailMain .Per > .Detail.TrueMark[b-xzko4f8zox] {
        width: 100%;
    }

    .PackageGrid .PackageDetailMain .Per > .Detail.TrueMark > .TrueMarkDiv[b-xzko4f8zox] {
        height: 20px;
        width: 20px;
    }

    .PackageGrid .PackageDetailMain .Per > .Detail.TrueMark > .Text[b-xzko4f8zox] {
        margin-left: 15px;
        font-size: 15px;
    }
    .TextMorePackage[b-xzko4f8zox] {
        font-size: 40px;
    }
}

@media (max-width: 880px) {
    .PackageGrid[b-xzko4f8zox] {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
        margin: 0 50px;
    }

        .PackageGrid .PackageName[b-xzko4f8zox] {
            font-size: 50px;
            width: 100%;
        }

        .PackageGrid .PackageDetailMain .Per > .Head[b-xzko4f8zox] {
            
        }

        .PackageGrid .PackageDetailMain .Per > .Detail[b-xzko4f8zox] {
            font-size: 40px;
        }

        .PackageGrid .PackageDetailMain .Per > .Price[b-xzko4f8zox] {
            font-size: 40px;
        }

        .PackageGrid .PackageDetailMain .Per > .Detail.TrueMark[b-xzko4f8zox] {
            width: 60%;
        }

            .PackageGrid .PackageDetailMain .Per > .Detail.TrueMark > .TrueMarkDiv[b-xzko4f8zox] {
                height: 30px;
                width: 30px;
            }

            .PackageGrid .PackageDetailMain .Per > .Detail.TrueMark > .Text[b-xzko4f8zox] {
                margin-left: 15px;
                font-size: 36px;
            }

        .PackageGrid > div[b-xzko4f8zox] {
            margin-top: 30px;
        }

    .OneTimeBuy[b-xzko4f8zox] {
        margin-left: 30px;
        font-size: 50px;
        font-weight: bold;
    }

    .TextMorePackage[b-xzko4f8zox] {
        font-size: 35px;
    }

}

@media (max-width: 820px) {
    .PackageGrid[b-xzko4f8zox] {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
        margin: 0 50px;
    }

        .PackageGrid .PackageName[b-xzko4f8zox] {
            font-size: 40px;
        }

        .PackageGrid .PackageDetailMain .Per > .Head[b-xzko4f8zox] {
            
        }

        .PackageGrid .PackageDetailMain .Per > .Detail[b-xzko4f8zox] {
            font-size: 30px;
        }

        .PackageGrid .PackageDetailMain .Per > .Price[b-xzko4f8zox] {
            font-size: 26px!important;
        }

        .PackageGrid .PackageDetailMain .Per > .Detail.TrueMark[b-xzko4f8zox] {
            width: 60%;
        }

            .PackageGrid .PackageDetailMain .Per > .Detail.TrueMark > .TrueMarkDiv[b-xzko4f8zox] {
                height: 30px;
                width: 30px;
            }

            .PackageGrid .PackageDetailMain .Per > .Detail.TrueMark > .Text[b-xzko4f8zox] {
                margin-left: 15px;
                font-size: 30px;
            }

        .PackageGrid > div[b-xzko4f8zox] {
            margin-top: 30px;
        }
    .OneTimeBuy[b-xzko4f8zox] {
        margin-left: 30px;
        font-size: 40px;
        font-weight: bold;
    }
    .TextMorePackage[b-xzko4f8zox] {
        font-size: 30px;
    }
}

@media (max-width: 660px) {
    .PackageGrid[b-xzko4f8zox] {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
        margin: 0 50px;
    }

        .PackageGrid .PackageName[b-xzko4f8zox] {
            font-size: 40px;
        }

        .PackageGrid .PackageDetailMain .Per > .Head[b-xzko4f8zox] {
            
        }

        .PackageGrid .PackageDetailMain .Per > .Detail[b-xzko4f8zox] {
            font-size: 30px;
        }

        .PackageGrid .PackageDetailMain .Per > .Price[b-xzko4f8zox] {
            font-size: 30px;
        }

        .PackageGrid .PackageDetailMain .Per > .Detail.TrueMark[b-xzko4f8zox] {
            width: 80%;
        }

            .PackageGrid .PackageDetailMain .Per > .Detail.TrueMark > .TrueMarkDiv[b-xzko4f8zox] {
                height: 30px;
                width: 30px;
            }

            .PackageGrid .PackageDetailMain .Per > .Detail.TrueMark > .Text[b-xzko4f8zox] {
                margin-left: 15px;
                font-size: 26px;
            }

        .PackageGrid > div[b-xzko4f8zox] {
            margin-top: 30px;
        }
    .OneTimeBuy[b-xzko4f8zox] {
        margin-left: 30px;
        font-size: 30px;
        font-weight: bold;
    }
    .IconOneTimeBuy[b-xzko4f8zox] {
        height: 40px;
    }
    .TextMorePackage[b-xzko4f8zox] {
        font-size: 23px;
    }

    .MarkDetail[b-xzko4f8zox] {
        font-size: 12px;
    }
}

@media (max-width: 550px) {
    .PackageGrid[b-xzko4f8zox] {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
        margin: 0 50px;
    }

        .PackageGrid .PackageName[b-xzko4f8zox] {
            font-size: 35px;
        }

        .PackageGrid .PackageDetailMain .Per > .Head[b-xzko4f8zox] {
            
        }

        .PackageGrid .PackageDetailMain .Per > .Detail[b-xzko4f8zox] {
            font-size: 25px;
        }

        .PackageGrid .PackageDetailMain .Per > .Price[b-xzko4f8zox] {
            font-size: 18px!important;
        }

        .PackageGrid .PackageDetailMain .Per > .Detail.TrueMark[b-xzko4f8zox] {
            width: 80%;
        }

            .PackageGrid .PackageDetailMain .Per > .Detail.TrueMark > .TrueMarkDiv[b-xzko4f8zox] {
                height: 30px;
                width: 30px;
            }

            .PackageGrid .PackageDetailMain .Per > .Detail.TrueMark > .Text[b-xzko4f8zox] {
                margin-left: 15px;
                font-size: 21px;
            }

        .PackageGrid > div[b-xzko4f8zox] {
            margin-top: 30px;
        }
    .OneTimeBuy[b-xzko4f8zox] {
        margin-left: 30px;
        font-size: 20px;
        font-weight: bold;
    }
    .IconOneTimeBuy[b-xzko4f8zox] {
        height: 30px;
    }
    .TextMorePackage[b-xzko4f8zox] {
        font-size: 20px;
    }

    .MarkDetail[b-xzko4f8zox] {
        font-size: 8px;
    }
}

@media (max-width: 490px) {
    .PackageGrid[b-xzko4f8zox] {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
        margin: 0 50px;
    }

        .PackageGrid .PackageName[b-xzko4f8zox] {
            font-size: 30px;
        }

        .PackageGrid .PackageDetailMain .Per > .Head[b-xzko4f8zox] {
            
        }

        .PackageGrid .PackageDetailMain .Per > .Detail[b-xzko4f8zox] {
            font-size: 20px;
        }

        .PackageGrid .PackageDetailMain .Per > .Price[b-xzko4f8zox] {
            font-size: 16px!important;
        }

        .PackageGrid .PackageDetailMain .Per > .Detail.TrueMark[b-xzko4f8zox] {
            width: 80%;
        }

            .PackageGrid .PackageDetailMain .Per > .Detail.TrueMark > .TrueMarkDiv[b-xzko4f8zox] {
                height: 30px;
                width: 30px;
            }

            .PackageGrid .PackageDetailMain .Per > .Detail.TrueMark > .Text[b-xzko4f8zox] {
                margin-left: 15px;
                font-size: 16px;
            }

        .PackageGrid > div[b-xzko4f8zox] {
            margin-top: 0px;
        }

    .TextMorePackage[b-xzko4f8zox] {
        margin: 20px;
        display: flex;
        justify-content: center;
    }

    .RegisterTestButton[b-xzko4f8zox] {
        margin-top: 5px;
        font-size: 12px;
        padding: 15px;
        cursor: pointer;
    }

    .MarkDetail[b-xzko4f8zox] {
        font-size: 8px;
        margin: 20px;
    }
}

.NewFontSize1[b-xzko4f8zox] {
    font-size: 1.2vw;
}

.NewFontSize2[b-xzko4f8zox] {
    font-size: 1.775vw;
}

.NewFontSize3[b-xzko4f8zox] {
    font-size: 3.35vw;
}

.NewFontSize1[b-xzko4f8zox] {
    font-size: 1.2vw;
}

.NewFontSize2[b-xzko4f8zox] {
    font-size: 1.775vw;
}

.NewFontSize3[b-xzko4f8zox] {
    font-size: 3.35vw;
}

.HeaderIconPer[b-xzko4f8zox] {
    width: 100%;
}

.NewFontSize1EN[b-xzko4f8zox] {
    font-size: 1.2vw;
}

@media (width <= 530px) {
    .TextMorePackage[b-xzko4f8zox] {
        font-size: 3.35vw;
    }
    .PackageDetailMain > .Per .Head[b-xzko4f8zox] {
        font-size: 3.35vw;
    }
    .PackageDetailMain > .Per .Detail[b-xzko4f8zox] {
        font-size: 1.775vw;
    }
    .PackageDetailMain > .Per .Price[b-xzko4f8zox] {
        font-size: 1.2vw;
    }
    .NewFontSize1[b-xzko4f8zox] {
        font-size: 2vw;
    }
    .NewFontSize1EN[b-xzko4f8zox] {
        font-size: 1.5vw;
    }

    .NewFontSize2[b-xzko4f8zox] {
        font-size: 2.5vw;
    }

    .NewFontSize3[b-xzko4f8zox] {
        font-size: 4.5vw;
    }
    .Space1[b-xzko4f8zox] {
        margin: 40px 50px 40px 50px;
    }
    .PackageName[b-xzko4f8zox] {
        margin-bottom: 25px!important;
    }
    .HeaderIconPer[b-xzko4f8zox] {
        width: 10vw;
    }
}

.LineWhiteGradient[b-xzko4f8zox] {
    width: 1px;
    min-width: 1px;
    margin: 0px 2vw;
    background: linear-gradient(0deg,rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.2) 100%);
}
/* _content/MINEMELODY_WEBSITE_CMS/Components/Layout/CwSoftware/CwSoftwareMainLayout.razor.rz.scp.css */
@font-face {
    font-family: 'Mine_Sukhumvit';
    src: url('../fonts/SukhumvitSet-Medium.ttf');
}

.MainFont[b-bxd2alec9d] {
    font-family: Mine_Sukhumvit;
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    margin: 0 8vw;
}

.hidescroll[b-bxd2alec9d]::-webkit-scrollbar {
    display: none;
}

@media (width <= 530px) {
    .MainFont[b-bxd2alec9d] {
        font-size: 14px;
        margin: 0 0;
    }
}
/* _content/MINEMELODY_WEBSITE_CMS/Components/Layout/MainLayout.razor.rz.scp.css */


.page[b-0h018imvqa] {
    position: relative;
    background: #f5f5f5 !important;
    min-height: 100%;
    user-select: none;
    padding-top: 0;
    padding-bottom: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
}

main[b-0h018imvqa] {
    flex: 1;
}

.sidebar[b-0h018imvqa] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-0h018imvqa] {

    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-0h018imvqa]  a, .top-row[b-0h018imvqa]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-0h018imvqa]  a:hover, .top-row[b-0h018imvqa]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-0h018imvqa]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-0h018imvqa] {
        justify-content: space-between;
    }

    .top-row[b-0h018imvqa]  a, .top-row[b-0h018imvqa]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {

    .sidebar[b-0h018imvqa] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-0h018imvqa] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-0h018imvqa]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-0h018imvqa], article[b-0h018imvqa] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-0h018imvqa] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-0h018imvqa] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.RowMaxWidth[b-0h018imvqa] {
    position: relative;
    max-width: 1110px;
    width: 100%;
    padding-top: 0;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    flex: 1;
}

.StatusLoadingDiv[b-0h018imvqa] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.7);
    display: grid;
    place-items: center;
    z-index: 100000;
}


    .StatusLoadingDiv .Img[b-0h018imvqa] {
        width: 50px;
        height: 50px;
    }

.TopNav[b-0h018imvqa] {
    position: fixed;
    /*left: env(safe-area-inset-bottom, 0);
    top: env(safe-area-inset-bottom, 0);*/
    left: 0;
    top: 0;
    width: 100%;
    height: 80px;
    background-color: white;
    display: flex;
    justify-content: space-around;
    align-items: center;
    z-index: 999;
    /*    box-shadow: #cac6c6 0px 5px 20px;*/
    position: fixed;
    inset: 0 auto auto 0; /* top: 0; left: 0 */
    width: 100%;
    height: 80px;
    padding-top: env(safe-area-inset-top);
    background-color: white;
    display: flex;
    justify-content: space-around;
    align-items: center;
    z-index: 999;
    box-sizing: border-box;
}

    .TopNav .SearchBarDiv[b-0h018imvqa] {
        background: white;
        width: 95%;
        border-radius: 5px;
        display: flex;
        overflow: hidden;
    }

        .TopNav .SearchBarDiv svg[b-0h018imvqa] {
            fill: #233134;
        }

        .TopNav .SearchBarDiv input[b-0h018imvqa] {
            border: none;
            outline: none;
            flex: 1;
            padding-left: 15px;
            font-size: 20px;
            font-weight: normal;
        }

            .TopNav .SearchBarDiv input:focus[b-0h018imvqa] {
                border: none !important;
                box-shadow: none;
                outline: none;
            }

.BottomNav[b-0h018imvqa] {
    position: fixed;
    left: env(safe-area-inset-bottom, 0);
    bottom: env(safe-area-inset-bottom, 0);
    /*left: 0;
    bottom: 0;*/
    width: 100%;
    height: 80px;
    background-color: white;
    display: flex;
    justify-content: space-around;
    align-items: center;
    z-index: 999;
    box-shadow: #cac6c6 0px -5px 20px;
}

.BottomNav .Per[b-0h018imvqa] {
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .BottomNav .Per div:nth-child(2)[b-0h018imvqa] {
        margin-top: 5px;
        color: #bfbfbf;
    }

    .BottomNav .Per.CenterSVG[b-0h018imvqa] {
        margin-top: -35px;
    }

        .BottomNav .Per.CenterSVG div:nth-child(1)[b-0h018imvqa] {
            background: #f3f1f1;
            border-radius: 50%;
            padding: 10px;
            border: solid 1px #eae9e9;
            box-shadow: #cac6c6 0px 3px 5px;
        }

        .BottomNav .Per.CenterSVG div:nth-child(2)[b-0h018imvqa] {
            margin-top: 0px;
        }

.ClassSVG[b-0h018imvqa] {
    fill: #bfbfbf;
}


@media (min-width: 768px)
{
    .TopNav[b-0h018imvqa] {
        display: none;
    }
    .BottomNav[b-0h018imvqa] {
        display: none;
    }
}
/* _content/MINEMELODY_WEBSITE_CMS/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-10ipabd57v] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-10ipabd57v] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-10ipabd57v] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
    background: #dbd9d9;
}

.navbar-brand[b-10ipabd57v] {
    font-size: 1.1rem;
}

.bi[b-10ipabd57v] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-10ipabd57v] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-10ipabd57v] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-10ipabd57v] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-10ipabd57v] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-10ipabd57v] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-10ipabd57v] {
        padding-bottom: 1rem;
    }

    .nav-item[b-10ipabd57v]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-10ipabd57v]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-10ipabd57v]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-10ipabd57v] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-10ipabd57v] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-10ipabd57v] {
        display: none;
    }

    .nav-scrollable[b-10ipabd57v] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/MINEMELODY_WEBSITE_CMS/Components/Layout/ProductListLayout.razor.rz.scp.css */
/* _content/MINEMELODY_WEBSITE_CMS/Components/M_Components/AddNewAddress.razor.rz.scp.css */
.ModalAddAddressDiv[b-aebb9d3hg2] {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,.4);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.AddressInputText[b-aebb9d3hg2] {
    padding: 10px;
    width: 100%;
    font-size: 14px;
    height: 38px;
    border: none;
    outline: 1px solid rgba(0,0,0,.14);
}


.ModalAddAddress[b-aebb9d3hg2] {
    width: 500px;
    padding: 24px;
    background: white;
    box-shadow: 0 2px 4px rgba(0,0,0,.54);
    border-radius: 2px;
}

.HeaderTitle[b-aebb9d3hg2] {
    font-size: 20px;
}

.TestAlertValid[b-aebb9d3hg2] {
    
}

.CustomerNameZone[b-aebb9d3hg2]{
    display: flex;
}

    .CustomerNameZone .input[b-aebb9d3hg2] {
        padding: 10px;
        width: 100%;
        font-size: 14px;
        height: 38px;
        border: none;
        outline: 1px solid rgba(0,0,0,.14);
    }

.CustomerName[b-aebb9d3hg2] {
    position: absolute;
    top: -10px;
    left: 10px;
    font-size: 12px;
    background: white;
    padding: 0 5px;
}

.CustomerPhone[b-aebb9d3hg2] {
    position: absolute;
    top: -10px;
    left: 10px;
    font-size: 12px;
    background: white;
    padding: 0 5px;
}

.AddressZone1[b-aebb9d3hg2] {
    position: relative;
    display: flex;
}

    .AddressZone1 select[b-aebb9d3hg2] {
        height: 38px;
        font-size: 14px;
        width: 100%;
        padding: 10px;
        border: none;
        outline: 1px solid rgba(0,0,0,.14);
        text-align: center;
    }

.AddressZone2[b-aebb9d3hg2] {
    position: relative;
    display: flex;
}

    .AddressZone2 select[b-aebb9d3hg2] {
        height: 38px;
        font-size: 14px;
        width: 100%;
        padding: 10px;
        border: none;
        outline: 1px solid rgba(0,0,0,.14);
    }

.AddressZone3[b-aebb9d3hg2] {
    position: relative;
    display: flex;
}

    .AddressZone3 select[b-aebb9d3hg2] {
        height: 38px;
        font-size: 14px;
        width: 100%;
        padding: 10px;
        border: none;
        outline: 1px solid rgba(0,0,0,.14);
    }

.ZipPostCode[b-aebb9d3hg2] {
    position: relative;
    height: 38px;
    font-size: 14px;
    width: 100%;
    padding: 10px;
    border: none;
    outline: 1px solid rgba(0,0,0,.14);
    text-align: center;
}

.AddressZone4[b-aebb9d3hg2] {
    position: relative;
    display: flex;
}

    .AddressZone4 .ToolTips[b-aebb9d3hg2] {
        position: absolute;
        display: none;
    }

    .AddressZone4 .AddressTextarea[b-aebb9d3hg2] {
        width: 100%;
        resize: none;
        height: 50px;
        padding: 10px;
        font-size: 14px;
        outline: 1px solid rgba(0,0,0,.14);
        border: none;
    }

.AddressNameTitle[b-aebb9d3hg2] {
    font-size: 14px;
}

.AddressNameInput[b-aebb9d3hg2] {
    font-size: 14px;
    padding: 10px;
    width: 100%;
    font-size: 14px;
    height: 38px;
    border: none;
    outline: 1px solid rgba(0,0,0,.14);
    margin-bottom: 23px;
}

.SelectDefaultZone[b-aebb9d3hg2] {
    font-size: 14px;
    margin-top: 23px;
    margin-bottom: 23px;
    display: flex;
    align-items: center;
    cursor: pointer;
    width: fit-content;
}

.DefaultButton[b-aebb9d3hg2] {
    width: 18px;
    height: 18px;
    border: 1px solid #808080;
}

    .DefaultButton.Active[b-aebb9d3hg2] {

    }

        .DefaultButton.Active[b-aebb9d3hg2]::after {
            font-family: GoogleFont;
            content: "\e876";
            font-size: 20px;
            font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 200, 'opsz' 20;
            color: white;
            display: flex;
            align-items: center;
            justify-content: center;
            height: 100%;
            width: 100%;
        }

.DefaultButtonText[b-aebb9d3hg2] {
    margin-left: 10px;
}

.OperatorZone[b-aebb9d3hg2] {
    display: flex;
    justify-content: end;
}

.OperatorButtonSize[b-aebb9d3hg2] {
    padding: 10px;
    font-size: 14px;
    height: 36.8px;
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.25s;
}

.CancelButton[b-aebb9d3hg2] {
    outline: 1px solid rgba(0,0,0,.14);
}

    .CancelButton:hover[b-aebb9d3hg2] {
        background: rgb(242, 242, 242);
    }

.AcceptButton:hover[b-aebb9d3hg2] {
    filter: brightness(1.5);
}

@font-face {
    font-family: 'GoogleFont';
    font-style: normal;
    font-weight: 100 700;
    src: url('../fonts/google-font.woff2') format('woff2');
}

.Geogharpie[b-aebb9d3hg2] {
    position: absolute;
    top: -10px;
    left: 50%;
    font-size: 12px;
    background: white;
    padding: 0 5px;
    transform: translateX(-50%);
}

.LeftToolsTip[b-aebb9d3hg2] {
    position: absolute;
    top: -10px;
    left: 10px;
    font-size: 12px;
    background: white;
    padding: 0 5px;
    z-index: 2;
}
/* _content/MINEMELODY_WEBSITE_CMS/Components/M_Components/DateTimePicker.razor.rz.scp.css */
.CalendarTable[b-o4wb30qe0t] {

}

    .CalendarTable thead tr td[b-o4wb30qe0t] {
        text-align: center;
        font-size: 14px;
        width: 50px;
    }

.TableDayPer[b-o4wb30qe0t] {
    text-align: center;
    font-size: 14px;
    text-decoration: underline;
    height: 40px;
    cursor: pointer;
    user-select: none;
}

.DivDayPer:hover .SelectedCircle[b-o4wb30qe0t] {
    transform: translate(-50%,-50%) scale(1);
}

.CssMonthMove[b-o4wb30qe0t] {
    background: white;
    color: #1d2327;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 25px;
    cursor: pointer;
    border-radius: 3px;
    user-select: none;
    font-size: 14px;
    width: 75px;
    text-decoration: underline;
    position: relative;
}

.TodayDiv[b-o4wb30qe0t] {
    position: absolute;
    left: 50%;
    bottom: -15px;
    font-size: 8px;
    padding: 2px 5px;
    color: white;
    border-radius: 5px;
    background: #1d2327;
    transform: translate(-50%,0%);
}

.SelectedCircle[b-o4wb30qe0t] {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 55%;
    left: 50%;
    border: solid 1px #1d2327;
    transform: translate(-50%,-50%) scale(0);
    border-radius: 50%;
    transition: 0.25s;
}

.FooterDivPer[b-o4wb30qe0t] {
    background: white;
    color: #1d2327;
    padding: 0px 5px;
    height: 100%;
    cursor: pointer;
    user-select: none;
}
/* _content/MINEMELODY_WEBSITE_CMS/Components/M_Components/MinemelodyDataTable.razor.rz.scp.css */
.MainAllProducts[b-ucki68956q] {
    padding: 15px;
    display: flex;
    flex-direction: column;
}

.ConfirmOrCancelDeleteCustomerButton[b-ucki68956q] {
    background: #be0202;
    width: fit-content;
    padding: 5px 20px;
    color: white;
    border-radius: 5px;
    cursor: pointer;
    user-select: none;
}

.CancelColor[b-ucki68956q] {
    background: #1d2327;
}

.MenuBoxCss[b-ucki68956q] {
    font-size: 15px;
    padding: 0px 10px 0px 10px;
    border: solid 1px #2271b1;
    color: #2271b1;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    transition: 0.2s;
    cursor: pointer;
    user-select: none;
    height: 35px;
}

.Row[b-ucki68956q] {
    font-size: 13px;
}

    .Row .User[b-ucki68956q] {
        font-size: 15px;
        cursor: pointer;
        color: #2271b1;
    }

    .Row .Edit[b-ucki68956q] {
        font-size: 13px;
        cursor: pointer;
        color: #2271b1;
    }

    .Row .Slash[b-ucki68956q] {
        font-size: 16px;
    }

    .Row .Delete[b-ucki68956q] {
        color: #be0202;
        cursor: pointer;
    }

.MenuBoxCss:hover[b-ucki68956q] {
    filter: brightness(0.5);
}

.ProductsMenu[b-ucki68956q] {
    display: flex;
    align-items: center;
}

    .ProductsMenu .MenuName[b-ucki68956q] {
        font-size: 25px;
    }

    .ProductsMenu .Per[b-ucki68956q] {
        margin-left: 5px;
    }

.AllProductsStatusZone[b-ucki68956q] {
    display: flex;
    font-size: 15px;
    color: #2271b1;
    margin-top: 10px;
}

    .AllProductsStatusZone .Space[b-ucki68956q] {
        margin-right: 5px;
        margin-left: 5px;
        color: black;
    }

.CommandSelect[b-ucki68956q] {
    font-size: 15px;
    height: 35px;
    display: flex;
    align-items: center;
    border-radius: 5px;
}

.PageButtonCss[b-ucki68956q] {
    font-size: 15px;
    padding: 0px 5px 0px 5px;
    border: solid 1px #2271b1;
    color: #2271b1;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    transition: 0.2s;
    cursor: pointer;
    user-select: none;
    height: 25px;
    width: 25px;
    font-size: 10px;
}

    .PageButtonCss:hover[b-ucki68956q] {
        filter: brightness(0.5);
    }

.PageInputCss[b-ucki68956q] {
    width: 40px;
    border-radius: 5px;
    outline: none;
    border: solid 1px rgba(0,0,0,0.5);
    text-align: center;
    height: 25px;
}

.SetItCenter[b-ucki68956q] {
    display: flex;
    align-items: center;
    justify-content: center;
}

.TableContainer[b-ucki68956q] {
    margin-top: 10px;
    max-height: calc(100vh - 220px);
    overflow-y: scroll;
}

.TableShowDataList[b-ucki68956q] {
    table-layout: fixed;
    width: 100%;
    background: #ffffff;
    margin-bottom: 10px;
}

    .TableShowDataList thead[b-ucki68956q] {
    }

        .TableShowDataList thead tr th[b-ucki68956q] {
            font-weight: normal;
            color: #2271b1;
            height: 40px;
            vertical-align: middle;
            cursor: pointer;
            user-select: none;
            position: sticky;
            top: 0;
            z-index: 2;
            background: #ffffff;
        }

    .TableShowDataList tbody[b-ucki68956q] {
    }

        .TableShowDataList tbody tr td[b-ucki68956q] {
            height: 57px;
            word-break: break-all;
        }

            .TableShowDataList tbody tr td img[b-ucki68956q] {
                max-width: 40px;
                max-height: 40px;
            }

    .TableShowDataList input[b-ucki68956q] {
        width: 17px;
        height: 17px;
    }

    .TableShowDataList tfoot[b-ucki68956q] {
        border: solid 1px #c3c4c7;
    }

        .TableShowDataList tfoot tr th[b-ucki68956q] {
            font-weight: normal;
            color: #2271b1;
            height: 40px;
            vertical-align: middle;
            cursor: pointer;
            user-select: none;
        }

.IconDesc[b-ucki68956q]::after {
    font-family: dashicons;
    content: "\f140";
    color: #a7aaad;
    font-size: 18px;
    margin-left: -2px;
}

.IconAsc[b-ucki68956q]::after {
    font-family: dashicons;
    content: "\f142";
    color: #a7aaad;
    font-size: 18px;
    margin-left: -2px;
}

@media (max-width: 768px) {
}
/* _content/MINEMELODY_WEBSITE_CMS/Components/M_Components/MinemelodyDataTableColumn.razor.rz.scp.css */
body[b-2w9hzgoyjg] {
}
/* _content/MINEMELODY_WEBSITE_CMS/Components/M_Components/ModernToggle.razor.rz.scp.css */
.Main[b-zhwy1mxqrr] {
    position: relative;
    background: #d1d5db;
    height: 22px;
    width: 42px;
    display: flex;
    align-items: center;
    border-radius: 999px;
    cursor: pointer;
    padding: 0 3px;
    box-sizing: border-box;
    transition: background 0.3s ease, box-shadow 0.3s ease;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
    user-select: none;
    flex-shrink: 0;
}

    .Main:hover[b-zhwy1mxqrr] {
        box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2), 0 0 0 3px rgba(37, 152, 243, 0.15);
    }

    .Main.Active[b-zhwy1mxqrr] {
        background: linear-gradient(135deg, #3b82f6, #2563eb);
        box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 2px 8px rgba(37, 99, 235, 0.4);
    }

    .Main.Active:hover[b-zhwy1mxqrr] {
        box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 2px 8px rgba(37, 99, 235, 0.5), 0 0 0 3px rgba(37, 99, 235, 0.2);
    }

.CircleShow[b-zhwy1mxqrr] {
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #ffffff;
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.3s ease;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25), 0 0 1px rgba(0, 0, 0, 0.1);
    transform: translateX(0px);
    flex-shrink: 0;
}

    .CircleShow.Active[b-zhwy1mxqrr] {
        transform: translateX(20px);
        box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2), 0 0 1px rgba(0, 0, 0, 0.1);
    }
/* _content/MINEMELODY_WEBSITE_CMS/Components/M_Components/M_Input/M_InputSelectValidate.razor.rz.scp.css */
/* _content/MINEMELODY_WEBSITE_CMS/Components/M_Components/M_Input/M_InputTextarea.razor.rz.scp.css */
/* _content/MINEMELODY_WEBSITE_CMS/Components/M_Components/M_Input/M_InputValidate.razor.rz.scp.css */
.InputCss[b-33d2z1loev] {
    padding: 10px;
    width: 100%;
    font-size: 14px;
    height: 38px;
    border: none;
    outline: 1px solid rgba(0,0,0,.14);
}


.PlaceHeader[b-33d2z1loev] {
    position: absolute;
    top: -10px;
    left: 10px;
    font-size: 12px;
    background: white;
    padding: 0 5px;
}

.ValidateFail[b-33d2z1loev] {
    color: red;
}

.AddressInputText[b-33d2z1loev] {
    padding: 10px;
    width: 100%;
    font-size: 14px;
    height: 38px;
    border: none;
    outline: 1px solid rgba(0,0,0,.14);
}
/* _content/MINEMELODY_WEBSITE_CMS/Components/M_Components/M_Input/ValidateType/M_InputValidatePhone.razor.rz.scp.css */
.InputCss[b-6bsprw1vm1] {
    padding: 10px;
    width: 100%;
    font-size: 14px;
    height: 38px;
    border: none;
    outline: 1px solid rgba(0,0,0,.14);
}


.PlaceHeader[b-6bsprw1vm1] {
    position: absolute;
    top: -10px;
    left: 10px;
    font-size: 12px;
    background: white;
    padding: 0 5px;
}

.ValidateFail[b-6bsprw1vm1] {
    color: red;
}

.AddressInputText[b-6bsprw1vm1] {
    padding: 10px;
    width: 100%;
    font-size: 14px;
    height: 38px;
    border: none;
    outline: 1px solid rgba(0,0,0,.14);
}
/* _content/MINEMELODY_WEBSITE_CMS/Components/M_Components/SlideComponent.razor.rz.scp.css */
.main-div-slide[b-3w3eko2rcr] {
    width: 100%;
    overflow: hidden;
    position: relative;
    touch-action: pan-y;
}

.slide-track[b-3w3eko2rcr] {
    display: flex;
    gap: var(--gap, 0px);
    will-change: transform;
    animation: scroll-x-b-3w3eko2rcr var(--duration, 20s) linear infinite;
}

/* หยุดเมื่อโฮเวอร์ (ถ้าตั้งค่าไว้) */
.pause-on-hover .slide-track:hover[b-3w3eko2rcr] {
    animation-play-state: paused;
}

/* ความกว้างต่อชิ้นอิง container (คำนวณด้วย JS -> --item-width) */
.slide-track > *[b-3w3eko2rcr] {
    flex: 0 0 var(--item-width);
    min-width: var(--item-width);
    box-sizing: border-box;
}

@keyframes scroll-x-b-3w3eko2rcr {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
    /* ครึ่งหนึ่งของ track = ยาวเท่าชุดแรก */
}
/* _content/MINEMELODY_WEBSITE_CMS/Components/Pages/BackEnd/Alert_Popup/AcceptOnly.razor.rz.scp.css */
.AcceptOnlyMain[b-72di8mcxww] {
    position: fixed;
    top: 0;
    left: 0;
    color: black;
    z-index: 999999;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0, 0.50);
    user-select: none;
}

.DivMainBox[b-72di8mcxww] {
    height: fit-content;
    width: auto;
    background: white;
    padding: 10px 20px;
    min-width: 200px;
    flex-direction: column;
    border-radius: 5px;
}

.AcceptButton[b-72di8mcxww] {
    margin-top: 10px;
    cursor: pointer;
    padding: 5px 10px;
    background: #1d2327;
    color: white;
}
/* _content/MINEMELODY_WEBSITE_CMS/Components/Pages/BackEnd/Alert_Popup/AskForDeleteOrConfirm.razor.rz.scp.css */
.MainFix[b-wflhza4s6r] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.7);
    z-index: 10000;
    display: grid;
    place-items: center;
}

.MainDiv[b-wflhza4s6r] {
    background: white;
    padding: 20px 30px;
    border-radius: 5px;
    user-select: none;
}

.DivButtonZone[b-wflhza4s6r] {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.ButtonSize[b-wflhza4s6r] {
    border-radius: 5px;
    padding: 2px 15px;
    color: white;
    transition: 0.1s;
    cursor: pointer;
}

    .ButtonSize:hover[b-wflhza4s6r] {
        transform: scale(1.1);
    }

.ConfirmButton[b-wflhza4s6r] {
    background: #1d2327;
}

.CancelButton[b-wflhza4s6r] {
    color: black;
    border: 1px solid #c6c6c6;
}
/* _content/MINEMELODY_WEBSITE_CMS/Components/Pages/BackEnd/BackEndMain.razor.rz.scp.css */
/* _content/MINEMELODY_WEBSITE_CMS/Components/Pages/BackEnd/Blogs/BlogsAllList.razor.rz.scp.css */
.MainDivScreen[b-ynbbh98om3] {
    padding: 15px;
    flex: 1;
}

.MainDiv[b-ynbbh98om3] {
    width: 100%;
    height: 500px;
}

.HeaderZone[b-ynbbh98om3] {
    display: flex;
    align-items: center;
}

    .HeaderZone .TitleAddZone[b-ynbbh98om3] {
        display: flex;
        justify-content: start;
        align-items: center;
    }

        .HeaderZone .TitleAddZone .Title[b-ynbbh98om3] {
            font-size: 30px;
            margin-right: 20px;
        }

    .HeaderZone .SearchZone[b-ynbbh98om3] {
        flex: 1;
        display: flex;
        justify-content: end;
        align-items: center;
        margin-left: 30px;
    }

    .HeaderZone .SearchZone .InputSearch[b-ynbbh98om3]{
        padding-left: 10px;
        height: 36px;
        max-width: 250px;
        width: 100%;
        min-width: 150px;
    }

        .HeaderZone .SearchZone .InputSearchButton[b-ynbbh98om3] {
            min-width: 127px;
            margin-left: 20px;
            user-select: none;
            cursor: pointer;
            border-radius: 5px;
            padding: 5px 15px;
            border: 1px solid #1375e9;
            color: #1375e9;
            transition: 0.1s;
        }

            .HeaderZone .SearchZone .InputSearchButton:hover[b-ynbbh98om3] {
                transform: scale(1.1);
            }

.BodyZone[b-ynbbh98om3] {
    margin-top: 15px;
    width: 100%;
    background: white;
    border: 2px solid #e0e0e1;
    border-radius: 5px;
}

    .BodyZone .CategoryDiv[b-ynbbh98om3] {
        display: flex;
        justify-content: center;
        border-bottom: 2px solid #e0e0e1;
    }

        .BodyZone .CategoryDiv .Per[b-ynbbh98om3] {
            width: 150px;
            display: grid;
            place-items: center;
            font-size: 18px;
            height: 50px;
            cursor: pointer;
            user-select: none;
        }

.BodyDiv .HeadDiv[b-ynbbh98om3] {
    display: flex;
    
    background: #f0f0f1;
    box-shadow: #d7d7db 0px 3px 5px;
}

    .BodyDiv .HeadDiv .Per[b-ynbbh98om3] {
        flex: 1;
        display: flex;
        align-items: center;
        height: 40px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .BodyZone .BodyDiv[b-ynbbh98om3] {
        background: white;
        padding: 15px;
    }

.DataListDiv[b-ynbbh98om3] {
    
}

    .DataListDiv .PerBlog[b-ynbbh98om3] {
        border: 2px solid #e0e0e1;
        box-shadow: #d7d7db 0px 3px 5px;
        height: 100px;
        margin-top: 15px;
        display: flex;
    }

        .DataListDiv .PerBlog .Per[b-ynbbh98om3] {
            flex: 1;
            display: flex;
            align-items: center;
            padding-left: 15px;
            padding-right: 15px;
        }

.BlogsPerImage[b-ynbbh98om3] {
    position: relative;
    height: 100%;
    min-width: 150px;
    width: 150px;
    padding: 10px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .BlogsPerImage img[b-ynbbh98om3] {
        max-width: 100%;
        max-height: 100%;
        cursor: pointer;
    }

.BlogsPerNameZone[b-ynbbh98om3] {
    flex: 1;
    display: block;
    padding-left: 20px;
}

    .BlogsPerNameZone .Name[b-ynbbh98om3] {
        text-decoration: underline;
        cursor: pointer;
    }

    .BlogsPerNameZone .MenuZone[b-ynbbh98om3] {
        margin-top: 5px;
        display: flex;
    }

.BlogsButtonSize[b-ynbbh98om3] {
    display: grid;
    place-items: center;
    margin-right: 5px;
    border-radius: 5px;
    font-size: 14px;
    color: #007bff;
    text-decoration: underline;
    cursor: pointer;
}

.NameZone[b-ynbbh98om3] {
    min-width: 500px;
}

.WriterDiv[b-ynbbh98om3] {
    
}

.BlogsStatusHead[b-ynbbh98om3] {
    max-width: 250px;
}

.BlogsDateHead[b-ynbbh98om3] {
    max-width: 250px;
}

.BlogsStatus[b-ynbbh98om3] {
    max-width: 250px;
    font-size: 14px;
}

.BlogsDate[b-ynbbh98om3] {
    max-width: 250px;
    font-size: 14px;
}

@media (max-width: 630px) {

    .BlogsStatusHead[b-ynbbh98om3] {
        display: none !important;
    }
    .BlogsStatus[b-ynbbh98om3] {
        display: none !important;
    }
}

@media (max-width: 1200px) {
    .WriterDiv[b-ynbbh98om3] {
        display: none !important;
    }
    .BlogsStatusHead[b-ynbbh98om3] {
        max-width: 150px;
    }
    .BlogsStatus[b-ynbbh98om3] {
        max-width: 150px;
    }
}

@media (max-width: 870px) {
    .NameZone[b-ynbbh98om3] {
        min-width: 450px;
    }
}

@media (max-width: 730px) {
    .HeaderZone[b-ynbbh98om3] {
        display: block;
    }

        .HeaderZone .SearchZone[b-ynbbh98om3] {
            margin-left: 0px;
            margin-top: 20px;
            justify-content: center;
            align-items: center;
        }

        .HeaderZone .TitleAddZone[b-ynbbh98om3] {
            justify-content: center;
        }
}

@media (max-width: 730px) {

    .NameZone[b-ynbbh98om3] {
        min-width: 350px;
    }

    .DataListDiv .PerBlog[b-ynbbh98om3] {
        border: 2px solid #e0e0e1;
        box-shadow: #d7d7db 0px 3px 5px;
        height: 100px;
        margin-top: 15px;
        display: flex;
    }

        .DataListDiv .PerBlog .Per[b-ynbbh98om3] {
            flex: 1;
            display: flex;
            align-items: center;
            padding-left: 15px;
        }

    .BlogsPerImage[b-ynbbh98om3] {
        height: 100%;
        min-width: 50px;
        width: 150px;
        display: grid;
        place-items: center;
    }

        .BlogsPerImage img[b-ynbbh98om3] {
            max-height: 100%;
            max-width: 100%;
        }

    .BlogsButtonSize[b-ynbbh98om3] {
        display: grid;
        place-items: center;
        min-width: fit-content;
        background: none;
        margin-right: 5px;
        border-radius: 5px;
        font-size: 12px;
    }
}

@media (max-width: 530px) {

    .BlogsPerImage[b-ynbbh98om3] {
        min-width: 50px;
        width: 100%;
        max-width: 150px;
    }

    .NameZone[b-ynbbh98om3] {
        min-width: auto;
    }

    .BlogsDateHead[b-ynbbh98om3] {
        min-width: 115px;
        max-width: 115px;
    }

    .BlogsDate[b-ynbbh98om3] {
        min-width: 115px;
        max-width: 115px;
    }

    .BlogsPerNameZone[b-ynbbh98om3] {
        min-width: 160px;
    }
}


@media (max-width: 440px) {

    .DataListDiv .PerBlog[b-ynbbh98om3] {
        border: 2px solid #e0e0e1;
        box-shadow: #d7d7db 0px 3px 5px;
        height: fit-content;
        padding: 15px 0px;
        margin-top: 15px;
        display: block;
    }

    .BlogsDate[b-ynbbh98om3] {
        width: 100%;
        max-width: none;
        justify-content: center;
        margin-top: 10px;
        font-size: 12px;
    }

    .BlogsDateHead[b-ynbbh98om3]{
        display: none!important;
    }
}
/* _content/MINEMELODY_WEBSITE_CMS/Components/Pages/BackEnd/Blogs/BlogsManage.razor.rz.scp.css */
.MainDivScreen[b-zvcsexphuf] {
    padding: 15px;
    flex: 1;
}

.MainDiv[b-zvcsexphuf] {
    width: 100%;
    height: 500px;
}

.HeaderZone[b-zvcsexphuf] {
    display: flex;
    align-items: center;
}

    .HeaderZone .TitleAddZone[b-zvcsexphuf] {
        display: flex;
        justify-content: start;
        align-items: center;
    }

        .HeaderZone .TitleAddZone .Title[b-zvcsexphuf] {
            font-size: 30px;
            margin-right: 20px;
        }

        .HeaderZone .TitleAddZone .AddButton[b-zvcsexphuf] {
            user-select: none;
            cursor: pointer;
            border-radius: 5px;
            padding: 5px 15px;
            border: 1px solid #1375e9;
            color: #1375e9;
            transition: 0.1s;
            min-width: 141px;
        }

            .HeaderZone .TitleAddZone .AddButton:hover[b-zvcsexphuf] {
                transform: scale(1.1);
            }

.BodyZone[b-zvcsexphuf] {
    margin-top: 15px;
    width: 100%;
    border-radius: 5px;
    display: flex;
}

    .BodyZone .Body1[b-zvcsexphuf] {
        flex: 1;
        background: white;
        border: 2px solid #e0e0e1;
        height: fit-content;
    }

        .BodyZone .Body1 .BlogsNameZone[b-zvcsexphuf] {
            display: flex;
            align-items: center;
            padding: 15px;
            position: relative;
            margin-top: 15px;
        }

            .BodyZone .Body1 .BlogsNameZone .Title[b-zvcsexphuf] {
                position: absolute;
                top: -5px;
                left: 40px;
                background: white;
                padding: 0px 10px;
            }

            .BodyZone .Body1 .BlogsNameZone .Input[b-zvcsexphuf] {
                width: 100%;
                font-size: 24px;
                padding-left: 15px;
                height: 50px;
            }

    .BodyZone .Body2[b-zvcsexphuf] {
        margin-left: 10px;
        width: 300px;
    }

.BlogsStatus[b-zvcsexphuf] {
    border: 2px solid #e0e0e1;
    background: white;
}

    .BlogsStatus .PerStatus[b-zvcsexphuf] {
        display: flex;
        align-items: center;
        font-size: 13px;
        margin-top: 5px;
        padding-left: 10px;
    }

    .BlogsStatus .Title[b-zvcsexphuf] {
        border-bottom: 1px solid #c3c4c7;
        padding: 5px 10px 5px 10px;
        font-size: 14px;
    }

    .BlogsStatus .Value[b-zvcsexphuf] {
        font-size: 18px;
        height: 40px;
        display: grid;
        place-items: center;
    }

    .BlogsStatus .ButtonZone[b-zvcsexphuf] {
        display: grid;
        place-items: center;
        padding-bottom: 15px;
    }

        .BlogsStatus .ButtonZone .SaveButton[b-zvcsexphuf] {
            margin-top: 10px;
            width: fit-content;
            height: fit-content;
            color: white;
            background: #1375e9;
            padding: 5px 15px;
            border-radius: 5px;
            user-select: none;
            cursor: pointer;
            transition: 0.1s;
        }

            .BlogsStatus .ButtonZone .SaveButton:hover[b-zvcsexphuf] {
                transform: scale(1.1);
            }

.BlogsMainPicture[b-zvcsexphuf] {
    margin-top: 10px;
    border: 2px solid #e0e0e1;
    background: white;
}

    .BlogsMainPicture .Title[b-zvcsexphuf] {
        border-bottom: 1px solid #c3c4c7;
        padding: 5px 10px 5px 10px;
        font-size: 14px;
    }

    .BlogsMainPicture .BlogsMainImage img[b-zvcsexphuf]{
        max-width: 100%;
        width: auto;
        height: auto;
        padding: 20px;
    }

.FakeLink[b-zvcsexphuf] {
    font-size: 13px;
    color: #137fbf;
    text-decoration: underline;
    cursor: pointer;
    margin-top: 5px;
    padding-left: 10px;
    padding-bottom: 7px;
}

.ImageFont_Key[b-zvcsexphuf]::before {
    color: #8c91a2;
    font: normal 15px/1 dashicons;
    content: "\f173";
    padding-right: 10px;
}

.ImageFont_Eye[b-zvcsexphuf]::before {
    color: #8c91a2;
    font: normal 15px/1 dashicons;
    content: "\f177";
    padding-right: 10px;
}

.ImageFont_Calendar[b-zvcsexphuf]::before {
    color: #8c91a2;
    font: normal 15px/1 dashicons;
    content: "\f145";
    padding-right: 10px;
}

.LabelStatus[b-zvcsexphuf] {
    padding-left: 4px;
}

.LabelUpdateDate[b-zvcsexphuf] {
    padding-left: 4px;
}

.LabelPublishDate[b-zvcsexphuf] {
    padding-left: 4px;
}
/* _content/MINEMELODY_WEBSITE_CMS/Components/Pages/BackEnd/Componant/Componant_Payment.razor.rz.scp.css */
.MainBox[b-7qce264z3r] {
    width: 960px;
    background: white;
    border: solid 1px black;
    border-radius: 10px;
    margin: 0 auto;
    padding: 15px;
}

.TableStyle[b-7qce264z3r] {
    width: 100%;
    font-size: 12px;
    border-collapse: collapse;
}

.TypeSelectStyle[b-7qce264z3r] {
    color: #b42a2a;
    font-weight: bold;
    margin-left: 10px;
    display: flex;
    align-items: center;
    cursor: pointer;
    user-select: none;
}

.OperatorButton[b-7qce264z3r] {
    border: solid 1px #4f4f4f;
    background: #f3f3f3;
    width: 100px;
    text-align: center;
    border-radius: 3px;
    font-size: 12px;
    margin-top: 15px;
    cursor: pointer;
    user-select: none;
}

.OperatorButton:hover[b-7qce264z3r] {
    background: #e5e5e5;
}

.PaymentCash[b-7qce264z3r] {
    display: flex;
}

.PaymentCash div[b-7qce264z3r]{
    width: 120px;
}

.PaymentCash input[b-7qce264z3r]{
    width: 190px;
    text-align: end;
    padding-right: 5px;
}

.PaymentCash textarea[b-7qce264z3r]{
    width: 190px;
}

.TypeSelectStyle input[b-7qce264z3r] {
    margin-right: 5px;
}

.TableStyle thead[b-7qce264z3r] {
    background: #ccf7f7;
    color: #866969;
    border: solid 1px #808080;
    font-weight: bold;
}

.TableStyle thead tr td[b-7qce264z3r] {
    border: solid 1px #808080;
}

.TableStyle thead tr td:nth-child(1)[b-7qce264z3r]
{
    text-align: center;
}

.TableStyle thead tr td:nth-child(2)[b-7qce264z3r]
{
    text-align: center;
}

.TableStyle thead tr td:nth-child(3)[b-7qce264z3r]
{
    text-align: center;
}

.TableStyle thead tr td:nth-child(4)[b-7qce264z3r]
{
    text-align: center;
}

.TableStyle tbody tr td[b-7qce264z3r] {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #808080;
    vertical-align: top;
}

.Button[b-7qce264z3r] {
    background: #cfe2f5;
    border: solid 1px #cccccc;
    height: fit-content;
    color: #0558a3;
    font-size: 12px;
    padding: 0px 15px;
    cursor: pointer;
}
/* _content/MINEMELODY_WEBSITE_CMS/Components/Pages/BackEnd/Credit_Creditor/Credit_Creditor.razor.rz.scp.css */
/* _content/MINEMELODY_WEBSITE_CMS/Components/Pages/BackEnd/Credit_Debitor/Billing/Componant/BillingCredit_Debitor_Add.razor.rz.scp.css */
.MainPopUp[b-8xvg23a1il] {
    position: relative;
    width: 960px;
    background: #ffffff;
    border-radius: 10px;
    border: solid 1px #acacac;
    padding: 15px;
    margin: auto;
}

.BoxMenu[b-8xvg23a1il] {
    position: relative;
    margin: auto;
    border: solid 1px #cccccc;
    width: 100%;
    min-height: 60px;
}

.SubMenuBox[b-8xvg23a1il] {
    position: relative;
    background: #f8edee;
}

.MainTitle[b-8xvg23a1il] {
    font-size: 14px;
    padding-bottom: 10px;
    margin: 0 0 20px 0;
    border-bottom: solid 1px #cccccc;
}

.TitleBox[b-8xvg23a1il] {
    position: absolute;
    top: -15px;
    left: 50px;
    background: white;
    padding: 0 10px;
}

.TitleBoxSub[b-8xvg23a1il] {
    position: absolute;
    top: -10px;
    left: 25px;
    padding: 0 10px;
    font-size: 12px;
    display: flex;
}

.SearchCusButton[b-8xvg23a1il] {
    margin-left: 5px;
    font-weight: bold;
    background: #cfe2f5;
    color: #0558a3;
    padding: 0px 5px;
    cursor: pointer;
    border: solid 1px #acacac;
}

.SearchSellerButton[b-8xvg23a1il] {
    font-weight: bold;
    background: #cfe2f5;
    color: #0558a3;
    padding: 0px 5px;
    cursor: pointer;
    border: solid 1px #acacac;
}

.WidthSubBoxTitle[b-8xvg23a1il] {
    width: 100px;
}

.InputHeight[b-8xvg23a1il] {
    height: 19px;
}

.CyanTitle1Width[b-8xvg23a1il] {
    width: 90px;
}

.ButtonStyle[b-8xvg23a1il] {
    color: #0558a3;
    background: #cfe2f5;
    border: solid 1px #c0c0c0;
    width: 50px;
    font-size: 12px;
    text-align: center;
    user-select: none;
    cursor: pointer;
}
/* _content/MINEMELODY_WEBSITE_CMS/Components/Pages/BackEnd/Credit_Debitor/Billing/Componant/BillingCredit_SelectCredit.razor.rz.scp.css */
.MainBox[b-sjg3nlwhrk] {
    width: 960px;
    background: white;
    border: solid 1px black;
    border-radius: 10px;
    margin: 0 auto;
    padding: 15px;
}

.TableStyle[b-sjg3nlwhrk] {
    width: 100%;
    font-size: 12px;
}

.TableStyle thead[b-sjg3nlwhrk] {
    background: #3c7e12;
    color: white;
    border: solid 1px #808080;
}

.TableStyle thead tr td[b-sjg3nlwhrk] {
    border: solid 1px #808080;
}

.TableStyle thead tr td:nth-child(1)[b-sjg3nlwhrk]
{
    text-align: center;
}

.TableStyle thead tr td:nth-child(2)[b-sjg3nlwhrk]
{
    text-align: center;
}

.TableStyle thead tr td:nth-child(3)[b-sjg3nlwhrk]
{
    text-align: center;
}

.TableStyle thead tr td:nth-child(4)[b-sjg3nlwhrk]
{
    text-align: center;
}

.TableStyle thead tr td:nth-child(5)[b-sjg3nlwhrk]
{
    text-align: center;
}

.TableStyle thead tr td:nth-child(6)[b-sjg3nlwhrk]
{
    text-align: center;
}

.TableStyle thead tr td:nth-child(7)[b-sjg3nlwhrk]
{
    text-align: center;
}

.TableStyle thead tr td:nth-child(8)[b-sjg3nlwhrk]
{
    text-align: center;
}

.TableStyle thead tr td:nth-child(9)[b-sjg3nlwhrk]
{
    text-align: center;
}

.TableStyle thead tr td:nth-child(10)[b-sjg3nlwhrk]
{
    text-align: center;
}

.TableStyle thead tr td:nth-child(11)[b-sjg3nlwhrk]
{
    text-align: center;
}

.TableStyle tbody tr td:nth-child(1)[b-sjg3nlwhrk]
{
    text-align: center;
}

.TableStyle tbody tr td:nth-child(2)[b-sjg3nlwhrk]
{
    text-align: center;
}

.TableStyle tbody tr td:nth-child(3)[b-sjg3nlwhrk]
{
    text-align: left;
}

.TableStyle tbody tr td:nth-child(4)[b-sjg3nlwhrk]
{
    text-align: left;
    color: #3a75d6;
    padding-left: 5px;
}

.TableStyle tbody tr td:nth-child(5)[b-sjg3nlwhrk]
{
    text-align: left;
    padding-left: 5px;
    color: #118411;
}

.TableStyle tbody tr td:nth-child(6)[b-sjg3nlwhrk]
{
    text-align: center;
}

.TableStyle tbody tr td:nth-child(7)[b-sjg3nlwhrk]
{
    text-align: left;
    padding-left: 5px;
}

.TableStyle tbody tr td:nth-child(8)[b-sjg3nlwhrk]
{
    text-align: center;
}

.TableStyle tbody tr td:nth-child(9)[b-sjg3nlwhrk]
{
    text-align: left;
    padding-left: 5px;
}

.TableStyle tbody tr td:nth-child(10)[b-sjg3nlwhrk]
{
    text-align: right;
}

.TableStyle tbody tr td:nth-child(11)[b-sjg3nlwhrk]
{
    text-align: right;
    color: #ff4500;
}

.TableStyle tbody tr td[b-sjg3nlwhrk] {
    border: 1px solid #808080;
}

.TableStyle tfoot tr td[b-sjg3nlwhrk] {
    border: 1px solid #808080;
    background: #ffd3d3;
}

.Button[b-sjg3nlwhrk] {
    background: #cfe2f5;
    border: solid 1px #cccccc;
    height: fit-content;
    color: #0558a3;
    font-size: 12px;
    padding: 0px 15px;
    cursor: pointer;
}
/* _content/MINEMELODY_WEBSITE_CMS/Components/Pages/BackEnd/Credit_Debitor/Billing/Componant/SectionComponant/Section_BillingCreditCus_Detail.razor.rz.scp.css */
.MainPopUp[b-zk5xdy22i7] {
    position: relative;
    width: 960px;
    background: #ffffff;
    border-radius: 10px;
    border: solid 1px #acacac;
    padding: 15px;
    margin: auto;
}

.BoxMenu[b-zk5xdy22i7] {
    position: relative;
    margin: auto;
    border: solid 1px #cccccc;
    width: 100%;
    min-height: 60px;
}

.SubMenuBox[b-zk5xdy22i7] {
    position: relative;
    background: #f8edee;
}

.MainTitle[b-zk5xdy22i7] {
    font-size: 14px;
    padding-bottom: 10px;
    margin: 0 0 20px 0;
    border-bottom: solid 1px #cccccc;
}

.TitleBox[b-zk5xdy22i7] {
    position: absolute;
    top: -15px;
    left: 50px;
    background: white;
    padding: 0 10px;
}

.TitleBoxSub[b-zk5xdy22i7] {
    position: absolute;
    top: -10px;
    left: 25px;
    padding: 0 10px;
    font-size: 12px;
    display: flex;
}

.SearchCusButton[b-zk5xdy22i7] {
    margin-left: 5px;
    font-weight: bold;
    background: #cfe2f5;
    color: #0558a3;
    padding: 0px 5px;
    cursor: pointer;
    border: solid 1px #acacac;
}

.SearchSellerButton[b-zk5xdy22i7] {
    font-weight: bold;
    background: #cfe2f5;
    color: #0558a3;
    padding: 0px 5px;
    cursor: pointer;
    border: solid 1px #acacac;
}

.WidthSubBoxTitle[b-zk5xdy22i7] {
    width: 100px;
}

.InputHeight[b-zk5xdy22i7] {
    height: 19px;
}

.CyanTitle1Width[b-zk5xdy22i7] {
    width: 90px;
}

.ButtonStyle[b-zk5xdy22i7] {
    color: #0558a3;
    background: #cfe2f5;
    border: solid 1px #c0c0c0;
    width: 50px;
    font-size: 12px;
    text-align: center;
    user-select: none;
    cursor: pointer;
}

.LinkDiv[b-zk5xdy22i7] {
    color: #2558a3;
    background: #cfe2f5;
    border: solid 1px #cec7c8;
    padding-left: 5px;
    user-select: none;
    cursor: pointer;
}
/* _content/MINEMELODY_WEBSITE_CMS/Components/Pages/BackEnd/Credit_Debitor/Billing/Componant/SectionComponant/Section_BillingCredit_Detail.razor.rz.scp.css */
.MainPopUp[b-vdmyllinbk] {
    position: relative;
    width: 960px;
    background: #ffffff;
    border-radius: 10px;
    border: solid 1px #acacac;
    padding: 15px;
    margin: auto;
}

.BoxMenu[b-vdmyllinbk] {
    position: relative;
    margin: auto;
    border: solid 1px #cccccc;
    width: 100%;
    min-height: 60px;
}

.SubMenuBox[b-vdmyllinbk] {
    position: relative;
    background: #f8edee;
}

.MainTitle[b-vdmyllinbk] {
    font-size: 14px;
    padding-bottom: 10px;
    margin: 0 0 20px 0;
    border-bottom: solid 1px #cccccc;
}

.TitleBox[b-vdmyllinbk] {
    position: absolute;
    top: -15px;
    left: 50px;
    background: white;
    padding: 0 10px;
}

.TitleBoxSub[b-vdmyllinbk] {
    position: absolute;
    top: -10px;
    left: 25px;
    padding: 0 10px;
    font-size: 12px;
    display: flex;
}

.SearchCusButton[b-vdmyllinbk] {
    margin-left: 5px;
    font-weight: bold;
    background: #cfe2f5;
    color: #0558a3;
    padding: 0px 5px;
    cursor: pointer;
    border: solid 1px #acacac;
}

.SearchSellerButton[b-vdmyllinbk] {
    font-weight: bold;
    background: #cfe2f5;
    color: #0558a3;
    padding: 0px 5px;
    cursor: pointer;
    border: solid 1px #acacac;
}

.WidthSubBoxTitle[b-vdmyllinbk] {
    width: 100px;
}

.InputHeight[b-vdmyllinbk] {
    height: 19px;
}

.CyanTitle1Width[b-vdmyllinbk] {
    width: 90px;
}

.ButtonStyle[b-vdmyllinbk] {
    color: #0558a3;
    background: #cfe2f5;
    border: solid 1px #c0c0c0;
    width: 50px;
    font-size: 12px;
    text-align: center;
    user-select: none;
    cursor: pointer;
}

.LinkDiv[b-vdmyllinbk] {
    color: #2558a3;
    background: #cfe2f5;
    border: solid 1px #cec7c8;
    padding-left: 5px;
    user-select: none;
    cursor: pointer;
}
/* _content/MINEMELODY_WEBSITE_CMS/Components/Pages/BackEnd/Credit_Debitor/Billing/Componant/SectionComponant/Section_BillingCredit_PaymentZone.razor.rz.scp.css */
.BasePaymentType[b-u2ttf2o0uz] {
    background: #dddddd;
    border: solid 1px #c0c0c0;
    color: #286fb7;
    width: fit-content;
    padding: 0px 5px;
    margin: 0px 2px;
}

.TableStyle[b-u2ttf2o0uz] {
    width: 100%;
    font-size: 12px;
}

.TableStyle thead[b-u2ttf2o0uz] {
    background: #3c7e12;
    color: white;
    border: solid 1px #808080;
}

.TableStyle thead tr td[b-u2ttf2o0uz] {
    border: solid 1px #808080;
}

.TableStyle thead tr td:nth-child(1)[b-u2ttf2o0uz]
{
    text-align: center;
}

.TableStyle thead tr td:nth-child(2)[b-u2ttf2o0uz]
{
    text-align: center;
}

.TableStyle thead tr td:nth-child(3)[b-u2ttf2o0uz]
{
    text-align: center;
}

.TableStyle thead tr td:nth-child(4)[b-u2ttf2o0uz]
{
    text-align: center;
}

.TableStyle thead tr td:nth-child(5)[b-u2ttf2o0uz]
{
    text-align: center;
}

.TableStyle thead tr td:nth-child(6)[b-u2ttf2o0uz]
{
    text-align: center;
}

.TableStyle thead tr td:nth-child(7)[b-u2ttf2o0uz]
{
    text-align: center;
}

.TableStyle thead tr td:nth-child(8)[b-u2ttf2o0uz]
{
    text-align: center;
}

.TableStyle thead tr td:nth-child(9)[b-u2ttf2o0uz]
{
    text-align: center;
}

.TableStyle tbody tr td[b-u2ttf2o0uz] {
    border: solid 1px #808080;
}


.TableStyle tbody tr td:nth-child(1)[b-u2ttf2o0uz]
{
    text-align: center;
}

.TableStyle tbody tr td:nth-child(2)[b-u2ttf2o0uz]
{
    text-align: left;
    padding-left: 5px;
}

.TableStyle tbody tr td:nth-child(3)[b-u2ttf2o0uz]
{
    text-align: center;
}

.TableStyle tbody tr td:nth-child(4)[b-u2ttf2o0uz]
{
    text-align: left;
    padding-left: 5px;
}

.TableStyle tbody tr td:nth-child(5)[b-u2ttf2o0uz]
{
    text-align: center;
}

.TableStyle tbody tr td:nth-child(6)[b-u2ttf2o0uz]
{
    text-align: right;
    padding-right: 5px;
}

.TableStyle tbody tr td:nth-child(7)[b-u2ttf2o0uz]
{
    text-align: left;
}

.TableStyle tbody tr td:nth-child(8)[b-u2ttf2o0uz]
{
    text-align: right;
}

.TableStyle tbody tr td:nth-child(9)[b-u2ttf2o0uz]
{
    text-align: right;
}

.TableStyle tfoot tr td[b-u2ttf2o0uz]{
    font-weight: bold;
    background: #ffd3d3;
    border: solid 1px #808080;
}

.FindCreditDebitButton[b-u2ttf2o0uz] {
    background: #cfe2f5;
    border: solid 1px #cccccc;
    height: fit-content;
    color: #0558a3;
    font-size: 12px;
    padding: 0px 2px;
    cursor: pointer;
}
/* _content/MINEMELODY_WEBSITE_CMS/Components/Pages/BackEnd/Credit_Debitor/Billing/Componant/SectionComponant/Section_BillingCredit_TableCreditList.razor.rz.scp.css */
.TableStyle[b-e02ue9aqt7] {
    width: 100%;
    font-size: 12px;
}

.TableStyle thead[b-e02ue9aqt7] {
    background: #3c7e12;
    color: white;
    border: solid 1px #808080;
}

.TableStyle thead tr td[b-e02ue9aqt7] {
    border: solid 1px #808080;
}

.TableStyle thead tr td:nth-child(1)[b-e02ue9aqt7]
{
    text-align: center;
}

.TableStyle thead tr td:nth-child(2)[b-e02ue9aqt7]
{
    text-align: center;
}

.TableStyle thead tr td:nth-child(3)[b-e02ue9aqt7]
{
    text-align: center;
}

.TableStyle thead tr td:nth-child(4)[b-e02ue9aqt7]
{
    text-align: center;
}

.TableStyle thead tr td:nth-child(5)[b-e02ue9aqt7]
{
    text-align: center;
}

.TableStyle thead tr td:nth-child(6)[b-e02ue9aqt7]
{
    text-align: center;
}

.TableStyle thead tr td:nth-child(7)[b-e02ue9aqt7]
{
    text-align: center;
}

.TableStyle thead tr td:nth-child(8)[b-e02ue9aqt7]
{
    text-align: center;
}

.TableStyle thead tr td:nth-child(9)[b-e02ue9aqt7]
{
    text-align: center;
}

.TableStyle tbody tr td[b-e02ue9aqt7] {
    border: solid 1px #808080;
}


.TableStyle tbody tr td:nth-child(1)[b-e02ue9aqt7]
{
    text-align: center;
}

.TableStyle tbody tr td:nth-child(2)[b-e02ue9aqt7]
{
    text-align: left;
    padding-left: 5px;
}

.TableStyle tbody tr td:nth-child(3)[b-e02ue9aqt7]
{
    text-align: center;
}

.TableStyle tbody tr td:nth-child(4)[b-e02ue9aqt7]
{
    text-align: left;
    padding-left: 5px;
}

.TableStyle tbody tr td:nth-child(5)[b-e02ue9aqt7]
{
    text-align: center;
}

.TableStyle tbody tr td:nth-child(6)[b-e02ue9aqt7]
{
    text-align: right;
    padding-right: 5px;
}

.TableStyle tbody tr td:nth-child(7)[b-e02ue9aqt7]
{
    text-align: left;
}

.TableStyle tbody tr td:nth-child(8)[b-e02ue9aqt7]
{
    text-align: right;
}

.TableStyle tbody tr td:nth-child(9)[b-e02ue9aqt7]
{
    text-align: right;
}

.TableStyle tfoot tr td[b-e02ue9aqt7]{
    font-weight: bold;
    background: #ffd3d3;
    border: solid 1px #808080;
}

.FindCreditDebitButton[b-e02ue9aqt7] {
    background: #cfe2f5;
    border: solid 1px #cccccc;
    height: fit-content;
    color: #0558a3;
    font-size: 12px;
    padding: 0px 2px;
    cursor: pointer;
}
/* _content/MINEMELODY_WEBSITE_CMS/Components/Pages/BackEnd/Credit_Debitor/Billing/Componant/SectionComponant/Section_BillingCredit_TableMainPage.razor.rz.scp.css */
.TableStyle[b-okhnc2qjrv] {
    width: 100%;
    font-size: 12px;
}

.TableStyle thead[b-okhnc2qjrv] {
    background: #3c7e12;
    color: white;
    border: solid 1px #808080;
}

.TableStyle thead tr td[b-okhnc2qjrv] {
    border: solid 1px #808080;
}

.TableStyle thead tr td:nth-child(1)[b-okhnc2qjrv]
{
    text-align: center;
}

.TableStyle thead tr td:nth-child(2)[b-okhnc2qjrv]
{
    text-align: center;
}

.TableStyle thead tr td:nth-child(3)[b-okhnc2qjrv]
{
    text-align: center;
}

.TableStyle thead tr td:nth-child(4)[b-okhnc2qjrv]
{
    text-align: center;
}

.TableStyle thead tr td:nth-child(5)[b-okhnc2qjrv]
{
    text-align: center;
}

.TableStyle thead tr td:nth-child(6)[b-okhnc2qjrv]
{
    text-align: center;
}

.TableStyle thead tr td:nth-child(7)[b-okhnc2qjrv]
{
    text-align: center;
}

.TableStyle thead tr td:nth-child(8)[b-okhnc2qjrv]
{
    text-align: center;
}

.TableStyle thead tr td:nth-child(9)[b-okhnc2qjrv]
{
    text-align: center;
}

.TableStyle tbody tr td[b-okhnc2qjrv] {
    border: solid 1px #808080;
}


.TableStyle tbody tr td:nth-child(1)[b-okhnc2qjrv]
{
    text-align: center;
}

.TableStyle tbody tr td:nth-child(2)[b-okhnc2qjrv]
{
    text-align: left;
    padding-left: 5px;
}

.TableStyle tbody tr td:nth-child(3)[b-okhnc2qjrv]
{
    text-align: center;
}

.TableStyle tbody tr td:nth-child(4)[b-okhnc2qjrv]
{
    text-align: left;
    padding-left: 5px;
}

.TableStyle tbody tr td:nth-child(5)[b-okhnc2qjrv]
{
    text-align: center;
}

.TableStyle tbody tr td:nth-child(6)[b-okhnc2qjrv]
{
    text-align: right;
    padding-right: 5px;
}

.TableStyle tbody tr td:nth-child(7)[b-okhnc2qjrv]
{
    text-align: left;
}

.TableStyle tbody tr td:nth-child(8)[b-okhnc2qjrv]
{
    text-align: right;
}

.TableStyle tbody tr td:nth-child(9)[b-okhnc2qjrv]
{
    text-align: right;
}

.TableStyle tfoot tr td[b-okhnc2qjrv]{
    font-weight: bold;
    background: #ffd3d3;
    border: solid 1px #808080;
}
/* _content/MINEMELODY_WEBSITE_CMS/Components/Pages/BackEnd/Credit_Debitor/Billing/Credit_Debitor_Billing.razor.rz.scp.css */
.MainBox[b-dlct4rd0rc] {
    margin: auto;
    border-radius: 10px;
    background: rgb(255, 255, 255);
    width: 960px;
    min-height: 500px;
    border: solid 2px #c0c0c0;
    padding: 20px;
}

.BoxMenu[b-dlct4rd0rc] {
    position: relative;
    margin: auto;
    border: solid 1px #cccccc;
    width: 100%;
    display: grid;
    place-items: center;
    min-height: 60px;
}

.TitleBox[b-dlct4rd0rc] {
    position: absolute;
    top: -15px;
    left: 50px;
    background: white;
    padding: 0 10px;
}

.CreateNewCreditButton[b-dlct4rd0rc] {
    width: fit-content;
    background: #1d2327;
    color: white;
    padding: 5px 15px;
    font-size: 12px;
    border-radius: 5px;
    cursor: pointer;
}
/* _content/MINEMELODY_WEBSITE_CMS/Components/Pages/BackEnd/Credit_Debitor/Billing/Credit_Debitor_Billing_Bill.razor.rz.scp.css */
.MainPopUp[b-7ct6fm13l0] {
    position: relative;
    width: 960px;
    background: #ffffff;
    border-radius: 10px;
    border: solid 1px #acacac;
    padding: 15px;
    margin: auto;
}

.BoxMenu[b-7ct6fm13l0] {
    position: relative;
    margin: auto;
    border: solid 1px #cccccc;
    width: 100%;
    min-height: 60px;
}

.MainTitle[b-7ct6fm13l0] {
    font-size: 14px;
    padding-bottom: 10px;
    margin: 0 0 20px 0;
    border-bottom: solid 1px #cccccc;
}

.TitleBox[b-7ct6fm13l0] {
    position: absolute;
    top: -15px;
    left: 50px;
    background: white;
    padding: 0 10px;
    font-size: 12px;
}

.ButtonChangeBillStatus[b-7ct6fm13l0] {
    font-size: 13px;
    border: solid 1px #4f4f4f;
    border-radius: 2px;
    background: #efefef;
    padding: 2px 40px;
    cursor: pointer;
    user-select: none;
}

.ButtonChangeBillStatus:hover[b-7ct6fm13l0] {
    background: #e5e5e5;
}

.FindCreditDebitButton[b-7ct6fm13l0] {
    background: #cfe2f5;
    border: solid 1px #cccccc;
    height: fit-content;
    color: #0558a3;
    font-size: 12px;
    padding: 0px 15px;
    cursor: pointer;
}
/* _content/MINEMELODY_WEBSITE_CMS/Components/Pages/BackEnd/Credit_Debitor/Componant/Credit_Debitor_Add.razor.rz.scp.css */
.MainPopUp[b-bzxjjtzzmj] {
    position: relative;
    width: 960px;
    background: #ffffff;
    border-radius: 10px;
    border: solid 1px #acacac;
    padding: 15px;
    margin: auto;
}

.BoxMenu[b-bzxjjtzzmj] {
    position: relative;
    margin: auto;
    border: solid 1px #cccccc;
    width: 100%;
    min-height: 60px;
}

.SubMenuBox[b-bzxjjtzzmj] {
    position: relative;
    background: #f8edee;
}

.MainTitle[b-bzxjjtzzmj] {
    font-size: 14px;
    padding-bottom: 10px;
    margin: 0 0 20px 0;
    border-bottom: solid 1px #cccccc;
}

.TitleBox[b-bzxjjtzzmj] {
    position: absolute;
    top: -15px;
    left: 50px;
    background: white;
    padding: 0 10px;
}

.TitleBoxSub[b-bzxjjtzzmj] {
    position: absolute;
    top: -10px;
    left: 25px;
    padding: 0 10px;
    font-size: 12px;
    display: flex;
}

.SearchCusButton[b-bzxjjtzzmj] {
    margin-left: 5px;
    font-weight: bold;
    background: #cfe2f5;
    color: #0558a3;
    padding: 0px 5px;
    cursor: pointer;
    border: solid 1px #acacac;
}

.SearchSellerButton[b-bzxjjtzzmj] {
    font-weight: bold;
    background: #cfe2f5;
    color: #0558a3;
    padding: 0px 5px;
    cursor: pointer;
    border: solid 1px #acacac;
}

.WidthSubBoxTitle[b-bzxjjtzzmj] {
    width: 100px;
}

.InputHeight[b-bzxjjtzzmj] {
    height: 19px;
}

.CyanTitle1Width[b-bzxjjtzzmj] {
    width: 90px;
}

.ButtonStyle[b-bzxjjtzzmj] {
    color: #0558a3;
    background: #cfe2f5;
    border: solid 1px #c0c0c0;
    width: 50px;
    font-size: 12px;
    text-align: center;
    user-select: none;
    cursor: pointer;
}
/* _content/MINEMELODY_WEBSITE_CMS/Components/Pages/BackEnd/Credit_Debitor/Componant/Credit_Debitor_Bill.razor.rz.scp.css */
.MainPopUp[b-ute0qrbxlr] {
    position: relative;
    width: 960px;
    background: #ffffff;
    border-radius: 10px;
    border: solid 1px #acacac;
    padding: 15px;
    margin: auto;
}

.BoxMenu[b-ute0qrbxlr] {
    position: relative;
    margin: auto;
    border: solid 1px #cccccc;
    width: 100%;
    min-height: 60px;
}

.MainTitle[b-ute0qrbxlr] {
    font-size: 14px;
    padding-bottom: 10px;
    margin: 0 0 20px 0;
    border-bottom: solid 1px #cccccc;
}

.TitleBox[b-ute0qrbxlr] {
    position: absolute;
    top: -15px;
    left: 50px;
    background: white;
    padding: 0 10px;
    font-size: 12px;
}

.ButtonChangeBillStatus[b-ute0qrbxlr] {
    font-size: 13px;
    border: solid 1px #4f4f4f;
    border-radius: 2px;
    background: #efefef;
    padding: 2px 40px;
    cursor: pointer;
    user-select: none;
}

.ButtonChangeBillStatus:hover[b-ute0qrbxlr] {
    background: #e5e5e5;
}
/* _content/MINEMELODY_WEBSITE_CMS/Components/Pages/BackEnd/Credit_Debitor/Componant/SectionComponant/Section_CreditCus_Detail.razor.rz.scp.css */
.MainPopUp[b-5w7irroifd] {
    position: relative;
    width: 960px;
    background: #ffffff;
    border-radius: 10px;
    border: solid 1px #acacac;
    padding: 15px;
    margin: auto;
}

.BoxMenu[b-5w7irroifd] {
    position: relative;
    margin: auto;
    border: solid 1px #cccccc;
    width: 100%;
    min-height: 60px;
}

.SubMenuBox[b-5w7irroifd] {
    position: relative;
    background: #f8edee;
}

.MainTitle[b-5w7irroifd] {
    font-size: 14px;
    padding-bottom: 10px;
    margin: 0 0 20px 0;
    border-bottom: solid 1px #cccccc;
}

.TitleBox[b-5w7irroifd] {
    position: absolute;
    top: -15px;
    left: 50px;
    background: white;
    padding: 0 10px;
}

.TitleBoxSub[b-5w7irroifd] {
    position: absolute;
    top: -10px;
    left: 25px;
    padding: 0 10px;
    font-size: 12px;
    display: flex;
}

.SearchCusButton[b-5w7irroifd] {
    margin-left: 5px;
    font-weight: bold;
    background: #cfe2f5;
    color: #0558a3;
    padding: 0px 5px;
    cursor: pointer;
    border: solid 1px #acacac;
}

.SearchSellerButton[b-5w7irroifd] {
    font-weight: bold;
    background: #cfe2f5;
    color: #0558a3;
    padding: 0px 5px;
    cursor: pointer;
    border: solid 1px #acacac;
}

.WidthSubBoxTitle[b-5w7irroifd] {
    width: 100px;
}

.InputHeight[b-5w7irroifd] {
    height: 19px;
}

.CyanTitle1Width[b-5w7irroifd] {
    width: 90px;
}

.ButtonStyle[b-5w7irroifd] {
    color: #0558a3;
    background: #cfe2f5;
    border: solid 1px #c0c0c0;
    width: 50px;
    font-size: 12px;
    text-align: center;
    user-select: none;
    cursor: pointer;
}

.LinkDiv[b-5w7irroifd] {
    color: #2558a3;
    background: #cfe2f5;
    border: solid 1px #cec7c8;
    padding-left: 5px;
    user-select: none;
    cursor: pointer;
}
/* _content/MINEMELODY_WEBSITE_CMS/Components/Pages/BackEnd/Credit_Debitor/Componant/SectionComponant/Section_CreditTo_Detail.razor.rz.scp.css */
.MainPopUp[b-3aqt9n4c1q] {
    position: relative;
    width: 960px;
    background: #ffffff;
    border-radius: 10px;
    border: solid 1px #acacac;
    padding: 15px;
    margin: auto;
}

.BoxMenu[b-3aqt9n4c1q] {
    position: relative;
    margin: auto;
    border: solid 1px #cccccc;
    width: 100%;
    min-height: 60px;
}

.SubMenuBox[b-3aqt9n4c1q] {
    position: relative;
    background: #def8de;
}

.MainTitle[b-3aqt9n4c1q] {
    font-size: 14px;
    padding-bottom: 10px;
    margin: 0 0 20px 0;
    border-bottom: solid 1px #cccccc;
}

.TitleBox[b-3aqt9n4c1q] {
    position: absolute;
    top: -15px;
    left: 50px;
    background: white;
    padding: 0 10px;
}

.TitleBoxSub[b-3aqt9n4c1q] {
    position: absolute;
    top: -10px;
    left: 25px;
    padding: 0 10px;
    font-size: 12px;
    display: flex;
}

.SearchCusButton[b-3aqt9n4c1q] {
    margin-left: 5px;
    font-weight: bold;
    background: #cfe2f5;
    color: #0558a3;
    padding: 0px 5px;
    cursor: pointer;
    border: solid 1px #acacac;
}

.SearchSellerButton[b-3aqt9n4c1q] {
    font-weight: bold;
    background: #cfe2f5;
    color: #0558a3;
    padding: 0px 5px;
    cursor: pointer;
    border: solid 1px #acacac;
}

.WidthSubBoxTitle[b-3aqt9n4c1q] {
    width: 100px;
}

.InputHeight[b-3aqt9n4c1q] {
    height: 19px;
}

.CyanTitle1Width[b-3aqt9n4c1q] {
    width: 90px;
}

.ButtonStyle[b-3aqt9n4c1q] {
    color: #0558a3;
    background: #cfe2f5;
    border: solid 1px #c0c0c0;
    width: 50px;
    font-size: 12px;
    text-align: center;
    user-select: none;
    cursor: pointer;
}

.LinkDiv[b-3aqt9n4c1q] {
    color: #2558a3;
    background: #cfe2f5;
    border: solid 1px #cec7c8;
    padding-left: 5px;
    user-select: none;
    cursor: pointer;
}
/* _content/MINEMELODY_WEBSITE_CMS/Components/Pages/BackEnd/Credit_Debitor/Componant/SectionComponant/Section_Credit_Detail.razor.rz.scp.css */
.MainPopUp[b-8tzfqcif3a] {
    position: relative;
    width: 960px;
    background: #ffffff;
    border-radius: 10px;
    border: solid 1px #acacac;
    padding: 15px;
    margin: auto;
}

.BoxMenu[b-8tzfqcif3a] {
    position: relative;
    margin: auto;
    border: solid 1px #cccccc;
    width: 100%;
    min-height: 60px;
}

.SubMenuBox[b-8tzfqcif3a] {
    position: relative;
    background: #f8edee;
}

.MainTitle[b-8tzfqcif3a] {
    font-size: 14px;
    padding-bottom: 10px;
    margin: 0 0 20px 0;
    border-bottom: solid 1px #cccccc;
}

.TitleBox[b-8tzfqcif3a] {
    position: absolute;
    top: -15px;
    left: 50px;
    background: white;
    padding: 0 10px;
}

.TitleBoxSub[b-8tzfqcif3a] {
    position: absolute;
    top: -10px;
    left: 25px;
    padding: 0 10px;
    font-size: 12px;
    display: flex;
}

.SearchCusButton[b-8tzfqcif3a] {
    margin-left: 5px;
    font-weight: bold;
    background: #cfe2f5;
    color: #0558a3;
    padding: 0px 5px;
    cursor: pointer;
    border: solid 1px #acacac;
}

.SearchSellerButton[b-8tzfqcif3a] {
    font-weight: bold;
    background: #cfe2f5;
    color: #0558a3;
    padding: 0px 5px;
    cursor: pointer;
    border: solid 1px #acacac;
}

.WidthSubBoxTitle[b-8tzfqcif3a] {
    width: 100px;
}

.InputHeight[b-8tzfqcif3a] {
    height: 19px;
}

.CyanTitle1Width[b-8tzfqcif3a] {
    width: 90px;
}

.ButtonStyle[b-8tzfqcif3a] {
    color: #0558a3;
    background: #cfe2f5;
    border: solid 1px #c0c0c0;
    width: 50px;
    font-size: 12px;
    text-align: center;
    user-select: none;
    cursor: pointer;
}

.LinkDiv[b-8tzfqcif3a] {
    color: #2558a3;
    background: #cfe2f5;
    border: solid 1px #cec7c8;
    padding-left: 5px;
    user-select: none;
    cursor: pointer;
}
/* _content/MINEMELODY_WEBSITE_CMS/Components/Pages/BackEnd/Credit_Debitor/Componant/SectionComponant/Section_Credit_PaymentZone.razor.rz.scp.css */
.MainPopUp[b-x0fqhdz9b5] {
    position: relative;
    width: 960px;
    background: #ffffff;
    border-radius: 10px;
    border: solid 1px #acacac;
    padding: 15px;
    margin: auto;
}

.BoxMenu[b-x0fqhdz9b5] {
    position: relative;
    margin: auto;
    border: solid 1px #cccccc;
    width: 100%;
    min-height: 60px;
}

.SubMenuBox[b-x0fqhdz9b5] {
    position: relative;
    background: #f8edee;
}

.MainTitle[b-x0fqhdz9b5] {
    font-size: 14px;
    padding-bottom: 10px;
    margin: 0 0 20px 0;
    border-bottom: solid 1px #cccccc;
}

.TitleBox[b-x0fqhdz9b5] {
    position: absolute;
    top: -15px;
    left: 50px;
    background: white;
    padding: 0 10px;
}

.TitleBoxSub[b-x0fqhdz9b5] {
    position: absolute;
    top: -10px;
    left: 25px;
    padding: 0 10px;
    font-size: 12px;
    display: flex;
}

.SearchCusButton[b-x0fqhdz9b5] {
    margin-left: 5px;
    font-weight: bold;
    background: #cfe2f5;
    color: #0558a3;
    padding: 0px 5px;
    cursor: pointer;
    border: solid 1px #acacac;
}

.SearchSellerButton[b-x0fqhdz9b5] {
    font-weight: bold;
    background: #cfe2f5;
    color: #0558a3;
    padding: 0px 5px;
    cursor: pointer;
    border: solid 1px #acacac;
}

.WidthSubBoxTitle[b-x0fqhdz9b5] {
    width: 100px;
}

.InputHeight[b-x0fqhdz9b5] {
    height: 19px;
}

.CyanTitle1Width[b-x0fqhdz9b5] {
    width: 90px;
}

.ButtonStyle[b-x0fqhdz9b5] {
    color: #0558a3;
    background: #cfe2f5;
    border: solid 1px #c0c0c0;
    width: 50px;
    font-size: 12px;
    text-align: center;
    user-select: none;
    cursor: pointer;
}

.LinkDiv[b-x0fqhdz9b5] {
    color: #2558a3;
    background: #cfe2f5;
    border: solid 1px #cec7c8;
    padding-left: 5px;
    user-select: none;
    cursor: pointer;
}

.TablePaymentBill[b-x0fqhdz9b5] {
    border: solid 1px #808080;
    font-size: 12px;
    width: 100%;
}

    .TablePaymentBill thead tr td[b-x0fqhdz9b5] {
        border: solid 1px #808080;
        text-align: center;
        background: #3c7e12;
        color: white;
        font-weight: bold;
    }

    .TablePaymentBill tbody tr td[b-x0fqhdz9b5] {
        border: solid 1px #808080;
    }

    .TablePaymentBill tfoot tr td[b-x0fqhdz9b5] {
        border: solid 1px #808080;
        background: #ffd3d3;
        font-weight: bold;
    }

    .TablePaymentBill tbody tr td:nth-child(1)[b-x0fqhdz9b5] {
        text-align: left;
        padding-left: 5px;
        color: #1975d1;
    }

    .TablePaymentBill tbody tr td:nth-child(2)[b-x0fqhdz9b5] {
        text-align: center;
    }

    .TablePaymentBill tbody tr td:nth-child(3)[b-x0fqhdz9b5] {
        text-align: center;
    }

    .TablePaymentBill tbody tr td:nth-child(4)[b-x0fqhdz9b5] {
        text-align: right;
        padding-right: 5px;
    }
/* _content/MINEMELODY_WEBSITE_CMS/Components/Pages/BackEnd/Credit_Debitor/Componant/SectionComponant/Section_Credit_TableMainPage.razor.rz.scp.css */
.TableStyle[b-jbh4cbsgem] {
    width: 100%;
    font-size: 12px;
}

.TableStyle thead[b-jbh4cbsgem] {
    background: #3c7e12;
    color: white;
    border: solid 1px #808080;
}

.TableStyle thead tr td[b-jbh4cbsgem] {
    border: solid 1px #808080;
}

.TableStyle thead tr td:nth-child(1)[b-jbh4cbsgem]
{
    text-align: center;
    width: 30px;
}

    .TableStyle thead tr td:nth-child(2)[b-jbh4cbsgem] {
        text-align: center;
    }

.TableStyle thead tr td:nth-child(3)[b-jbh4cbsgem]
{
    text-align: center;
}

.TableStyle thead tr td:nth-child(4)[b-jbh4cbsgem]
{
    text-align: center;
}

.TableStyle thead tr td:nth-child(5)[b-jbh4cbsgem]
{
    text-align: center;
}

.TableStyle thead tr td:nth-child(6)[b-jbh4cbsgem]
{
    text-align: center;
}

.TableStyle thead tr td:nth-child(7)[b-jbh4cbsgem]
{
    text-align: center;
}

.TableStyle thead tr td:nth-child(8)[b-jbh4cbsgem]
{
    text-align: center;
}

.TableStyle thead tr td:nth-child(9)[b-jbh4cbsgem]
{
    text-align: center;
}

.TableStyle tbody tr td[b-jbh4cbsgem] {
    border: solid 1px #808080;
}


.TableStyle tbody tr td:nth-child(1)[b-jbh4cbsgem]
{
    text-align: center;
}

    .TableStyle tbody tr td:nth-child(2)[b-jbh4cbsgem] {
        text-align: center;
        width: 100px;
    }

    .TableStyle tbody tr td:nth-child(3)[b-jbh4cbsgem] {
        text-align: center;
        width: 100px;
    }

.TableStyle tbody tr td:nth-child(4)[b-jbh4cbsgem]
{
    text-align: left;
    padding: 0px 5px;
    width: 50px;
}

.TableStyle tbody tr td:nth-child(5)[b-jbh4cbsgem]
{
    text-align: left;
    padding-left: 5px;
}

.TableStyle tbody tr td:nth-child(6)[b-jbh4cbsgem]
{
    text-align: center;
}

    .TableStyle tbody tr td:nth-child(7)[b-jbh4cbsgem] {
        text-align: left;
        padding-left: 5px;
    }

.TableStyle tbody tr td:nth-child(8)[b-jbh4cbsgem]
{
    text-align: right;
}

.TableStyle tbody tr td:nth-child(9)[b-jbh4cbsgem]
{
    text-align: right;
}

.TableStyle tfoot tr td[b-jbh4cbsgem]{
    font-weight: bold;
    background: #ffd3d3;
    border: solid 1px #808080;
}
/* _content/MINEMELODY_WEBSITE_CMS/Components/Pages/BackEnd/Credit_Debitor/Credit_Debitor.razor.rz.scp.css */
.MainBox[b-9ua0z5otv1] {
    margin: auto;
    border-radius: 10px;
    background: rgb(255, 255, 255);
    width: 960px;
    min-height: 500px;
    border: solid 2px #c0c0c0;
    padding: 20px;
}

.BoxMenu[b-9ua0z5otv1] {
    position: relative;
    margin: auto;
    border: solid 1px #cccccc;
    width: 100%;
    display: grid;
    place-items: center;
    min-height: 60px;
}

.TitleBox[b-9ua0z5otv1] {
    position: absolute;
    top: -15px;
    left: 50px;
    background: white;
    padding: 0 10px;
}

.CreateNewCreditButton[b-9ua0z5otv1] {
    width: fit-content;
    background: #1d2327;
    color: white;
    padding: 5px 15px;
    font-size: 12px;
    border-radius: 5px;
    cursor: pointer;
}
/* _content/MINEMELODY_WEBSITE_CMS/Components/Pages/BackEnd/Customer/AddCustomer.razor.rz.scp.css */
/* _content/MINEMELODY_WEBSITE_CMS/Components/Pages/BackEnd/Customer/Componants/SearchCustomer.razor.rz.scp.css */
.MainBox[b-efl1342ozu] {
    width: 960px;
    background: white;
    border: solid 1px black;
    border-radius: 10px;
    margin: 0 auto;
    padding: 15px;
}

.FilterCheckBox[b-efl1342ozu] {
    display: flex;
    align-items: center;
    margin-left: 15px;
}

.FilterCheckBox label[b-efl1342ozu] {
    margin-left: 5px;
}

.Column1[b-efl1342ozu] 
{
    width: 150px;
    text-align: center;
}

.Column2[b-efl1342ozu]
{
    width: 250px;
    text-align: center;
}

.Column3[b-efl1342ozu]
{
    width: 180px;
    text-align: center;
}

.Column4[b-efl1342ozu]
{
    flex: 1;
    text-align: center;
}

.ColumnHeadStyle[b-efl1342ozu] {
    background: #eeeeee;
    border: solid 1px #767676;
}

.ButtonStyle[b-efl1342ozu] {
    border: solid 1px rgb(77, 77, 77);
    border-radius: 5px;
}

.OperatorButton[b-efl1342ozu] {
    width: 70px;
}

.SelectedCustomer[b-efl1342ozu] {
    color: white;
    background: #767676;
}

.HideToDot[b-efl1342ozu] {
    overflow: hidden; 
    text-overflow: ellipsis;
    text-wrap: nowrap;
}
/* _content/MINEMELODY_WEBSITE_CMS/Components/Pages/BackEnd/Customer/Componants/SearchCwCustomer.razor.rz.scp.css */
/* ── Overlay ── */
.BindingCustomerModeMain[b-o06y0np2en] {
    position: fixed;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.BindingCustomerModeMain .BackGround[b-o06y0np2en] {
    position: absolute;
    inset: 0;
    background: rgba(15, 23, 42, 0.5);
    backdrop-filter: blur(3px);
}

/* ── Modal shell ── */
.BindingCustomerModeMain .Main[b-o06y0np2en] {
    position: relative;
    z-index: 2;
    width: 940px;
    max-width: 95vw;
    background: #ffffff;
    border-radius: 14px;
    box-shadow: 0 24px 64px rgba(15, 23, 42, 0.22);
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

/* ── Header ── */
.ModalHeader[b-o06y0np2en] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 22px;
    background: #f8fafc;
    border-bottom: 1px solid #e2e8f0;
}

.ModalTitle[b-o06y0np2en] {
    font-size: 16px;
    font-weight: 700;
    color: #0f172a;
    letter-spacing: 0.02em;
}

.Exitbutton[b-o06y0np2en] {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    color: #94a3b8;
    cursor: pointer;
    user-select: none;
    transition: background 0.15s, color 0.15s;
}
.Exitbutton:hover[b-o06y0np2en] {
    background: #fee2e2;
    color: #ef4444;
}

/* ── Search bar ── */
.BindingCustomerModeMain .Main .SearchZone[b-o06y0np2en] {
    display: flex;
    gap: 10px;
    padding: 14px 22px;
    background: #ffffff;
    border-bottom: 1px solid #e2e8f0;
}

.BindingCustomerModeMain .Main .SearchZone .SearchInput[b-o06y0np2en] {
    flex: 1;
    height: 40px;
    padding: 0 14px;
    border: 1.5px solid #e2e8f0;
    border-radius: 8px;
    font-size: 14px;
    color: #1e293b;
    background: #f8fafc;
    outline: none;
    transition: border-color 0.18s, box-shadow 0.18s, background 0.18s;
}
.BindingCustomerModeMain .Main .SearchZone .SearchInput:focus[b-o06y0np2en] {
    border-color: #6366f1;
    background: #ffffff;
    box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.12);
}

.BindingCustomerModeMain .Main .SearchZone .SearchButton[b-o06y0np2en] {
    height: 40px;
    padding: 0 24px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    user-select: none;
    display: flex;
    align-items: center;
    white-space: nowrap;
    transition: opacity 0.15s, transform 0.1s;
}
.BindingCustomerModeMain .Main .SearchZone .SearchButton:hover[b-o06y0np2en]  { opacity: 0.88; }
.BindingCustomerModeMain .Main .SearchZone .SearchButton:active[b-o06y0np2en] { transform: scale(0.97); }

/* ── Data table ── */
.BindingCustomerModeMain .Main .DataZone[b-o06y0np2en] {
    display: flex;
    flex-direction: column;
    height: 400px;
    background: #ffffff;
}

/* Header row */
.TableHeader[b-o06y0np2en] {
    display: flex;
    flex-shrink: 0;
    background: #f1f5f9;
    border-bottom: 2px solid #cbd5e1;
}

.DataZone .HeaderBase[b-o06y0np2en] {
    padding: 10px 14px;
    font-size: 12px;
    font-weight: 700;
    color: #475569;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    text-align: left;
}

/* Body rows */
.TableBody[b-o06y0np2en] {
    flex: 1;
    overflow-y: auto;
}
.TableBody[b-o06y0np2en]::-webkit-scrollbar       { width: 5px; }
.TableBody[b-o06y0np2en]::-webkit-scrollbar-thumb { background: #cbd5e1; border-radius: 3px; }
.TableBody[b-o06y0np2en]::-webkit-scrollbar-thumb:hover { background: #94a3b8; }

.TableRow[b-o06y0np2en] {
    display: flex;
    align-items: stretch;
    border-bottom: 1px solid #f1f5f9;
    cursor: pointer;
    transition: background 0.1s;
}

.RowEven[b-o06y0np2en]  { background: #ffffff; }
.RowOdd[b-o06y0np2en]   { background: #f8fafc; }
.RowEven:hover[b-o06y0np2en],
.RowOdd:hover[b-o06y0np2en] { background: #eff6ff; }

.RowSelected[b-o06y0np2en] {
    background: #eef2ff !important;
    box-shadow: inset 3px 0 0 #6366f1;
}

.DataZone .BodyBase[b-o06y0np2en] {
    padding: 10px 14px;
    font-size: 13px;
    color: #334155;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: flex;
    align-items: center;
}

/* Column widths (shared header + body) */
.DataZone .CustCode[b-o06y0np2en]   { width: 120px; min-width: 120px; }
.DataZone .Name[b-o06y0np2en]       { width: 190px; min-width: 190px; }
.DataZone .NationalID[b-o06y0np2en] { width: 170px; min-width: 170px; }
.DataZone .Phone[b-o06y0np2en]      { width: 140px; min-width: 140px; }
.DataZone .Address[b-o06y0np2en]    { flex: 1; min-width: 0; }

/* Empty / not-found states */
.EmptyMessage[b-o06y0np2en], .NotFoundMessage[b-o06y0np2en] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 48px 20px;
    color: #94a3b8;
    font-size: 14px;
    line-height: 1.9;
    text-align: center;
}
.NotFoundIcon[b-o06y0np2en] { font-size: 34px; margin-bottom: 8px; }

/* ── Hint ── */
.HintText[b-o06y0np2en] {
    font-size: 12px;
    color: #94a3b8;
    text-align: center;
    padding: 7px 22px;
    background: #f8fafc;
    border-top: 1px solid #e2e8f0;
}

/* ── Footer ── */
.ModalFooter[b-o06y0np2en] {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    padding: 14px 22px;
    background: #f8fafc;
    border-top: 1px solid #e2e8f0;
}

.FooterButton[b-o06y0np2en] {
    height: 38px;
    padding: 0 26px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    user-select: none;
    display: flex;
    align-items: center;
    transition: opacity 0.15s, background 0.15s, transform 0.1s;
}
.FooterButton:active[b-o06y0np2en] { transform: scale(0.97); }

.CancelBtn[b-o06y0np2en] {
    background: #ffffff;
    color: #475569;
    border: 1.5px solid #e2e8f0;
}
.CancelBtn:hover[b-o06y0np2en] { background: #f1f5f9; }

.SaveBtn:hover[b-o06y0np2en] { opacity: 0.86; }
/* _content/MINEMELODY_WEBSITE_CMS/Components/Pages/BackEnd/Customer/Customers.razor.rz.scp.css */
.MainAllProducts[b-322uygefcr] {
    padding: 15px;
    display: flex;
    flex-direction: column;
}

.ConfirmOrCancelDeleteCustomerButton[b-322uygefcr] {
    background: #be0202;
    width: fit-content;
    padding: 5px 20px;
    color: white;
    border-radius: 5px;
    cursor: pointer;
    user-select: none;
}

.CancelColor[b-322uygefcr] {
    background: #1d2327;
}

.MenuBoxCss[b-322uygefcr] {
    font-size: 15px;
    padding: 0px 10px 0px 10px;
    border: solid 1px #2271b1;
    color: #2271b1;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    transition: 0.2s;
    cursor: pointer;
    user-select: none;
    height: 35px;
}

.Row[b-322uygefcr] {
    font-size: 13px;
}

    .Row .User[b-322uygefcr] {
        font-size: 15px;
        cursor: pointer;
        color: #2271b1;
    }

    .Row .Edit[b-322uygefcr] {
        font-size: 13px;
        cursor: pointer;
        color: #2271b1;
    }

    .Row .Slash[b-322uygefcr] {
        font-size: 16px;
    }

    .Row .Delete[b-322uygefcr] {
        color: #be0202;
        cursor: pointer;
    }

    .MenuBoxCss:hover[b-322uygefcr] {
        filter: brightness(0.5);
    }

.ProductsMenu[b-322uygefcr] {
    display: flex;
    align-items: center;
}

    .ProductsMenu .MenuName[b-322uygefcr] {
        font-size: 25px;
    }

    .ProductsMenu .Per[b-322uygefcr] {
        margin-left: 5px;
    }

.AllProductsStatusZone[b-322uygefcr] {
    display: flex;
    font-size: 15px;
    color: #2271b1;
    margin-top: 10px;
}

    .AllProductsStatusZone .Space[b-322uygefcr] {
        margin-right: 5px;
        margin-left: 5px;
        color: black;
    }

.CommandSelect[b-322uygefcr] {
    font-size: 15px;
    height: 35px;
    display: flex;
    align-items: center;
    border-radius: 5px;
}

.PageButtonCss[b-322uygefcr] {
    font-size: 15px;
    padding: 0px 5px 0px 5px;
    border: solid 1px #2271b1;
    color: #2271b1;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    transition: 0.2s;
    cursor: pointer;
    user-select: none;
    height: 25px;
    width: 25px;
    font-size: 10px;
}

    .PageButtonCss:hover[b-322uygefcr] {
        filter: brightness(0.5);
    }

.PageInputCss[b-322uygefcr] {
    width: 40px;
    border-radius: 5px;
    outline: none;
    border: solid 1px rgba(0,0,0,0.5);
    text-align: center;
    height: 25px;
}

.SetItCenter[b-322uygefcr] {
    display: flex;
    align-items: center;
    justify-content: center;
}

.TableContainer[b-322uygefcr] {
    margin-top: 10px;
    max-height: calc(100vh - 220px);
    overflow-y: scroll;
}

.TableShowDataList[b-322uygefcr] {
    table-layout: fixed;
    width: 100%;
    background: #ffffff;
    margin-bottom: 10px;
}

    .TableShowDataList thead[b-322uygefcr] {
        
    }

        .TableShowDataList thead tr th[b-322uygefcr] {
            font-weight: normal;
            color: #2271b1;
            height: 40px;
            vertical-align: middle;
            cursor: pointer;
            user-select: none;
            position: sticky;
            top: 0;
            z-index: 2;
            background: #ffffff;

        }

    .TableShowDataList tbody[b-322uygefcr] {

    }

    .TableShowDataList tbody tr td[b-322uygefcr] {
        height: 57px;
        word-break: break-all;
    }

        .TableShowDataList tbody tr td img[b-322uygefcr] {
            max-width: 40px;
            max-height: 40px;
        }

    .TableShowDataList input[b-322uygefcr] {
        width: 17px;
        height: 17px;
    }

    .TableShowDataList tfoot[b-322uygefcr] {
        border: solid 1px #c3c4c7;
    }

        .TableShowDataList tfoot tr th[b-322uygefcr] {
            font-weight: normal;
            color: #2271b1;
            height: 40px;
            vertical-align: middle;
            cursor: pointer;
            user-select: none;
        }

.IconDesc[b-322uygefcr]::after {
    font-family: dashicons;
    content: "\f140";
    color: #a7aaad;
    font-size: 18px;
    margin-left: -2px;
}

.IconAsc[b-322uygefcr]::after {
    font-family: dashicons;
    content: "\f142";
    color: #a7aaad;
    font-size: 18px;
    margin-left: -2px;
}

.ShoppingCartIcon[b-322uygefcr] {
    margin-left: 0px;
    position: relative;
    cursor: pointer;
}

.ShoppingCartIcon[b-322uygefcr]::after {
    font-family: GoogleFont;
    content: "\e8cc";
    color: #a7aaad;
    font-size: 14px;
    margin-left: -2px;
    transform: translate(-50%,-50%);
}

@media (max-width: 768px) {
}
/* _content/MINEMELODY_WEBSITE_CMS/Components/Pages/BackEnd/Customer/DataCustomer.razor.rz.scp.css */
.MainAddProduct[b-o0acp24cjx] {
    padding: 15px;
    background: #f0f0f1;
    min-height: 100%;
    flex: 1;
}

.PaddingDiv[b-o0acp24cjx] {
    position: relative;
    background: white;
    padding: 15px;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.13);
    border-radius: 5px;
    display: grid;
    grid-template: 
        'LeftZone RightZone'
        'ButtonZone ButtonZone';
    grid-template-columns: auto 250px;
}

    .PaddingDiv .ZoneLeft[b-o0acp24cjx] {
        grid-area: LeftZone;
    }

    .PaddingDiv .ZoneRight[b-o0acp24cjx] {
        border-left: 0.0625rem solid #efefef;
        width: 250px;
        padding-left: 15px;
        display: flex;
        flex-direction: column;
        align-items: center;
        grid-area: RightZone;
    }

        .PaddingDiv .ZoneRight .CusImgDiv[b-o0acp24cjx] {
            display: flex;
            flex-direction: column;
            align-items: center;
            margin-top: 50px;
            margin-bottom: 50px;
        }

            .PaddingDiv .ZoneRight .CusImgDiv .Img[b-o0acp24cjx] {
                height: 150px;
                width: 150px;
                border: 1px solid #000000;
                border-radius: 50%;
                overflow: hidden;
                display: flex;
                justify-content: center;
                align-items: center;
            }

                .PaddingDiv .ZoneRight .CusImgDiv .Img img[b-o0acp24cjx] {
                    max-width: 100%;
                    max-height: 100%;
                }

        .PaddingDiv .ZoneRight .ProveImg[b-o0acp24cjx] {
            display: flex;
            flex-direction: column;
            align-items: center;
        }

            .PaddingDiv .ZoneRight .ProveImg .Img[b-o0acp24cjx] {
                height: 150px;
                width: 150px;
                border: 1px solid #000000;
                border-radius: 50%;
                overflow: hidden;
                display: flex;
                justify-content: center;
                align-items: center;
            }

                .PaddingDiv .ZoneRight .ProveImg .Img img[b-o0acp24cjx] {
                    max-width: 100%;
                    max-height: 100%;
                }

.CusImgTitleName[b-o0acp24cjx] {
    margin-bottom: 10px;
    font-size: 16px;
}

.CusImgSelectImgButton[b-o0acp24cjx] {
    margin-top: 10px;
    margin-bottom: 5px;
    color: #555;
    border: 1px solid rgba(0,0,0,.09);
    padding: 7px 20px;
    cursor: pointer;
    user-select: none;
}

.CusImgTextDetail[b-o0acp24cjx] {
    color: #999;
    font-size: 14px;
}

.InputAlert[b-o0acp24cjx] {
    color: red;
    text-align: right;
    font-size: 14px;
}

.HeadMenuName[b-o0acp24cjx] {
    font-size: 24px;
    margin-bottom: 10px;
}

.DetailMenuName[b-o0acp24cjx] {
    font-size: 14px;
    margin-bottom: 30px;
}

.DivInputZonePerRow[b-o0acp24cjx] {
    display: flex;
    align-items: center;
    height: 35px;
    margin-top: 25px;
    transition: 0.2s;
}

    .DivInputZonePerRow .DivLabel[b-o0acp24cjx] {
        width: 250px;
        min-width: 250px;
        max-width: 250px;
        display: flex;
        align-items: center;
    }

    .DivInputZonePerRow .DivInput[b-o0acp24cjx] {
        width: 100%;
        height: 100%;
        padding-right: 30px;
    }

        .DivInputZonePerRow .DivInput input[b-o0acp24cjx] {
            width: 100%;
            height: 100%;
            padding-left: 7px;
        }

        .DivInputZonePerRow .DivInput select[b-o0acp24cjx] {
            width: 150px;
            height: 100%;
            padding-left: 7px;
        }

.DivButtonZone[b-o0acp24cjx] {
    display: flex;
    justify-content: center;
    grid-area: ButtonZone;
}

.DivSummitButton[b-o0acp24cjx] {
    margin-top: 30px;
    margin-bottom: 10px;
    background: #135e96;
    color: white;
    width: fit-content;
    font-size: 13px;
    padding: 10px 20px 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    user-select: none;
}

.Sex[b-o0acp24cjx] {
    display: flex;
    align-items: center;
    user-select: none;
    cursor: pointer;
    margin-right: 30px;
}

    .Sex .Border[b-o0acp24cjx] {
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        border: solid 1px #1d2327;
        width: 20px;
        height: 20px;
        margin-right: 10px;
    }

        .Sex .Border .Selected[b-o0acp24cjx] {
            width: 10px;
            height: 10px;
            border-radius: 50%;
            background: #1d2327;
        }

@font-face {
    font-family: 'GoogleFont';
    font-style: normal;
    font-weight: 100 700;
    src: url('../fonts/google-font.woff2') format('woff2');
}

.Need[b-o0acp24cjx]::before {
    font-family: GoogleFont;
    content: "\e000";
    color: #fe6767;
    font-size: 18px;
    margin-left: 10px;
    font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 200, 'opsz' 20;
}

@media (max-width: 900px) {
    .DivInputZonePerRow[b-o0acp24cjx] {
        display: block;
    }

        .DivInputZonePerRow .DivLabel[b-o0acp24cjx] {
            width: 250px;
            min-width: 250px;
            max-width: 250px;
        }

        .DivInputZonePerRow .DivInput[b-o0acp24cjx] {
            width: 100%;
            height: 100%;
        }

            .DivInputZonePerRow .DivInput input[b-o0acp24cjx] {
                width: 100%;
                height: 100%;
                padding-left: 7px;
            }

    .DivSummitButton[b-o0acp24cjx] {
        margin-top: 40px;
    }
}

.DivMoveToButton[b-o0acp24cjx] {
    background: #135e96;
    color: white;
    width: fit-content;
    padding: 5px 20px;
    display: flex;
    justify-content: center;
    cursor: pointer;
    user-select: none;
    border-radius: 5px;
    transition: 0.2s;
}

    .DivMoveToButton:hover[b-o0acp24cjx] {
        opacity: 0.8;
    }

@media (max-width: 560px) {
    .DivInputZonePerRow .DivInput[b-o0acp24cjx] {
        padding-right: 0px;
    }

        .PaddingDiv .ZoneRight[b-o0acp24cjx] {
            width: 100%;
            display: flex;
            flex-direction: column;
            align-items: center;
            padding-right: 15px;
            border-left: none;
            margin-top: 60px;
        }

    .PaddingDiv .ZoneRight .CusImgDiv[b-o0acp24cjx] {
        margin-top: 0;
    }

    .PaddingDiv[b-o0acp24cjx] {
        grid-template:
            'LeftZone'
            'RightZone'
            'ButtonZone';
    }
}

.BindingButtonBase[b-o0acp24cjx] {
    color: white;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 20px;
    border-radius: 5px;
    cursor: pointer;
}

    .BindingButtonBase.Binding[b-o0acp24cjx] {
        background: #2598f3;
    }

    .BindingButtonBase.CancelBinding[b-o0acp24cjx] {
        background: #fe6767;
    }
/* _content/MINEMELODY_WEBSITE_CMS/Components/Pages/BackEnd/Customer/EditCustomer.razor.rz.scp.css */
.ButtonBack[b-wy42qig1sv] {
    margin: 20px;
    background: #1d2327;
    width: fit-content;
    padding: 5px 20px;
    color: white;
    border-radius: 5px;
    cursor: pointer;
    user-select: none;
}
/* _content/MINEMELODY_WEBSITE_CMS/Components/Pages/BackEnd/Customer/RequestCustomerRegistor.razor.rz.scp.css */
.MainDiv[b-faf07yojij] {
    padding: 15px;
}

.TitleMain[b-faf07yojij] {
    font-size: 25px;
}

.AllProductsStatusZone[b-faf07yojij] {
    display: flex;
    font-size: 15px;
    color: #2271b1;
    margin-top: 10px;
}

    .AllProductsStatusZone .Space[b-faf07yojij] {
        margin-right: 5px;
        margin-left: 5px;
        color: black;
    }

.SetItCenter[b-faf07yojij] {
    display: flex;
    align-items: center;
    justify-content: center;
}

.Row[b-faf07yojij] {
    font-size: 13px;
}

    .Row .User[b-faf07yojij] {
        font-size: 15px;
        cursor: pointer;
        color: #2271b1;
    }

    .Row .Edit[b-faf07yojij] {
        font-size: 13px;
        cursor: pointer;
        color: #2271b1;
    }

    .Row .Slash[b-faf07yojij] {
        font-size: 16px;
    }

    .Row .Delete[b-faf07yojij] {
        color: #be0202;
        cursor: pointer;
    }

.MenuBoxCss:hover[b-faf07yojij] {
    filter: brightness(0.5);
}

.CommandSelect[b-faf07yojij] {
    font-size: 15px;
    height: 35px;
    display: flex;
    align-items: center;
    border-radius: 5px;
}

.PageButtonCss[b-faf07yojij] {
    font-size: 15px;
    padding: 0px 5px 0px 5px;
    border: solid 1px #2271b1;
    color: #2271b1;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    transition: 0.2s;
    cursor: pointer;
    user-select: none;
    height: 25px;
    width: 25px;
    font-size: 10px;
}

    .PageButtonCss:hover[b-faf07yojij] {
        filter: brightness(0.5);
    }

.PageInputCss[b-faf07yojij] {
    width: 40px;
    border-radius: 5px;
    outline: none;
    border: solid 1px rgba(0,0,0,0.5);
    text-align: center;
    height: 25px;
}


.TableShowDataList[b-faf07yojij] {
    table-layout: fixed;
    width: 100%;
    border: solid 1px #c3c4c7;
    margin-top: 10px;
    background: #ffffff;
    margin-bottom: 10px;
}

    .TableShowDataList thead[b-faf07yojij] {
        border: solid 1px #c3c4c7;
    }

        .TableShowDataList thead tr th[b-faf07yojij] {
            font-weight: normal;
            color: #2271b1;
            height: 40px;
            vertical-align: middle;
            cursor: pointer;
            user-select: none;
        }

    .TableShowDataList tbody tr td[b-faf07yojij] {
        height: 57px;
    }

        .TableShowDataList tbody tr td img[b-faf07yojij] {
            max-width: 40px;
            max-height: 40px;
        }

    .TableShowDataList input[b-faf07yojij] {
        width: 17px;
        height: 17px;
    }

    .TableShowDataList tfoot[b-faf07yojij] {
        border: solid 1px #c3c4c7;
    }

        .TableShowDataList tfoot tr th[b-faf07yojij] {
            font-weight: normal;
            color: #2271b1;
            height: 40px;
            vertical-align: middle;
            cursor: pointer;
            user-select: none;
        }
/* _content/MINEMELODY_WEBSITE_CMS/Components/Pages/BackEnd/Dashboard/DashBoard.razor.rz.scp.css */
.Main[b-xwqmti82r6] {
    padding: 15px;
    background: #f0f0f1;
    min-height: 100%;
    height: 100%;
    position: relative;
}

.MainDiv[b-xwqmti82r6] {
    background: #e7e9e9;
    border-radius: 10px;
    height: 93vh;
    padding: 15px;
}

.CardDateSize[b-xwqmti82r6] {
    padding: 5px 10px 5px 10px;
    width: 250px;
    border-radius: 5px;
}

    .CardDateSize .Title[b-xwqmti82r6] {
        color: #787676;
    }

.CardBG[b-xwqmti82r6] {
    background: white;
}

.FontArrowUp[b-xwqmti82r6]::before {
    font-family: GoogleFont;
    content: "\e5d8";
    position: absolute;
    top: 0;
    left: -5px;
    font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 200, 'opsz' 20;
}

.CardDataSize[b-xwqmti82r6] {
    width: 250px;
    border-radius: 5px;
    padding: 20px 20px 20px 20px;
}

    .CardDataSize .Title[b-xwqmti82r6] {
        text-align: center;
    }

    .CardDataSize .Center[b-xwqmti82r6] {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

        .CardDataSize .Center .Amount[b-xwqmti82r6] {
            font-size: 40px;
            font-weight: bold;
        }

        .CardDataSize .Center .PerCent[b-xwqmti82r6] {
            font-size: 24px;
            color: #288003;
            position: relative;
            padding-left: 10px;
            margin-top: -15px;
        }

        .CardDataSize .Center .Detail[b-xwqmti82r6] {
            color: #787676;
            font-size: 12px;
        }

        .CardDataSize .Center .DetailLast[b-xwqmti82r6] {
            color: #787676;
            padding-bottom: 25px;
            font-size: 12px;
        }
/* _content/MINEMELODY_WEBSITE_CMS/Components/Pages/BackEnd/HeaderZone.razor.rz.scp.css */
.Main[b-gw1enw8vdl] {
    direction: ltr;
    color: #c3c4c7;
    font-size: 13px;
    font-weight: 400;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    height: 48px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    background: #1d2327;
    display: flex;
    align-items: center;
    gap: 0;
}

.MenuBar[b-gw1enw8vdl] {
    height: 50px;
    width: fit-content;
    flex-shrink: 0;
    margin-left: 0px;
    margin-right: 0px;
    cursor: pointer;
    opacity: 0.75;
    transition: opacity 0.2s;
    display: none;
}

    .MenuBar:hover[b-gw1enw8vdl] {
        opacity: 1;
    }

.BrandSection[b-gw1enw8vdl] {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    padding: 0 4px;
    text-decoration: none;
    margin-left: 6px;
}

.MINEMELODY_LOGO[b-gw1enw8vdl] {
    height: 28px;
    display: flex;
    align-items: center;
}

.BrandText[b-gw1enw8vdl] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 1.2;
}

.BrandName[b-gw1enw8vdl] {
    font-size: 13px;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 0.3px;
    white-space: nowrap;
}

.BrandSub[b-gw1enw8vdl] {
    font-size: 10px;
    color: #8c8f94;
    white-space: nowrap;
}

.Spacer[b-gw1enw8vdl] {
    flex: 1;
}

.RightSection[b-gw1enw8vdl] {
    width: fit-content;
    display: flex;
    align-items: center;
    gap: 10px;
    padding-right: 16px;
}

.UserAvatar[b-gw1enw8vdl] {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #2271b1;
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    cursor: default;
    user-select: none;
}

.UserInfo[b-gw1enw8vdl] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 1.3;
}

.UserName[b-gw1enw8vdl] {
    font-size: 12px;
    font-weight: 600;
    color: #c3c4c7;
    white-space: nowrap;
    max-width: 130px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.UserRole[b-gw1enw8vdl] {
    font-size: 10px;
    color: #8c8f94;
    white-space: nowrap;
}

.UserDropdownWrapper[b-gw1enw8vdl] {
    position: relative;
    cursor: pointer;
}

.UserDropdownMenu[b-gw1enw8vdl] {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    background: #2c3338;
    border: 1px solid #3c434a;
    border-radius: 4px;
    min-width: 160px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.4);
    z-index: 100;
    padding: 4px 0;
}

.UserDropdownWrapper:hover .UserDropdownMenu[b-gw1enw8vdl] {
    display: block;
}

.UserDropdownItem[b-gw1enw8vdl] {
    padding: 8px 14px;
    font-size: 12px;
    color: #c3c4c7;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
    transition: background 0.15s;
}

    .UserDropdownItem:hover[b-gw1enw8vdl] {
        background: #d63638;
        color: #ffffff;
    }

.DropdownIcon[b-gw1enw8vdl] {
    font-size: 14px;
    line-height: 1;
}

@media (max-width: 992px) {

    .MINEMELODY_LOGO[b-gw1enw8vdl] {
        margin-left: 5px;
    }
    .BrandSection[b-gw1enw8vdl] {
        margin-left: 0;
    }
}

@media (max-width: 768px) {
    .MenuBar[b-gw1enw8vdl] {
        display: block;
        margin-left: 0px;
    }
    .Main[b-gw1enw8vdl] {
        height: 50px;
    }

    /* .BrandText {
        display: none;
    }*/

    .MINEMELODY_LOGO[b-gw1enw8vdl] {
        height: 24px;
        margin-left: 0px;
    }
}

@media (max-width: 480px) {
    .Main[b-gw1enw8vdl] {
        min-width: unset;
    }
    .UserInfo[b-gw1enw8vdl] {
        display: none;
    } 
}
/* _content/MINEMELODY_WEBSITE_CMS/Components/Pages/BackEnd/Help/License.razor.rz.scp.css */
/* ===== Icons ===== */

/* \f348 = license/card_membership (dashicons) — header */
.lc-icon-header[b-4cgc2j9yxg] {
    display: inline-flex;
    align-items: center;
}
.lc-icon-header[b-4cgc2j9yxg]::before {
    font: normal 20px/1 dashicons;
    content: "\f348";
    color: rgba(255,255,255,0.85);
    margin-right: 2px;
}

/* icon spans ใน button — กำหนด size ตายตัวให้ align กับ text */
.lc-icon-check[b-4cgc2j9yxg],
.lc-icon-license[b-4cgc2j9yxg] {
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    position: relative;
    flex-shrink: 0;
}

.lc-icon-check[b-4cgc2j9yxg]::before,
.lc-icon-license[b-4cgc2j9yxg]::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    line-height: 1;
}

/* \e8cc = done/check (GoogleFont / Material Symbols) */
.lc-icon-check[b-4cgc2j9yxg]::before {
    font-family: GoogleFont;
    content: "\e8cc";
    font-size: 17px;
    font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 200, 'opsz' 20;
}

/* \f145 = plus/add (dashicons) — register button */
.lc-icon-license[b-4cgc2j9yxg]::before {
    font-family: dashicons;
    content: "\f145";
    font-size: 17px;
}

/* \f301 = Facebook (dashicons) */
.lc-icon-fb[b-4cgc2j9yxg]::before {
    font-family: dashicons;
    content: "\f301";
    font-size: 14px;
    line-height: 1;
}

/* \f465 = Email (dashicons) */
.lc-icon-email[b-4cgc2j9yxg]::before {
    font-family: dashicons;
    content: "\f465";
    font-size: 14px;
    line-height: 1;
}

/* \f110 = Person (dashicons) */
.lc-icon-person[b-4cgc2j9yxg]::before {
    font-family: dashicons;
    content: "\f110";
    font-size: 14px;
    line-height: 1;
}

/* ===== Wrapper ===== */
.lc-wrap[b-4cgc2j9yxg] {
    max-width: 900px;
    margin: 0 auto;
    padding: 20px 20px 40px 20px;
    width: 100%;
    box-sizing: border-box;
}

/* ===== Card ===== */
.lc-card[b-4cgc2j9yxg] {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.10);
    overflow: hidden;
}

/* ===== Card Header ===== */
.lc-card-header[b-4cgc2j9yxg] {
    background: #1d2327;
    color: #fff;
    padding: 14px 20px;
    font-size: 15px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
    letter-spacing: 0.01em;
}

/* ===== Card Body: two-panel ===== */
.lc-card-body[b-4cgc2j9yxg] {
    display: flex;
    align-items: flex-start;
    padding: 0;
}

/* ===== Left Panel ===== */
.lc-left[b-4cgc2j9yxg] {
    flex: 1;
    min-width: 0;
}

/* ===== Row ===== */
.lc-row[b-4cgc2j9yxg] {
    display: flex;
    align-items: center;
    padding: 13px 20px;
    border-bottom: 1px solid #f0f0f0;
    gap: 12px;
}

.lc-row-status[b-4cgc2j9yxg] {
    background: #fafafa;
}

.lc-row-last[b-4cgc2j9yxg] {
    border-bottom: none;
}

.lc-row-label[b-4cgc2j9yxg] {
    font-size: 13px;
    font-weight: 600;
    color: #1d2327;
    width: 175px;
    min-width: 175px;
    flex-shrink: 0;
}

.lc-row-value[b-4cgc2j9yxg] {
    font-size: 13px;
    color: #444;
    flex: 1;
    min-width: 0;
}

/* ===== Status Badge ===== */
.lc-badge[b-4cgc2j9yxg] {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 4px 12px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.lc-dot[b-4cgc2j9yxg] {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    flex-shrink: 0;
    align-self: center;
}

.lc-badge-ok[b-4cgc2j9yxg]  { background: #e6f4ea; color: #1e7e34; }
.lc-badge-ok  .lc-dot[b-4cgc2j9yxg] { background: #34a853; }
.lc-badge-fail[b-4cgc2j9yxg] { background: #fce8e6; color: #c5221f; }
.lc-badge-fail .lc-dot[b-4cgc2j9yxg] { background: #ea4335; }

/* ===== Mono value ===== */
.lc-mono[b-4cgc2j9yxg] {
    font-family: 'Courier New', monospace;
    font-size: 12px;
    color: #1a73e8;
    background: #e8f0fe;
    padding: 2px 8px;
    border-radius: 4px;
    letter-spacing: 0.05em;
    border: 1px solid #c5d9f7;
}

/* ===== Input ===== */
.lc-input[b-4cgc2j9yxg] {
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 7px 12px;
    font-size: 13px;
    flex: 1;
    min-width: 0;
    max-width: 300px;
    outline: none;
    transition: border-color 0.2s, box-shadow 0.2s;
    box-sizing: border-box;
}

.lc-input:focus[b-4cgc2j9yxg] {
    border-color: #1a73e8;
    box-shadow: 0 0 0 3px rgba(26, 115, 232, 0.12);
}

.lc-input-mono[b-4cgc2j9yxg] {
    font-family: 'Courier New', monospace;
    font-size: 12px;
    letter-spacing: 0.04em;
}

/* ===== Actions Row ===== */
.lc-actions[b-4cgc2j9yxg] {
    display: flex;
    gap: 10px;
    padding: 14px 20px;
    border-top: 1px solid #f0f0f0;
}

.lc-actions-center[b-4cgc2j9yxg] {
    justify-content: center;
}

/* ===== Buttons ===== */
.lc-btn[b-4cgc2j9yxg] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 18px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    user-select: none;
    white-space: nowrap;
    transition: background 0.15s, border-color 0.15s;
}

.lc-btn .material-symbols-outlined[b-4cgc2j9yxg] {
    font-size: 16px;
}

.lc-btn-blue[b-4cgc2j9yxg] {
    background: #1a73e8;
    color: #fff;
}
.lc-btn-blue:hover[b-4cgc2j9yxg] { background: #1254c0; }

.lc-btn-outline[b-4cgc2j9yxg] {
    background: #fff;
    color: #5f6368;
    border: 1px solid #dadce0;
}
.lc-btn-outline:hover[b-4cgc2j9yxg] { background: #f1f3f4; }

/* ===== Vertical Divider ===== */
.lc-divider[b-4cgc2j9yxg] {
    width: 1px;
    background: #f0f0f0;
    align-self: stretch;
    flex-shrink: 0;
}

/* ===== Right Panel: Program Info ===== */
.lc-right[b-4cgc2j9yxg] {
    width: 280px;
    min-width: 280px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 28px 20px;
    position: relative;
    overflow: hidden;
}

.lc-right[b-4cgc2j9yxg]::before,
.lc-right[b-4cgc2j9yxg]::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    background: rgba(255,255,255,0.06);
    pointer-events: none;
}
.lc-right[b-4cgc2j9yxg]::before { width: 180px; height: 180px; top: -50px; right: -40px; }
.lc-right[b-4cgc2j9yxg]::after  { width: 140px; height: 140px; bottom: -40px; left: -30px; }

/* ── White glass card ── */
.lc-info-card[b-4cgc2j9yxg] {
    position: relative;
    z-index: 1;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border-radius: 18px;
    padding: 22px 16px 18px;
}

/* ── Logo ring ── */
.lc-logo-wrap[b-4cgc2j9yxg] {
    width: 78px;
    height: 78px;
    border-radius: 50%;
    background: linear-gradient(135deg, #1a73e8, #3949ab);
    padding: 3px;
    margin-bottom: 12px;
    box-shadow: 0 4px 18px rgba(26,115,232,0.45);
}

.lc-logo[b-4cgc2j9yxg] {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 50%;
    background: #fff;
    display: block;
    box-sizing: border-box;
    padding: 4px;
}

.lc-product-name[b-4cgc2j9yxg] {
    font-size: 14px;
    font-weight: 700;
    color: #1d2327;
    margin-bottom: 3px;
}

.lc-product-sub[b-4cgc2j9yxg] {
    font-size: 11px;
    color: #8a8f98;
    margin-bottom: 14px;
    letter-spacing: 0.02em;
}

/* ── Meta chips ── */
.lc-meta-chips[b-4cgc2j9yxg] {
    display: flex;
    flex-direction: column;
    gap: 7px;
    width: 100%;
    margin-bottom: 14px;
}

.lc-chip[b-4cgc2j9yxg] {
    background: #f6f8ff;
    border: 1px solid #e4e8f5;
    border-top: 3px solid #ccc;
    border-radius: 8px;
    padding: 9px 12px 7px;
    text-align: center;
}

.lc-chip-version[b-4cgc2j9yxg] { border-top-color: #1a73e8; }
.lc-chip-build[b-4cgc2j9yxg]   { border-top-color: #34a853; }
.lc-chip-date[b-4cgc2j9yxg]    { border-top-color: #f9ab00; }

.lc-meta-k[b-4cgc2j9yxg] {
    color: #9aa0a6;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.lc-meta-v[b-4cgc2j9yxg] {
    color: #1d2327;
    font-weight: 600;
    font-size: 12px;
}

/* ── Horizontal divider ── */
.lc-hdivider[b-4cgc2j9yxg] {
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, transparent, #e4e8f5, transparent);
    margin-bottom: 12px;
}

.lc-copy[b-4cgc2j9yxg] {
    font-size: 10px;
    color: #b0b5bf;
    margin-bottom: 10px;
    line-height: 1.5;
}

/* ── Contact links ── */
.lc-contacts[b-4cgc2j9yxg] {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.lc-contact-row[b-4cgc2j9yxg] {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 11px;
    color: #444b5a;
    font-weight: 500;
    text-align: left;
    background: #f6f8ff;
    border: 1px solid #e4e8f5;
    border-radius: 8px;
    padding: 7px 10px;
    transition: background 0.15s, border-color 0.15s, color 0.15s;
    cursor: default;
}

.lc-contact-row:hover[b-4cgc2j9yxg] {
    background: #e8f0fe;
    border-color: #1a73e8;
    color: #1a73e8;
}

.lc-contact-row:hover .lc-contact-icon[b-4cgc2j9yxg]::before {
    color: #1a73e8;
}

.lc-icon-fb[b-4cgc2j9yxg],
.lc-icon-email[b-4cgc2j9yxg],
.lc-icon-person[b-4cgc2j9yxg] {
    display: inline-flex;
    align-items: center;
    line-height: 1;
    flex-shrink: 0;
}

.lc-contact-icon[b-4cgc2j9yxg]::before {
    color: #9aa0a6;
    line-height: 1;
    transition: color 0.15s;
}

.lc-signalr[b-4cgc2j9yxg] {
    margin-top: 16px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #e6f4ea;
    color: #1e7e34;
    font-size: 11px;
    font-weight: 600;
    padding: 5px 12px;
    border-radius: 999px;
    border: 1px solid #c3e6cb;
}

.lc-signalr[b-4cgc2j9yxg]::before {
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #34a853;
    flex-shrink: 0;
    align-self: center;
    animation: lc-pulse-b-4cgc2j9yxg 2s ease-in-out infinite;
}

@keyframes lc-pulse-b-4cgc2j9yxg {
    0%, 100% { opacity: 1; box-shadow: 0 0 0 0 rgba(52, 168, 83, 0.4); }
    50%       { opacity: 0.8; box-shadow: 0 0 0 4px rgba(52, 168, 83, 0); }
}

/* ===== Responsive ===== */
@media (max-width: 700px) {
    .lc-card-body[b-4cgc2j9yxg] {
        flex-direction: column;
    }

    .lc-divider[b-4cgc2j9yxg] {
        width: 100%;
        height: 1px;
        align-self: auto;
    }

    .lc-right[b-4cgc2j9yxg] {
        width: 100%;
        min-width: 0;
        padding: 20px 16px;
    }

    .lc-info-card[b-4cgc2j9yxg] {
        border-radius: 14px;
        padding: 18px 14px 16px;
    }

    .lc-logo-wrap[b-4cgc2j9yxg] {
        width: 68px;
        height: 68px;
    }

    .lc-row-label[b-4cgc2j9yxg] {
        width: 130px;
        min-width: 130px;
    }
}
/* _content/MINEMELODY_WEBSITE_CMS/Components/Pages/BackEnd/Help/UpdateLogs.razor.rz.scp.css */
/* ===== Icons ===== */

/* \f469 = update/refresh (dashicons) — about header */
.ul-icon-header[b-ooujxv7lfd] {
    display: inline-flex;
    align-items: center;
}
.ul-icon-header[b-ooujxv7lfd]::before {
    font: normal 20px/1 dashicons;
    content: "\f469";
    color: rgba(255,255,255,0.85);
    margin-right: 2px;
}

/* ===== Wrapper ===== */
.ul-wrap[b-ooujxv7lfd] {
    max-width: 900px;
    margin: 0 auto;
    padding: 20px 20px 0 20px;
    width: 100%;
    box-sizing: border-box;
}

/* ===================================================================
   ABOUT CARD
=================================================================== */
.ul-about[b-ooujxv7lfd] {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.10);
    overflow: hidden;
    margin-bottom: 24px;
    display: flex;
    flex-direction: column;
}

.ul-about-header[b-ooujxv7lfd] {
    background: #1d2327;
    color: #fff;
    padding: 14px 20px;
    font-size: 15px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
    letter-spacing: 0.01em;
}

/* ── Body: gradient background ────────────────────── */
.ul-about-body[b-ooujxv7lfd] {
    display: flex;
    justify-content: center;
    background: linear-gradient(150deg, #1254c0 0%, #1a73e8 50%, #3c8ef5 100%);
    padding: 36px 32px;
    position: relative;
    overflow: hidden;
}

.ul-about-body[b-ooujxv7lfd]::before,
.ul-about-body[b-ooujxv7lfd]::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    background: rgba(255,255,255,0.06);
    pointer-events: none;
}
.ul-about-body[b-ooujxv7lfd]::before { width: 220px; height: 220px; top: -60px; right: -50px; }
.ul-about-body[b-ooujxv7lfd]::after  { width: 160px; height: 160px; bottom: -50px; left: -30px; }

/* ── White glass card ─────────────────────────────── */
.ul-about-left[b-ooujxv7lfd] {
    position: relative;
    z-index: 1;
    width: 300px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background: rgba(255,255,255,0.97);
    border-radius: 18px;
    padding: 28px 22px 22px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.22);
}

/* ── Logo ring ─────────────────────────────────────── */
.ul-logo-wrap[b-ooujxv7lfd] {
    width: 82px;
    height: 82px;
    border-radius: 50%;
    background: linear-gradient(135deg, #1a73e8, #3949ab);
    padding: 3px;
    margin-bottom: 14px;
    box-shadow: 0 4px 18px rgba(26,115,232,0.45);
}

.ul-logo[b-ooujxv7lfd] {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 50%;
    background: #fff;
    display: block;
    box-sizing: border-box;
    padding: 4px;
}

/* ── App name / subtitle ───────────────────────────── */
.ul-app-name[b-ooujxv7lfd] {
    font-size: 15px;
    font-weight: 700;
    color: #1d2327;
    margin-bottom: 3px;
}

.ul-app-sub[b-ooujxv7lfd] {
    font-size: 11px;
    color: #8a8f98;
    margin-bottom: 18px;
    letter-spacing: 0.02em;
}

/* ── Meta chips ────────────────────────────────────── */
.ul-meta-chips[b-ooujxv7lfd] {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
    margin-bottom: 20px;
}

.ul-chip[b-ooujxv7lfd] {
    background: #f6f8ff;
    border: 1px solid #e4e8f5;
    border-top: 3px solid #ccc;
    border-radius: 8px;
    padding: 10px 12px 8px;
    text-align: center;
}

.ul-chip-version[b-ooujxv7lfd] { border-top-color: #1a73e8; }
.ul-chip-build[b-ooujxv7lfd]   { border-top-color: #34a853; }
.ul-chip-date[b-ooujxv7lfd]    { border-top-color: #f9ab00; }

.ul-mk[b-ooujxv7lfd] {
    color: #9aa0a6;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.ul-mv[b-ooujxv7lfd] {
    color: #1d2327;
    font-weight: 600;
    font-size: 12px;
}

/* ── Divider ───────────────────────────────────────── */
.ul-divider[b-ooujxv7lfd] {
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, transparent, #e4e8f5, transparent);
    margin-bottom: 14px;
}

/* ── Copyright ─────────────────────────────────────── */
.ul-copy[b-ooujxv7lfd] {
    font-size: 10px;
    color: #b0b5bf;
    margin-bottom: 12px;
    line-height: 1.5;
}

/* ── Contact links ─────────────────────────────────── */
.ul-about-links[b-ooujxv7lfd] {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.ul-link-row[b-ooujxv7lfd] {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 11px;
    color: #444b5a;
    font-weight: 500;
    text-align: left;
    background: #f6f8ff;
    border: 1px solid #e4e8f5;
    border-radius: 8px;
    padding: 7px 10px;
    transition: background 0.15s, border-color 0.15s, color 0.15s;
    cursor: default;
}

.ul-link-row:hover[b-ooujxv7lfd] {
    background: #e8f0fe;
    border-color: #1a73e8;
    color: #1a73e8;
}

.ul-link-row:hover .ul-contact-icon[b-ooujxv7lfd]::before {
    color: #1a73e8;
}

.ul-contact-icon[b-ooujxv7lfd]::before {
    color: #9aa0a6;
    line-height: 1;
    transition: color 0.15s;
}

.ul-icon-fb[b-ooujxv7lfd],
.ul-icon-email[b-ooujxv7lfd],
.ul-icon-person[b-ooujxv7lfd] {
    display: inline-flex;
    align-items: center;
    line-height: 1;
    flex-shrink: 0;
}

/* \f301 = Facebook (dashicons) */
.ul-icon-fb[b-ooujxv7lfd]::before {
    font-family: dashicons;
    content: "\f301";
    font-size: 14px;
    color: #9aa0a6;
    line-height: 1;
}

/* \f465 = Email (dashicons) */
.ul-icon-email[b-ooujxv7lfd]::before {
    font-family: dashicons;
    content: "\f465";
    font-size: 14px;
    color: #9aa0a6;
    line-height: 1;
}

/* \f110 = Person (dashicons) */
.ul-icon-person[b-ooujxv7lfd]::before {
    font-family: dashicons;
    content: "\f110";
    font-size: 14px;
    color: #9aa0a6;
    line-height: 1;
}

/* ===================================================================
   VERSION CARD
=================================================================== */
.ul-ver-card[b-ooujxv7lfd] {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.10);
    overflow: hidden;
    margin-bottom: 20px;
}

.ul-ver-header[b-ooujxv7lfd] {
    background: #1d2327;
    color: #fff;
    padding: 12px 20px;
    display: flex;
    align-items: center;
    gap: 14px;
}

.ul-ver-badge[b-ooujxv7lfd] {
    background: rgba(255,255,255,0.2);
    border: 1px solid rgba(255,255,255,0.35);
    border-radius: 6px;
    padding: 3px 12px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.04em;
    flex-shrink: 0;
}

.ul-ver-date[b-ooujxv7lfd] {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 13px;
    opacity: 0.9;
    flex: 1;
}

.ul-date-sep[b-ooujxv7lfd] {
    color: rgba(255,255,255,0.5);
    margin: 0 2px;
}

.ul-date-time[b-ooujxv7lfd] {
    opacity: 0.7;
    font-size: 12px;
}

.ul-ver-count[b-ooujxv7lfd] {
    font-size: 11px;
    opacity: 0.7;
    flex-shrink: 0;
    background: rgba(255,255,255,0.15);
    border-radius: 999px;
    padding: 2px 10px;
}

.ul-ver-body[b-ooujxv7lfd] {
    padding: 8px 0 4px 0;
}

/* ===================================================================
   UPDATE ITEM ROW
=================================================================== */
.ul-item[b-ooujxv7lfd] {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 11px 20px;
    border-bottom: 1px solid #f5f5f5;
    border-left: 3px solid transparent;
    transition: background 0.1s;
}

.ul-item:last-child[b-ooujxv7lfd] { border-bottom: none; }
.ul-item:hover[b-ooujxv7lfd] { background: #f8f9ff; }

/* Type tag */
.ul-type-tag[b-ooujxv7lfd] {
    font-size: 10px;
    font-weight: 700;
    padding: 2px 8px;
    border-radius: 4px;
    white-space: nowrap;
    flex-shrink: 0;
    margin-top: 2px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    width: 118px;
    text-align: center;
    box-sizing: border-box;
}

/* Lines */
.ul-item-lines[b-ooujxv7lfd] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 3px;
    min-width: 0;
}

.ul-line[b-ooujxv7lfd] {
    display: flex;
    align-items: flex-start;
    gap: 6px;
    font-size: 13px;
    color: #3c4043;
    line-height: 1.6;
}

.ul-bullet[b-ooujxv7lfd] {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #bbb;
    margin-top: 7px;
    flex-shrink: 0;
}

.ul-line-body[b-ooujxv7lfd] {
    flex: 1;
    min-width: 0;
}

.ul-line-text[b-ooujxv7lfd] { }

.ul-suffix-info[b-ooujxv7lfd] {
    color: #1a73e8;
    font-size: 12px;
    font-style: italic;
    white-space: nowrap;
}

.ul-suffix-warn[b-ooujxv7lfd] {
    color: #e37400;
    font-size: 12px;
    font-weight: 600;
    white-space: nowrap;
}

.ul-line-comment[b-ooujxv7lfd] {
    padding-left: 0;
}

.ul-line-comment .ul-suffix-info[b-ooujxv7lfd],
.ul-line-comment .ul-suffix-warn[b-ooujxv7lfd] {
    white-space: normal;
    flex: 1;
}

/* ===================================================================
   TYPE COLOR VARIANTS
=================================================================== */
.ul-type-feature[b-ooujxv7lfd]      { border-left-color: #34a853; }
.ul-type-feature      .ul-type-tag[b-ooujxv7lfd]  { background: #e6f4ea; color: #1e7e34; }
.ul-type-feature      .ul-bullet[b-ooujxv7lfd]    { background: #34a853; }

.ul-type-fix[b-ooujxv7lfd]          { border-left-color: #ea4335; }
.ul-type-fix          .ul-type-tag[b-ooujxv7lfd]  { background: #fce8e6; color: #c5221f; }
.ul-type-fix          .ul-bullet[b-ooujxv7lfd]    { background: #ea4335; }

.ul-type-future[b-ooujxv7lfd]       { border-left-color: #9334e6; }
.ul-type-future       .ul-type-tag[b-ooujxv7lfd]  { background: #f3e8fd; color: #6a1b9a; }
.ul-type-future       .ul-bullet[b-ooujxv7lfd]    { background: #9334e6; }

.ul-type-website[b-ooujxv7lfd]      { border-left-color: #1a73e8; }
.ul-type-website      .ul-type-tag[b-ooujxv7lfd]  { background: #e8f0fe; color: #1254c0; }
.ul-type-website      .ul-bullet[b-ooujxv7lfd]    { background: #1a73e8; }

.ul-type-sync-feature[b-ooujxv7lfd] { border-left-color: #e65100; }
.ul-type-sync-feature .ul-type-tag[b-ooujxv7lfd]  { background: #fff3e0; color: #bf360c; }
.ul-type-sync-feature .ul-bullet[b-ooujxv7lfd]    { background: #e65100; }

.ul-type-sync-fix[b-ooujxv7lfd]     { border-left-color: #f9ab00; }
.ul-type-sync-fix     .ul-type-tag[b-ooujxv7lfd]  { background: #fef7e0; color: #b06000; }
.ul-type-sync-fix     .ul-bullet[b-ooujxv7lfd]    { background: #f9ab00; }

.ul-type-sync-future[b-ooujxv7lfd]  { border-left-color: #3949ab; }
.ul-type-sync-future  .ul-type-tag[b-ooujxv7lfd]  { background: #e8eaf6; color: #283593; }
.ul-type-sync-future  .ul-bullet[b-ooujxv7lfd]    { background: #3949ab; }

.ul-type-sync[b-ooujxv7lfd]         { border-left-color: #0097a7; }
.ul-type-sync         .ul-type-tag[b-ooujxv7lfd]  { background: #e0f7fa; color: #006064; }
.ul-type-sync         .ul-bullet[b-ooujxv7lfd]    { background: #0097a7; }

/* ===================================================================
   SCROLL ANIMATION
=================================================================== */
.animate-on-scroll[b-ooujxv7lfd] {
    opacity: 0;
}

.animate-on-scroll.show[b-ooujxv7lfd] {
    animation: UL_FadeUp-b-ooujxv7lfd 0.45s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

@keyframes UL_FadeUp-b-ooujxv7lfd {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ===================================================================
   RESPONSIVE
=================================================================== */
@media (max-width: 600px) {
    .ul-wrap[b-ooujxv7lfd] {
        padding: 12px 10px 0;
    }

    .ul-about-body[b-ooujxv7lfd] {
        padding: 20px 12px;
    }

    .ul-about-left[b-ooujxv7lfd] {
        width: 100%;
        border-radius: 14px;
        padding: 22px 16px 18px;
    }

    .ul-logo-wrap[b-ooujxv7lfd] {
        width: 70px;
        height: 70px;
    }

    .ul-ver-count[b-ooujxv7lfd] {
        display: none;
    }

    .ul-item[b-ooujxv7lfd] {
        flex-direction: column;
        gap: 6px;
    }

    .ul-type-tag[b-ooujxv7lfd] {
        min-width: 0;
        text-align: left;
    }
}
/* _content/MINEMELODY_WEBSITE_CMS/Components/Pages/BackEnd/Main/Main.razor.rz.scp.css */
body[b-0fyff7eb6c] {
}
/* _content/MINEMELODY_WEBSITE_CMS/Components/Pages/BackEnd/Media/ImagePreviewFullDetail.razor.rz.scp.css */
@font-face {
    font-family: 'GoogleFont';
    font-style: normal;
    font-weight: 100 700;
    src: url('../fonts/google-font.woff2') format('woff2');
}

.PreviewFullDetail[b-4q1lfp8aud] {
    position: fixed;
    top: 0;
    left: 0;
    color: black;
    z-index: 999999;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0, 0.50);
    user-select: none;
    padding: 30px;
}

.DivMainBox[b-4q1lfp8aud] {
    width: 100%;
    height: 100%;
    background: white;
    min-width: 200px;
    flex-direction: column;
    border-radius: 5px;
    position: relative;
}

.DivHeader[b-4q1lfp8aud] {
    height: 50px;
    border-bottom: solid 1px #c3c4c7;
}

.DivHeaderName[b-4q1lfp8aud] {
    padding: 0px 16px;
    font-size: 24px;
}

.OperatorMain[b-4q1lfp8aud] {
    justify-content: end;
    flex: 1;
}

.OperatorBoxSize[b-4q1lfp8aud] {
    width: 50px;
    height: 50px;
    border-left: solid 1px #c3c4c7;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.25s;
}

    .OperatorBoxSize:hover[b-4q1lfp8aud] {
        background: #c3c4c7;
    }

    .OperatorBefore[b-4q1lfp8aud]::after {
        font-family: GoogleFont;
        content: "\e408";
        color: black;
        font-size: 24px;
        font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 200, 'opsz' 20;
    }

.OperatorAfter[b-4q1lfp8aud]::after {
    font-family: GoogleFont;
    content: "\e409";
    color: black;
    font-size: 24px;
    font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 200, 'opsz' 20;
}

.OperatorClose[b-4q1lfp8aud]::after {
    font-family: GoogleFont;
    content: "\e5cd";
    color: black;
    font-size: 24px;
    font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 200, 'opsz' 20;
}

.MainZone[b-4q1lfp8aud] {
    margin-top: 50px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    overflow: auto;
}

.FullZone[b-4q1lfp8aud] {
    
}

.ZoneA[b-4q1lfp8aud] {
    width: 65%;
    height: 100%;
    border-right: solid 1px #c3c4c7;
    padding: 16px;
}

    .ZoneA .DivImg[b-4q1lfp8aud] {
        width: 100%;
        display: flex;
        justify-content: center;
    }
        .ZoneA .DivImg img[b-4q1lfp8aud] {
            max-width: 100%;
            margin: 0 auto;
        }

.ZoneB[b-4q1lfp8aud] {
    width: 35%;
    height: 100%;
    background: #f6f7f7;
    display: flex;
    flex-direction: column;
}

.ZoneB .TextDetail[b-4q1lfp8aud]{
    font-size: 14px;
    word-break: break-all;
}

.ZoneB1[b-4q1lfp8aud] {
    margin: 20px;
    padding-bottom: 20px;
    border-bottom: solid 1px #c3c4c7;
}


.ZoneB2[b-4q1lfp8aud] {
    margin: 0px 20px;
    padding-bottom: 0px;
    border-bottom: solid 1px #c3c4c7;
}

    .ZoneB2 .PerRow[b-4q1lfp8aud] {
        margin-bottom: 20px;
        font-size: 14px;
        display: flex;
        align-items: center;
    }

        .ZoneB2 .PerRow .HeadZone[b-4q1lfp8aud] {
            min-width: 100px;
            max-width: 300px;
            display: flex;
            justify-content: end;
            align-items: center;
        }

        .ZoneB2 .PerRow .InputZone[b-4q1lfp8aud] {
            margin-left: 20px;
            width: 100%;
            max-width: 100%;
        }

            .ZoneB2 .PerRow .InputZone input[b-4q1lfp8aud] {
                width: 100%;
                padding: 5px;
            }

            .ZoneB2 .PerRow .InputZone textarea[b-4q1lfp8aud] {
                width: 100%;
                padding: 5px;
            }

.ZoneB3[b-4q1lfp8aud] {
    margin-top: 20px;
    margin-bottom: 20px;
}

    .ZoneB3 .ButtonBox[b-4q1lfp8aud] {
        width: 100px;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s;
        cursor: pointer;
    }

    .ZoneB3 .Delete[b-4q1lfp8aud] {
        color: #ff1111;
        border: solid 1px #ff1111;
    }

        .ZoneB3 .Delete:hover[b-4q1lfp8aud] {
            border: solid 1px #ff1111 !important;
            box-shadow: #ff1111 0px 0px 5px;
        }

    .ZoneB3 .SaveButton[b-4q1lfp8aud] {
        color: #0a4b00;
        border: solid 1px #0a4b00;
    }

        .ZoneB3 .SaveButton:hover[b-4q1lfp8aud] {
            border: solid 1px #0a4b00 !important;
            box-shadow: #0a4b00 0px 0px 5px;
        }

@media (max-width: 900px) {
    .MainZone[b-4q1lfp8aud] {
        display: block;
    }
    .ZoneA[b-4q1lfp8aud] {
        height: auto;
        width: 100%;
        border: none;
    }
    .ZoneB[b-4q1lfp8aud] {
        height: auto;
        width: 100%;
    }
}

@media (max-width: 1100px) {
    .ZoneB2 .PerRow[b-4q1lfp8aud] {
        display: block;
    }

        .ZoneB2 .PerRow .HeadZone[b-4q1lfp8aud] {
            min-width: 100px;
            max-width: 300px;
            display: flex;
            justify-content: start;
            align-items: center;
        }

        .ZoneB2 .PerRow .InputZone[b-4q1lfp8aud] {
            width: 100%;
            max-width: 100%;
            margin-left: 0px;
            margin-top: 5px;
        }
}
/* _content/MINEMELODY_WEBSITE_CMS/Components/Pages/BackEnd/Media/MediaManage.razor.rz.scp.css */
@font-face {
    font-family: 'GoogleFont';
    font-style: normal;
    font-weight: 100 700;
    src: url('../fonts/google-font.woff2') format('woff2');
}

.UploadDropZone[b-yz3hgdtv8j] {
    position: absolute;
    background: rgba(10,75,120,.9);
    padding: 15px;
    top:0;
    left:0;
    right:0;
    bottom:0;
    display: none;
    opacity: 0;
    transition: 0.2s;
    z-index: 99;
}

    .UploadDropZone .InnerZone[b-yz3hgdtv8j] {
        border: dotted white 1px;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        font-size: 40px;
        font-weight: bold;
        user-select: none;
    }

.MainAllProducts[b-yz3hgdtv8j] {
    padding: 15px;
    min-height: 100%;
    min-width: 580px;
}

.ProductsMenu[b-yz3hgdtv8j] {
    display: flex;
    align-items: center;
}

    .ProductsMenu .MenuName[b-yz3hgdtv8j] {
        font-size: 25px;
    }

    .ProductsMenu .Per[b-yz3hgdtv8j] {
        margin-left: 15px;
        height: 30px;
    }

.MenuBoxCss[b-yz3hgdtv8j] {
    font-size: 15px;
    padding: 0px 10px 0px 10px;
    border: solid 1px #2271b1;
    color: #2271b1;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    transition: 0.2s;
    cursor: pointer;
    user-select: none;
    height: 35px;
}

    .MenuBoxCss:hover[b-yz3hgdtv8j] {
        filter: brightness(0.5);
    }

.ShowDropUploadZone[b-yz3hgdtv8j] {
    display: block !important;
    opacity: 1 !important;
}

.ShowDropUploadZone .UploadDropZone[b-yz3hgdtv8j] {
    display: block!important;
    opacity: 1!important;
}

[b-yz3hgdtv8j] .HiddenInputFile {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
    opacity: 0;
}

.MainToolsMenu[b-yz3hgdtv8j] {
    background: white;
    width: auto;
    margin-top: 10px;
    height: 55px;
    padding: 0px 20px;
    border: 1px solid #c3c4c7;
    display: grid;
    grid-template-areas: 'a b';
}

.ToolsMenu[b-yz3hgdtv8j] {
    display: flex;
    align-items: center;
    grid-area: a;
}

    .ToolsMenu .TableViewButton[b-yz3hgdtv8j] {
        margin-right: 10px;
        cursor: pointer;
    }

        .ToolsMenu .TableViewButton[b-yz3hgdtv8j]::after {
            font-family: GoogleFont;
            content: "\e8ef";
            color: #c3c4c7;
            font-size: 22px;
            font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 200, 'opsz' 20;
        }

    .ToolsMenu .GridViewButton[b-yz3hgdtv8j] {
        margin-right: 10px;
        cursor: pointer;
    }

        .ToolsMenu .GridViewButton[b-yz3hgdtv8j]::after {
            font-family: GoogleFont;
            content: "\e9b0";
            color: #c3c4c7;
            font-size: 22px;
            font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 200, 'opsz' 20;
        }

    .ToolsMenu .SelectFilter[b-yz3hgdtv8j] {
        grid-area: a;
    }

        .ToolsMenu .SelectFilter select[b-yz3hgdtv8j] {
            height: 30px;
            min-width: 150px;
            padding: 0px 5px;
            border: solid 1px #c3c4c7;
            border-radius: 5px;
            font-size: 15px;
            cursor: pointer;
            margin-left: 10px;
        }

            .ToolsMenu .SelectFilter select option[b-yz3hgdtv8j] {
                font-size: 15px;
            }

    .ToolsMenu .MultiSelect[b-yz3hgdtv8j] {
        margin-left: 10px;
        height: 30px;
        min-width: fit-content;
        width: fit-content;
    }

.SeachBarDiv[b-yz3hgdtv8j] {
    display: flex;
    align-items: center;
    justify-content: end;
    width: 100%;
    font-size: 15px;
    grid-area: b;
}

.SeachBarDiv label[b-yz3hgdtv8j]{
    margin-right: 10px;
}

.SeachBarDiv input[b-yz3hgdtv8j]{
    padding-left: 5px;
    height: 30px;
    max-width: 280px;
    width: 100%;
    min-width: 100px;
}

.ShowResultDetail[b-yz3hgdtv8j] {
    font-size: 15px;
    text-align: center;
}

.BaseArrowPage[b-yz3hgdtv8j] {
    cursor: pointer;
    user-select: none;
    width: 60px;
    text-align: center;
}

    .BaseArrowPage.BeforePage[b-yz3hgdtv8j]::after {
        font-family: GoogleFont;
        content: "\e5e0";
        color: #c3c4c7;
        font-size: 22px;
        font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 200, 'opsz' 20;
        margin-left: 10px;
    }

    .BaseArrowPage.AfterPage[b-yz3hgdtv8j]::after {
        font-family: GoogleFont;
        content: "\e5e1";
        color: #c3c4c7;
        font-size: 22px;
        font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 200, 'opsz' 20;
    }

.ShowImageZoneMain[b-yz3hgdtv8j] {
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(10, 150px);
    gap: 20px;
    height: fit-content;
    /*height: calc(100vh - 280px);*/
    padding: 0px 0px;
}

    .ShowImageZoneMain .Per[b-yz3hgdtv8j] {
        width: 100%;
        height: 150px;
        overflow: hidden;
        border: solid 1px #c3c4c7;
        position: relative;
    }

        .ShowImageZoneMain .Per img[b-yz3hgdtv8j] {
            position: absolute;
            transform: translate(-50%,-50%);
            top: 50%;
            left: 50%;
            overflow-clip-margin: content-box;
            overflow: clip;
            cursor: pointer;
            user-select: none;
            list-style: none;
            text-align: center;
        }

        .ShowImageZoneMain .Per .ImgH[b-yz3hgdtv8j] {
            max-height: 100%;
            transition: 0.25s;
        }
            .ShowImageZoneMain .Per .ImgH:focus[b-yz3hgdtv8j] {
                border: solid 1px #2271b1 !important;
                box-shadow: #2271b1 0px 0px 5px;
                outline: none;
            }

        .ShowImageZoneMain .Per .ImgV[b-yz3hgdtv8j] {
            max-width: 100%;
            transition: 0.25s;
        }
            .ShowImageZoneMain .Per .ImgV:focus[b-yz3hgdtv8j] {
                border: solid 1px #2271b1 !important;
                box-shadow: #2271b1 0px 0px 5px;
                outline: none;
            }

@media (max-width: 870px) {
    .ToolsMenu[b-yz3hgdtv8j]{
        justify-content: center;
    }

    .MainToolsMenu[b-yz3hgdtv8j] {
        padding: 15px 20px;
        height: fit-content;
        grid-template-areas: 'a'
            'b';
    }

    .SeachBarDiv[b-yz3hgdtv8j] {
        display: flex;
        align-items: center;
        justify-content: start;
        width: 100%;
        margin-top: 10px;
    }

        .SeachBarDiv input[b-yz3hgdtv8j] {
            max-width: 100%;
            width: 100%;
        }

    
}

@media (max-width: 1900px) {
    .ShowImageZoneMain[b-yz3hgdtv8j] {
        grid-template-columns: repeat(9, 150px);
    }
}

@media (max-width: 1750px) {
    .ShowImageZoneMain[b-yz3hgdtv8j] {
        grid-template-columns: repeat(8, 150px);
    }
}

@media (max-width: 1575px) {
    .ShowImageZoneMain[b-yz3hgdtv8j] {
        grid-template-columns: repeat(7, 150px);
    }
}

@media (max-width: 1415px) {
    .ShowImageZoneMain[b-yz3hgdtv8j] {
        grid-template-columns: repeat(6, 150px);
    }
}

@media (max-width: 1250px) {
    .ShowImageZoneMain[b-yz3hgdtv8j] {
        grid-template-columns: repeat(5, 150px);
    }
}

@media (max-width: 1070px) {
    .ShowImageZoneMain[b-yz3hgdtv8j] {
        grid-template-columns: repeat(4, 150px);
    }
}

@media (max-width: 800px) {
    .ShowImageZoneMain[b-yz3hgdtv8j] {
        grid-template-columns: repeat(3, 150px);
    }
}
/* _content/MINEMELODY_WEBSITE_CMS/Components/Pages/BackEnd/Media/MediaSelectImage.razor.rz.scp.css */
@font-face {
    font-family: 'GoogleFont';
    font-style: normal;
    font-weight: 100 700;
    src: url('../fonts/google-font.woff2') format('woff2');
}

.ButtonBox[b-djrgxmdejo] {
    margin-top: 10px;
    width: 150px;
    height: 30px!important;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: 0.2s;
}

.DeleteButton[b-djrgxmdejo] {
    color: #ff1111;
    border: solid 1px #ff1111;
}

    .DeleteButton:hover[b-djrgxmdejo] {
        border: solid 1px #ff1111 !important;
        box-shadow: #ff1111 0px 0px 5px;
    }

.UploadDropZone[b-djrgxmdejo] {
    position: absolute;
    background: rgba(10,75,120,.9);
    padding: 15px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    opacity: 0;
    transition: 0.2s;
    z-index: 99;
}

    .UploadDropZone .InnerZone[b-djrgxmdejo] {
        border: dotted white 1px;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        font-size: 40px;
        font-weight: bold;
        user-select: none;
    }

.ShowDropUploadZone[b-djrgxmdejo] {
    display: block !important;
    opacity: 1 !important;
}

    .ShowDropUploadZone .UploadDropZone[b-djrgxmdejo] {
        display: block !important;
        opacity: 1 !important;
    }

[b-djrgxmdejo] .HiddenInputFile {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
    opacity: 0;
}

.OperatorMain[b-djrgxmdejo] {
    justify-content: end;
    flex: 1;
}

.OperatorBoxSize[b-djrgxmdejo] {
    width: 50px;
    height: 50px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.25s;
}

    .OperatorBoxSize:hover[b-djrgxmdejo] {
        background: #c3c4c7;
    }

.OperatorClose[b-djrgxmdejo]::after {
    font-family: GoogleFont;
    content: "\e5cd";
    color: black;
    font-size: 24px;
    font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 200, 'opsz' 20;
}

.MenuBoxCss[b-djrgxmdejo] {
    font-size: 15px;
    padding: 0px 10px 0px 10px;
    border: solid 1px #2271b1;
    color: #2271b1;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    transition: 0.2s;
    cursor: pointer;
    user-select: none;
    height: 35px;
}


.MainModal[b-djrgxmdejo] {
    position: fixed;
    top: 0;
    left: 0;
    color: black;
    z-index: 999999;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0, 0.50);
    user-select: none;
    padding: 30px;
}

.ImageDetail[b-djrgxmdejo] {
    width: 200px;
    min-width: 200px;
    background: #f6f7f7;
}

.DetailZone[b-djrgxmdejo] {
    height: 90%;
    padding: 20px;
}

    .DetailZone .HeaderDetail[b-djrgxmdejo] {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .DetailZone .Body[b-djrgxmdejo] {
        margin-left: 10px;
        padding-bottom: 10px;
        border-bottom: solid 1px #c3c4c7;
        font-size: 14px;
    }

        .DetailZone .Body .PreviewImg[b-djrgxmdejo] {
            max-width: 120px;
            margin-bottom: 10px;
        }

        .DetailZone .Body .DetailText[b-djrgxmdejo] {
            word-break: break-all;
        }

.ButtonZone[b-djrgxmdejo] {
    height: 10%;
}

.ButtonZone .SelectButton[b-djrgxmdejo]{
    width: fit-content;
}

.DivMainBox[b-djrgxmdejo] {
    width: 100%;
    height: 100%;
    background: white;
    min-width: 200px;
    flex-direction: column;
    border-radius: 5px;
    position: relative;
}

    .DivMainBox .Header[b-djrgxmdejo] {
        height: 50px;
        font-size: 24px;
    }

    .DivMainBox .SubHeader[b-djrgxmdejo] {
        height: 36px;
        font-size: 24px;
        width: 100%;
        padding: 0px 20px;
        font-size: 14px;
    }

        .DivMainBox .SubHeader .Text[b-djrgxmdejo] {
            display: flex;
            align-items: center;
            justify-content: center;
            min-width: 100px;
            cursor: pointer;
        }

    .DivMainBox .Active[b-djrgxmdejo] {
        border: 1px solid #dcdcde;
        border-bottom: none;
        background: white;
        transform: translateY(1px);
    }

.MaxImageZone[b-djrgxmdejo] {
    height: calc(100% - 70px);
    overflow: auto;
}

.FilterBar[b-djrgxmdejo] {
    width: 100%;
    padding: 0px 20px;
    padding-top: 20px;
    display: flex;
}

    .FilterBar .Zone1[b-djrgxmdejo] {
        flex: 1;
    }

        .FilterBar .Zone1 .SelectZone[b-djrgxmdejo] {
            height: 30px;
            border: solid 1px #c3c4c7;
            border-radius: 5px;
            font-size: 15px;
            cursor: pointer;
            width: 150px;
            padding-left: 10px;
        }

    .FilterBar .Zone2[b-djrgxmdejo] {
        width: 200px;
    }

        .FilterBar .Zone2 .Search[b-djrgxmdejo] {
            height: 30px;
            width: 100%;
            padding-left: 10px;
        }

.ShowResultDetail[b-djrgxmdejo] {
    margin-top: 5px;
    width: 100%;
    color: black;
    font-size: 14px;
}

    .ShowImageZoneMain[b-djrgxmdejo] {
        margin-top: 20px;
        display: grid;
        grid-template-columns: repeat(10, 140px);
        height: fit-content;
        gap: 20px;
        padding: 0px 20px;
    }

.SelectedListShow[b-djrgxmdejo] {
    outline: solid 5px #2271b1 !important;
    box-shadow: #2271b1 0px 0px 20px;
}

.SelectedListShowOrder[b-djrgxmdejo] {
    position: absolute;
    top: 0%;
    left: 100%;
    width: 30px;
    height: 30px;
    outline: solid 1px #2271b1;
    padding: 3px;
    z-index: 1;
    transform: translate(-50%,-50%);
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .SelectedListShowOrder .Inner[b-djrgxmdejo] {
        background: #2271b1;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        color: white;
    }

.BaseArrowPage[b-djrgxmdejo] {
    cursor: pointer;
    user-select: none;
    width: 60px;
    text-align: center;
}

    .BaseArrowPage.BeforePage[b-djrgxmdejo]::after {
        font-family: GoogleFont;
        content: "\e5e0";
        color: #c3c4c7;
        font-size: 22px;
        font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 200, 'opsz' 20;
        margin-left: 10px;
    }

    .BaseArrowPage.AfterPage[b-djrgxmdejo]::after {
        font-family: GoogleFont;
        content: "\e5e1";
        color: #c3c4c7;
        font-size: 22px;
        font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 200, 'opsz' 20;
    }

.ShowImageZoneMain .Per[b-djrgxmdejo] {
    width: 100%;
    height: 140px;
    border: solid 1px #c3c4c7;
    position: relative;
    outline: solid 0px #2271b1;
    box-shadow: #2271b1 0px 0px 0px;
    transition: 0.1s;
    cursor: pointer;
}

.ShowImageZoneMain .PerImg[b-djrgxmdejo] {
    position: relative;
    overflow: hidden;
    height: 100%;
    width: 100%;
}

    .ShowImageZoneMain .Per:focus[b-djrgxmdejo] {
        
    }

.ShowImageZoneMain .Selected[b-djrgxmdejo] {
    outline: solid 5px #2271b1 !important;
    box-shadow: #2271b1 0px 0px 20px;
}

        .ShowImageZoneMain .Per img[b-djrgxmdejo] {
            position: absolute;
            transform: translate(-50%,-50%);
            top: 50%;
            left: 50%;
            overflow-clip-margin: content-box;
            overflow: clip;
            cursor: pointer;
            user-select: none;
            list-style: none;
            text-align: center;
        }

        .ShowImageZoneMain .Per .ImgH[b-djrgxmdejo] {
            max-height: 100%;
            transition: 0.25s;
        }

            .ShowImageZoneMain .Per .ImgH:focus[b-djrgxmdejo] {
                border: solid 1px #2271b1 !important;
                box-shadow: #2271b1 0px 0px 5px;
                outline: none;
            }

        .ShowImageZoneMain .Per .ImgV[b-djrgxmdejo] {
            max-width: 100%;
            transition: 0.25s;
        }

            .ShowImageZoneMain .Per .ImgV:focus[b-djrgxmdejo] {
                border: solid 1px #2271b1 !important;
                box-shadow: #2271b1 0px 0px 5px;
                outline: none;
            }

.DivUploadZone[b-djrgxmdejo] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: fit-content;
    margin-top: 250px;
}

    .DivUploadZone div[b-djrgxmdejo] {
        margin-bottom: 10px;
    }

        .DivUploadZone div:nth-child(1)[b-djrgxmdejo] {
            font-size: 20px;
            font-weight: 500;
        }

        .DivUploadZone div:nth-child(3)[b-djrgxmdejo] {
            margin-bottom: 15px;
            padding: 0px 20px;
        }

        .DivUploadZone div:nth-child(4)[b-djrgxmdejo] {
            font-size: 14px;
        }

@media (max-width: 1900px) {
    .ShowImageZoneMain[b-djrgxmdejo] {
        grid-template-columns: repeat(9, 140px);
    }
}

@media (max-width: 1760px) {
    .ShowImageZoneMain[b-djrgxmdejo] {
        grid-template-columns: repeat(8, 140px);
    }
}

@media (max-width: 1580px) {
    .ShowImageZoneMain[b-djrgxmdejo] {
        grid-template-columns: repeat(7, 140px);
    }
}

@media (max-width: 1430px) {
    .ShowImageZoneMain[b-djrgxmdejo] {
        grid-template-columns: repeat(6, 140px);
    }
}

@media (max-width: 1260px) {
    .ShowImageZoneMain[b-djrgxmdejo] {
        grid-template-columns: repeat(5, 140px);
    }
}

@media (max-width: 1120px) {
    .ShowImageZoneMain[b-djrgxmdejo] {
        grid-template-columns: repeat(4, 140px);
    }
    .FilterBar[b-djrgxmdejo] {
        display: block;
    }

        .FilterBar .Zone1 .SelectZone[b-djrgxmdejo] {
            margin-top: 10px;
            width: 100%;
        }

        .FilterBar .Zone2[b-djrgxmdejo] {
            margin-top: 10px;
            width: 100%;
        }
}

@media (max-width: 960px) {
    .ShowImageZoneMain[b-djrgxmdejo] {
        grid-template-columns: repeat(3, 140px);
    }
}

@media (max-width: 830px) {
    .ShowImageZoneMain[b-djrgxmdejo] {
        grid-template-columns: repeat(2, 100px);
    }

        .ShowImageZoneMain .Per[b-djrgxmdejo] {
            height: 100px;
        }
}

@media (max-width: 555px) {
    .ShowImageZoneMain[b-djrgxmdejo] {
        grid-template-columns: repeat(1, 100px);
    }

        .ShowImageZoneMain .Per[b-djrgxmdejo] {
            height: 100px;
        }
}
/* _content/MINEMELODY_WEBSITE_CMS/Components/Pages/BackEnd/MenuZone.razor.rz.scp.css */
@font-face {
    font-family: 'GoogleFont';
    font-style: normal;
    font-weight: 100 700;
    src: url('../fonts/google-font.woff2') format('woff2');
}


.FontMenu_Blogs[b-hxexdl7ctu]::before {
    font-family: GoogleFont;
    content: "\ea3e";
    color: #a7aaad;
    font-size: 18px;
    margin-left: -2px;
    font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 200, 'opsz' 20;
}

.ActiveMenu.FontMenu_Blogs[b-hxexdl7ctu]::before {
    color: white !important;
}

.FontMenu_Sales[b-hxexdl7ctu]::before {
    font-family: GoogleFont;
    content: "\eb88";
    color: #a7aaad;
    font-size: 18px;
    margin-left: -2px;
    font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 200, 'opsz' 20;
}

.ActiveMenu.FontMenu_Sales[b-hxexdl7ctu]::before {
    color: white !important;
}


.FontMenu_Product[b-hxexdl7ctu]::before {
    font-family: GoogleFont;
    content: "\f867";
    color: #a7aaad;
    font-size: 18px;
    margin-left: -2px;
    font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 200, 'opsz' 20;
}

.ActiveMenu.FontMenu_Product[b-hxexdl7ctu]::before {
    color: white!important;
}

.FontMenu_Report[b-hxexdl7ctu]::before {
    font-family: GoogleFont;
    content: "\e104";
    color: #a7aaad;
    font-size: 18px;
    margin-left: -2px;
    font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 200, 'opsz' 20;
}

.ActiveMenu.FontMenu_Report[b-hxexdl7ctu]::before {
    color: white!important;
}

.MenuGroupLabel[b-hxexdl7ctu] {
    padding: 14px 15px 4px 15px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    color: #50575e;
    user-select: none;
}

.NavBar[b-hxexdl7ctu] {
    position: fixed;
    top: 48px;
    bottom: -120px;
    z-index: 5;
    width: 160px;
    background-color: rgb(29, 35, 39);
    outline: rgb(60, 67, 74) none 0px;
    color: white;
    padding-top: 8px;
    user-select: none;
    transition: 0.25s;
}

.ActiveNavBar[b-hxexdl7ctu] {

}

.MenuMain[b-hxexdl7ctu] {
    padding-left: 15px;
    height: 35px;
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
    color: #a7aaad;
}

    .MenuMain:hover[b-hxexdl7ctu]:before {
        color: #2271b1;
    }

    .MenuMain:hover .PadShowHover[b-hxexdl7ctu] {
        width: 3px;
    }

    .MenuMain:hover .Text[b-hxexdl7ctu] {
        color: #72aee6;
        filter: brightness(1.0);
    }

    .MenuMain:hover .Icon[b-hxexdl7ctu] {
        filter: brightness(1.0);
    }

    .MenuMain .PadShowHover[b-hxexdl7ctu] {
        position: absolute;
        left: 0px;
        height: 100%;
        width: 0px;
        background: #72aee6;
        transition: 0.2s;
    }

    .MenuMain .PadShowHover:hover[b-hxexdl7ctu] {
        width: 5px;
    }

    .MenuMain .Icon[b-hxexdl7ctu] {
        width: 15px;
    }

    .MenuMain .Text[b-hxexdl7ctu] {
        font-size: 13px;
        margin-left: 10px;
        cursor: pointer;
    }

    .MenuMain .NotifyBadge[b-hxexdl7ctu] {
        position: absolute;
        top: 6px;
        right: 10px;
        min-width: 18px;
        height: 18px;
        padding: 0 5px;
        background: #e53935;
        color: #fff;
        font-size: 10px;
        font-weight: bold;
        line-height: 18px;
        text-align: center;
        border-radius: 9px;
        box-shadow: 0 0 0 1px rgba(0,0,0,.15);
    }

.SubMenuMain[b-hxexdl7ctu] {
    background: #2c3338;
    transition: 0.5s;
    overflow: hidden;
}

    .SubMenuMain .Per[b-hxexdl7ctu] {
        height: 30px;
        cursor: pointer;
        padding-left: 25px;
        font-size: 13px;
        display: flex;
        align-items: center;
        position: relative;
    }

        .SubMenuMain .Per:hover[b-hxexdl7ctu] {
            color: #72aee6;
        }

            .SubMenuMain .Per:hover .PadShowHover[b-hxexdl7ctu] {
                width: 3px;
            }

    .SubMenuMain .PadShowHover[b-hxexdl7ctu] {
        position: absolute;
        left: 0px;
        height: 100%;
        width: 0px;
        background: #72aee6;
        transition: 0.2s;
    }

.liMenu[b-hxexdl7ctu] {
    display: none;
    font-size: 15px; 
    position: absolute;
    top: 0%;
    left: 100%;
    padding: 0px;
    z-index: 9999;
    transition: 0.25s;
    margin: 0px;
    overflow: hidden;
}

.ActiveMenu[b-hxexdl7ctu]{
    background: #2271b1;
    color: white!important;
}

.liMenu .Per[b-hxexdl7ctu] {
    list-style-type: none;
    height: 35px;
    width: 160px;
    display: flex;
    align-items: center;
    padding-left: 15px;
    background: #2c3338;
    position: relative;
    font-size: 11px;
    cursor: pointer;
    color: rgba(240,246,252,.7);
}

        .liMenu .Per .PadShowHover[b-hxexdl7ctu] {
            position: absolute;
            left: 0px;
            height: 100%;
            width: 0px;
            background: #72aee6;
            transition: 0.2s;
        }

        .liMenu .Per:hover .PadShowHover[b-hxexdl7ctu] {
            width: 3px;
        }

        .liMenu .Per:hover[b-hxexdl7ctu] {
            color: #72aee6;
        }

    .liMenu .PerMain[b-hxexdl7ctu] {
        list-style-type: none;
        width: 160px;
        display: flex;
        align-items: center;
        padding-left: 15px;
        background: #2c3338;
        position: relative;
        font-size: 13px;
        height: 35px;
    }

.liMenu .Per.Active[b-hxexdl7ctu]{
    color: white!important;
}

.FontMenu_User[b-hxexdl7ctu]::before {
    font-family: dashicons;
    content: "\f110";
    color: #a7aaad;
    font-size: 18px;
    margin-left: -2px;
}

.ActiveMenu.FontMenu_User[b-hxexdl7ctu]::before {
    color: white;
}

.FontMenu_Customer[b-hxexdl7ctu]::before {
    font-family: dashicons;
    content: "\f307";
    color: #a7aaad;
    font-size: 18px;
    margin-left: -2px;
}

.ActiveMenu.FontMenu_Customer[b-hxexdl7ctu]::before {
    color: white;
}

.FontMenu_Setting[b-hxexdl7ctu]::before {
    font-family: dashicons;
    content: "\f107";
    color: #a7aaad;
    font-size: 18px;
    margin-left: -2px;
}

.ActiveMenu.FontMenu_Setting[b-hxexdl7ctu]::before {
    color: white;
}

.LicenseMenu_Setting[b-hxexdl7ctu]::before {
    font-family: dashicons;
    content: "\f348";
    color: #a7aaad;
    font-size: 18px;
    margin-left: -2px;
}

.ActiveMenu.LicenseMenu_Setting[b-hxexdl7ctu]::before {
    color: white;
}

.FontMenu_Media[b-hxexdl7ctu]::before {
    font-family: dashicons;
    content: "\f104";
    color: #a7aaad;
    font-size: 18px;
    margin-left: -2px;
}

.ActiveMenu.FontMenu_Media[b-hxexdl7ctu]::before {
    color: white;
}

.FontMenu_Analytics[b-hxexdl7ctu]::before {
    font-family: dashicons;
    content: "\f185";
    color: #a7aaad;
    font-size: 18px;
    margin-left: -2px;
}

.ActiveMenu.FontMenu_Analytics[b-hxexdl7ctu]::before {
    color: white;
}

.FontMenu_Theme[b-hxexdl7ctu]::before {
    font-family: dashicons;
    content: "\f100";
    color: #a7aaad;
    font-size: 18px;
    margin-left: -2px;
}

.ActiveMenu.FontMenu_Theme[b-hxexdl7ctu]::before {
    color: white;
}

.FontMenu_Dashboard[b-hxexdl7ctu]::before {
    font-family: dashicons;
    content: "\f226";
    color: #a7aaad;
    font-size: 18px;
    margin-left: -2px;
}

.ActiveMenu.FontMenu_Dashboard[b-hxexdl7ctu]::before {
    color: white;
}

@media (max-width: 992px) and (min-width: 768px) {
    .NavBar[b-hxexdl7ctu] {
        width: 45px;
    }

    .MenuMain .Text[b-hxexdl7ctu] {
        display: none;
    }

    .liMenu[b-hxexdl7ctu] {
        display: none;
    }

        .liMenu:hover[b-hxexdl7ctu] {
            display: block;
        }

    .MenuMain:hover + .liMenu[b-hxexdl7ctu] {
        display: block;
    }
}

@media (min-width: 992px) {
    .liMenu .PerMain[b-hxexdl7ctu] {
        display: none;
    }

    .MenuMain.ActiveMenu + .liMenu[b-hxexdl7ctu] {
        display: block;
    }

    .liMenu[b-hxexdl7ctu] {
        position: relative;
        left: 0%;
    }
}

@media (max-width: 992px) and (min-width: 768px) {
    .MenuGroupLabel[b-hxexdl7ctu] {
        display: none;
    }
}

@media (max-width: 768px) {
    .NavBar[b-hxexdl7ctu] {
        width: 0px;
        overflow: hidden;
        top: 50px;
    }

    .MenuGroupLabel[b-hxexdl7ctu] {
        padding: 12px 15px 4px 15px;
    }
    .NavBar.ActiveNavBar[b-hxexdl7ctu] {
        width: 160px;
    }
    .MenuMain .Text[b-hxexdl7ctu] {
        display: block;
    }
    .MenuMain.ActiveMenu + .liMenu[b-hxexdl7ctu] {
        display: block;
    }
    .liMenu[b-hxexdl7ctu] {
        position: relative;
        left: 0%;
    }
        .liMenu .PerMain[b-hxexdl7ctu] {
            display: none;
        }
}
/* _content/MINEMELODY_WEBSITE_CMS/Components/Pages/BackEnd/Products/AddProduct.razor.rz.scp.css */
@font-face {
    font-family: 'GoogleFont';
    font-style: normal;
    font-weight: 100 700;
    src: url('../fonts/google-font.woff2') format('woff2');
}

.GalleryImagePerDiv[b-awm9w1fxca] {
    position: relative;
}

    .GalleryImagePerDiv:hover .RemoveImgButton[b-awm9w1fxca] {
        opacity: 1;
    }

.RemoveImgButton[b-awm9w1fxca] {
    position: absolute;
    top: -8%;
    right: -10%;
    background: white;
    border-radius: 50%;
    width: 21px;
    height: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: 0;
    transition: 0.2s;
}

    .RemoveImgButton[b-awm9w1fxca]::after {
        font-family: GoogleFont;
        content: "\e5c9";
        font-size: 18px;
        font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 200, 'opsz' 20;
        color: rgb(190, 190, 190);
    }

.ProductMainImage[b-awm9w1fxca] {
    
}

    .ProductMainImage img[b-awm9w1fxca] {
        max-width: 100%;
        width: auto;
        height: auto;
    }

.ProductGalleryImage[b-awm9w1fxca] {
    display: grid;
    grid-template-columns: repeat(3,78px);
    gap: 12px;
}

    .ProductGalleryImage img[b-awm9w1fxca] {
        width: 78px;
        min-width: 78px;
        border: 1px solid #cacaca;
    }

.MainAddProduct[b-awm9w1fxca] {
    padding: 15px;
    background: #f0f0f1;
    min-height: 100%;
}

.ManageBlock[b-awm9w1fxca] {
    position: relative;
    margin-right: 300px;
}

.FirstBlock[b-awm9w1fxca] {
    position: relative;
    display: block;
    margin-bottom: 20px;
    outline: 0;
    width: 100%;
    min-width: 463px;
    float: left;
}

.SecondBlock[b-awm9w1fxca] {
    float: right;
    margin-right: -300px;
    width: 280px;
}

.HeadMenuName[b-awm9w1fxca] {
    font-size: 28px;
    margin-bottom: 10px;
}

.InputProductName[b-awm9w1fxca] {
    height: 60px;
    font-size: 24px;
    padding-left: 10px;
    width: 100%;
}

.ProductDetail[b-awm9w1fxca] {
    margin-top: 20px;
    border: 1px solid #c3c4c7;
    background: white;
}

    .ProductDetail .Head[b-awm9w1fxca] {
        border-bottom: 1px solid #c3c4c7;
        padding: 5px 10px 5px 10px;
    }

    .ProductDetail .Body[b-awm9w1fxca] {
        padding: 5px 10px 5px 10px;
    }

.MenuBoxCss[b-awm9w1fxca] {
    font-size: 15px;
    padding: 0px 10px 0px 10px;
    border: solid 1px #2271b1;
    color: #2271b1;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    transition: 0.2s;
    cursor: pointer;
    user-select: none;
    height: 35px;
    width: fit-content;
}

    .MenuBoxCss:hover[b-awm9w1fxca] {
        filter: brightness(0.5);
    }

.RichTextBox[b-awm9w1fxca] {
    border: 1px solid #c3c4c7;
    height: 300px;
    margin-top: 5px;
}

.ProductStatus[b-awm9w1fxca] {
    border: 1px solid #c3c4c7;
    float: right;
    width: 280px;
    margin-bottom: 20px;
    background: white;
}

    .ProductStatus .Head[b-awm9w1fxca] {
        border-bottom: 1px solid #c3c4c7;
        padding: 5px 10px 5px 10px;
        font-size: 14px;
    }

    .ProductStatus .Body[b-awm9w1fxca] {
        position: relative;
        width: 100%;
        padding: 10px 10px 10px 10px;
    }

    .ProductStatus .PerRow[b-awm9w1fxca] {
        font-size: 13px;
        display: flex;
        align-items: center;
        margin: 0px 0px 5px 0px;
    }

        .ProductStatus .PerRow .Status[b-awm9w1fxca] {
            padding-left: 10px;
            font-size: 13px;
        }

.ImageFont_Key[b-awm9w1fxca]::before {
    color: #8c91a2;
    font: normal 15px/1 dashicons;
    content: "\f173";
    padding-right: 10px;
}

.ImageFont_Eye[b-awm9w1fxca]::before {
    color: #8c91a2;
    font: normal 20px/1 dashicons;
    content: "\f177";
    padding-right: 10px;
}

.ImageFont_Calendar[b-awm9w1fxca]::before {
    color: #8c91a2;
    font: normal 15px/1 dashicons;
    content: "\f145";
    padding-right: 10px;
}

.ProductStatus .Footer[b-awm9w1fxca] {
    border-top: 1px solid #c3c4c7;
    background: #f6f7f7;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between; 
}

    .ProductStatus .Footer .Copy[b-awm9w1fxca] {
        font-size: 13px;
        color: #137fbf;
        text-decoration: underline;
        cursor: pointer;
        padding-left: 10px;
    }

    .ProductStatus .Footer .Show[b-awm9w1fxca] {
        margin-right: 10px;
        background: #2271b1;
        color: white;
        padding: 5px 10px 5px 10px;
        border-radius: 3px;
        user-select: none;
        cursor: pointer;
        font-size: 14px;
    }

.ThirdBlock[b-awm9w1fxca] {
    float: left;
    width: 100%;
    min-width: 463px;
}

    .ThirdBlock .SelectedMenu[b-awm9w1fxca] {
        color: #555555!important;
        background: #eeeeee;
    }

    .ThirdBlock .SelectedMenu[b-awm9w1fxca]::before {
        color: #555555 !important;
    }


.ProductData[b-awm9w1fxca] {
    margin-top: 20px;
    border: 1px solid #c3c4c7;
    background: white;
}

    .ProductData .Head[b-awm9w1fxca] {
        border-bottom: 1px solid #c3c4c7;
        padding: 5px 10px 5px 10px;
    }

    .ProductData .Body[b-awm9w1fxca] {
    }

        .ProductData .Body .Menu[b-awm9w1fxca] {
            background: #fafafa;
            border-right: 1px solid #eee;
            min-width: 210px;
            max-width: 210px;
        }

            .ProductData .Body .Menu .Per[b-awm9w1fxca] {
                padding-left: 20px;
                color: #2271b1;
                border-bottom: 1px solid #eee;
                font-size: 14px;
                height: 40px;
                display: flex;
                align-items: center;
                cursor: pointer;
                user-select: none;
            }

                .ProductData .Body .Menu .Per.Disabled[b-awm9w1fxca] {
                    opacity: 0.25;
                    cursor: not-allowed;
                }

        .ProductData .Body .Data[b-awm9w1fxca] {
        }

.Menu1[b-awm9w1fxca]::before {
    color: #2271b1;
    font: normal 20px/1 dashicons;
    content: "\f107";
    padding-right: 10px;
    font-size: 15px;
}

.Menu2[b-awm9w1fxca]::before {
    color: #2271b1;
    font: normal 20px/1 dashicons;
    content: "\f481";
    padding-right: 10px;
    font-size: 15px;
}

.Menu3[b-awm9w1fxca]::before {
    color: #2271b1;
    font: normal 20px/1 dashicons;
    content: "\f481";
    padding-right: 10px;
    font-size: 15px;
}

.Menu4[b-awm9w1fxca]::before {
    color: #2271b1;
    font: normal 20px/1 dashicons;
    content: "\f481";
    padding-right: 10px;
    font-size: 15px;
}

.Menu5[b-awm9w1fxca]::before {
    color: #2271b1;
    font: normal 20px/1 dashicons;
    content: "\f481";
    padding-right: 10px;
    font-size: 15px;
}

.Menu6[b-awm9w1fxca]::before {
    color: #2271b1;
    font: normal 20px/1 dashicons;
    content: "\f481";
    padding-right: 10px;
    font-size: 15px;
}

.FakeLink[b-awm9w1fxca] {
    font-size: 13px;
    color: #137fbf;
    text-decoration: underline;
    cursor: pointer;
    margin-top: 5px;
}

.Maincategori[b-awm9w1fxca] {
    min-height: 42px;
    max-height: 200px;
    overflow: auto;
    padding: 0.4em 0.9em 0.0em 0.9em;
    border: solid 1px #dcdcde;
    background-color: #fff;
    word-break: break-word;
}

.categori[b-awm9w1fxca] {
    cursor: pointer;
    width: fit-content;
    user-select: none;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

    .categori .checkbox[b-awm9w1fxca] {
        margin-right: 5px;
        margin-top: 3px;
        cursor: pointer;
    }

    .categori .label[b-awm9w1fxca] {
        font-size: 12px;
        cursor: pointer;
    }

.subcategori[b-awm9w1fxca] {
    cursor: pointer;
    padding-left: 20px;
}

    .subcategori .checkbox[b-awm9w1fxca] {
        margin-right: 5px;
    }

    .subcategori .label[b-awm9w1fxca] {
        font-size: 15px;
    }


@media (max-width: 768px) {
    .ManageBlock[b-awm9w1fxca]{
        margin-right: 0px;
    }
    .FirstBlock[b-awm9w1fxca]{
        min-width: auto;
    }
    .SecondBlock[b-awm9w1fxca] {
        float: left;
        margin-right: 0px;
        width: 100%;
        min-width: auto;
    }
    .ThirdBlock[b-awm9w1fxca] {
        min-width: auto;
    }
    .ProductStatus[b-awm9w1fxca]{
        margin-right: 0px;
        width: 100%;
    }
    .ProductGalleryImage[b-awm9w1fxca] {
        
        grid-template-columns: repeat(7,78px);
    }

        .ProductGalleryImage img[b-awm9w1fxca] {
            width: 78px;
            min-width: 78px;
            border: 1px solid #cacaca;
        }
}

@media (max-width: 680px) {
    .ProductGalleryImage[b-awm9w1fxca] {
        grid-template-columns: repeat(6,78px);
    }
}

@media (max-width: 590px) {
    .ProductGalleryImage[b-awm9w1fxca] {
        grid-template-columns: repeat(5,78px);
    }
}

@media (max-width: 500px) {
    .ProductGalleryImage[b-awm9w1fxca] {
        grid-template-columns: repeat(4,78px);
    }
}

@media (max-width: 410px) {
    .ProductGalleryImage[b-awm9w1fxca] {
        grid-template-columns: repeat(3,78px);
    }
}

@media (max-width: 320px) {
    .ProductGalleryImage[b-awm9w1fxca] {
        grid-template-columns: repeat(2,78px);
    }
}

@media (max-width: 230px) {
    .ProductGalleryImage[b-awm9w1fxca] {
        grid-template-columns: repeat(1,78px);
    }
}
/* _content/MINEMELODY_WEBSITE_CMS/Components/Pages/BackEnd/Products/AllProducts.razor.rz.scp.css */
.MainAllProducts[b-kndwydmqaz] {
    display: block;
    padding: 15px;
}

.MenuBoxCss[b-kndwydmqaz] {
    font-size: 15px;
    padding: 0px 10px 0px 10px;
    border: solid 1px #2271b1;
    color: #2271b1;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    transition: 0.2s;
    cursor: pointer;
    user-select: none;
    height: 35px;
}

.MenuBoxCss:hover[b-kndwydmqaz] {
    filter: brightness(0.5);
}

.ProductsMenu[b-kndwydmqaz] {
    display: flex;
    align-items: center;
}

    .ProductsMenu .MenuName[b-kndwydmqaz] {
        font-size: 25px;
    }

    .ProductsMenu .Per[b-kndwydmqaz] {
        margin-left: 5px;
    }

.AllProductsStatusZone[b-kndwydmqaz] {
    display: flex;
    font-size: 15px;
    color: #2271b1;
    margin-top: 5px;
    align-items: center;
}

    .AllProductsStatusZone .Space[b-kndwydmqaz] {
        margin-right: 5px;
        margin-left: 5px;
        color: black;
    }

.CommandSelect[b-kndwydmqaz] {
    font-size: 15px;
    height: 35px;
    display: flex;
    align-items: center;
    border-radius: 5px;
}

    .CommandSelect option:disabled[b-kndwydmqaz] {
        color: #ff000081;
    }

.PageButtonCss[b-kndwydmqaz] {
    font-size: 15px;
    padding: 0px 5px 0px 5px;
    border: solid 1px #2271b1;
    color: #2271b1;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    transition: 0.2s;
    cursor: pointer;
    user-select: none;
    height: 25px;
    width: 25px;
    font-size: 10px;
}

    .PageButtonCss:hover[b-kndwydmqaz] {
        filter: brightness(0.5);
    }

.PageInputCss[b-kndwydmqaz] {
    width: 40px;
    border-radius: 5px;
    outline: none;
    border: solid 1px rgba(0,0,0,0.5);
    text-align: center;
    height: 25px;
}

.SetItCenter[b-kndwydmqaz]{
    display: flex;
    align-items: center;
    justify-content: center;
}

.TableShowDataList[b-kndwydmqaz] {
    width: 100%;
    border: solid 1px #c3c4c7;
    margin-top: 10px;
    background: #ffffff;
    margin-bottom: 10px;
}

    .TableShowDataList thead[b-kndwydmqaz] {
        border: solid 1px #c3c4c7;
    }

    .TableShowDataList thead tr th[b-kndwydmqaz] {
        font-weight: normal;
        color: #2271b1;
        height: 40px;
        vertical-align: middle;
        cursor: pointer;
        user-select: none;
    }

    .TableShowDataList tbody tr td[b-kndwydmqaz] {
        height: 57px;
    }

        .TableShowDataList tbody tr td img[b-kndwydmqaz] {
            max-width: 40px;
            max-height: 40px;
        }

        .TableShowDataList input[b-kndwydmqaz] {
            width: 17px;
            height: 17px;
        }

    .TableShowDataList tfoot[b-kndwydmqaz] {
        border: solid 1px #c3c4c7;
    }

    .TableShowDataList tfoot tr th[b-kndwydmqaz] {
        font-weight: normal;
        color: #2271b1;
        height: 40px;
        vertical-align: middle;
        cursor: pointer;
        user-select: none;
    }

.TableImageCol[b-kndwydmqaz] {

}

.TableDateCol[b-kndwydmqaz] {
    width: 150px;
}

.RowEdit[b-kndwydmqaz] {
    font-size: 13px;
    cursor: pointer;
    color: #2271b1;
}

.RowSlash[b-kndwydmqaz] {
    font-size: 16px;
}

.RowDelete[b-kndwydmqaz] {
    font-size: 13px;
    color: #be0202;
    cursor: pointer;
}

@media (min-width: 768px) {
    
}

.TableContainer[b-kndwydmqaz] {
    margin-top: 10px;
    max-height: calc(100vh - 220px);
    overflow-y: scroll;
}
/* _content/MINEMELODY_WEBSITE_CMS/Components/Pages/BackEnd/Products/CategoryList.razor.rz.scp.css */
.MainAllProducts[b-kpygx5edm2] {
    padding: 15px;
    display: flex;
    flex-direction: column;
}

.ConfirmOrCancelDeleteCustomerButton[b-kpygx5edm2] {
    background: #be0202;
    width: fit-content;
    padding: 5px 20px;
    color: white;
    border-radius: 5px;
    cursor: pointer;
    user-select: none;
}

.CancelColor[b-kpygx5edm2] {
    background: #1d2327;
}

.MenuBoxCss[b-kpygx5edm2] {
    font-size: 15px;
    padding: 0px 10px 0px 10px;
    border: solid 1px #2271b1;
    color: #2271b1;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    transition: 0.2s;
    cursor: pointer;
    user-select: none;
    height: 35px;
}

.Row[b-kpygx5edm2] {
    font-size: 13px;
}

    .Row .User[b-kpygx5edm2] {
        font-size: 15px;
        cursor: pointer;
        color: #2271b1;
    }

    .Row .Edit[b-kpygx5edm2] {
        font-size: 13px;
        cursor: pointer;
        color: #2271b1;
    }

    .Row .Slash[b-kpygx5edm2] {
        font-size: 16px;
    }

    .Row .Delete[b-kpygx5edm2] {
        color: #be0202;
        cursor: pointer;
    }

.MenuBoxCss:hover[b-kpygx5edm2] {
    filter: brightness(0.5);
}

.ProductsMenu[b-kpygx5edm2] {
    display: flex;
    align-items: center;
}

    .ProductsMenu .MenuName[b-kpygx5edm2] {
        font-size: 25px;
    }

    .ProductsMenu .Per[b-kpygx5edm2] {
        margin-left: 5px;
    }

.AllProductsStatusZone[b-kpygx5edm2] {
    display: flex;
    font-size: 15px;
    color: #2271b1;
    margin-top: 10px;
}

    .AllProductsStatusZone .Space[b-kpygx5edm2] {
        margin-right: 5px;
        margin-left: 5px;
        color: black;
    }

.CommandSelect[b-kpygx5edm2] {
    font-size: 15px;
    height: 35px;
    display: flex;
    align-items: center;
    border-radius: 5px;
}

.PageButtonCss[b-kpygx5edm2] {
    font-size: 15px;
    padding: 0px 5px 0px 5px;
    border: solid 1px #2271b1;
    color: #2271b1;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    transition: 0.2s;
    cursor: pointer;
    user-select: none;
    height: 25px;
    width: 25px;
    font-size: 10px;
}

    .PageButtonCss:hover[b-kpygx5edm2] {
        filter: brightness(0.5);
    }

.PageInputCss[b-kpygx5edm2] {
    width: 40px;
    border-radius: 5px;
    outline: none;
    border: solid 1px rgba(0,0,0,0.5);
    text-align: center;
    height: 25px;
}

.SetItCenter[b-kpygx5edm2] {
    display: flex;
    align-items: center;
    justify-content: center;
}

.TableContainer[b-kpygx5edm2] {
    margin-top: 10px;
    max-height: calc(100vh - 220px);
    overflow-y: scroll;
}

.TableShowDataList[b-kpygx5edm2] {
    table-layout: fixed;
    width: 100%;
    background: #ffffff;
    margin-bottom: 10px;
}

    .TableShowDataList thead[b-kpygx5edm2] {
    }

        .TableShowDataList thead tr th[b-kpygx5edm2] {
            font-weight: normal;
            color: #2271b1;
            height: 40px;
            vertical-align: middle;
            cursor: pointer;
            user-select: none;
            position: sticky;
            top: 0;
            z-index: 2;
            background: #ffffff;
        }

    .TableShowDataList tbody[b-kpygx5edm2] {
    }

        .TableShowDataList tbody tr td[b-kpygx5edm2] {
            height: 57px;
            word-break: break-all;
        }

            .TableShowDataList tbody tr td img[b-kpygx5edm2] {
                max-width: 40px;
                max-height: 40px;
            }

    .TableShowDataList input[b-kpygx5edm2] {
        width: 17px;
        height: 17px;
    }

    .TableShowDataList tfoot[b-kpygx5edm2] {
        border: solid 1px #c3c4c7;
    }

        .TableShowDataList tfoot tr th[b-kpygx5edm2] {
            font-weight: normal;
            color: #2271b1;
            height: 40px;
            vertical-align: middle;
            cursor: pointer;
            user-select: none;
        }

.IconDesc[b-kpygx5edm2]::after {
    font-family: dashicons;
    content: "\f140";
    color: #a7aaad;
    font-size: 18px;
    margin-left: -2px;
}

.IconAsc[b-kpygx5edm2]::after {
    font-family: dashicons;
    content: "\f142";
    color: #a7aaad;
    font-size: 18px;
    margin-left: -2px;
}

.ShoppingCartIcon[b-kpygx5edm2] {
    margin-left: 0px;
    position: relative;
    cursor: pointer;
}

    .ShoppingCartIcon[b-kpygx5edm2]::after {
        font-family: GoogleFont;
        content: "\e8cc";
        color: #a7aaad;
        font-size: 14px;
        margin-left: -2px;
        transform: translate(-50%,-50%);
    }

@media (max-width: 768px) {
}
/* _content/MINEMELODY_WEBSITE_CMS/Components/Pages/BackEnd/Products/Component/CategoryManage.razor.rz.scp.css */
.Main[b-umgoe8kofd] {
    padding: 15px;
    background: #f0f0f1;
    user-select: none;
    flex: 1;
}

.TitleDiv[b-umgoe8kofd] {
    font-size: 24px;
    display: flex;
}

.BackButton[b-umgoe8kofd] {
    margin-left: 10px;
}

.BodyDiv[b-umgoe8kofd] {
    display: flex;
}

.Zone1[b-umgoe8kofd] {
    width: 100%;
    margin-top: 20px;
    font-size: 18px;
    background: white;
    padding: 10px;
    border: 1px solid #c3c4c7;
}

    .Zone1 div[b-umgoe8kofd] {
    }

        .Zone1 div .Input[b-umgoe8kofd] {
            height: 40px;
            width: 100%;
            padding-left: 10px;
        }

.CharCountClass[b-umgoe8kofd] {
    height: 20px;
    background: rgb(238, 238, 238);
    font-size: 12px;
    padding-left: 10px;
}

.DivBoxZone2[b-umgoe8kofd] {
    margin-top: 20px;
    margin-left: 20px;
    width: 278px;
    min-width: 278px;
    background: white;
    border: 1px solid #c3c4c7;
    font-size: 14px;
}

    .DivBoxZone2 .Title[b-umgoe8kofd] {
        padding-left: 10px;
        border-bottom: 1px solid #c3c4c7;
    }

    .DivBoxZone2 .Body[b-umgoe8kofd] {
        padding: 10px;
    }

.SwitchMain[b-umgoe8kofd] {
    position: relative;
    width: 50px;
    height: 20px;
    background: #cccccc;
    border-radius: 50px;
    cursor: pointer;
    transition: 0.2s;
}

    .SwitchMain .Slider[b-umgoe8kofd] {
        position: absolute;
        margin-left: calc(50px-25px);
        background: #ffffff;
        top: 50%;
        left: 5%;
        width: 15px;
        height: 15px;
        border-radius: 50%;
        transition: 0.2s;
        transform: translateY(-50%);
    }

        .SwitchMain .Slider.Active[b-umgoe8kofd] {
            left: 62%;
        }

    .SwitchMain.Active[b-umgoe8kofd] {
        background: #2196f3;
    }

.AddCategoryButton[b-umgoe8kofd] {
    cursor: pointer;
    border-radius: 5px;
    padding: 5px 20px;
    color: white;
    margin-top: 20px;
    margin-bottom: 10px;
    background: #135e96;
}

@media (max-width: 665px) {
    .BodyDiv[b-umgoe8kofd] {
        display: block;
    }
    .DivBoxZone2[b-umgoe8kofd] {
        margin-left: 0px;
        width: 100%;
    }
}
/* _content/MINEMELODY_WEBSITE_CMS/Components/Pages/BackEnd/Products/Component/ManageUnit.razor.rz.scp.css */
.MainModal[b-uovcctnuj1] {
    position: fixed;
    top: 0;
    left: 0;
    color: black;
    z-index: 999999;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0, 0.50);
    user-select: none;
}

.DivMainBox[b-uovcctnuj1] {
    width: 860px;
    max-height: 600px;
    height: 600px;
    background: #f0f0f1;
    min-width: 200px;
    flex-direction: column;
    border-radius: 5px;
    position: relative;
}

.Padding[b-uovcctnuj1] {
    overflow: auto;
    height: 520px;
    padding: 15px 15px 30px 15px;
    border: solid 1px rgb(195, 191, 191);
}

.Title[b-uovcctnuj1] {
    font-size: 28px;
    padding: 15px 15px 15px 15px;
}

.AddButton[b-uovcctnuj1] {
    height: 25px;
    margin-left: 10px;
}

.UnitTable[b-uovcctnuj1]{
    border: solid 1px rgb(195, 191, 191);
    margin: 0 auto;
}

    .UnitTable thead tr td[b-uovcctnuj1] {
        color: #2271b1;
        text-align: center;
        border: solid 1px rgb(195, 191, 191);
    }

    .UnitTable tfoot tr td[b-uovcctnuj1] {
        color: #2271b1 ;
        text-align: center;
        border: solid 1px rgb(195, 191, 191);
    }

    .UnitTable tbody tr[b-uovcctnuj1] {
        height: 40px;
        border: solid 1px rgb(195, 191, 191);
    }

        .UnitTable tbody tr td[b-uovcctnuj1] {
            border: solid 1px rgb(195, 191, 191);
        }

.Place[b-uovcctnuj1] {
    min-width: 50px;
    max-width: 50px;
}

.NameTH[b-uovcctnuj1] {
    min-width: 200px;
    max-width: 200px;
}

.NameENG[b-uovcctnuj1] {
    min-width: 200px;
    max-width: 200px;
}

.Operator[b-uovcctnuj1] {
    min-width: 200px;
    max-width: 200px;
}

.AddDiv[b-uovcctnuj1] {
    width: 100%;
}

.AddTable[b-uovcctnuj1] {
    color: white;
    background: #1d2327;
    border: solid 1px rgb(195, 191, 191);
    text-align: center;
}

    .AddTable tbody[b-uovcctnuj1] {
        color: black;
    }

    .AddTable .Frist[b-uovcctnuj1] {
        width: 150px;
    }

    .AddTable .Second[b-uovcctnuj1] {
        width: 200px;
    }

    .AddTable .Third[b-uovcctnuj1] {
        width: 200px;
    }

    .AddTable input[b-uovcctnuj1]{
        width: 100%;
        text-align: center;
    }

.AddConfirmButton[b-uovcctnuj1] {
    width: fit-content;
    margin-top: 10px;
    height: 30px;
}
/* _content/MINEMELODY_WEBSITE_CMS/Components/Pages/BackEnd/Products/Component/Mine_Data_Product_Editor.razor.rz.scp.css */
@font-face {
    font-family: 'GoogleFont';
    font-style: normal;
    font-weight: 100 700;
    src: url('../fonts/google-font.woff2') format('woff2');
}

.ManageUnitButton[b-gr0cp0taxe] {
    height: 100%;
    display: flex;
    align-items: center;
    cursor: pointer;
    transform: translateY(3px);
}

    .ManageUnitButton[b-gr0cp0taxe]::after {
        width: 20px;
        height: 20px;
        font-family: GoogleFont;
        content: "\f775";
        color: #2271b1;
        font-size: 22px;
        font-variation-settings: 'FILL' 1, 'wght' 300, 'GRAD' 200, 'opsz' 20;
        display: flex;
        justify-content: center;
        align-items: center;
    }

.MainModal[b-gr0cp0taxe] {
    position: fixed;
    top: 0;
    left: 0;
    color: black;
    z-index: 999999;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0, 0.50);
    user-select: none;
}

.RedLabel[b-gr0cp0taxe] {
    color: red;
    font-size: 12px;
}

.MinModalBoxSize[b-gr0cp0taxe] {
    min-width: 300px;
    width: 300px;
}

.ModalInputBoxHeight[b-gr0cp0taxe] {
    height: 30px;
}

.DivMainBox[b-gr0cp0taxe] {
    width: fit-content;
    height: fit-content;
    background: #f0f0f1;
    flex-direction: column;
    border-radius: 5px;
    position: relative;
    padding-bottom: 30px;
}

.Title[b-gr0cp0taxe] {
    font-size: 28px;
    padding: 15px 15px 15px 15px;
}

.MenuBoxCss[b-gr0cp0taxe] {
    font-size: 15px;
    padding: 0px 10px 0px 10px;
    border: solid 1px #2271b1;
    color: #2271b1;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    transition: 0.2s;
    cursor: pointer;
    user-select: none;
    height: 30px;
    width: fit-content;
    min-width: 105px;
}

.UnitSelectTag[b-gr0cp0taxe] {
    width: 150px;
    height: 30px;
    margin-right: 10px;
    padding-left: 10px;
}

.DeleteButton[b-gr0cp0taxe] {
    color: red;
    border: solid 1px red;
}

    .DeleteButton:hover[b-gr0cp0taxe] {
        border: solid 1px red !important;
        box-shadow: red 0px 0px 5px;
        filter: brightness(1) !important;
    }

.EditButton[b-gr0cp0taxe] {
    color: rgb(255, 156, 0);
    border: solid 1px rgb(255, 156, 0);
}

    .EditButton:hover[b-gr0cp0taxe] {
        border: solid 1px rgb(255, 156, 0) !important;
        box-shadow: rgb(255, 156, 0) 0px 0px 5px;
        filter: brightness(1) !important;
    }

.UnitLabel[b-gr0cp0taxe] {
    font-size: 14px;
}

.UnitInput[b-gr0cp0taxe] {
    width: 120px;
    text-align: center;
    margin-right: 10px;
}

.PriceTableDiv[b-gr0cp0taxe] {
    margin-top: 5px;
}

.PriceTable[b-gr0cp0taxe] {
    background: rgb(222, 245, 255);
    margin-right: 10px;
}

.PriceTable .PerPriceLevel[b-gr0cp0taxe]{
    width: 100px;
}

    .PriceTable .PerPriceLevel input[b-gr0cp0taxe]{
        width: 100%;
        text-align: right;
        padding-right: 5px;
    }

table thead tr th[b-gr0cp0taxe] {
    font-weight: normal;
    font-size: 14px;
    text-align: center;
}

tr th[b-gr0cp0taxe] {
    padding: 2px;
}

    tr th div[b-gr0cp0taxe] {
        background: rgb(185, 232, 252);
        border: solid 1px rgb(186, 186, 186);
    }

tr td[b-gr0cp0taxe] {
    font-size: 14px;
    padding: 2px;
    height: 27px;
}

    tr td div[b-gr0cp0taxe] {
        background: rgb(185, 232, 252);
        border: solid 1px rgb(186, 186, 186);
        height: 27px;
    }

    tr td div input[b-gr0cp0taxe] {
        width: 100%;
        height: 100%;
    }

.SaleTypeDiv[b-gr0cp0taxe] {
    display: flex;
    align-items: center;
    width: 100%;
}

.SaleTypeDiv input[b-gr0cp0taxe]{
    height: 15px;
    width: 15px;
    margin-left: 10px;
    margin-right: 5px;
}

tr td div input[type=number][b-gr0cp0taxe] {
    -moz-appearance: textfield;
}

    tr td div input[type=number][b-gr0cp0taxe]::-webkit-inner-spin-button,
    tr td div input[type=number][b-gr0cp0taxe]::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

.StockManageWidth[b-gr0cp0taxe] {
    min-width: 150px;
    width: 150px;
}

.StockStatus[b-gr0cp0taxe] {
    list-style-type: none;
    font-size: 14px;
}

.StockStatus li[b-gr0cp0taxe]{
    margin-bottom: 10px;
}

    .StockStatus input[b-gr0cp0taxe] {
        margin-right: 10px;
    }

.LinkPromoteProductInput[b-gr0cp0taxe] {
    padding-left: 10px;
    width: 305px;
    height: 40px;
}
/* _content/MINEMELODY_WEBSITE_CMS/Components/Pages/BackEnd/Products/Component/Mine_Text_Rich_Editor.razor.rz.scp.css */
@font-face {
    font-family: 'GoogleFont';
    font-style: normal;
    font-weight: 100 700;
    src: url('../fonts/google-font.woff2') format('woff2');
}

[contenteditable][b-u6x3c87087] {
    outline: 0px solid transparent;
}

img[b-u6x3c87087] {
    max-width: 100%;
    height: auto;
    cursor: grab;
}

/* === Head === */
.rte-head[b-u6x3c87087] {
    background: #f8f9fa;
    border-bottom: 1px solid #e0e0e0;
    padding: 8px 14px;
    font-size: 13px;
    font-weight: 600;
    color: #555;
}

/* === Wrap === */
.rte-wrap[b-u6x3c87087] {
    padding: 10px;
    box-sizing: border-box;
}

/* === Action Bar (เพิ่มรูปภาพ / เพิ่มคอลัมน์) === */
.rte-action-bar[b-u6x3c87087] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 8px;
}

.rte-action-btn[b-u6x3c87087] {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 6px 12px;
    border: 1px solid #1a73e8;
    color: #1a73e8;
    background: #fff;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    user-select: none;
    transition: background 0.15s, color 0.15s;
    white-space: nowrap;
}

.rte-action-btn:hover[b-u6x3c87087] {
    background: #1a73e8;
    color: #fff;
}

.rte-action-btn-email[b-u6x3c87087] {
    border-color: #1254c0;
    color: #1254c0;
    background: #f0f5ff;
}

.rte-action-btn-email:hover[b-u6x3c87087] {
    background: #1254c0;
    color: #fff;
}

.rte-col-wrap[b-u6x3c87087] {
    position: relative;
}

.rte-col-dropdown[b-u6x3c87087] {
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.12);
    z-index: 100;
    min-width: 120px;
    overflow: hidden;
}

.rte-col-option[b-u6x3c87087] {
    padding: 8px 14px;
    font-size: 13px;
    cursor: pointer;
    user-select: none;
    color: #333;
    transition: background 0.12s;
}

.rte-col-option:hover[b-u6x3c87087] {
    background: #1a73e8;
    color: #fff;
}

/* === Editor Box === */
.rte-editor-box[b-u6x3c87087] {
    border: 1px solid #dde1e7;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 1px 4px rgba(0,0,0,0.06);
}

/* === Toolbar === */
.rte-toolbar[b-u6x3c87087] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 2px;
    padding: 6px 8px;
    background: #f8f9fa;
    border-bottom: 1px solid #dde1e7;
    min-height: 40px;
}

.rte-tool-group[b-u6x3c87087] {
    display: flex;
    align-items: center;
    gap: 1px;
}

.rte-sep[b-u6x3c87087] {
    width: 1px;
    height: 22px;
    background: #dde1e7;
    margin: 0 4px;
    flex-shrink: 0;
}

/* === Heading Dropdown === */
.rte-heading-btn[b-u6x3c87087] {
    position: relative;
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 4px 10px;
    background: #fff;
    border: 1px solid #dde1e7;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 500;
    color: #333;
    cursor: pointer;
    user-select: none;
    white-space: nowrap;
    min-width: 80px;
}

.rte-heading-btn:hover[b-u6x3c87087] {
    border-color: #1a73e8;
    color: #1a73e8;
}

.rte-chevron[b-u6x3c87087] {
    font-size: 10px;
    color: #888;
}

.rte-heading-dropdown[b-u6x3c87087] {
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    background: #fff;
    border: 1px solid #dde1e7;
    border-radius: 6px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.12);
    z-index: 200;
    min-width: 160px;
    overflow: hidden;
}

.rte-heading-opt[b-u6x3c87087] {
    display: block;
    padding: 6px 14px;
    color: #222;
    text-decoration: none;
    font-weight: 500;
    transition: background 0.12s;
    white-space: nowrap;
}

.rte-heading-opt:hover[b-u6x3c87087] {
    background: #f0f5ff;
    color: #1a73e8;
}

/* === Toolbar Buttons === */
.ButtonMain[b-u6x3c87087] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.15s;
    border: 1px solid transparent;
    text-decoration: none;
    flex-shrink: 0;
}

.ButtonMain:hover[b-u6x3c87087] {
    background: #e8f0fb;
    border-color: #c5d8f8;
}

.Button-Bold[b-u6x3c87087]::after {
    font-family: GoogleFont;
    content: "\e238";
    color: #333;
    font-size: 20px;
    font-variation-settings: 'FILL' 1, 'wght' 300, 'GRAD' 200, 'opsz' 20;
}

.Button-Italic[b-u6x3c87087]::after {
    font-family: GoogleFont;
    content: "\e23f";
    color: #333;
    font-size: 20px;
    font-variation-settings: 'FILL' 1, 'wght' 300, 'GRAD' 200, 'opsz' 20;
}

.Button-ListBullet[b-u6x3c87087]::after {
    font-family: GoogleFont;
    content: "\e241";
    color: #333;
    font-size: 20px;
    font-variation-settings: 'FILL' 1, 'wght' 300, 'GRAD' 200, 'opsz' 20;
}

.Button-ListNumber[b-u6x3c87087]::after {
    font-family: GoogleFont;
    content: "\e242";
    color: #333;
    font-size: 20px;
    font-variation-settings: 'FILL' 1, 'wght' 300, 'GRAD' 200, 'opsz' 20;
}

.Button-Quote[b-u6x3c87087]::after {
    font-family: GoogleFont;
    content: "\e23e";
    color: #333;
    font-size: 20px;
    font-variation-settings: 'FILL' 1, 'wght' 300, 'GRAD' 200, 'opsz' 20;
}

.Button-RemoveQuote[b-u6x3c87087]::after {
    font-family: GoogleFont;
    content: "\e23d";
    color: #c0392b;
    font-size: 20px;
    font-variation-settings: 'FILL' 1, 'wght' 300, 'GRAD' 200, 'opsz' 20;
}

.Button-AlignLeft[b-u6x3c87087]::after {
    font-family: GoogleFont;
    content: "\e236";
    color: #333;
    font-size: 20px;
    font-variation-settings: 'FILL' 1, 'wght' 300, 'GRAD' 200, 'opsz' 20;
}

.Button-AlignCenter[b-u6x3c87087]::after {
    font-family: GoogleFont;
    content: "\e234";
    color: #333;
    font-size: 20px;
    font-variation-settings: 'FILL' 1, 'wght' 300, 'GRAD' 200, 'opsz' 20;
}

.Button-AlignRight[b-u6x3c87087]::after {
    font-family: GoogleFont;
    content: "\e237";
    color: #333;
    font-size: 20px;
    font-variation-settings: 'FILL' 1, 'wght' 300, 'GRAD' 200, 'opsz' 20;
}

.Button-Link[b-u6x3c87087]::after {
    font-family: GoogleFont;
    content: "\e157";
    color: #333;
    font-size: 20px;
    font-variation-settings: 'FILL' 1, 'wght' 300, 'GRAD' 200, 'opsz' 20;
}

.Button-UnLink[b-u6x3c87087]::after {
    font-family: GoogleFont;
    content: "\e16f";
    color: #333;
    font-size: 20px;
    font-variation-settings: 'FILL' 1, 'wght' 300, 'GRAD' 200, 'opsz' 20;
}

.Button-MiddleLine[b-u6x3c87087]::after {
    font-family: GoogleFont;
    content: "\e246";
    color: #333;
    font-size: 20px;
    font-variation-settings: 'FILL' 1, 'wght' 300, 'GRAD' 200, 'opsz' 20;
}

.Button-Underline[b-u6x3c87087]::after {
    font-family: GoogleFont;
    content: "\e249";
    color: #333;
    font-size: 20px;
    font-variation-settings: 'FILL' 1, 'wght' 300, 'GRAD' 200, 'opsz' 20;
}

.Button-Html[b-u6x3c87087]::after {
    font-family: GoogleFont;
    content: "\eb7e";
    color: #333;
    font-size: 20px;
    font-variation-settings: 'FILL' 1, 'wght' 300, 'GRAD' 200, 'opsz' 20;
}

.Button-RemoveFormat[b-u6x3c87087]::after {
    font-family: GoogleFont;
    content: "\e6d0";
    color: #333;
    font-size: 20px;
    font-variation-settings: 'FILL' 1, 'wght' 300, 'GRAD' 200, 'opsz' 20;
}

.Button-Undo[b-u6x3c87087]::after {
    font-family: GoogleFont;
    content: "\e166";
    color: #333;
    font-size: 20px;
    font-variation-settings: 'FILL' 1, 'wght' 300, 'GRAD' 200, 'opsz' 20;
}

.Button-Redo[b-u6x3c87087]::after {
    font-family: GoogleFont;
    content: "\e15a";
    color: #333;
    font-size: 20px;
    font-variation-settings: 'FILL' 1, 'wght' 300, 'GRAD' 200, 'opsz' 20;
}

/* === Code Toggle === */
.rte-code-toggle[b-u6x3c87087] {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 4px 10px;
    border: 1px solid #dde1e7;
    border-radius: 5px;
    font-size: 12px;
    color: #555;
    cursor: pointer;
    user-select: none;
    background: #fff;
    transition: background 0.15s, border-color 0.15s;
}

.rte-code-toggle:hover[b-u6x3c87087],
.rte-code-toggle.active[b-u6x3c87087] {
    background: #e8f0fb;
    border-color: #1a73e8;
    color: #1a73e8;
}

/* === Editor Content === */
.rte-content[b-u6x3c87087] {
    background: #fff;
}

.rte-editable[b-u6x3c87087] {
    min-height: 280px;
    padding: 14px 16px;
    font-size: 14px;
    line-height: 1.7;
    color: #222;
    width: 100%;
    box-sizing: border-box;
    overflow-x: auto;
}

.rte-editable[b-u6x3c87087]  [data-mine-cols] > div {
    outline: 1px dashed #93c5fd;
}

.rte-textarea[b-u6x3c87087] {
    width: 100%;
    min-height: 280px;
    padding: 14px 16px;
    font-size: 13px;
    font-family: 'Courier New', monospace;
    border: none;
    outline: none;
    resize: vertical;
    box-sizing: border-box;
    color: #222;
    background: #fafafa;
}

/* === Color Palette === */
.rte-palette-bar[b-u6x3c87087] {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    padding: 10px 10px 4px 10px;
    align-items: center;
    border-top: 1px solid #f0f0f0;
    margin-top: 4px;
}

.rte-palette-group[b-u6x3c87087] {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.rte-palette-label[b-u6x3c87087] {
    font-size: 11px;
    font-weight: 600;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    white-space: nowrap;
}

.rte-swatches[b-u6x3c87087] {
    display: flex;
    flex-wrap: wrap;
    gap: 2px;
    max-width: 160px;
}

.rte-swatch[b-u6x3c87087] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 2px;
    cursor: pointer;
    flex-shrink: 0;
    transition: transform 0.1s, box-shadow 0.1s;
    text-decoration: none;
}

.rte-swatch:hover[b-u6x3c87087] {
    transform: scale(1.3);
    box-shadow: 0 1px 4px rgba(0,0,0,0.25);
    z-index: 1;
}

.rte-swatch-clear span[b-u6x3c87087] {
    font-size: 10px;
    color: #999;
    font-weight: 700;
}

.rte-color-pick[b-u6x3c87087] {
    width: 28px;
    height: 28px;
    border: 1px solid #dde1e7;
    border-radius: 5px;
    padding: 2px;
    cursor: pointer;
    background: #fff;
    flex-shrink: 0;
}

/* === Column Config Modal (คงเดิม) === */
.ColumnConfigOverlay[b-u6x3c87087] {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.5);
    backdrop-filter: blur(2px);
    z-index: 200000;
    display: grid;
    place-items: center;
    padding: 20px;
}

.ColumnConfigPanel[b-u6x3c87087] {
    background: white;
    border-radius: 10px;
    width: 100%;
    max-width: 460px;
    max-height: 90vh;
    box-shadow: 0 20px 60px rgba(0,0,0,0.35);
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.ColumnConfigScrollBody[b-u6x3c87087] {
    overflow-y: auto;
    flex: 1;
    min-height: 0;
}

.ColumnConfigSection[b-u6x3c87087] {
    margin: 14px 20px 0 20px;
}

.ColumnConfigSectionLabel[b-u6x3c87087] {
    font-size: 13px;
    font-weight: 700;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 8px;
}

.ContainerWidthRow[b-u6x3c87087] {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.ColUnitGroup[b-u6x3c87087] {
    display: flex;
    border: 2px solid #1a73e8;
    border-radius: 6px;
    overflow: hidden;
}

.ColUnitBtn[b-u6x3c87087] {
    padding: 4px 10px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    user-select: none;
    color: #1a73e8;
    background: white;
    transition: background 0.15s, color 0.15s;
    white-space: nowrap;
}

.ColUnitBtn:hover:not(.Active)[b-u6x3c87087] {
    background: #e8f0fb;
}

.ColUnitBtn.Active[b-u6x3c87087] {
    background: #1a73e8;
    color: white;
}

.ColumnConfigTitle[b-u6x3c87087] {
    background: linear-gradient(135deg, #1a73e8, #1254c0);
    color: white;
    font-size: 16px;
    font-weight: 600;
    padding: 14px 20px;
    letter-spacing: 0.3px;
}

.ColumnConfigRows[b-u6x3c87087] {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.ColumnConfigColGroup[b-u6x3c87087] {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 10px 12px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    background: #fafafa;
}

.ColumnConfigColHeader[b-u6x3c87087] {
    font-size: 13px;
    font-weight: 700;
    color: #1a73e8;
    margin-bottom: 2px;
}

.ColumnConfigRow[b-u6x3c87087] {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.ColumnConfigLabel[b-u6x3c87087] {
    min-width: 90px;
    font-size: 13px;
    color: #333;
}

.ColumnWidthInput[b-u6x3c87087] {
    width: 70px;
    height: 32px;
    border: 1px solid #dde1e7;
    border-radius: 6px;
    text-align: center;
    font-size: 14px;
    outline: none;
    transition: border-color 0.2s;
}

.ColumnWidthInput:focus[b-u6x3c87087] {
    border-color: #1a73e8;
}

.ColumnWidthInput:disabled[b-u6x3c87087] {
    background: #f0f0f0;
    color: #aaa;
    border-color: #ddd;
    cursor: not-allowed;
}

.ColumnConfigPreview[b-u6x3c87087] {
    display: flex;
    margin: 14px 20px 0 20px;
    height: 28px;
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid #e0e0e0;
    gap: 1px;
}

.ColumnPreviewBar[b-u6x3c87087] {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1a73e8;
    color: white;
    font-size: 11px;
    font-weight: 600;
    min-width: 0;
    overflow: hidden;
}

.ColumnPreviewBar:nth-child(even)[b-u6x3c87087] {
    background: #1254c0;
}

.ColumnConfigActions[b-u6x3c87087] {
    display: flex;
    gap: 10px;
    padding: 16px 20px;
    justify-content: center;
}

.ColumnConfigBtn[b-u6x3c87087] {
    padding: 8px 24px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    user-select: none;
    transition: opacity 0.2s, transform 0.1s;
}

.ConfirmBtn[b-u6x3c87087] {
    background: linear-gradient(135deg, #1a73e8, #1254c0);
    color: white;
    box-shadow: 0 2px 6px rgba(26,115,232,0.35);
}

.ConfirmBtn:hover[b-u6x3c87087] {
    opacity: 0.88;
    transform: translateY(-1px);
}

.CancelBtn[b-u6x3c87087] {
    background: white;
    color: #666;
    border: 1px solid #dde1e7;
}

.CancelBtn:hover[b-u6x3c87087] {
    border-color: #999;
    color: #333;
}

/* === Responsive: Mobile === */
@media (max-width: 600px) {
    .rte-toolbar[b-u6x3c87087] {
        gap: 3px;
        padding: 6px 6px;
    }

    .rte-sep[b-u6x3c87087] {
        display: none;
    }

    .rte-heading-btn[b-u6x3c87087] {
        font-size: 12px;
        padding: 4px 8px;
        min-width: 70px;
    }

    .ButtonMain[b-u6x3c87087] {
        width: 28px;
        height: 28px;
    }

    .rte-editable[b-u6x3c87087] {
        min-height: 200px;
        padding: 10px 12px;
        font-size: 14px;
    }

    .rte-palette-bar[b-u6x3c87087] {
        flex-direction: column;
        align-items: flex-start;
    }

    .rte-swatches[b-u6x3c87087] {
        max-width: 100%;
    }

    .ColumnConfigPanel[b-u6x3c87087] {
        max-width: 100%;
    }

    .ColumnConfigRow[b-u6x3c87087] {
        flex-wrap: wrap;
    }
}
/* _content/MINEMELODY_WEBSITE_CMS/Components/Pages/BackEnd/Products/Component/ProductGroupsManageComponent.razor.rz.scp.css */
/* _content/MINEMELODY_WEBSITE_CMS/Components/Pages/BackEnd/Products/SpecialGroup.razor.rz.scp.css */
.MainBox[b-k2ala37z7j] {
    margin: auto;
    min-width: 960px;
    max-width: 1600px;
    padding: 0 15px;
}

.HeadMenuMain[b-k2ala37z7j] {
    margin-top: 15px;
    background: blue;
    width: 100%;
    display: flex;
}

.HeadMenuPer[b-k2ala37z7j] {
    flex: 1;
    min-width: fit-content;
    background: white;
    transition: 0.25s;
    cursor: pointer;
    user-select: none;
}

.HeadMenuPer:hover[b-k2ala37z7j] {
    color: #ff6427;
}

.HeadMenuPer.Disabled[b-k2ala37z7j] {
    filter: brightness(0.9);
    cursor: not-allowed;
}

    .HeadMenuPer .Text[b-k2ala37z7j] {
        height: 53px;
        padding: 0 30px;
    }

    .HeadMenuPer .Bottom[b-k2ala37z7j] {
        border-bottom: solid 5px #1d2327;
        width: 100%;
        opacity: 0;
        transition: 1s;
    }

        .HeadMenuPer .Bottom.Selected[b-k2ala37z7j] {
            opacity: 1;
        }

.MoveBox[b-k2ala37z7j] {
    width: fit-content;
    padding: 0px 10px;
    background: #eeecec;
    border: solid 1px #747474;
    border-radius: 5px;
    user-select: none;
    cursor: pointer;
}

.MoveBox:hover[b-k2ala37z7j] {
    filter: brightness(0.9);
}

.GroupName[b-k2ala37z7j] {
    padding-right: 50px;
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: auto;
}

.Button[b-k2ala37z7j] {
    background: #1d2327;
    color: white;
    padding: 5px 50px;
    border-radius: 5px;
    margin-top: 15px;
    margin-bottom: 25px;
    user-select: none;
    cursor: pointer;
}

.SearchInput[b-k2ala37z7j] {
    text-align: center;
    width: 450px;
    margin: 10px 0px;
    border-radius: 5px;
    border: solid 1px #1d2327;
    outline: none;
}

.ProductListDiv[b-k2ala37z7j] {
    overflow-y: scroll;
    height: 370px;
}

.MainGroupBoxBase[b-k2ala37z7j] {
    width: 575px;
    flex: 1;
    background: #f0f0f0;
}
/* _content/MINEMELODY_WEBSITE_CMS/Components/Pages/BackEnd/Report/HeadOfReport.razor.rz.scp.css */
/* _content/MINEMELODY_WEBSITE_CMS/Components/Pages/BackEnd/Report/ReportComponent/ReportSalesBill.razor.rz.scp.css */
.Main[b-gbwhq457an] {
    padding: 15px;
    background: #f0f0f1;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
/* _content/MINEMELODY_WEBSITE_CMS/Components/Pages/BackEnd/Report/ReportComponent/ReportSalesByCustomer.razor.rz.scp.css */
.Main[b-qrlzv7wz27] {
    padding: 15px;
    background: #f0f0f1;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
/* _content/MINEMELODY_WEBSITE_CMS/Components/Pages/BackEnd/Report/ReportComponent/ReportSalesProduct.razor.rz.scp.css */
.Main[b-emfyo4m1xa] {
    padding: 15px;
    background: #f0f0f1;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
/* _content/MINEMELODY_WEBSITE_CMS/Components/Pages/BackEnd/Report/ReportPaymentComponant/ReportPaymentByAccount.razor.rz.scp.css */
.Main[b-0kil9b1tr1] {
    padding: 15px;
    background: #f0f0f1;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
/* _content/MINEMELODY_WEBSITE_CMS/Components/Pages/BackEnd/Report/ReportPaymentComponant/ReportPaymentByAccount80.razor.rz.scp.css */
.Main[b-utsuvqvw1l] {
    padding: 15px;
    background: #f0f0f1;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
/* _content/MINEMELODY_WEBSITE_CMS/Components/Pages/BackEnd/Report/ReportPaymentComponant/ReportPaymentByType.razor.rz.scp.css */
.Main[b-b0gnbq8q6r] {
    padding: 15px;
    background: #f0f0f1;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
/* _content/MINEMELODY_WEBSITE_CMS/Components/Pages/BackEnd/Report/ReportPaymentComponant/ReportPaymentByType80.razor.rz.scp.css */
.Main[b-a12m63w85q] {
    padding: 15px;
    background: #f0f0f1;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
/* _content/MINEMELODY_WEBSITE_CMS/Components/Pages/BackEnd/Report/ReportPaymentComponant/ReportPaymentMain.razor.rz.scp.css */
.Main[b-4pfncsecwz] {
    padding: 15px;
    background: #f0f0f1;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
/* _content/MINEMELODY_WEBSITE_CMS/Components/Pages/BackEnd/Report/ReportPayments.razor.rz.scp.css */
.MainAddProduct[b-ri1bjgzni7] {
    padding: 15px;
    background: #f0f0f1;
    min-height: 100%;
    flex: 1;
}

.TitleText[b-ri1bjgzni7] {
    font-size: 24px;
    margin-bottom: 10px;
}

.BoxCss[b-ri1bjgzni7] {
    width: 100%;
    background: white;
    border: 1px solid rgba(0,0,0,.09);
    padding: 20px 20px;
}

.RadioPaddingSpace[b-ri1bjgzni7] 
{
    padding-left: 5px;
    margin-right: 20px;
}

.ReportButton[b-ri1bjgzni7] {
    border-radius: 5px;
    border: 1px solid black;
    padding: 3px 10px;
    width: fit-content;
    background: #f1f1f1;
    cursor: pointer;
    user-select: none;
    transition: 0.2s;
}

    .ReportButton:hover[b-ri1bjgzni7] {
        background: #e1e0e0;
    }

.LabelDiv[b-ri1bjgzni7] {
    margin-right: 15px;
    width: 220px;
    background: #0000005e;
    background: #f0f0f1;
    padding: 5px 20px;
    border: 1px solid black;
}

.PaymentSelectCheckMain[b-ri1bjgzni7] {
    display: grid;
    grid-template-columns: auto auto auto;
    padding: 15px;
}

.PaymentSelectCheckMain div[b-ri1bjgzni7] {
    display: flex;
    align-items: center;
    width: 150px;
    height: 25px;
}

    .PaymentSelectCheckMain div label[b-ri1bjgzni7] {
        margin-left: 5px;
        font-size: 14px;
    }

.TableReportButton tr td[b-ri1bjgzni7] {
    width: 50%;
}

    .TableReportButton tr td:first-child[b-ri1bjgzni7] {
        
    }
/* _content/MINEMELODY_WEBSITE_CMS/Components/Pages/BackEnd/Report/ReportSales.razor.rz.scp.css */
.MainAddProduct[b-gjfe9d2abo] {
    padding: 15px;
    background: #f0f0f1;
    min-height: 100%;
    flex: 1;
}

.TitleText[b-gjfe9d2abo] {
    font-size: 24px;
    margin-bottom: 10px;
}

.BoxCss[b-gjfe9d2abo] {
    width: 100%;
    background: white;
    border: 1px solid rgba(0,0,0,.09);
    padding: 20px 20px;
}

.RadioPaddingSpace[b-gjfe9d2abo] 
{
    padding-left: 5px;
    margin-right: 20px;
}

.ReportButton[b-gjfe9d2abo] {
    border-radius: 5px;
    border: 1px solid black;
    padding: 3px 10px;
    width: fit-content;
    background: #f1f1f1;
    cursor: pointer;
    user-select: none;
    transition: 0.2s;
}

    .ReportButton:hover[b-gjfe9d2abo] {
        background: #e1e0e0;
    }

.LabelDiv[b-gjfe9d2abo] {
    margin-right: 15px;
    width: 220px;
    background: #f0f0f1;
    padding: 5px 20px;
    border: 1px solid black;
}
/* _content/MINEMELODY_WEBSITE_CMS/Components/Pages/BackEnd/Sales/SalesManage.razor.rz.scp.css */
.MaxWidthSize[b-l7hyhejl2m] {
    position: relative;
    width: fit-content;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
}

.MainHeaderDiv[b-l7hyhejl2m] {
    position: sticky;
    top: 30px;
    z-index: 2;
}

.HeaderTitleDiv[b-l7hyhejl2m] {
    position: relative;
    height: 53px;
    background: white;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-size: 14px;
    display: flex;
}

    .HeaderTitleDiv .Per[b-l7hyhejl2m] {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 150px;
        font-size: 16px;
        cursor: pointer;
        transition: 0.2s;
    }

        .HeaderTitleDiv .Per:hover[b-l7hyhejl2m] {
            color: #ee4d2d;
        }

        .HeaderTitleDiv .Per .Active[b-l7hyhejl2m] {
            position: absolute;
            top: 100%;
            left: 0;
            width: 150px;
            height: 3px;
        }

.BillPerMain[b-l7hyhejl2m] {
    background: white;
    margin: 12px 0;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.05);
}

    .BillPerMain .BillHeader[b-l7hyhejl2m] {
        display: flex;
        justify-content: space-between;
        padding: 24px 24px 12px;
    }

    .BillPerMain .BillBody[b-l7hyhejl2m] {
        padding: 0px 24px 0px 24px;
    }

        .BillPerMain .BillBody .PerRow[b-l7hyhejl2m] {
            display: flex;
            width: 100%;
            padding-top: 12px;
            padding-bottom: 12px;
            border-top: 1px solid rgba(0,0,0,.09);
            cursor: pointer;
        }

            .BillPerMain .BillBody .PerRow .ImgDiv[b-l7hyhejl2m] {
                width: 82px;
                height: 82px;
                min-width: 82px;
                height: 82px;
                margin-right: 15px;
                display: flex;
                align-items: center;
                justify-content: center;
            }

                .BillPerMain .BillBody .PerRow .ImgDiv img[b-l7hyhejl2m] {
                    max-height: 100%;
                    max-width: 100%;
                }

            .BillPerMain .BillBody .PerRow .NameZone[b-l7hyhejl2m] {
                white-space: nowrap;
                font-size: 16px;
                overflow: hidden;
                text-overflow: ellipsis;
                max-width: 750px;
            }

            .BillPerMain .BillBody .PerRow .UnitZone[b-l7hyhejl2m] {
                color: rgba(0,0,0,.54);
                font-size: 14px;
            }

            .BillPerMain .BillBody .PerRow .QtyZone[b-l7hyhejl2m] {
                font-size: 14px;
            }

            .BillPerMain .BillBody .PerRow .PriceZone[b-l7hyhejl2m] {
                color: #ee4d2d;
            }

    .BillPerMain .BillFooter[b-l7hyhejl2m] {
        padding: 0px 24px 12px;
        border-top: 1px solid rgba(0,0,0,.09);
    }

        .BillSumZone[b-l7hyhejl2m] {
            color: #ee4d2d;
            font-size: 24px;
            padding: 0px 0px;
            display: flex;
            align-items: center;
            justify-content: end;
        }

            .BillSumZone label[b-l7hyhejl2m] {
                color: black;
                font-size: 14px;
                margin-right: 10px;
                padding-top: 5px;
            }

        .BillPerMain .BillFooter .BillButtonZone[b-l7hyhejl2m] {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding-top: 12px;
        }

            .BillPerMain .BillFooter .BillButtonZone .AdviceZone[b-l7hyhejl2m] {
                font-size: 14px;
                color: rgba(0,0,0,.54);
            }

            .BillPerMain .BillFooter .BillButtonZone .ButtonZone[b-l7hyhejl2m] {
                display: flex;
            }

                .BillPerMain .BillFooter .BillButtonZone .ButtonZone .ButtonSize[b-l7hyhejl2m] {
                    padding: 8px 20px;
                    border: 1px solid rgba(0,0,0,.09);
                    font-size: 14px;
                    cursor: pointer;
                    transition: 0.2s;
                    user-select: none;
                }

.Disabled[b-l7hyhejl2m] {
    cursor: not-allowed !important;
    opacity: 0.2 !important;
}

.DisabledCategory[b-l7hyhejl2m] {
    cursor: not-allowed !important;
    opacity: 0.2 !important;
}

.ShowingPaymentImage[b-l7hyhejl2m] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100000;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,0.7);
}

    .ShowingPaymentImage .DivImg[b-l7hyhejl2m] {
        display: flex;
        align-items: center;
        min-height: 80vh;
    }

        .ShowingPaymentImage .DivImg img[b-l7hyhejl2m] {
            max-height: 80vh;
            max-width: 80vw;
        }

.ShowingAskYesNo[b-l7hyhejl2m] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100000;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,0.7);
}

    .ShowingAskYesNo .DivMain[b-l7hyhejl2m] {
        background: white;
        border-radius: 5px;
        padding: 24px 24px;
        user-select: none;
    }

        .ShowingAskYesNo .DivMain .Title[b-l7hyhejl2m] {

        }

        .ShowingAskYesNo .DivMain .ButtonZone[b-l7hyhejl2m] {
            display: flex;
            justify-content: center;
            margin-top: 15px;
        }

            .ShowingAskYesNo .DivMain .ButtonZone .Confirm[b-l7hyhejl2m] {
                border-radius: 3px;
                width: 100px;
                height: 30px;
                display: grid;
                place-items: center;
                cursor: pointer;
            }

            .ShowingAskYesNo .DivMain .ButtonZone .Cancel[b-l7hyhejl2m] {
                margin-left: 15px;
                border: 1px solid rgb(196, 196, 196);
                border-radius: 3px;
                width: 100px;
                height: 30px;
                display: grid;
                place-items: center;
                cursor: pointer;
            }

.WatchingPaymentImageItem[b-l7hyhejl2m] {
    z-index: 2;
    cursor: pointer;
    height: 4vw;
    width: 4vw;
    background: rgba(0,0,0,0.5);
    border: solid 1px black;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.2s;
}

    .WatchingPaymentImageItem:hover[b-l7hyhejl2m] {
        border: solid 1px white;
    }

    .WatchingPaymentImageItem.Selected[b-l7hyhejl2m] {
        border: solid 1px white;
    }

.ConditionMain[b-l7hyhejl2m] {
    padding: 10px 40px;
    margin-bottom: 10px;
    background: #fdfdfe;
    border: 1px solid #d4d4d6;
    position: relative;
}

    .ConditionMain > div[b-l7hyhejl2m] {
        position: relative;
        height: 40px;
        display: flex;
        align-items: center;
    }

    .ConditionMain .LineZone[b-l7hyhejl2m] {
        height: 2px;
        width: 100%;
        background: #e8e8e8;
        margin: 10px 0;
    }

    .ConditionMain .ResetButton[b-l7hyhejl2m] {
        color: white;
        background: #497eae;
        height: 100%;
        padding: 0px 30px;
        cursor: pointer;
        user-select: none;
        display: flex;
        align-items: center;
    }

    .ConditionMain .RealtimeToggle[b-l7hyhejl2m] {
        height: 100%;
        padding: 0px 16px;
        cursor: pointer;
        user-select: none;
        display: flex;
        align-items: center;
        gap: 7px;
        border: 1px solid #d0d3d6;
        border-radius: 4px;
        font-weight: bold;
        transition: background .15s, color .15s, border-color .15s;
    }

    .ConditionMain .RealtimeToggle .RealtimeDot[b-l7hyhejl2m] {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        display: inline-block;
    }

    .ConditionMain .RealtimeToggle.On[b-l7hyhejl2m] {
        color: #2e7d32;
        background: #e8f5e9;
        border-color: #a5d6a7;
    }

    .ConditionMain .RealtimeToggle.On .RealtimeDot[b-l7hyhejl2m] {
        background: #43a047;
        box-shadow: 0 0 0 3px rgba(67,160,71,0.2);
        animation: RealtimePulse-b-l7hyhejl2m 1.4s infinite;
    }

    .ConditionMain .RealtimeToggle.Off[b-l7hyhejl2m] {
        color: #8a8d90;
        background: #f3f4f5;
        border-color: #d0d3d6;
    }

    .ConditionMain .RealtimeToggle.Off .RealtimeDot[b-l7hyhejl2m] {
        background: #b0b3b6;
    }

    @keyframes RealtimePulse-b-l7hyhejl2m {
        0% { box-shadow: 0 0 0 0 rgba(67,160,71,0.35); }
        70% { box-shadow: 0 0 0 6px rgba(67,160,71,0); }
        100% { box-shadow: 0 0 0 0 rgba(67,160,71,0); }
    }

    .ConditionMain .DateInput[b-l7hyhejl2m] {
        border: solid 1px #e3e4e6;
        padding: 0px 5px;
        height: 100%;
        width: 100px;
    }

    .ConditionMain select[b-l7hyhejl2m] {
        border: solid 1px #e3e4e6;
        padding: 0px 5px;
        height: 100%;
    }

    .ConditionMain .WidthSpace[b-l7hyhejl2m] {
        width: 20px;
    }

    .ConditionMain .Carlendar[b-l7hyhejl2m] {
        cursor: pointer;
        height: 100%;
        padding: 5px;
    }
/* _content/MINEMELODY_WEBSITE_CMS/Components/Pages/BackEnd/Settings/CoverDeliveryBox.razor.rz.scp.css */
/* === Wrapper === */
.cdb-wrap[b-1ne6om4o93] {
    max-width: 900px;
    margin: 0 auto;
    padding: 20px 20px 40px 20px;
    width: 100%;
    box-sizing: border-box;
}

/* === Card === */
.cdb-card[b-1ne6om4o93] {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.10);
    overflow: hidden;
    margin-bottom: 24px;
}

.cdb-card-header[b-1ne6om4o93] {
    background: #1d2327;
    color: #fff;
    padding: 14px 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.01em;
}

.cdb-card-body[b-1ne6om4o93] {
    padding: 0;
}

/* === Row === */
.cdb-row[b-1ne6om4o93] {
    display: flex;
    align-items: center;
    padding: 14px 20px;
    border-bottom: 1px solid #f0f0f0;
    gap: 16px;
}

.cdb-row:last-child[b-1ne6om4o93] {
    border-bottom: none;
}

.cdb-row-action[b-1ne6om4o93] {
    padding-top: 16px;
    padding-bottom: 16px;
}

.cdb-label[b-1ne6om4o93] {
    font-weight: 600;
    font-size: 14px;
    color: #1d2327;
    flex-shrink: 0;
    width: 220px;
    min-width: 220px;
}

.cdb-select[b-1ne6om4o93] {
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 7px 12px;
    font-size: 13px;
    min-width: 200px;
    outline: none;
    transition: border-color 0.2s;
    background: #fff;
    cursor: pointer;
}

.cdb-select:focus[b-1ne6om4o93] {
    border-color: #1a73e8;
}

/* === Buttons === */
.cdb-btn-blue[b-1ne6om4o93] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 18px;
    background: #1a73e8;
    color: #fff;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    user-select: none;
    white-space: nowrap;
    transition: background 0.15s;
}

.cdb-btn-blue:hover[b-1ne6om4o93] {
    background: #1254c0;
}

.cdb-btn-green[b-1ne6om4o93] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 20px;
    background: #2e7d32;
    color: #fff;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    user-select: none;
    white-space: nowrap;
    transition: background 0.15s;
}

.cdb-btn-green:hover[b-1ne6om4o93] {
    background: #1b5e20;
}

.cdb-btn-orange[b-1ne6om4o93] {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 6px 14px;
    background: #fff;
    color: #e65100;
    border: 1px solid #e65100;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    user-select: none;
    white-space: nowrap;
    transition: background 0.15s, color 0.15s;
}

.cdb-btn-orange:hover[b-1ne6om4o93] {
    background: #e65100;
    color: #fff;
}

.cdb-btn-red[b-1ne6om4o93] {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 6px 14px;
    background: #fff;
    color: #c62828;
    border: 1px solid #c62828;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    user-select: none;
    white-space: nowrap;
    transition: background 0.15s, color 0.15s;
}

.cdb-btn-red:hover[b-1ne6om4o93] {
    background: #c62828;
    color: #fff;
}

.cdb-btn-outline[b-1ne6om4o93] {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 8px 18px;
    background: #fff;
    color: #555;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    user-select: none;
    white-space: nowrap;
    transition: border-color 0.15s, color 0.15s;
}

.cdb-btn-outline:hover[b-1ne6om4o93] {
    border-color: #888;
    color: #222;
}

/* === Manage Overlay Panel === */
.cdb-overlay[b-1ne6om4o93] {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.55);
    backdrop-filter: blur(2px);
    z-index: 100000;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 60px 16px 16px 16px;
    box-sizing: border-box;
    overflow-y: auto;
}

.cdb-panel[b-1ne6om4o93] {
    background: #fff;
    border-radius: 12px;
    width: 100%;
    max-width: 680px;
    max-height: calc(100vh - 80px);
    display: flex;
    flex-direction: column;
    box-shadow: 0 20px 60px rgba(0,0,0,0.25);
    overflow: hidden;
}

.cdb-panel-header[b-1ne6om4o93] {
    background: #1d2327;
    color: #fff;
    padding: 16px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 15px;
    font-weight: 600;
    flex-shrink: 0;
}

.cdb-panel-close[b-1ne6om4o93] {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.15s;
    flex-shrink: 0;
}

.cdb-panel-close:hover[b-1ne6om4o93] {
    background: rgba(255,255,255,0.2);
}

.cdb-panel-body[b-1ne6om4o93] {
    padding: 20px;
    overflow-y: auto;
    flex: 1;
    background: #f8f9fa;
}

.cdb-panel-add-wrap[b-1ne6om4o93] {
    display: flex;
    justify-content: center;
    margin-bottom: 16px;
}

.cdb-form-list[b-1ne6om4o93] {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.cdb-form-item[b-1ne6om4o93] {
    background: #fff;
    border-radius: 8px;
    border: 1px solid #e8eaed;
    padding: 14px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.05);
}

.cdb-form-name[b-1ne6om4o93] {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 600;
    color: #1d2327;
    flex: 1;
    min-width: 0;
    word-break: break-word;
}

.cdb-form-actions[b-1ne6om4o93] {
    display: flex;
    gap: 8px;
    flex-shrink: 0;
}

/* === Dialog === */
.cdb-dialog-overlay[b-1ne6om4o93] {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.55);
    backdrop-filter: blur(2px);
    z-index: 200000;
    display: grid;
    place-items: center;
    padding: 16px;
    box-sizing: border-box;
}

.cdb-dialog[b-1ne6om4o93] {
    background: #fff;
    border-radius: 12px;
    width: 100%;
    max-width: 420px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.25);
    overflow: hidden;
}

.cdb-dialog-header[b-1ne6om4o93] {
    background: #1d2327;
    color: #fff;
    padding: 14px 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
    font-weight: 600;
}

.cdb-dialog-header-danger[b-1ne6om4o93] {
    background: linear-gradient(135deg, #c62828, #a31515);
}

.cdb-dialog-body[b-1ne6om4o93] {
    padding: 20px 24px 24px 24px;
}

.cdb-dialog-desc[b-1ne6om4o93] {
    font-size: 13px;
    color: #555;
    margin-bottom: 14px;
    line-height: 1.5;
}

.cdb-dialog-desc-danger[b-1ne6om4o93] {
    color: #c62828;
    font-weight: 600;
}

.cdb-dialog-form-name[b-1ne6om4o93] {
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    color: #1d2327;
    background: #f8f9fa;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    padding: 8px 14px;
    margin-bottom: 16px;
}

.cdb-dialog-input[b-1ne6om4o93] {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 9px 12px;
    font-size: 14px;
    outline: none;
    transition: border-color 0.2s;
    box-sizing: border-box;
    margin-bottom: 16px;
}

.cdb-dialog-input:focus[b-1ne6om4o93] {
    border-color: #1a73e8;
}

.cdb-dialog-actions[b-1ne6om4o93] {
    display: flex;
    gap: 10px;
    justify-content: center;
}

/* === Responsive: Mobile === */
@media (max-width: 600px) {
    .cdb-wrap[b-1ne6om4o93] {
        padding: 12px 10px 30px 10px;
    }

    .cdb-row[b-1ne6om4o93] {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        padding: 12px 14px;
    }

    .cdb-label[b-1ne6om4o93] {
        width: 100%;
        min-width: unset;
    }

    .cdb-select[b-1ne6om4o93] {
        width: 100%;
        min-width: unset;
    }

    .cdb-overlay[b-1ne6om4o93] {
        padding: 12px;
        align-items: flex-end;
    }

    .cdb-panel[b-1ne6om4o93] {
        max-height: 85vh;
        border-radius: 12px 12px 0 0;
    }

    .cdb-form-item[b-1ne6om4o93] {
        flex-direction: column;
        align-items: flex-start;
    }

    .cdb-form-actions[b-1ne6om4o93] {
        width: 100%;
    }

    .cdb-btn-orange[b-1ne6om4o93],
    .cdb-btn-red[b-1ne6om4o93] {
        flex: 1;
        justify-content: center;
    }

    .cdb-dialog-actions[b-1ne6om4o93] {
        flex-direction: column;
    }

    .cdb-btn-blue[b-1ne6om4o93],
    .cdb-btn-outline[b-1ne6om4o93] {
        justify-content: center;
        width: 100%;
    }
}

/* === Responsive: Tablet === */
@media (min-width: 601px) and (max-width: 900px) {
    .cdb-wrap[b-1ne6om4o93] {
        padding: 16px 16px 36px 16px;
    }

    .cdb-label[b-1ne6om4o93] {
        width: 160px;
        min-width: 160px;
    }
}
/* _content/MINEMELODY_WEBSITE_CMS/Components/Pages/BackEnd/Settings/Settings_CustomerSystem.razor.rz.scp.css */
/* === Wrapper === */
.cs-wrap[b-fgtf7gu572] {
    max-width: 900px;
    margin: 0 auto;
    padding: 20px 20px 40px 20px;
    width: 100%;
    box-sizing: border-box;
    overflow-x: hidden;
}

/* === Card === */
.cs-card[b-fgtf7gu572] {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.10);
    overflow: hidden;
    margin-bottom: 24px;
}

.cs-card-header[b-fgtf7gu572] {
    background: #1d2327;
    color: #fff;
    padding: 14px 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.01em;
}

.cs-card-body[b-fgtf7gu572] {
    padding: 0;
}

/* === Field Table (Card 1) === */
.cs-table-header[b-fgtf7gu572] {
    display: grid;
    grid-template-columns: 1fr 140px 140px;
    padding: 10px 20px;
    font-size: 12px;
    font-weight: 700;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    border-bottom: 1px solid #f0f2f5;
    background: #fafbfc;
}

.cs-field-row[b-fgtf7gu572] {
    display: grid;
    grid-template-columns: 1fr 140px 140px;
    align-items: center;
    padding: 14px 20px;
}

.cs-field-name[b-fgtf7gu572] {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 600;
    color: #2c3a45;
}

.cs-col-center[b-fgtf7gu572] {
    display: flex;
    align-items: center;
    justify-content: center;
}

.cs-dash[b-fgtf7gu572] {
    font-size: 18px;
    color: #ccc;
}

.cs-divider[b-fgtf7gu572] {
    height: 1px;
    background: #f0f2f5;
    margin: 0 20px;
}

/* === Rows (Card 2) === */
.cs-row[b-fgtf7gu572] {
    display: flex;
    align-items: center;
    padding: 14px 20px;
    border-bottom: 1px solid #f0f0f0;
    gap: 16px;
    overflow: hidden;
}

.cs-row:last-child[b-fgtf7gu572] {
    border-bottom: none;
}

.cs-row-top[b-fgtf7gu572] {
    align-items: flex-start;
}

.cs-row-actions[b-fgtf7gu572] {
    padding-top: 16px;
    padding-bottom: 16px;
}

.cs-label[b-fgtf7gu572] {
    font-weight: 600;
    font-size: 14px;
    color: #1d2327;
    flex-shrink: 0;
    width: 220px;
    min-width: 0;
}

.cs-input[b-fgtf7gu572] {
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 7px 12px;
    font-size: 13px;
    flex: 1;
    min-width: 0;
    max-width: 100%;
    outline: none;
    transition: border-color 0.2s;
    box-sizing: border-box;
}

.cs-input:focus[b-fgtf7gu572] {
    border-color: #1a73e8;
}

.cs-input-group[b-fgtf7gu572] {
    display: flex;
    flex-direction: column;
    gap: 4px;
    flex: 1;
    min-width: 0;
}

.cs-hint[b-fgtf7gu572] {
    font-size: 11px;
    color: #e53935;
}

.cs-link[b-fgtf7gu572] {
    text-decoration: none;
}

.cs-link:hover[b-fgtf7gu572] {
    text-decoration: underline;
}

.cs-notice-block[b-fgtf7gu572] {
    padding: 10px 20px 6px 20px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    background: #fff8f8;
    border-bottom: 1px solid #f0f0f0;
}

.cs-notice[b-fgtf7gu572] {
    font-size: 12px;
    color: #e53935;
    line-height: 1.5;
}

/* === Editor Section === */
.cs-editor-section[b-fgtf7gu572] {
    padding: 16px 20px 20px 20px;
    border-top: 1px solid #f0f0f0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.cs-editor-label[b-fgtf7gu572] {
    font-weight: 600;
    font-size: 14px;
    color: #1d2327;
}

.cs-editor-container[b-fgtf7gu572] {
    width: 100%;
    min-width: 0;
    overflow: hidden;
    border-radius: 6px;
}

.cs-editor-actions[b-fgtf7gu572] {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    padding-top: 4px;
}

.cs-btn-blue[b-fgtf7gu572] {
    padding: 8px 18px;
    background: #1a73e8;
    color: #fff;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    user-select: none;
    white-space: nowrap;
}

.cs-btn-blue:hover[b-fgtf7gu572] {
    background: #1254c0;
}

.cs-btn-outline[b-fgtf7gu572] {
    padding: 8px 18px;
    background: #fff;
    color: #1a73e8;
    border: 1px solid #1a73e8;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    user-select: none;
    white-space: nowrap;
}

.cs-btn-outline:hover[b-fgtf7gu572] {
    background: #f0f5ff;
}

/* === Responsive: Tablet === */
@media (max-width: 900px) {
    .cs-wrap[b-fgtf7gu572] {
        padding: 16px 16px 36px 16px;
    }

    .cs-label[b-fgtf7gu572] {
        width: 160px;
        min-width: 0;
    }

    .cs-table-header[b-fgtf7gu572],
    .cs-field-row[b-fgtf7gu572] {
        grid-template-columns: 1fr 110px 110px;
    }
}

/* === Responsive: Mobile === */
@media (max-width: 600px) {
    .cs-wrap[b-fgtf7gu572] {
        padding: 12px 10px 30px 10px;
    }

    .cs-table-header[b-fgtf7gu572] {
        grid-template-columns: 1fr 90px 90px;
        font-size: 10px;
        padding: 8px 12px;
    }

    .cs-field-row[b-fgtf7gu572] {
        grid-template-columns: 1fr 90px 90px;
        padding: 12px 12px;
    }

    .cs-field-name[b-fgtf7gu572] {
        font-size: 13px;
    }

    .cs-divider[b-fgtf7gu572] {
        margin: 0 12px;
    }

    .cs-row[b-fgtf7gu572] {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        padding: 12px 14px;
    }

    .cs-label[b-fgtf7gu572] {
        width: 100%;
        min-width: 0;
    }

    .cs-input[b-fgtf7gu572] {
        flex: unset;
        min-width: 0;
        width: 100%;
        max-width: 100%;
    }

    .cs-input-group[b-fgtf7gu572] {
        width: 100%;
        min-width: 0;
    }

    .cs-editor-section[b-fgtf7gu572] {
        padding: 14px 14px 16px 14px;
    }

    .cs-editor-actions[b-fgtf7gu572] {
        flex-direction: column;
    }

    .cs-btn-blue[b-fgtf7gu572],
    .cs-btn-outline[b-fgtf7gu572] {
        white-space: normal;
        text-align: center;
        width: 100%;
        box-sizing: border-box;
    }
}
/* _content/MINEMELODY_WEBSITE_CMS/Components/Pages/BackEnd/Settings/Settings_General.razor.rz.scp.css */
/* === Wrapper === */
.sg-wrap[b-e8fba59oxg] {
    max-width: 900px;
    margin: 0 auto;
    padding: 20px 20px 40px 20px;
    width: 100%;
    box-sizing: border-box;
    overflow-x: hidden;
}

/* === Card === */
.sg-card[b-e8fba59oxg] {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.10);
    overflow: hidden;
    margin-bottom: 24px;
}

.sg-card-header[b-e8fba59oxg] {
    background: #1d2327;
    color: #fff;
    padding: 14px 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.01em;
}

.sg-card-header-line[b-e8fba59oxg] {
    background: linear-gradient(135deg, #1db954, #0e8c3a);
}

.sg-card-body[b-e8fba59oxg] {
    padding: 0;
}

/* === Row === */
.sg-row[b-e8fba59oxg] {
    display: flex;
    align-items: center;
    padding: 14px 20px;
    border-bottom: 1px solid #f0f0f0;
    gap: 16px;
    overflow: hidden;
}

.sg-row:last-child[b-e8fba59oxg] {
    border-bottom: none;
}

.sg-row-top[b-e8fba59oxg] {
    align-items: flex-start;
}

.sg-row-wrap[b-e8fba59oxg] {
    align-items: flex-start;
    flex-wrap: wrap;
}

.sg-row-actions[b-e8fba59oxg] {
    align-items: flex-start;
}

/* === Label === */
.sg-label[b-e8fba59oxg] {
    font-weight: 600;
    font-size: 14px;
    color: #1d2327;
    flex-shrink: 0;
    width: 220px;
    min-width: 0;
}

.sg-label-sub[b-e8fba59oxg] {
    color: #555;
    font-weight: 500;
}

/* === Inputs === */
.sg-input[b-e8fba59oxg] {
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 7px 12px;
    font-size: 13px;
    flex: 1;
    min-width: 0;
    max-width: 100%;
    outline: none;
    transition: border-color 0.2s;
    box-sizing: border-box;
}

.sg-input:focus[b-e8fba59oxg] {
    border-color: #1a73e8;
}

.sg-textarea[b-e8fba59oxg] {
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 8px 12px;
    font-size: 13px;
    flex: 1;
    min-width: 0;
    max-width: 100%;
    outline: none;
    resize: vertical;
    transition: border-color 0.2s;
    box-sizing: border-box;
    font-family: inherit;
    line-height: 1.5;
}

.sg-textarea:focus[b-e8fba59oxg] {
    border-color: #1a73e8;
}

.sg-select[b-e8fba59oxg] {
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 7px 12px;
    font-size: 13px;
    flex: 1;
    min-width: 0;
    max-width: 100%;
    outline: none;
    background: #fff;
    cursor: pointer;
    transition: border-color 0.2s;
    box-sizing: border-box;
}

.sg-select:focus[b-e8fba59oxg] {
    border-color: #1a73e8;
}

/* === Timer Row === */
.sg-timer-row[b-e8fba59oxg] {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    flex: 1;
    min-width: 0;
}

.sg-input-sm[b-e8fba59oxg] {
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 7px 10px;
    font-size: 13px;
    width: 72px;
    min-width: 0;
    outline: none;
    transition: border-color 0.2s;
    box-sizing: border-box;
    text-align: center;
}

.sg-input-sm:focus[b-e8fba59oxg] {
    border-color: #1a73e8;
}

.sg-unit[b-e8fba59oxg] {
    font-size: 13px;
    color: #555;
    white-space: nowrap;
}

/* === Radio Group === */
.sg-radio-group[b-e8fba59oxg] {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
    flex: 1;
    min-width: 0;
}

.sg-radio-label[b-e8fba59oxg] {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    color: #1d2327;
    cursor: pointer;
    white-space: nowrap;
}

/* === Notice Row === */
.sg-notice-row[b-e8fba59oxg] {
    padding: 10px 20px;
    font-size: 12px;
    color: #e53935;
    background: #fff8f8;
    border-bottom: 1px solid #f0f0f0;
    line-height: 1.5;
}

/* === Center Row (for add button) === */
.sg-center-row[b-e8fba59oxg] {
    display: flex;
    justify-content: center;
    padding: 14px 20px;
    border-bottom: 1px solid #f0f0f0;
}

.sg-center-row:last-child[b-e8fba59oxg] {
    border-bottom: none;
}

/* === Actions Row === */
.sg-actions[b-e8fba59oxg] {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    padding: 14px 20px;
    border-bottom: 1px solid #f0f0f0;
}

.sg-actions:last-child[b-e8fba59oxg] {
    border-bottom: none;
}

/* === Buttons === */
.sg-btn-blue[b-e8fba59oxg] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 18px;
    background: #1a73e8;
    color: #fff;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    user-select: none;
    white-space: nowrap;
    transition: background 0.15s;
}

.sg-btn-blue:hover[b-e8fba59oxg] {
    background: #1254c0;
}

.sg-btn-outline[b-e8fba59oxg] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 18px;
    background: #fff;
    color: #1a73e8;
    border: 1px solid #1a73e8;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    user-select: none;
    white-space: nowrap;
    transition: background 0.15s;
}

.sg-btn-outline:hover[b-e8fba59oxg] {
    background: #f0f5ff;
}

.sg-btn-green[b-e8fba59oxg] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 18px;
    background: #2e7d32;
    color: #fff;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    user-select: none;
    white-space: nowrap;
    transition: background 0.15s;
}

.sg-btn-green:hover[b-e8fba59oxg] {
    background: #1b5e20;
}

/* === Gateway Section (Beam / PosXPay) === */
.sg-gateway-section[b-e8fba59oxg] {
    border-bottom: 1px solid #f0f0f0;
}

.sg-gateway-section:last-child[b-e8fba59oxg] {
    border-bottom: none;
}

.sg-gateway-section .sg-row:last-child[b-e8fba59oxg] {
    border-bottom: none;
}

/* === Payment Account List === */
.sg-payment-list[b-e8fba59oxg] {
    padding: 0 20px 4px 20px;
}

.sg-payment-head[b-e8fba59oxg] {
    display: grid;
    grid-template-columns: 52px 1.5fr 1fr 1fr 1.2fr 84px 64px;
    gap: 0 8px;
    padding: 8px 0 6px 0;
    font-size: 11px;
    font-weight: 700;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-bottom: 2px solid #e8eaed;
    margin-bottom: 4px;
}

.sg-payment-center[b-e8fba59oxg] {
    text-align: center;
}

.sg-payment-row[b-e8fba59oxg] {
    display: grid;
    grid-template-columns: 52px 1.5fr 1fr 1fr 1.2fr 84px 64px;
    gap: 0 8px;
    align-items: center;
    padding: 8px 0;
    border-bottom: 1px solid #f0f2f5;
    transition: background 0.1s;
}

.sg-payment-row:last-child[b-e8fba59oxg] {
    border-bottom: none;
}

.sg-payment-row:hover[b-e8fba59oxg] {
    background: #f8f9ff;
    border-radius: 8px;
}

.sg-payment-img-cell[b-e8fba59oxg] {
    position: relative;
    width: 44px;
    height: 44px;
    border-radius: 8px;
    border: 1px solid #e0e0e0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    overflow: hidden;
    background: #f8f9fa;
    flex-shrink: 0;
}

.sg-payment-img-cell img[b-e8fba59oxg] {
    width: 28px;
    height: 28px;
    object-fit: contain;
}

.sg-payment-img-overlay[b-e8fba59oxg] {
    position: absolute;
    inset: 0;
    background: rgba(26,115,232,0.75);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    opacity: 0;
    transition: opacity 0.15s;
    border-radius: 8px;
}

.sg-payment-img-cell:hover .sg-payment-img-overlay[b-e8fba59oxg] {
    opacity: 1;
}

.sg-payment-field[b-e8fba59oxg] {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.sg-field-label[b-e8fba59oxg] {
    display: none;
    font-size: 11px;
    font-weight: 600;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    margin-bottom: 4px;
}

.sg-payment-input[b-e8fba59oxg] {
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    padding: 6px 10px;
    font-size: 13px;
    width: 100%;
    box-sizing: border-box;
    outline: none;
    background: #fff;
    transition: border-color 0.15s;
    min-width: 0;
}

.sg-payment-input:focus[b-e8fba59oxg] {
    border-color: #1a73e8;
}

.sg-payment-select[b-e8fba59oxg] {
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    padding: 6px 8px;
    font-size: 13px;
    width: 100%;
    box-sizing: border-box;
    outline: none;
    background: #fff;
    cursor: pointer;
    transition: border-color 0.15s;
    min-width: 0;
}

.sg-payment-select:focus[b-e8fba59oxg] {
    border-color: #1a73e8;
}

.sg-payment-toggle-cell[b-e8fba59oxg] {
    align-items: center;
    justify-content: center;
}

.sg-payment-del-cell[b-e8fba59oxg] {
    align-items: center;
    justify-content: center;
}

.sg-btn-del[b-e8fba59oxg] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 12px;
    background: #fff;
    color: #c62828;
    border: 1px solid #c62828;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    white-space: nowrap;
    transition: background 0.15s, color 0.15s;
    user-select: none;
}

.sg-btn-del:hover[b-e8fba59oxg] {
    background: #c62828;
    color: #fff;
}

.sg-payment-empty[b-e8fba59oxg] {
    padding: 24px;
    text-align: center;
    font-size: 13px;
    color: #aaa;
}

/* === Responsive: Tablet === */
@media (max-width: 900px) {
    .sg-wrap[b-e8fba59oxg] {
        padding: 16px 16px 36px 16px;
    }

    .sg-label[b-e8fba59oxg] {
        width: 160px;
    }

    .sg-payment-head[b-e8fba59oxg] {
        grid-template-columns: 48px 1.4fr 1fr 1fr 1fr 80px 60px;
    }

    .sg-payment-row[b-e8fba59oxg] {
        grid-template-columns: 48px 1.4fr 1fr 1fr 1fr 80px 60px;
    }
}

/* === Responsive: Mobile === */
@media (max-width: 600px) {
    .sg-wrap[b-e8fba59oxg] {
        padding: 12px 10px 30px 10px;
    }

    .sg-row[b-e8fba59oxg] {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        padding: 12px 14px;
    }

    .sg-row-top[b-e8fba59oxg],
    .sg-row-wrap[b-e8fba59oxg],
    .sg-row-actions[b-e8fba59oxg] {
        align-items: flex-start;
    }

    .sg-label[b-e8fba59oxg] {
        width: 100%;
        min-width: 0;
    }

    .sg-label-sub[b-e8fba59oxg] {
        width: 100%;
    }

    .sg-input[b-e8fba59oxg],
    .sg-textarea[b-e8fba59oxg],
    .sg-select[b-e8fba59oxg] {
        flex: unset;
        min-width: 0;
        width: 100%;
        max-width: 100%;
    }

    .sg-input-sm[b-e8fba59oxg] {
        width: 64px;
    }

    .sg-timer-row[b-e8fba59oxg] {
        width: 100%;
    }

    .sg-radio-group[b-e8fba59oxg] {
        width: 100%;
        gap: 12px;
    }

    .sg-actions[b-e8fba59oxg] {
        padding: 0;
        flex-direction: column;
        align-items: stretch;
        width: 100%;
    }

    .sg-btn-blue[b-e8fba59oxg],
    .sg-btn-outline[b-e8fba59oxg],
    .sg-btn-green[b-e8fba59oxg] {
        width: 100%;
        justify-content: center;
        white-space: normal;
        text-align: center;
        box-sizing: border-box;
    }

    .sg-center-row[b-e8fba59oxg] {
        padding: 12px 14px;
    }

    .sg-notice-row[b-e8fba59oxg] {
        padding: 10px 14px;
    }

    /* Payment list → card per item on mobile */
    .sg-payment-list[b-e8fba59oxg] {
        padding: 12px 14px 8px 14px;
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    .sg-payment-head[b-e8fba59oxg] {
        display: none;
    }

    .sg-payment-row[b-e8fba59oxg] {
        display: flex;
        flex-direction: column;
        gap: 10px;
        padding: 14px;
        background: #f8f9fa;
        border: 1px solid #e8eaed;
        border-radius: 10px;
        box-shadow: 0 1px 4px rgba(0,0,0,0.06);
    }

    .sg-payment-row:hover[b-e8fba59oxg] {
        background: #f8f9fa;
        border-radius: 10px;
    }

    .sg-payment-img-cell[b-e8fba59oxg] {
        width: 48px;
        height: 48px;
    }

    .sg-field-label[b-e8fba59oxg] {
        display: block;
    }

    .sg-payment-field[b-e8fba59oxg] {
        width: 100%;
    }

    .sg-payment-input[b-e8fba59oxg],
    .sg-payment-select[b-e8fba59oxg] {
        width: 100%;
    }

    .sg-payment-toggle-cell[b-e8fba59oxg],
    .sg-payment-del-cell[b-e8fba59oxg] {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

    .sg-btn-del[b-e8fba59oxg] {
        padding: 7px 20px;
    }
}
/* _content/MINEMELODY_WEBSITE_CMS/Components/Pages/BackEnd/Settings/Settings_PmcSync.razor.rz.scp.css */
.MainAddProduct[b-8vq5o9ok3l] {
    padding: 15px;
    background: #f0f0f1;
    min-height: 100%;
}

.TitleText[b-8vq5o9ok3l] {
    font-size: 24px;
    margin-bottom: 10px;
}

.BoxCss[b-8vq5o9ok3l] {
    width: 100%;
    background: white;
    border: 1px solid rgba(0,0,0,.09);
    padding: 20px 20px;
}

.TitleDiv[b-8vq5o9ok3l] {
    padding-right: 15px;
    width: 160px;
}

.InputDiv[b-8vq5o9ok3l] {
    padding-left: 10px;
    width: 600px;
}
/* _content/MINEMELODY_WEBSITE_CMS/Components/Pages/BackEnd/Settings/Settings_WebVisibility.razor.rz.scp.css */
.WV_Wrapper[b-kfh8wz1z8h] {
    max-width: 900px;
    margin: 0 auto;
    padding: 20px 15px 40px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

/* ===== Section Card ===== */
.WV_Section[b-kfh8wz1z8h] {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
    overflow: hidden;
}

.WV_SectionHeader[b-kfh8wz1z8h] {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 22px;
    height: 56px;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0.3px;
    background: #1d2327;
    color: #fff;
}

    .WV_SectionHeader svg[b-kfh8wz1z8h] {
        flex-shrink: 0;
        opacity: 0.9;
    }

.WV_SectionBody[b-kfh8wz1z8h] {
    padding: 8px 0;
}

/* ===== Toggle rows (section 1) ===== */
.WV_ToggleRow[b-kfh8wz1z8h] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 16px 22px;
}

.WV_ToggleInfo[b-kfh8wz1z8h] {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.WV_ToggleLabel[b-kfh8wz1z8h] {
    font-size: 14.5px;
    font-weight: 600;
    color: #2c3a45;
}

.WV_ToggleNote[b-kfh8wz1z8h] {
    font-size: 12px;
    color: #e53935;
}

.WV_Divider[b-kfh8wz1z8h] {
    height: 1px;
    background: #f0f2f5;
    margin: 0 22px;
}

/* ===== Table layout (section 2) ===== */
.WV_TableHeader[b-kfh8wz1z8h] {
    display: grid;
    grid-template-columns: 1fr 160px 160px;
    padding: 10px 22px;
    font-size: 12px;
    font-weight: 700;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    border-bottom: 1px solid #f0f2f5;
    background: #fafbfc;
}

.WV_FieldRow[b-kfh8wz1z8h] {
    display: grid;
    grid-template-columns: 1fr 160px 160px;
    align-items: center;
    padding: 14px 22px;
}

.WV_FieldName[b-kfh8wz1z8h] {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14.5px;
    font-weight: 600;
    color: #2c3a45;
}

.WV_ColShow[b-kfh8wz1z8h],
.WV_ColReq[b-kfh8wz1z8h] {
    display: flex;
    align-items: center;
    justify-content: center;
}

.WV_ColField[b-kfh8wz1z8h] {
    /* label alignment */
}

.WV_Disabled[b-kfh8wz1z8h] {
    font-size: 18px;
    color: #ccc;
}

.WV_RowDivider[b-kfh8wz1z8h] {
    height: 1px;
    background: #f0f2f5;
    margin: 0 22px;
}

/* ===== Responsive ===== */
@media (max-width: 600px) {
    .WV_TableHeader[b-kfh8wz1z8h],
    .WV_FieldRow[b-kfh8wz1z8h] {
        grid-template-columns: 1fr 100px 100px;
        padding: 12px 14px;
    }

    .WV_ToggleRow[b-kfh8wz1z8h] {
        padding: 14px 14px;
    }

    .WV_SectionHeader[b-kfh8wz1z8h] {
        font-size: 15px;
        padding: 0 14px;
    }
}
/* _content/MINEMELODY_WEBSITE_CMS/Components/Pages/BackEnd/Stock/Componant/VenderPickerPopup.razor.rz.scp.css */
/* ═══════════════════════════════════════════════════════════════
   VenderPickerPopup.razor.css
   Design: CwSoftware Modern — Dark Navy + Clean Modal
   สอดคล้องกับ StockRec_Bill design language (#293649, #4e73df)
   ═══════════════════════════════════════════════════════════════ */

/* ─── Overlay Backdrop ─── */
.VPOverlay[b-wqph3t2zpz] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    z-index: 60000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    backdrop-filter: blur(2px);
    animation: VPFadeIn-b-wqph3t2zpz 0.15s ease;
}

@keyframes VPFadeIn-b-wqph3t2zpz {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* ─── Modal Box ─── */
.VPBox[b-wqph3t2zpz] {
    background: #fff;
    border-radius: 10px;
    width: 600px;
    max-width: 96vw;
    max-height: 88vh;
    display: flex;
    flex-direction: column;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.25);
    animation: VPSlideUp-b-wqph3t2zpz 0.2s ease;
    overflow: hidden;
}

@keyframes VPSlideUp-b-wqph3t2zpz {
    from { transform: translateY(24px); opacity: 0; }
    to   { transform: translateY(0);    opacity: 1; }
}

/* ─── Header ─── */
.VPHeader[b-wqph3t2zpz] {
    background: #293649;
    padding: 14px 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-shrink: 0;
}

.VPHeaderTitle[b-wqph3t2zpz] {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.02em;
}

.VPHeaderIcon[b-wqph3t2zpz] {
    font-size: 18px;
    line-height: 1;
}

.VPCloseBtn[b-wqph3t2zpz] {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: rgba(255, 255, 255, 0.55);
    font-size: 16px;
    border-radius: 4px;
    transition: background 0.15s, color 0.15s;
}

.VPCloseBtn:hover[b-wqph3t2zpz] {
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
}

/* ─── Search Bar ─── */
.VPSearch[b-wqph3t2zpz] {
    padding: 12px 16px 8px;
    border-bottom: 1px solid #eee;
    flex-shrink: 0;
    background: #fafbfc;
}

.VPSearchInner[b-wqph3t2zpz] {
    display: flex;
    align-items: center;
    gap: 8px;
    border: 1.5px solid #dde1e7;
    border-radius: 6px;
    padding: 8px 12px;
    background: #fff;
    transition: border-color 0.15s;
}

.VPSearchInner:focus-within[b-wqph3t2zpz] {
    border-color: #4e73df;
    box-shadow: 0 0 0 3px rgba(78, 115, 223, 0.1);
}

.VPSearchIcon[b-wqph3t2zpz] {
    font-size: 14px;
    color: #aaa;
    flex-shrink: 0;
}

.VPSearchInput[b-wqph3t2zpz] {
    flex: 1;
    border: none;
    outline: none;
    font-size: 14px;
    color: #333;
    background: transparent;
    min-width: 0;
}

.VPSearchInput[b-wqph3t2zpz]::placeholder {
    color: #bbb;
}

.VPSearchClear[b-wqph3t2zpz] {
    font-size: 13px;
    color: #bbb;
    cursor: pointer;
    flex-shrink: 0;
    transition: color 0.15s;
    line-height: 1;
}

.VPSearchClear:hover[b-wqph3t2zpz] {
    color: #666;
}

.VPSearchHint[b-wqph3t2zpz] {
    font-size: 11px;
    color: #aaa;
    margin-top: 5px;
    padding-left: 2px;
}

/* ─── Body / List ─── */
.VPBody[b-wqph3t2zpz] {
    flex: 1;
    overflow-y: auto;
    padding: 4px 0;
}

/* ─── Empty State ─── */
.VPEmpty[b-wqph3t2zpz] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 48px 20px;
    color: #aaa;
    text-align: center;
}

.VPEmptyIcon[b-wqph3t2zpz] {
    font-size: 40px;
    margin-bottom: 10px;
    opacity: 0.5;
}

.VPEmptyText[b-wqph3t2zpz] {
    font-size: 15px;
    font-weight: 600;
    color: #888;
    margin-bottom: 4px;
}

.VPEmptyHint[b-wqph3t2zpz] {
    font-size: 12px;
    color: #bbb;
}

/* ─── Vendor Row ─── */
.VPRow[b-wqph3t2zpz] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 16px;
    cursor: pointer;
    border-bottom: 1px solid #f3f4f6;
    transition: background 0.12s;
    user-select: none;
}

.VPRow:hover[b-wqph3t2zpz] {
    background: #f5f7ff;
}

.VPRow:last-child[b-wqph3t2zpz] {
    border-bottom: none;
}

.VPRow.VPRowSelected[b-wqph3t2zpz] {
    background: #eef2ff;
    border-left: 3px solid #4e73df;
    padding-left: 13px; /* ชดเชย border-left 3px */
}

/* ─── Avatar ─── */
.VPAvatar[b-wqph3t2zpz] {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #e8edf5;
    color: #4e73df;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 700;
    flex-shrink: 0;
    transition: background 0.15s, color 0.15s;
    text-transform: uppercase;
}

.VPAvatar.VPAvatarActive[b-wqph3t2zpz] {
    background: #4e73df;
    color: #fff;
}

/* ─── Row Info ─── */
.VPInfo[b-wqph3t2zpz] {
    flex: 1;
    min-width: 0;
}

.VPName[b-wqph3t2zpz] {
    font-size: 14px;
    font-weight: 600;
    color: #222;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.VPMeta[b-wqph3t2zpz] {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 3px;
    flex-wrap: wrap;
}

.VPBadge[b-wqph3t2zpz] {
    font-size: 11px;
    padding: 1px 7px;
    background: #e8edf5;
    color: #4e73df;
    border-radius: 20px;
    font-weight: 600;
    letter-spacing: 0.03em;
}

.VPMetaItem[b-wqph3t2zpz] {
    font-size: 12px;
    color: #888;
}

/* ─── Checkmark ─── */
.VPCheckmark[b-wqph3t2zpz] {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #4e73df;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
    flex-shrink: 0;
}

/* ─── Pagination ─── */
.VPPagination[b-wqph3t2zpz] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 8px 16px;
    border-top: 1px solid #eee;
    background: #fafbfc;
    flex-shrink: 0;
}

.VPPageBtn[b-wqph3t2zpz] {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    cursor: pointer;
    font-size: 13px;
    color: #4e73df;
    border: 1px solid #dde1e7;
    background: #fff;
    transition: background 0.12s, color 0.12s;
    user-select: none;
}

.VPPageBtn:hover:not(.Disabled)[b-wqph3t2zpz] {
    background: #4e73df;
    color: #fff;
    border-color: #4e73df;
}

.VPPageBtn.Disabled[b-wqph3t2zpz] {
    color: #ccc;
    cursor: not-allowed;
    border-color: #eee;
}

.VPPageInfo[b-wqph3t2zpz] {
    font-size: 13px;
    color: #666;
    min-width: 48px;
    text-align: center;
}

/* ─── Preview Selected ─── */
.VPPreview[b-wqph3t2zpz] {
    padding: 8px 16px;
    background: #f0f4ff;
    border-top: 1px solid #dde6ff;
    display: flex;
    align-items: center;
    gap: 6px;
    flex-shrink: 0;
    flex-wrap: wrap;
}

.VPPreviewLabel[b-wqph3t2zpz] {
    font-size: 12px;
    color: #888;
}

.VPPreviewName[b-wqph3t2zpz] {
    font-size: 13px;
    font-weight: 700;
    color: #293649;
}

.VPPreviewCode[b-wqph3t2zpz] {
    font-size: 12px;
    color: #4e73df;
}

/* ─── Footer Actions ─── */
.VPFooter[b-wqph3t2zpz] {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
    padding: 12px 18px;
    border-top: 1px solid #eee;
    background: #fff;
    flex-shrink: 0;
}

.VPBtnCancel[b-wqph3t2zpz] {
    padding: 8px 20px;
    border: 1.5px solid #dde1e7;
    border-radius: 5px;
    background: #fff;
    color: #555;
    font-size: 14px;
    cursor: pointer;
    transition: background 0.12s, border-color 0.12s;
}

.VPBtnCancel:hover[b-wqph3t2zpz] {
    background: #f5f5f5;
    border-color: #bbb;
}

.VPBtnConfirm[b-wqph3t2zpz] {
    padding: 8px 22px;
    border: none;
    border-radius: 5px;
    background: #293649;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.15s, opacity 0.15s;
}

.VPBtnConfirm:hover:not(:disabled)[b-wqph3t2zpz] {
    background: #1e2d3d;
}

.VPBtnConfirm:disabled[b-wqph3t2zpz] {
    opacity: 0.4;
    cursor: not-allowed;
}

/* ─── Scrollbar ─── */
.VPBody[b-wqph3t2zpz]::-webkit-scrollbar {
    width: 5px;
}

.VPBody[b-wqph3t2zpz]::-webkit-scrollbar-track {
    background: transparent;
}

.VPBody[b-wqph3t2zpz]::-webkit-scrollbar-thumb {
    background: #dde1e7;
    border-radius: 3px;
}

.VPBody[b-wqph3t2zpz]::-webkit-scrollbar-thumb:hover {
    background: #bbb;
}

/* ─── Responsive: Mobile ─── */
@media (max-width: 640px) {
    .VPBox[b-wqph3t2zpz] {
        max-height: 95vh;
        border-radius: 8px 8px 0 0;
    }

    .VPOverlay[b-wqph3t2zpz] {
        align-items: flex-end;
        padding: 0;
    }

    .VPRow[b-wqph3t2zpz] {
        padding: 12px 14px;
    }

    .VPName[b-wqph3t2zpz] {
        font-size: 13px;
    }
}
/* _content/MINEMELODY_WEBSITE_CMS/Components/Pages/BackEnd/Stock/StockRec_Bill.razor.rz.scp.css */
/* ═══════════════════════════════════════════════════════════════
   StockRec_Bill.razor.css
   Design pattern: CwSoftware Modern — Hero Header · Stepper · INFO Panel
   อิงจาก Sales Order Bill detail page (OWS pattern)
   ═══════════════════════════════════════════════════════════════ */

/* ─── Page Wrapper ─── */
.StockRecBill[b-4gmjeo4fxn] {
    padding: 0 24px 32px;
    max-width: 1480px;
    width: 100%;
    margin: 0 auto;            /* center กลางพื้นที่ content */
    /* กฎเหล็ก: ห้าม overflow ทุกขนาด */
    overflow-x: hidden;
    box-sizing: border-box;
    font-family: 'IBM Plex Sans Thai', 'Mine_ThaiFont', sans-serif;
}

/* ─── Breadcrumb ─── */
.Breadcrumb[b-4gmjeo4fxn] {
    font-size: 13px;
    color: #888;
    padding: 12px 0 8px;
}

.Breadcrumb a[b-4gmjeo4fxn] {
    text-decoration: none;
}

/* ════════════════════════════════════════════════════════════════
   HERO HEADER — dark navy banner (เหมือน Sales Order page)
   ════════════════════════════════════════════════════════════════ */
.BillHero[b-4gmjeo4fxn] {
    background: #293649;
    border-radius: 10px;
    padding: 22px 28px 20px;
    margin: 0 0 16px;
    position: relative;
    overflow: hidden;
}

/* subtle gradient overlay */
.BillHero[b-4gmjeo4fxn]::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(59,130,246,.12) 0%, transparent 60%);
    pointer-events: none;
}

.BillHero .HeroTopRow[b-4gmjeo4fxn] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 6px;
}

.BillHero .HeroTypeLabel[b-4gmjeo4fxn] {
    font-size: 12px;
    color: rgba(255,255,255,.55);
    letter-spacing: .04em;
    text-transform: uppercase;
    font-weight: 500;
}

.BillHero .HeroAmountLabel[b-4gmjeo4fxn] {
    font-size: 12px;
    color: rgba(255,255,255,.45);
    text-align: right;
    letter-spacing: .04em;
}

.BillHero .HeroMainRow[b-4gmjeo4fxn] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    gap: 8px;
    flex-wrap: wrap; /* wrap เมื่อ bill code + amount ยาวเกิน */
}

.BillHero .HeroBillCode[b-4gmjeo4fxn] {
    font-size: 26px;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: -.01em;
    font-family: 'Manrope', 'Mine_ThaiFont', sans-serif;
    min-width: 0;
    overflow-wrap: break-word;
    word-break: break-all; /* bill code อาจยาวมาก เช่น SR-2026-000001 */
    flex: 1;
}

.BillHero .HeroAmount[b-4gmjeo4fxn] {
    font-size: 26px;
    font-weight: 800;
    color: #ff6b6b;
    font-family: 'Manrope', sans-serif;
    letter-spacing: -.01em;
    flex-shrink: 0; /* amount ไม่หด — ถ้าแคบเกิน wrap ไปบรรทัดใหม่ */
    white-space: nowrap;
}

.BillHero .HeroBottomRow[b-4gmjeo4fxn] {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.BillHero .HeroStatusBadge[b-4gmjeo4fxn] {
    display: inline-block;
    padding: 4px 14px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .02em;
}

.BillHero .HeroDate[b-4gmjeo4fxn] {
    font-size: 12px;
    color: rgba(255,255,255,.5);
}

/* ════════════════════════════════════════════════════════════════
   PROGRESS STEPPER — horizontal step indicator
   ════════════════════════════════════════════════════════════════ */
.BillStepper[b-4gmjeo4fxn] {
    background: #fff;
    border: 1px solid #e5e9ef;
    border-radius: 10px;
    padding: 18px 24px 16px;
    margin-bottom: 16px;
    box-shadow: 0 1px 4px rgba(0,0,0,.05);
}

.BillStepper .StepperLabel[b-4gmjeo4fxn] {
    font-size: 11px;
    font-weight: 600;
    color: #9ca3af;
    letter-spacing: .08em;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.BillStepper .StepList[b-4gmjeo4fxn] {
    display: flex;
    align-items: flex-start;
    gap: 0;
    /* กฎเหล็ก: ห้าม overflow-x — ใช้ flex-wrap แทน */
}

.BillStepper .StepItem[b-4gmjeo4fxn] {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

/* Connector line between steps */
.BillStepper .StepItem:not(:last-child)[b-4gmjeo4fxn]::after {
    content: '';
    position: absolute;
    top: 16px;
    left: calc(50% + 16px);
    right: calc(-50% + 16px);
    height: 2px;
    background: #e5e9ef;
    z-index: 0;
}

.BillStepper .StepItem.Completed:not(:last-child)[b-4gmjeo4fxn]::after {
    background: #293649;
}

.BillStepper .StepItem.Active:not(:last-child)[b-4gmjeo4fxn]::after {
    background: linear-gradient(90deg, #3b82f6 0%, #e5e9ef 100%);
}

/* Step circle */
.BillStepper .StepCircle[b-4gmjeo4fxn] {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 700;
    font-family: 'Manrope', sans-serif;
    border: 2px solid #e5e9ef;
    background: #fff;
    color: #bbb;
    z-index: 1;
    position: relative;
    transition: all .25s;
}

.BillStepper .StepItem.Completed .StepCircle[b-4gmjeo4fxn] {
    background: #293649;
    border-color: #293649;
    color: #fff;
    font-size: 15px; /* checkmark */
}

.BillStepper .StepItem.Active .StepCircle[b-4gmjeo4fxn] {
    background: #3b82f6;
    border-color: #3b82f6;
    color: #fff;
    box-shadow: 0 0 0 4px rgba(59,130,246,.18);
}

.BillStepper .StepItem.Danger .StepCircle[b-4gmjeo4fxn] {
    background: #dc3545;
    border-color: #dc3545;
    color: #fff;
}

/* Step text */
.BillStepper .StepMeta[b-4gmjeo4fxn] {
    margin-top: 8px;
    text-align: center;
}

.BillStepper .StepName[b-4gmjeo4fxn] {
    font-size: 12px;
    font-weight: 600;
    color: #374151;
    line-height: 1.3;
}

.BillStepper .StepItem.Pending .StepName[b-4gmjeo4fxn] {
    color: #bbb;
    font-weight: 400;
}

.BillStepper .StepDate[b-4gmjeo4fxn] {
    font-size: 10px;
    color: #9ca3af;
    margin-top: 2px;
    font-family: 'Manrope', sans-serif;
}

/* ════════════════════════════════════════════════════════════════
   MAIN BODY — Two-column layout
   ════════════════════════════════════════════════════════════════ */
.BillBody[b-4gmjeo4fxn] {
    display: flex;
    gap: 16px;
    align-items: flex-start;
}

.BillColMain[b-4gmjeo4fxn] {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.BillColSide[b-4gmjeo4fxn] {
    width: clamp(280px, 30%, 420px); /* fluid — ขยายให้ใช้พื้นที่ขวาได้คุ้มค่า */
    flex-shrink: 0;                  /* ไม่ให้หดเพื่อรักษาสัดส่วน */
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

/* ════════════════════════════════════════════════════════════════
   BILL CARD — generic card with bilingual section header
   ════════════════════════════════════════════════════════════════ */
.BillCard[b-4gmjeo4fxn] {
    background: #fff;
    border: 1px solid #e5e9ef;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 1px 4px rgba(0,0,0,.04);
}

.BillCard .CardHeader[b-4gmjeo4fxn] {
    padding: 12px 18px 10px;
    border-bottom: 1px solid #f0f2f5;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.BillCard .CardHeader .CardTitle[b-4gmjeo4fxn] {
    font-size: 13px;
    font-weight: 700;
    color: #293649;
    letter-spacing: .01em;
}

.BillCard .CardHeader .CardSubTitle[b-4gmjeo4fxn] {
    font-size: 11px;
    font-weight: 500;
    color: #9ca3af;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.BillCard .CardBody[b-4gmjeo4fxn] {
    padding: 16px 18px;
}

/* ─── Two mini cards side by side (Vender + info) ─── */
.BillMiniCards[b-4gmjeo4fxn] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

/* ════════════════════════════════════════════════════════════════
   FORM — fields inside cards
   ════════════════════════════════════════════════════════════════ */
.FormRow[b-4gmjeo4fxn] {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.FormGroup[b-4gmjeo4fxn] {
    display: flex;
    flex-direction: column;
    gap: 5px;
    flex: 1;
    min-width: 180px;
}

.FormGroup label[b-4gmjeo4fxn] {
    font-size: 12px;
    color: #6b7280;
    font-weight: 600;
    letter-spacing: .02em;
}

.FormControl[b-4gmjeo4fxn] {
    border: 1px solid #e3e6ea;
    border-radius: 8px;
    padding: 7px 11px;
    font-size: 13.5px;
    outline: none;
    width: 100%;
    transition: border-color .15s, box-shadow .15s;
    font-family: inherit;
    background: #fafbfc;
    color: #1f2937;
}

.FormControl:focus[b-4gmjeo4fxn] {
    border-color: #3b82f6;
    box-shadow: 0 0 0 3px rgba(59,130,246,.12);
    background: #fff;
}

.FormControl:disabled[b-4gmjeo4fxn] {
    background: #f5f6f7;
    color: #9ca3af;
    cursor: not-allowed;
    border-color: #e9ecef;
}

textarea.FormControl[b-4gmjeo4fxn] {
    resize: vertical;
    min-height: 60px;
}

/* ════════════════════════════════════════════════════════════════
   FIELD SECTIONS — grouped rows inside a card
   ════════════════════════════════════════════════════════════════ */
.FieldSection[b-4gmjeo4fxn] {
    padding: 14px 0 12px;
    border-bottom: 1px solid #f0f2f5;
}

.FieldSection.NoBorder[b-4gmjeo4fxn] {
    border-bottom: none;
    padding-bottom: 0;
}

.FieldSectionLabel[b-4gmjeo4fxn] {
    font-size: 11px;
    font-weight: 700;
    color: #9ca3af;
    letter-spacing: .08em;
    text-transform: uppercase;
    margin-bottom: 10px;
}

/* ─── Input with inline button (PO field) ─── */
.InputWithBtn[b-4gmjeo4fxn] {
    display: flex;
    gap: 6px;
}

.InputWithBtn .FormControl[b-4gmjeo4fxn] {
    flex: 1;
    min-width: 0;
}

/* ─── Input with inline unit label (วัน / บาท) ─── */
.InputWithUnit[b-4gmjeo4fxn] {
    display: flex;
    align-items: center;
    border: 1px solid #e3e6ea;
    border-radius: 8px;
    overflow: hidden;
    background: #fafbfc;
    transition: border-color .15s, box-shadow .15s;
}

.InputWithUnit:focus-within[b-4gmjeo4fxn] {
    border-color: #3b82f6;
    box-shadow: 0 0 0 3px rgba(59,130,246,.12);
    background: #fff;
}

.InputWithUnit .FormControl[b-4gmjeo4fxn] {
    border: none;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    flex: 1;
    min-width: 0;
    padding-right: 6px;
}

.InputWithUnit .FormControl:focus[b-4gmjeo4fxn] {
    border: none;
    box-shadow: none;
    background: transparent;
}

.InputWithUnit .FormControl:disabled[b-4gmjeo4fxn] {
    background: transparent;
}

.InputWithUnit .InputUnit[b-4gmjeo4fxn] {
    font-size: 12px;
    font-weight: 600;
    color: #9ca3af;
    padding: 0 10px 0 4px;
    white-space: nowrap;
    flex-shrink: 0;
    border-left: 1px solid #e9ecef;
    background: #f5f6f7;
    height: 100%;
    display: flex;
    align-items: center;
}

/* ─── Read-only computed field (CreditEndDate) ─── */
.FormControlReadonly[b-4gmjeo4fxn] {
    border: 1px dashed #d1d5db;
    border-radius: 8px;
    padding: 7px 12px;
    font-size: 13px;
    background: #f8fafc;
    color: #374151;
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    min-height: 36px;
    font-family: 'Manrope', sans-serif;
    font-weight: 600;
}

.FormControlReadonly.Muted[b-4gmjeo4fxn] {
    color: #b1b5bb;
    font-weight: 400;
    font-size: 12.5px;
    font-family: inherit;
    font-style: italic;
}

.FormControlReadonly.CreditEndDate[b-4gmjeo4fxn] {
    border-color: #bfdbfe;
    background: #eff6ff;
    color: #1e40af;
}

/* ─── Credit status tags ─── */
.CreditTag[b-4gmjeo4fxn] {
    display: inline-block;
    padding: 2px 10px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    font-family: 'Manrope', sans-serif;
    letter-spacing: .02em;
}

.CreditTag.OK[b-4gmjeo4fxn]      { background: #dcfce7; color: #15803d; }
.CreditTag.Soon[b-4gmjeo4fxn]    { background: #fef3c7; color: #92400e; }
.CreditTag.Today[b-4gmjeo4fxn]   { background: #fed7aa; color: #c2410c; }
.CreditTag.Overdue[b-4gmjeo4fxn] { background: #fee2e2; color: #b91c1c; }

/* ════════════════════════════════════════════════════════════════
   VENDER PICKER TRIGGER BUTTON
   ปุ่มเปิด VenderPickerPopup แทน <select> dropdown
   ════════════════════════════════════════════════════════════════ */

.VenderPickerTrigger[b-4gmjeo4fxn] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    border: 1.5px solid #e3e6ea;
    border-radius: 8px;
    padding: 7px 12px;
    background: #fafbfc;
    cursor: pointer;
    min-height: 38px;
    transition: border-color 0.15s, box-shadow 0.15s, background 0.12s;
    user-select: none;
}

.VenderPickerTrigger:hover[b-4gmjeo4fxn] {
    border-color: #4e73df;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(78, 115, 223, 0.08);
}

.VenderPickerTrigger.HasValue[b-4gmjeo4fxn] {
    border-color: #c7d2fe;
    background: #f5f7ff;
}

.VenderPickerTrigger.HasValue:hover[b-4gmjeo4fxn] {
    border-color: #4e73df;
    background: #fff;
}

/* ─── Left Side ─── */
.VenderPickerTriggerLeft[b-4gmjeo4fxn] {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 1;
    min-width: 0;
}

/* ─── Avatar ดาวน์เล็กใน trigger ─── */
.VPTriggerAvatar[b-4gmjeo4fxn] {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #4e73df;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 700;
    flex-shrink: 0;
    text-transform: uppercase;
}

.VPTriggerInfo[b-4gmjeo4fxn] {
    min-width: 0;
}

.VPTriggerName[b-4gmjeo4fxn] {
    font-size: 13.5px;
    font-weight: 600;
    color: #1f2937;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.VPTriggerCode[b-4gmjeo4fxn] {
    font-size: 11px;
    color: #6b7280;
    margin-top: 1px;
}

.VPTriggerPlaceholder[b-4gmjeo4fxn] {
    font-size: 13.5px;
    color: #aab0be;
}

/* ─── Right Side ─── */
.VPTriggerRight[b-4gmjeo4fxn] {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-shrink: 0;
}

.VPTriggerClear[b-4gmjeo4fxn] {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #e5e7eb;
    color: #6b7280;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    cursor: pointer;
    transition: background 0.12s, color 0.12s;
}

.VPTriggerClear:hover[b-4gmjeo4fxn] {
    background: #fee2e2;
    color: #b91c1c;
}

.VPTriggerArrow[b-4gmjeo4fxn] {
    font-size: 16px;
    color: #aab0be;
    line-height: 1;
    transition: color 0.12s;
}

.VenderPickerTrigger:hover .VPTriggerArrow[b-4gmjeo4fxn] {
    color: #4e73df;
}

/* ─── Save row ─── */
.CardSaveRow[b-4gmjeo4fxn] {
    display: flex;
    justify-content: flex-end;
    padding-top: 14px;
    margin-top: 2px;
}

/* ════════════════════════════════════════════════════════════════
   INFO ROWS — label + value pairs (right sidebar)
   ════════════════════════════════════════════════════════════════ */
.InfoRow[b-4gmjeo4fxn] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 7px 0;
    border-bottom: 1px solid #f3f4f6;
    gap: 4px 8px;
}

.InfoRow:last-child[b-4gmjeo4fxn] {
    border-bottom: none;
}

.InfoRow .InfoLabel[b-4gmjeo4fxn] {
    font-size: 12px;
    color: #9ca3af;
    flex-shrink: 0;
    max-width: 50%; /* ไม่กิน label เกินครึ่ง */
}

.InfoRow .InfoValue[b-4gmjeo4fxn] {
    font-size: 13px;
    color: #293649;
    font-weight: 600;
    text-align: right;
    word-break: break-word;
    overflow-wrap: anywhere;
    min-width: 0; /* ป้องกัน flex child ดัน container */
    flex: 1;
}

/* ════════════════════════════════════════════════════════════════
   SUMMARY ROWS — in right sidebar
   ════════════════════════════════════════════════════════════════ */
.SummaryRow[b-4gmjeo4fxn] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
    padding: 5px 0;
    color: #374151;
    gap: 4px;
}

/* label ใน SummaryRow ห้าม overflow */
.SummaryRow > span:first-child[b-4gmjeo4fxn],
.SummaryRow > div:first-child[b-4gmjeo4fxn] {
    min-width: 0;
    overflow-wrap: break-word;
}

/* amount ใน SummaryRow — shrink ไม่ได้, แต่ wrap ข้อความได้ */
.SummaryRow .Amount[b-4gmjeo4fxn],
.SummaryRow > span:last-child[b-4gmjeo4fxn],
.SummaryRow > div:last-child[b-4gmjeo4fxn] {
    flex-shrink: 0;
    font-family: 'Manrope', sans-serif;
    white-space: nowrap;
}

.SummaryRow.Total[b-4gmjeo4fxn] {
    font-size: 16px;
    font-weight: 800;
    color: #293649;
    padding-top: 8px;
    border-top: 1px solid #e5e9ef;
    margin-top: 4px;
    font-family: 'Manrope', sans-serif;
}

.SummaryRow.Total .Amount[b-4gmjeo4fxn] {
    color: #ef4444;
}

.SummaryDivider[b-4gmjeo4fxn] {
    border: none;
    border-top: 1px solid #e5e9ef;
    margin: 6px 0;
}

/* ════════════════════════════════════════════════════════════════
   TAX SETTINGS — checkbox area
   ════════════════════════════════════════════════════════════════ */
.CheckRow[b-4gmjeo4fxn] {
    display: flex;
    align-items: center;
    margin-bottom: 4px;
}

.CheckLabel[b-4gmjeo4fxn] {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 13px;
    color: #374151;
    cursor: pointer;
    user-select: none;
    line-height: 1.4;
}

.CheckLabel input[type="checkbox"][b-4gmjeo4fxn],
.CheckLabel input[type="radio"][b-4gmjeo4fxn] {
    width: 15px;
    height: 15px;
    cursor: pointer;
    accent-color: #3b82f6;
    flex-shrink: 0;
}

/* ════════════════════════════════════════════════════════════════
   ACTIONS — status change buttons (bottom of sidebar)
   ════════════════════════════════════════════════════════════════ */
.BillActionCard[b-4gmjeo4fxn] {
    background: #fff;
    border: 1px solid #e5e9ef;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 1px 4px rgba(0,0,0,.04);
}

.BillActionCard .CardHeader[b-4gmjeo4fxn] {
    padding: 12px 18px 10px;
    border-bottom: 1px solid #f0f2f5;
    display: flex;
    align-items: baseline;
    gap: 8px;
}

.BillActionCard .CardHeader .CardTitle[b-4gmjeo4fxn] {
    font-size: 13px;
    font-weight: 700;
    color: #293649;
}

.BillActionCard .CardHeader .CardSubTitle[b-4gmjeo4fxn] {
    font-size: 11px;
    font-weight: 500;
    color: #9ca3af;
    text-transform: uppercase;
    letter-spacing: .06em;
}

.BillActionCard .CardBody[b-4gmjeo4fxn] {
    padding: 14px 18px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.BtnAction[b-4gmjeo4fxn] {
    width: 100%;
    padding: 10px 16px;
    border-radius: 8px;
    font-size: 13.5px;
    font-weight: 600;
    cursor: pointer;
    border: none;
    text-align: center;
    transition: opacity .18s, transform .12s;
    font-family: inherit;
}

.BtnAction:hover[b-4gmjeo4fxn] { opacity: .87; transform: translateY(-1px); }
.BtnAction:active[b-4gmjeo4fxn] { transform: translateY(0); }

.BtnAction.Primary[b-4gmjeo4fxn] {
    background: linear-gradient(135deg, #293649, #1e3a8a, #3b82f6);
    color: #fff;
}

.BtnAction.Success[b-4gmjeo4fxn] {
    background: linear-gradient(135deg, #16a34a, #22c55e);
    color: #fff;
}

.BtnAction.Danger[b-4gmjeo4fxn] {
    background: #dc3545;
    color: #fff;
}

.BtnAction.Outline[b-4gmjeo4fxn] {
    background: #fff;
    border: 1.5px solid #d1d5db;
    color: #374151;
}

/* Save button inside form */
.BtnSave[b-4gmjeo4fxn] {
    padding: 9px 22px;
    border-radius: 8px;
    font-size: 13.5px;
    font-weight: 600;
    cursor: pointer;
    border: none;
    transition: opacity .18s;
    font-family: inherit;
}

.BtnSave:hover[b-4gmjeo4fxn] { opacity: .86; }

.BtnImportPO[b-4gmjeo4fxn] {
    padding: 7px 12px;
    border-radius: 8px;
    font-size: 12px;
    cursor: pointer;
    background: #fff;
    border: 1px solid #d1d5db;
    color: #374151;
    white-space: nowrap;
    transition: background .15s;
    font-family: inherit;
}

.BtnImportPO:hover[b-4gmjeo4fxn] { background: #f3f4f6; }

/* ════════════════════════════════════════════════════════════════
   ALERT
   ════════════════════════════════════════════════════════════════ */
.Alert[b-4gmjeo4fxn] {
    padding: 11px 16px;
    border-radius: 8px;
    font-size: 13.5px;
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.Alert.Success[b-4gmjeo4fxn] { background: #d1fae5; color: #065f46; border: 1px solid #a7f3d0; }
.Alert.Error[b-4gmjeo4fxn]   { background: #fee2e2; color: #991b1b; border: 1px solid #fca5a5; }

/* ════════════════════════════════════════════════════════════════
   CONFIRM DIALOG (ShowingAskYesNo — ตรงกับ SalesManage)
   ════════════════════════════════════════════════════════════════ */
.ShowingAskYesNo[b-4gmjeo4fxn] {
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    z-index: 100000;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,0.7);
}

.ShowingAskYesNo .DivMain[b-4gmjeo4fxn] {
    background: white;
    border-radius: 10px;
    padding: 28px 32px;
    user-select: none;
    min-width: 260px;
    max-width: min(440px, calc(100vw - 32px));
    width: 100%;
    text-align: center;
    box-shadow: 0 8px 32px rgba(0,0,0,.25);
}

.ShowingAskYesNo .DivMain .Title[b-4gmjeo4fxn] {
    font-size: 15px;
    color: #293649;
    line-height: 1.6;
    font-weight: 500;
}

.ShowingAskYesNo .DivMain .ButtonZone[b-4gmjeo4fxn] {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.ShowingAskYesNo .DivMain .ButtonZone .Confirm[b-4gmjeo4fxn] {
    border-radius: 6px;
    width: 100px;
    height: 38px;
    display: grid;
    place-items: center;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    transition: opacity .2s;
    color: #fff;
}

.ShowingAskYesNo .DivMain .ButtonZone .Confirm:hover[b-4gmjeo4fxn] { opacity: 0.85; }

.ShowingAskYesNo .DivMain .ButtonZone .Cancel[b-4gmjeo4fxn] {
    margin-left: 12px;
    border: 1.5px solid #d1d5db;
    border-radius: 6px;
    width: 100px;
    height: 38px;
    display: grid;
    place-items: center;
    cursor: pointer;
    font-size: 14px;
    background: #fff;
    color: #374151;
    transition: background .15s;
}

.ShowingAskYesNo .DivMain .ButtonZone .Cancel:hover[b-4gmjeo4fxn] { background: #f3f4f6; }

/* ════════════════════════════════════════════════════════════════
   HEADER READONLY GRID — แสดงข้อมูลหัวบิลแบบ read-only (ก่อนกดแก้ไข)
   ════════════════════════════════════════════════════════════════ */
.HeaderReadonlyGrid[b-4gmjeo4fxn] {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.HeaderReadonlyGrid .HRORow[b-4gmjeo4fxn] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap; /* wrap เมื่อพื้นที่แคบ */
    padding: 7px 0;
    border-bottom: 1px solid #f3f4f6;
    gap: 4px 8px;
}

.HeaderReadonlyGrid .HRORow:last-child[b-4gmjeo4fxn] {
    border-bottom: none;
    padding-bottom: 0;
}

.HeaderReadonlyGrid .HROLabel[b-4gmjeo4fxn] {
    font-size: 12px;
    color: #9ca3af;
    font-weight: 500;
    flex-shrink: 0;
    min-width: 100px; /* ลดจาก 110px เพื่อเผื่อพื้นที่ value */
    max-width: 40%;   /* ไม่กิน label มากเกินครึ่ง */
    padding-top: 1px;
}

.HeaderReadonlyGrid .HROValue[b-4gmjeo4fxn] {
    font-size: 13px;
    color: #293649;
    font-weight: 600;
    text-align: right;
    word-break: break-word;
    overflow-wrap: anywhere; /* wrap ทุกอักขระถ้าจำเป็น */
    min-width: 0;             /* ป้องกัน flex overflow */
    flex: 1;
    /* CreditTag และ inline element wrap ได้ */
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    gap: 4px;
}

.HeaderReadonlyGrid .HROValue.Muted[b-4gmjeo4fxn] {
    color: #b1b5bb;
    font-weight: 400;
    font-style: italic;
}

.HeaderReadonlyGrid .HROValue.Accent[b-4gmjeo4fxn] {
    color: #1e40af;
    font-family: 'Manrope', sans-serif;
}

.HeaderReadonlyGrid .HROValue.Amount[b-4gmjeo4fxn] {
    color: #ef4444;
    font-family: 'Manrope', sans-serif;
    font-weight: 700;
}

.HeaderReadonlyGrid .HROValue.Code[b-4gmjeo4fxn] {
    font-family: 'JetBrains Mono', 'Manrope', monospace;
    font-size: 12.5px;
}

/* Section separator inside readonly grid */
.HeaderReadonlyGrid .HROSectionTitle[b-4gmjeo4fxn] {
    font-size: 10.5px;
    font-weight: 700;
    color: #c4c8d0;
    letter-spacing: .1em;
    text-transform: uppercase;
    padding: 10px 0 4px;
    border-bottom: 1px solid #f0f2f5;
}

/* ─── HROVenderBlock — ข้อมูลผู้ขายแบบ block ใน Read-only ─── */
.HeaderReadonlyGrid .HROVenderBlock[b-4gmjeo4fxn] {
    display: flex;
    flex-direction: column;
    gap: 3px;
    flex: 1;
}

.HeaderReadonlyGrid .HROBadge[b-4gmjeo4fxn] {
    display: inline-block;
    font-size: 11px;
    padding: 1px 8px;
    background: #e8edf5;
    color: #4e73df;
    border-radius: 20px;
    font-weight: 600;
    width: fit-content;
}

.HeaderReadonlyGrid .HROSubText[b-4gmjeo4fxn] {
    font-size: 12px;
    color: #6b7280;
}

.HeaderReadonlyGrid .HROAddress[b-4gmjeo4fxn] {
    font-size: 12px;
    color: #6b7280;
    line-height: 1.5;
    white-space: pre-line;
    padding-top: 2px;
    border-top: 1px dashed #e9ecef;
    margin-top: 3px;
}

/* ─── VenderAddressPreview — ที่อยู่ใต้ Trigger Button ใน Edit mode ─── */
.VenderAddressPreview[b-4gmjeo4fxn] {
    display: flex;
    align-items: flex-start;
    gap: 6px;
    margin-top: 6px;
    padding: 8px 12px;
    background: #f8fafc;
    border: 1px dashed #dde1e7;
    border-radius: 6px;
    font-size: 12.5px;
    color: #555;
    line-height: 1.55;
}

.VenderAddressPreview .VAPIcon[b-4gmjeo4fxn] {
    flex-shrink: 0;
    margin-top: 1px;
    font-size: 13px;
}

.VenderAddressPreview .VAPText[b-4gmjeo4fxn] {
    white-space: pre-line;
    color: #4b5563;
}

/* ═══════════════════════════════════════════════════════════════
   BILL LOCKED NOTICE — แสดงเมื่อบิลยังไม่มีหมายเลข (BillId == 0)
   ═══════════════════════════════════════════════════════════════ */
.BillLockedNotice[b-4gmjeo4fxn] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 36px 24px;
    margin: 0 0 16px;
    background: #fafbfc;
    border: 2px dashed #dde1e7;
    border-radius: 10px;
    text-align: center;
    color: #9ca3af;
}

.BillLockedNotice .BLNIcon[b-4gmjeo4fxn] {
    font-size: 32px;
    opacity: 0.6;
}

.BillLockedNotice .BLNTitle[b-4gmjeo4fxn] {
    font-size: 14px;
    font-weight: 700;
    color: #6b7280;
    letter-spacing: .02em;
}

.BillLockedNotice .BLNText[b-4gmjeo4fxn] {
    font-size: 13px;
    color: #9ca3af;
    line-height: 1.7;
}

.BillLockedNotice .BLNText strong[b-4gmjeo4fxn] {
    color: #4e73df;
    font-weight: 700;
}

/* ════════════════════════════════════════════════════════════════
   HEADER EDIT MODE BUTTONS — Edit / Save / Cancel
   ════════════════════════════════════════════════════════════════ */

/* ปุ่มแก้ไข (แสดงตอนอ่านอย่างเดียว) */
.BtnHeaderEdit[b-4gmjeo4fxn] {
    padding: 5px 14px;
    border-radius: 7px;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    border: 1.5px solid #d1d5db;
    background: #fff;
    color: #374151;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    transition: background .15s, border-color .15s, color .15s;
    font-family: inherit;
    white-space: nowrap;
}

.BtnHeaderEdit:hover[b-4gmjeo4fxn] {
    background: #f0f7ff;
    border-color: #3b82f6;
    color: #1d4ed8;
}

/* ปุ่มบันทึก (แสดงตอนอยู่ในโหมดแก้ไข) */
.BtnHeaderSave[b-4gmjeo4fxn] {
    padding: 5px 16px;
    border-radius: 7px;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
    border: none;
    background: linear-gradient(135deg, #293649, #1e3a8a, #3b82f6);
    color: #fff;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    transition: opacity .18s, transform .12s;
    font-family: inherit;
    white-space: nowrap;
    box-shadow: 0 2px 8px rgba(59,130,246,.25);
}

.BtnHeaderSave:hover[b-4gmjeo4fxn]  { opacity: .88; transform: translateY(-1px); }
.BtnHeaderSave:active[b-4gmjeo4fxn] { transform: translateY(0); opacity: 1; }

/* ปุ่มยกเลิก (แสดงตอนอยู่ในโหมดแก้ไข) */
.BtnHeaderCancel[b-4gmjeo4fxn] {
    padding: 5px 14px;
    border-radius: 7px;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    border: 1.5px solid #e5e7eb;
    background: #fff;
    color: #6b7280;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    transition: background .15s, border-color .15s, color .15s;
    font-family: inherit;
    white-space: nowrap;
}

.BtnHeaderCancel:hover[b-4gmjeo4fxn] {
    background: #fef2f2;
    border-color: #fca5a5;
    color: #dc2626;
}

/* CardHeader flex layout when buttons are present */
.BillCard .CardHeader.WithActions[b-4gmjeo4fxn] {
    justify-content: space-between;
}

.BillCard .CardHeader .CardHeaderLeft[b-4gmjeo4fxn] {
    display: flex;
    align-items: baseline;
    gap: 8px;
    flex: 1;
    min-width: 0;
}

.BillCard .CardHeader .CardHeaderActions[b-4gmjeo4fxn] {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-shrink: 0;
}

/* ════════════════════════════════════════════════════════════════
   RESPONSIVE BREAKPOINTS
   960px  → Tablet : sidebar แคบลง
   768px  → Mobile : layout stack เป็น single column
   480px  → Small  : hero / stepper compact
   ════════════════════════════════════════════════════════════════ */

/* ── 1080px : stack layout (คำนึง left-nav sidebar ~160px) ── */
/* ที่ viewport ~1080px content area จริงเหลือ ~920px — side 420px + main → ตึง แล้ว */
@media (max-width: 1080px) {

    /* Stack เป็น single column */
    .BillBody[b-4gmjeo4fxn] {
        flex-direction: column;
        align-items: stretch; /* override flex-start → ให้ทุก child ขยายเต็มความกว้าง */
    }

    /* ทั้ง main และ side ขยายเต็มความกว้าง */
    .BillColMain[b-4gmjeo4fxn],
    .BillColSide[b-4gmjeo4fxn] {
        width: 100%;
        flex-shrink: 1;
    }

    /* Hero — ลด font-size เล็กน้อย */
    .BillHero .HeroBillCode[b-4gmjeo4fxn],
    .BillHero .HeroAmount[b-4gmjeo4fxn] {
        font-size: 22px;
    }
}

/* ── 768px : mobile ── */
@media (max-width: 768px) {

    /* ── Page Wrapper ── */
    .StockRecBill[b-4gmjeo4fxn] {
        padding: 0 12px 24px;
    }

    /* ── Hero Header ── */
    .BillHero[b-4gmjeo4fxn] {
        padding: 16px 16px 14px;
        border-radius: 8px;
        margin-bottom: 12px;
    }

    .BillHero .HeroMainRow[b-4gmjeo4fxn] {
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
        margin-bottom: 8px;
    }

    .BillHero .HeroBillCode[b-4gmjeo4fxn] {
        font-size: 20px;
    }

    .BillHero .HeroAmount[b-4gmjeo4fxn] {
        font-size: 18px;
    }

    .BillHero .HeroTopRow[b-4gmjeo4fxn] {
        flex-direction: column;
        gap: 2px;
        margin-bottom: 8px;
    }

    /* ── Stepper — compact text บน mobile ── */
    .BillStepper[b-4gmjeo4fxn] {
        padding: 14px 12px 12px;
        margin-bottom: 12px;
    }

    .BillStepper .StepCircle[b-4gmjeo4fxn] {
        width: 28px;
        height: 28px;
        font-size: 12px;
    }

    .BillStepper .StepName[b-4gmjeo4fxn] {
        font-size: 11px;
    }

    .BillStepper .StepDate[b-4gmjeo4fxn] {
        font-size: 9px; /* ย่อลงแต่ยังแสดงอยู่ */
    }

    .BillStepper .StepItem:not(:last-child)[b-4gmjeo4fxn]::after {
        top: 14px;
        left: calc(50% + 14px);
        right: calc(-50% + 14px);
    }

    /* ── Mini Cards: single column ── */
    .BillMiniCards[b-4gmjeo4fxn] {
        grid-template-columns: 1fr;
    }

    /* ── BillCard: เพิ่ม border-radius ลงเล็กน้อย ── */
    .BillCard[b-4gmjeo4fxn],
    .BillActionCard[b-4gmjeo4fxn] {
        border-radius: 8px;
    }

    /* ── Card Header: ให้ wrap เมื่อ title + button ยาวเกิน ── */
    .BillCard .CardHeader[b-4gmjeo4fxn] {
        flex-wrap: wrap;
        row-gap: 6px;
    }

    /* ── Form fields: full-width บน mobile ── */
    .FormGroup[b-4gmjeo4fxn] {
        min-width: 100%;
    }

    /* ── FormControlReadonly CreditEndDate: ── */
    .FormControlReadonly.CreditEndDate[b-4gmjeo4fxn] {
        flex-direction: column;
        align-items: flex-start;
    }

    /* ── Confirm Dialog ── */
    .ShowingAskYesNo .DivMain[b-4gmjeo4fxn] {
        margin: 16px;
        padding: 22px 20px;
        min-width: unset;
        width: calc(100% - 32px);
    }
}

/* ── 480px : small mobile ── */
@media (max-width: 480px) {

    /* ── Hero ── */
    .BillHero[b-4gmjeo4fxn] {
        padding: 14px 12px 12px;
    }

    .BillHero .HeroBillCode[b-4gmjeo4fxn] {
        font-size: 17px;
    }

    .BillHero .HeroAmount[b-4gmjeo4fxn] {
        font-size: 16px;
    }

    .BillHero .HeroBottomRow[b-4gmjeo4fxn] {
        gap: 6px;
    }

    /* ── Stepper: 2×2 grid — ห้าม horizontal scroll ── */
    /* คำนวณ: content area ~470px, 2 steps × 50% = ~235px each → 余裕 */
    .BillStepper .StepList[b-4gmjeo4fxn] {
        flex-wrap: wrap;
        gap: 12px 0;
        justify-content: flex-start;
    }

    .BillStepper .StepItem[b-4gmjeo4fxn] {
        flex: 0 0 50%;     /* 2 items per row */
        flex-direction: row;
        align-items: center;
        gap: 8px;
    }

    /* connector: ไม่ทำงานใน grid 2×2 — ซ่อนด้วย opacity (decorative เท่านั้น) */
    .BillStepper .StepItem:not(:last-child)[b-4gmjeo4fxn]::after {
        opacity: 0;
        height: 0;
    }

    .BillStepper .StepMeta[b-4gmjeo4fxn] {
        text-align: left;
        margin-top: 0;
    }

    /* ── Header readonly rows: stack label/value ── */
    .HeaderReadonlyGrid .HRORow[b-4gmjeo4fxn] {
        flex-direction: column;
        gap: 2px;
        padding: 8px 0;
    }

    .HeaderReadonlyGrid .HROValue[b-4gmjeo4fxn] {
        text-align: left;
    }

    .HeaderReadonlyGrid .HROLabel[b-4gmjeo4fxn] {
        min-width: unset;
    }

    /* ── Info rows: stack label/value ── */
    .InfoRow[b-4gmjeo4fxn] {
        flex-direction: column;
        align-items: flex-start;
        gap: 2px;
        padding: 8px 0;
    }

    .InfoRow .InfoValue[b-4gmjeo4fxn] {
        text-align: left;
    }

    /* ── Summary rows: ให้ wrap ── */
    .SummaryRow[b-4gmjeo4fxn] {
        flex-wrap: wrap;
        gap: 4px;
    }

    /* ── Breadcrumb ── */
    .Breadcrumb[b-4gmjeo4fxn] {
        padding: 10px 12px 6px;
        font-size: 12px;
    }

    /* ── Alert ── */
    .Alert[b-4gmjeo4fxn] {
        font-size: 12.5px;
        padding: 10px 12px;
    }

    /* ── Action Buttons ── */
    .BtnAction[b-4gmjeo4fxn] {
        font-size: 13px;
        padding: 9px 12px;
    }
}

/* ── 300px : Ultra Compact (ขนาดต่ำสุด) ── */
@media (max-width: 300px) {

    /* ── Page Wrapper ── */
    .StockRecBill[b-4gmjeo4fxn] {
        padding: 0 2px;
    }

    /* ── Breadcrumb ── */
    .Breadcrumb[b-4gmjeo4fxn] {
        padding: 8px 8px 4px;
        font-size: 11px;
    }

    /* ── Hero: compact สุด ── */
    .BillHero[b-4gmjeo4fxn] {
        padding: 10px 8px 9px;
        border-radius: 6px;
        margin-bottom: 8px;
    }

    .BillHero .HeroTypeLabel[b-4gmjeo4fxn],
    .BillHero .HeroAmountLabel[b-4gmjeo4fxn] {
        font-size: 10px;
    }

    .BillHero .HeroBillCode[b-4gmjeo4fxn] {
        font-size: 14px;
    }

    .BillHero .HeroAmount[b-4gmjeo4fxn] {
        font-size: 14px;
    }

    .BillHero .HeroStatusBadge[b-4gmjeo4fxn] {
        font-size: 10px;
        padding: 3px 8px;
    }

    .BillHero .HeroDate[b-4gmjeo4fxn] {
        font-size: 10px;
    }

    /* ── Stepper: ย่อ text + circle แต่แสดงทุกอย่าง ── */
    .BillStepper[b-4gmjeo4fxn] {
        padding: 10px 8px 8px;
        margin-bottom: 8px;
    }

    .BillStepper .StepperLabel[b-4gmjeo4fxn] {
        font-size: 10px;
        margin-bottom: 10px;
    }

    /* ── Stepper: ต่อเนื่องจาก 480px (2×2 grid) — ย่อขนาดให้พอดี 300px ── */
    /* คำนวณ: content area ~292px, 2 steps × 50% = ~146px each
       StepCircle 20px + gap 6px + StepName (~9px × 4 chars = ~40px) → รวม ~66px → OK */
    .BillStepper .StepItem[b-4gmjeo4fxn] {
        flex: 0 0 50%;     /* ยังคง 2 per row เหมือน 480px */
        flex-direction: row;
        align-items: center;
        gap: 6px;
    }

    /* connector: ซ่อน (decorative) — ไม่ทำงานใน 2×2 grid */
    .BillStepper .StepItem:not(:last-child)[b-4gmjeo4fxn]::after {
        opacity: 0;
        height: 0;
    }

    .BillStepper .StepMeta[b-4gmjeo4fxn] {
        text-align: left;
        margin-top: 0;
    }

    .BillStepper .StepName[b-4gmjeo4fxn] {
        font-size: 9.5px;
    }

    .BillStepper .StepDate[b-4gmjeo4fxn] {
        font-size: 8.5px;
    }

    .BillStepper .StepCircle[b-4gmjeo4fxn] {
        width: 22px;
        height: 22px;
        font-size: 10px;
        flex-shrink: 0;
    }

    /* ── Card ── */
    .BillCard[b-4gmjeo4fxn],
    .BillActionCard[b-4gmjeo4fxn] {
        border-radius: 6px;
    }

    .BillCard .CardHeader[b-4gmjeo4fxn] {
        padding: 9px 10px 8px;
        row-gap: 5px;
    }

    .BillCard .CardHeader .CardTitle[b-4gmjeo4fxn] {
        font-size: 12px;
    }

    .BillCard .CardHeader .CardSubTitle[b-4gmjeo4fxn] {
        font-size: 10px;
    }

    .BillCard .CardBody[b-4gmjeo4fxn] {
        padding: 10px 10px;
    }

    /* ── Form ── */
    .FormGroup[b-4gmjeo4fxn] {
        min-width: 100%;
    }

    .FormGroup label[b-4gmjeo4fxn] {
        font-size: 11px;
    }

    .FormControl[b-4gmjeo4fxn] {
        padding: 6px 8px;
        font-size: 12px;
        border-radius: 6px;
    }

    .FieldSectionLabel[b-4gmjeo4fxn] {
        font-size: 10px;
    }

    /* ── Header Edit Buttons ── */
    .BtnHeaderEdit[b-4gmjeo4fxn],
    .BtnHeaderSave[b-4gmjeo4fxn],
    .BtnHeaderCancel[b-4gmjeo4fxn] {
        padding: 4px 10px;
        font-size: 11px;
    }

    /* ── Header Readonly rows: stack ── */
    .HeaderReadonlyGrid .HRORow[b-4gmjeo4fxn] {
        flex-direction: column;
        gap: 1px;
        padding: 6px 0;
    }

    .HeaderReadonlyGrid .HROLabel[b-4gmjeo4fxn] {
        font-size: 10.5px;
        min-width: unset;
    }

    .HeaderReadonlyGrid .HROValue[b-4gmjeo4fxn] {
        font-size: 12px;
        text-align: left;
    }

    /* ── Info rows ── */
    .InfoRow[b-4gmjeo4fxn] {
        flex-direction: column;
        align-items: flex-start;
        gap: 1px;
        padding: 6px 0;
    }

    .InfoRow .InfoLabel[b-4gmjeo4fxn] {
        font-size: 10.5px;
    }

    .InfoRow .InfoValue[b-4gmjeo4fxn] {
        font-size: 12px;
        text-align: left;
    }

    /* ── Summary ── */
    .SummaryRow[b-4gmjeo4fxn] {
        font-size: 12px;
    }

    .SummaryRow.Total[b-4gmjeo4fxn] {
        font-size: 14px;
    }

    /* ── Credit Tag ── */
    .CreditTag[b-4gmjeo4fxn] {
        font-size: 10px;
        padding: 1px 7px;
    }

    /* ── Alert ── */
    .Alert[b-4gmjeo4fxn] {
        font-size: 12px;
        padding: 8px 10px;
        border-radius: 6px;
    }

    /* ── Action Buttons: touch target ≥ 34px ── */
    .BtnAction[b-4gmjeo4fxn] {
        font-size: 12px;
        padding: 7px 10px;
        min-height: 34px;
    }

    /* ── Confirm Dialog: เต็มจอ ── */
    .ShowingAskYesNo .DivMain[b-4gmjeo4fxn] {
        margin: 6px;
        padding: 18px 14px;
        width: calc(100vw - 12px);
        min-width: unset;
    }

    .ShowingAskYesNo .DivMain .Title[b-4gmjeo4fxn] {
        font-size: 13px;
    }

    .ShowingAskYesNo .DivMain .ButtonZone .Confirm[b-4gmjeo4fxn],
    .ShowingAskYesNo .DivMain .ButtonZone .Cancel[b-4gmjeo4fxn] {
        width: 80px;
        height: 34px;
        font-size: 13px;
    }
}
/* _content/MINEMELODY_WEBSITE_CMS/Components/Pages/BackEnd/Stock/StockRec_Man.razor.rz.scp.css */
/* ═══════════════════════════════════════════════════════════════
   StockRec_Man.razor.css  —  CwSoftware Modern v2 (2025)
   Design: pill-tabs · status-accent-bar · clean card list
   ═══════════════════════════════════════════════════════════════ */

/* ─── Font face refs (ใช้จาก root) ──────────────────────────── */
/* --font-thai:   IBM Plex Sans Thai                             */
/* --font-number: Manrope                                        */

/* ─── Page Wrapper ───────────────────────────────────────────── */
.StockRecManPage[b-2aw5zh5167] {
    max-height: calc(100vh - 60px);
    overflow-y: auto;
    background: #f7f9fc;
    font-family: 'IBM Plex Sans Thai', 'Mine_ThaiFont', sans-serif;
}

/* ════════════════════════════════════════════════════════════════
   TOP BAR — page title + create button
   ════════════════════════════════════════════════════════════════ */
.ManTopBar[b-2aw5zh5167] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 24px 14px;
    background: #fff;
    border-bottom: 1px solid #e5e9ef;
    position: sticky;
    top: 0;
    z-index: 10;
}

.ManTopBar .PageTitle[b-2aw5zh5167] {
    font-size: 17px;
    font-weight: 700;
    color: #293649;
    letter-spacing: -.01em;
}

.ManTopBar .PageSubTitle[b-2aw5zh5167] {
    font-size: 12px;
    color: #9ca3af;
    font-weight: 400;
    margin-left: 10px;
    letter-spacing: .02em;
}

.BtnNew[b-2aw5zh5167] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 9px 20px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    border: none;
    background: linear-gradient(135deg, #293649, #1e3a8a, #3b82f6);
    color: #fff;
    user-select: none;
    transition: opacity .18s, transform .12s;
    font-family: inherit;
    letter-spacing: .01em;
}

.BtnNew:hover[b-2aw5zh5167]  { opacity: .88; transform: translateY(-1px); }
.BtnNew:active[b-2aw5zh5167] { transform: translateY(0); }

/* ════════════════════════════════════════════════════════════════
   SEARCH BAR
   ════════════════════════════════════════════════════════════════ */
.ManSearchBar[b-2aw5zh5167] {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 24px;
    background: #fff;
    border-bottom: 1px solid #eef0f4;
}

.ManSearchBar .SearchIcon[b-2aw5zh5167] {
    font-size: 16px;
    color: #9ca3af;
    flex-shrink: 0;
}

.ManSearchBar .SearchInput[b-2aw5zh5167] {
    flex: 1;
    border: 1.5px solid #e3e6ea;
    border-radius: 9px;
    padding: 8px 14px;
    font-size: 13.5px;
    outline: none;
    background: #fafbfc;
    color: #1f2937;
    font-family: inherit;
    transition: border-color .15s, box-shadow .15s;
    max-width: 420px;
}

.ManSearchBar .SearchInput:focus[b-2aw5zh5167] {
    border-color: #3b82f6;
    box-shadow: 0 0 0 3px rgba(59,130,246,.12);
    background: #fff;
}

.ManSearchBar .SearchInput[b-2aw5zh5167]::placeholder {
    color: #b1b5bb;
}

.BtnReset[b-2aw5zh5167] {
    padding: 8px 16px;
    border-radius: 7px;
    font-size: 12.5px;
    font-weight: 500;
    cursor: pointer;
    border: 1.5px solid #e3e6ea;
    background: #fff;
    color: #6b7280;
    font-family: inherit;
    transition: background .15s, border-color .15s;
    user-select: none;
    white-space: nowrap;
}

.BtnReset:hover[b-2aw5zh5167] {
    background: #f3f4f6;
    border-color: #d1d5db;
}

/* ── ปุ่มเปิด-ปิด "เรียกดูบิลแบบ RealTime" ── */
.RealtimeToggle[b-2aw5zh5167] {
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 8px 14px;
    border-radius: 7px;
    font-size: 12.5px;
    font-weight: 600;
    cursor: pointer;
    border: 1.5px solid #e3e6ea;
    user-select: none;
    white-space: nowrap;
    flex-shrink: 0;
    transition: background .15s, color .15s, border-color .15s;
}

.RealtimeToggle .RealtimeDot[b-2aw5zh5167] {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    display: inline-block;
}

.RealtimeToggle.On[b-2aw5zh5167] {
    color: #2e7d32;
    background: #e8f5e9;
    border-color: #a5d6a7;
}

.RealtimeToggle.On .RealtimeDot[b-2aw5zh5167] {
    background: #43a047;
    animation: StockRealtimePulse-b-2aw5zh5167 1.4s infinite;
}

.RealtimeToggle.Off[b-2aw5zh5167] {
    color: #8a8d90;
    background: #f3f4f5;
    border-color: #d0d3d6;
}

.RealtimeToggle.Off .RealtimeDot[b-2aw5zh5167] {
    background: #b0b3b6;
}

@keyframes StockRealtimePulse-b-2aw5zh5167 {
    0%   { box-shadow: 0 0 0 0 rgba(67,160,71,0.35); }
    70%  { box-shadow: 0 0 0 6px rgba(67,160,71,0); }
    100% { box-shadow: 0 0 0 0 rgba(67,160,71,0); }
}

/* ════════════════════════════════════════════════════════════════
   PILL TABS — status filter
   ════════════════════════════════════════════════════════════════ */
.ManTabsBar[b-2aw5zh5167] {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 12px 24px 10px;
    background: #fff;
    border-bottom: 1px solid #e5e9ef;
    overflow-x: auto;
    scrollbar-width: none;
    position: sticky;
    top: 53px;     /* height of ManTopBar */
    z-index: 9;
}

.ManTabsBar[b-2aw5zh5167]::-webkit-scrollbar { display: none; }

.TabPill[b-2aw5zh5167] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 16px;
    border-radius: 999px;
    font-size: 12.5px;
    font-weight: 500;
    cursor: pointer;
    border: 1.5px solid #e3e6ea;
    background: #fff;
    color: #6b7280;
    white-space: nowrap;
    transition: all .18s;
    user-select: none;
    font-family: inherit;
}

.TabPill:hover[b-2aw5zh5167] {
    border-color: #3b82f6;
    color: #3b82f6;
    background: #eff6ff;
}

.TabPill.Active[b-2aw5zh5167] {
    background: #293649;
    border-color: #293649;
    color: #fff;
    font-weight: 600;
}

.TabPill .TabCount[b-2aw5zh5167] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,.22);
    color: inherit;
    font-size: 11px;
    font-weight: 700;
    min-width: 20px;
    height: 18px;
    border-radius: 99px;
    padding: 0 5px;
    font-family: 'Manrope', sans-serif;
}

.TabPill:not(.Active) .TabCount[b-2aw5zh5167] {
    background: #f0f2f5;
    color: #6b7280;
}

/* ════════════════════════════════════════════════════════════════
   BILL LIST WRAPPER
   ════════════════════════════════════════════════════════════════ */
.BillListZone[b-2aw5zh5167] {
    padding: 14px 20px 32px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

/* ════════════════════════════════════════════════════════════════
   BILL CARD
   ════════════════════════════════════════════════════════════════ */
.BillCard[b-2aw5zh5167] {
    background: #fff;
    border: 1px solid #e5e9ef;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 1px 4px rgba(41,54,73,.05);
    transition: box-shadow .2s, transform .15s;
    position: relative;
}

.BillCard:hover[b-2aw5zh5167] {
    box-shadow: 0 4px 16px rgba(41,54,73,.10);
    transform: translateY(-1px);
}

/* ─── Left status accent bar ───────────────────────────────── */
.BillCard[b-2aw5zh5167]::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: #e5e9ef;
    border-radius: 0;
}

.BillCard.StatusPrepare[b-2aw5zh5167]::before  { background: #6b7280; }
.BillCard.StatusReady[b-2aw5zh5167]::before    { background: #f59e0b; }
.BillCard.StatusFinished[b-2aw5zh5167]::before { background: #22c55e; }
.BillCard.StatusCanceled[b-2aw5zh5167]::before { background: #ef4444; }

/* ─── Card Header ──────────────────────────────────────────── */
.BillCard .CardHead[b-2aw5zh5167] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 18px 10px 22px;
    border-bottom: 1px solid #f0f2f5;
    gap: 12px;
}

.BillCard .CardHead .HeadLeft[b-2aw5zh5167] {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
}

.BillCard .CardHead .BillCode[b-2aw5zh5167] {
    font-size: 14px;
    font-weight: 700;
    color: #293649;
    font-family: 'Manrope', sans-serif;
    letter-spacing: .01em;
    white-space: nowrap;
}

.BillCard .CardHead .StatusBadge[b-2aw5zh5167] {
    display: inline-block;
    padding: 3px 12px;
    border-radius: 999px;
    font-size: 11.5px;
    font-weight: 600;
    white-space: nowrap;
}

/* Status badge colors */
.StatusBadge.Prepare[b-2aw5zh5167]  { background: #f3f4f6; color: #6b7280; }
.StatusBadge.Ready[b-2aw5zh5167]    { background: #fef3c7; color: #92400e; }
.StatusBadge.Finished[b-2aw5zh5167] { background: #dcfce7; color: #15803d; }
.StatusBadge.Canceled[b-2aw5zh5167] { background: #fee2e2; color: #b91c1c; }

.BillCard .CardHead .HeadRight[b-2aw5zh5167] {
    text-align: right;
    flex-shrink: 0;
}

.BillCard .CardHead .BillAmount[b-2aw5zh5167] {
    font-size: 20px;
    font-weight: 800;
    color: #293649;
    font-family: 'Manrope', sans-serif;
    letter-spacing: -.01em;
    line-height: 1.1;
}

.BillCard .CardHead .BillAmountLabel[b-2aw5zh5167] {
    font-size: 10.5px;
    color: #9ca3af;
    font-weight: 400;
    letter-spacing: .04em;
    text-transform: uppercase;
}

/* ─── Card Body (click area) ───────────────────────────────── */
.BillCard .CardBody[b-2aw5zh5167] {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 12px 18px 12px 22px;
    cursor: pointer;
    transition: background .12s;
}

.BillCard .CardBody:hover[b-2aw5zh5167] {
    background: #f8faff;
}

.BillCard .CardBody .BodyInfo[b-2aw5zh5167] {
    flex: 1;
    min-width: 0;
}

.BillCard .CardBody .VenderRow[b-2aw5zh5167] {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 5px;
}

.BillCard .CardBody .VenderIcon[b-2aw5zh5167] {
    font-size: 14px;
    flex-shrink: 0;
}

.BillCard .CardBody .VenderName[b-2aw5zh5167] {
    font-size: 14.5px;
    font-weight: 600;
    color: #1f2937;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.BillCard .CardBody .MetaRow[b-2aw5zh5167] {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px 0;
}

.BillCard .CardBody .MetaChip[b-2aw5zh5167] {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 11.5px;
    color: #6b7280;
    padding-right: 10px;
    border-right: 1px solid #e5e9ef;
    margin-right: 10px;
    line-height: 1.6;
}

.BillCard .CardBody .MetaChip:last-child[b-2aw5zh5167] {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
}

.BillCard .CardBody .MetaChip .MetaLabel[b-2aw5zh5167] {
    color: #9ca3af;
    font-size: 11px;
}

.BillCard .CardBody .BodyArrow[b-2aw5zh5167] {
    font-size: 16px;
    color: #d1d5db;
    flex-shrink: 0;
    transition: color .15s, transform .15s;
}

.BillCard .CardBody:hover .BodyArrow[b-2aw5zh5167] {
    color: #3b82f6;
    transform: translateX(3px);
}

/* ─── Card Footer (actions) ────────────────────────────────── */
.BillCard .CardFoot[b-2aw5zh5167] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 9px 18px 10px 22px;
    border-top: 1px solid #f0f2f5;
    background: #fafbfc;
    gap: 10px;
}

.BillCard .CardFoot .FootHint[b-2aw5zh5167] {
    font-size: 12px;
    color: #9ca3af;
    font-style: italic;
}

.BillCard .CardFoot .FootActions[b-2aw5zh5167] {
    display: flex;
    align-items: center;
    gap: 7px;
}

/* Action buttons */
.BtnManAction[b-2aw5zh5167] {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 6px 14px;
    border-radius: 7px;
    font-size: 12.5px;
    font-weight: 600;
    cursor: pointer;
    border: none;
    font-family: inherit;
    transition: opacity .15s, transform .1s;
    white-space: nowrap;
    user-select: none;
}

.BtnManAction:hover[b-2aw5zh5167]  { opacity: .85; transform: translateY(-1px); }
.BtnManAction:active[b-2aw5zh5167] { transform: translateY(0); }

.BtnManAction.Primary[b-2aw5zh5167] {
    background: linear-gradient(135deg, #293649, #1e3a8a, #3b82f6);
    color: #fff;
}

.BtnManAction.Success[b-2aw5zh5167] {
    background: linear-gradient(135deg, #15803d, #22c55e);
    color: #fff;
}

.BtnManAction.Danger[b-2aw5zh5167] {
    background: #fee2e2;
    color: #dc2626;
    border: 1px solid #fca5a5;
}

.BtnManAction.Danger:hover[b-2aw5zh5167] { background: #fecaca; opacity: 1; }

.BtnManAction.Outline[b-2aw5zh5167] {
    background: #fff;
    color: #374151;
    border: 1.5px solid #d1d5db;
}

/* ════════════════════════════════════════════════════════════════
   EMPTY STATE
   ════════════════════════════════════════════════════════════════ */
.ManEmptyState[b-2aw5zh5167] {
    text-align: center;
    padding: 72px 20px;
    color: #b1b5bb;
}

.ManEmptyState .EmptyIcon[b-2aw5zh5167] {
    font-size: 48px;
    margin-bottom: 12px;
    opacity: .7;
}

.ManEmptyState .EmptyText[b-2aw5zh5167] {
    font-size: 14px;
    color: #9ca3af;
    line-height: 1.6;
}

/* ════════════════════════════════════════════════════════════════
   CONFIRM DIALOG (ShowingAskYesNo)
   ════════════════════════════════════════════════════════════════ */
.ShowingAskYesNo[b-2aw5zh5167] {
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    z-index: 100000;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,.65);
    backdrop-filter: blur(2px);
}

.ShowingAskYesNo .DivMain[b-2aw5zh5167] {
    background: #fff;
    border-radius: 12px;
    padding: 28px 32px;
    user-select: none;
    min-width: 300px;
    max-width: 440px;
    text-align: center;
    box-shadow: 0 12px 40px rgba(0,0,0,.22);
}

.ShowingAskYesNo .DivMain .Title[b-2aw5zh5167] {
    font-size: 15px;
    color: #293649;
    line-height: 1.7;
    font-weight: 500;
    white-space: pre-line;
}

.ShowingAskYesNo .DivMain .ButtonZone[b-2aw5zh5167] {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 22px;
}

.ShowingAskYesNo .DivMain .ButtonZone .Confirm[b-2aw5zh5167] {
    border-radius: 7px;
    min-width: 100px;
    height: 38px;
    padding: 0 20px;
    display: grid;
    place-items: center;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    transition: opacity .2s;
    color: #fff;
    /* สีจาก ThemeMainColor inject via <style> inline */
}

.ShowingAskYesNo .DivMain .ButtonZone .Confirm:hover[b-2aw5zh5167] { opacity: .84; }

.ShowingAskYesNo .DivMain .ButtonZone .Cancel[b-2aw5zh5167] {
    border: 1.5px solid #d1d5db;
    border-radius: 7px;
    min-width: 100px;
    height: 38px;
    padding: 0 20px;
    display: grid;
    place-items: center;
    cursor: pointer;
    font-size: 14px;
    background: #fff;
    color: #374151;
    transition: background .15s;
}

.ShowingAskYesNo .DivMain .ButtonZone .Cancel:hover[b-2aw5zh5167] { background: #f3f4f6; }

/* ════════════════════════════════════════════════════════════════
   RESPONSIVE
   ════════════════════════════════════════════════════════════════ */

/* ── Tablet: 768px ─────────────────────────────────────────── */
@media (max-width: 768px) {

    /* Top Bar */
    .ManTopBar[b-2aw5zh5167] {
        padding: 12px 16px;
    }

    .ManTopBar .PageTitle[b-2aw5zh5167] {
        font-size: 15px;
    }

    .ManTopBar .PageSubTitle[b-2aw5zh5167] {
        display: none;
    }

    .BtnNew[b-2aw5zh5167] {
        padding: 8px 14px;
        font-size: 12.5px;
    }

    /* Search Bar */
    .ManSearchBar[b-2aw5zh5167] {
        padding: 10px 16px;
        gap: 8px;
    }

    .ManSearchBar .SearchInput[b-2aw5zh5167] {
        max-width: 100%;
        font-size: 13px;
    }

    /* Tabs */
    .ManTabsBar[b-2aw5zh5167] {
        padding: 10px 16px 8px;
        top: 49px;    /* ความสูง ManTopBar ที่ shrink แล้ว */
        gap: 5px;
    }

    .TabPill[b-2aw5zh5167] {
        padding: 5px 12px;
        font-size: 12px;
    }

    /* Bill List */
    .BillListZone[b-2aw5zh5167] {
        padding: 10px 12px 28px;
        gap: 8px;
    }

    /* Card Head */
    .BillCard .CardHead[b-2aw5zh5167] {
        padding: 10px 14px 9px 18px;
    }

    .BillCard .CardHead .BillCode[b-2aw5zh5167] {
        font-size: 13px;
    }

    .BillCard .CardHead .BillAmount[b-2aw5zh5167] {
        font-size: 17px;
    }

    /* Card Body */
    .BillCard .CardBody[b-2aw5zh5167] {
        padding: 10px 14px 10px 18px;
    }

    .BillCard .CardBody .VenderName[b-2aw5zh5167] {
        font-size: 13.5px;
    }

    /* Card Footer */
    .BillCard .CardFoot[b-2aw5zh5167] {
        padding: 8px 14px 9px 18px;
        gap: 8px;
    }

    .BillCard .CardFoot .FootActions[b-2aw5zh5167] {
        flex-wrap: wrap;
        gap: 6px;
    }

    .BtnManAction[b-2aw5zh5167] {
        font-size: 12px;
        padding: 6px 12px;
    }
}

/* ── Mobile: 480px ─────────────────────────────────────────── */
@media (max-width: 480px) {

    /* Top Bar — เหลือแค่ title + ปุ่ม */
    .ManTopBar[b-2aw5zh5167] {
        padding: 11px 14px;
    }

    .ManTopBar .PageTitle[b-2aw5zh5167] {
        font-size: 14px;
    }

    .BtnNew[b-2aw5zh5167] {
        padding: 7px 12px;
        font-size: 12px;
        gap: 4px;
    }

    /* Search */
    .ManSearchBar[b-2aw5zh5167] {
        padding: 8px 14px;
        flex-wrap: wrap;
    }

    .ManSearchBar .SearchIcon[b-2aw5zh5167] {
        display: none;
    }

    .ManSearchBar .SearchInput[b-2aw5zh5167] {
        flex: 1;
        min-width: 0;
        font-size: 13px;
        padding: 7px 11px;
    }

    .BtnReset[b-2aw5zh5167] {
        padding: 7px 12px;
        font-size: 12px;
    }

    /* Tabs — scroll แนวนอน, ซ่อน count */
    .ManTabsBar[b-2aw5zh5167] {
        padding: 8px 14px 7px;
        gap: 5px;
    }

    .TabPill[b-2aw5zh5167] {
        padding: 5px 11px;
        font-size: 11.5px;
    }

    .TabPill .TabCount[b-2aw5zh5167] {
        display: none;    /* ซ่อน count badge บน mobile เล็ก */
    }

    /* Bill List */
    .BillListZone[b-2aw5zh5167] {
        padding: 8px 10px 24px;
        gap: 8px;
    }

    /* Card Head — stack ยอด + code แนวตั้ง */
    .BillCard .CardHead[b-2aw5zh5167] {
        flex-direction: column;
        align-items: flex-start;
        gap: 6px;
        padding: 10px 14px 9px 18px;
    }

    .BillCard .CardHead .HeadLeft[b-2aw5zh5167] {
        width: 100%;
        flex-wrap: wrap;
    }

    .BillCard .CardHead .HeadRight[b-2aw5zh5167] {
        text-align: left;
        width: 100%;
        display: flex;
        align-items: baseline;
        gap: 8px;
    }

    .BillCard .CardHead .BillAmountLabel[b-2aw5zh5167] {
        font-size: 10px;
        white-space: nowrap;
    }

    .BillCard .CardHead .BillAmount[b-2aw5zh5167] {
        font-size: 20px;
    }

    /* Card Body */
    .BillCard .CardBody[b-2aw5zh5167] {
        padding: 10px 14px 10px 18px;
    }

    .BillCard .CardBody .VenderName[b-2aw5zh5167] {
        font-size: 13px;
    }

    /* MetaChip — wrap เป็นหลายแถว */
    .BillCard .CardBody .MetaRow[b-2aw5zh5167] {
        flex-wrap: wrap;
        gap: 4px 0;
    }

    .BillCard .CardBody .MetaChip[b-2aw5zh5167] {
        font-size: 11px;
        padding-right: 8px;
        margin-right: 8px;
    }

    .BillCard .CardBody .BodyArrow[b-2aw5zh5167] {
        display: none;    /* ซ่อน arrow บน mobile — ทั้ง row กดได้อยู่แล้ว */
    }

    /* Card Footer — stack แนวตั้ง */
    .BillCard .CardFoot[b-2aw5zh5167] {
        flex-direction: column;
        align-items: flex-start;
        padding: 8px 14px 10px 18px;
        gap: 8px;
    }

    .BillCard .CardFoot .FootHint[b-2aw5zh5167] {
        font-size: 11.5px;
    }

    .BillCard .CardFoot .FootActions[b-2aw5zh5167] {
        width: 100%;
        flex-wrap: wrap;
        gap: 6px;
    }

    .BtnManAction[b-2aw5zh5167] {
        flex: 1;                /* ปุ่มขยาย full-width เมื่อ wrap */
        min-width: 0;
        justify-content: center;
        font-size: 12px;
        padding: 8px 10px;
    }

    /* Dialog */
    .ShowingAskYesNo .DivMain[b-2aw5zh5167] {
        margin: 0 16px;
        padding: 22px 20px;
        min-width: unset;
    }
}
/* _content/MINEMELODY_WEBSITE_CMS/Components/Pages/BackEnd/Theme/Componant/WebsiteComponant/ImageSlider.razor.rz.scp.css */
.slider-container[b-a6ypsz760g] {
    position: relative;
    width: 100%;
    max-width: 600px;
    margin: auto;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}

.slider-image[b-a6ypsz760g] {
    max-height: 100%;
    max-width: 100%;
    object-fit: cover;
    transition: opacity 0.5s ease-in-out;
    opacity: 0;
}

.fade-in[b-a6ypsz760g] {
    opacity: 1;
}

.fade-out[b-a6ypsz760g] {
    opacity: 0;
}

.dot-container[b-a6ypsz760g] {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
}

.dot[b-a6ypsz760g] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: background-color 0.3s ease;
}

    .dot.active[b-a6ypsz760g] {
        background-color: white;
    }
/* _content/MINEMELODY_WEBSITE_CMS/Components/Pages/BackEnd/Theme/Componant/WebsiteComponant/TextSlider.razor.rz.scp.css */
.text-slider-container[b-nzmileh4aq] {
    flex: 1;
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.text-slider[b-nzmileh4aq] {
    display: inline-block;
    position: absolute;
    white-space: nowrap;
    transition: transform 0.5s ease, opacity 0.5s ease;

}

.slide-in[b-nzmileh4aq] {
    transform: translateY(0);
    opacity: 1;
}

.slide-out[b-nzmileh4aq] {
    transform: translateY(-100%);
    opacity: 0;
}
/* _content/MINEMELODY_WEBSITE_CMS/Components/Pages/BackEnd/Theme/Componant/WebsiteDesignRender.razor.rz.scp.css */
.NotHoverInTree[b-57e4yq656b] {
    border: solid 1px black;
}

.HoverInTree[b-57e4yq656b] {
    border: solid 1px red;
    /*animation: HoverInTreeAnime 1s infinite;*/
}

@keyframes HoverInTreeAnime-b-57e4yq656b {
    0% {
        border: solid 1px black;
    }

    50% {
        border: solid 1px black;
    }

    100% {
        border: solid 1px black;
    }
}

/* width */
[b-57e4yq656b]::-webkit-scrollbar {
    height: 2px;
    display: none;
}

/* Track */
[b-57e4yq656b]::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
[b-57e4yq656b]::-webkit-scrollbar-thumb {
    background: #888;
}

    /* Handle on hover */
    [b-57e4yq656b]::-webkit-scrollbar-thumb:hover {
        background: #555;
    }
/* _content/MINEMELODY_WEBSITE_CMS/Components/Pages/BackEnd/Theme/Componant/WebsiteDesignRenderTree.razor.rz.scp.css */
.BaseCSSBox[b-329phemqbb] {
    border-radius: 7px;
    padding: 5px 0px;
    width: 80%;
    text-align: center;
    cursor: pointer;
    position: relative;
}

    .BaseCSSBox .TextInput[b-329phemqbb] {
        width: 100%;
        padding-left: 10px;
        border-radius: 5px;
        box-shadow: none;
        outline: none;
        border: none;
    }

.SelectedComponantCSS[b-329phemqbb] {
    position: absolute;
    transform: translate(-50%,-50%);
    top: 60%;
    left: 15%;
    color: green;
}

.AnimationLeft[b-329phemqbb] {
    animation: AnimationInLeft-b-329phemqbb forwards 0.5s;
}

.AnimationRight[b-329phemqbb] {
    animation: AnimationInRight forwards 0.5s;
}

.AnimationLeftMiddle[b-329phemqbb] {
    animation: AnimationLeftMiddle-b-329phemqbb forwards 0.5s;
}

@keyframes AnimationInLeft-b-329phemqbb {
    from {
        opacity: 0;
        transform: translateX(-20px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}


@keyframes AnimationLeftMiddle-b-329phemqbb {
    from {
        opacity: 0;
        transform: translate(-20px,-50%);
    }

    to {
        opacity: 1;
        transform: translate(-50%,-50%);
    }
}
/* _content/MINEMELODY_WEBSITE_CMS/Components/Pages/BackEnd/Theme/Componant/WebsiteOptionComponant/WebsiteDesignColorOption.razor.rz.scp.css */
.OptionSelectTypeEnum[b-1k764hmckg] {
    width: 80%;
    text-align: center;
}

.AddComponantButton[b-1k764hmckg] {
    border-radius: 7px;
    padding: 5px 0px;
    width: 80%;
    text-align: center;
    cursor: pointer;
}
/* _content/MINEMELODY_WEBSITE_CMS/Components/Pages/BackEnd/Theme/Componant/WebsiteOptionComponant/WebsiteDesignEnumOption.razor.rz.scp.css */
.OptionSelectTypeEnum[b-rdpci26xka] {
    width: 80%;
    text-align: center;
}
/* _content/MINEMELODY_WEBSITE_CMS/Components/Pages/BackEnd/Theme/Componant/WebsiteOptionComponant/WebsiteDesignListStringOption.razor.rz.scp.css */
body[b-2uftsi2y8y] {
}
/* _content/MINEMELODY_WEBSITE_CMS/Components/Pages/BackEnd/Theme/Componant/WebsiteOptionComponant/WebsiteDesignNumberOption.razor.rz.scp.css */
.OptionSelectTypeEnum[b-892jsiib5x] {
    width: 80%;
    text-align: center;
}
/* _content/MINEMELODY_WEBSITE_CMS/Components/Pages/BackEnd/Theme/Componant/WebsiteOptionMainComponant/WebsiteDesignLinkType.razor.rz.scp.css */
.OptionSelectTypeEnum[b-82gryrv78k] {
    width: 80%;
    text-align: center;
}
/* _content/MINEMELODY_WEBSITE_CMS/Components/Pages/BackEnd/Theme/FooterDesign.razor.rz.scp.css */
.MaxWidthSize[b-8lqsvp6c70] {
    position: relative;
    width: 100%;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1750px;
}

.TitleDiv[b-8lqsvp6c70] {
    width: 100%;
    height: 70px;
    font-size: 34px;
    background: linear-gradient(135deg, #1375e9, #0d5cb8);
    color: white;
    display: grid;
    place-items: center;
    letter-spacing: 1px;
    border-radius: 4px 4px 0 0;
    box-shadow: 0 2px 8px rgba(19, 117, 233, 0.3);
}

.BodyDiv[b-8lqsvp6c70] {
    background: #2c3a45;
    width: 100%;
    padding: 15px 15px 0px 15px;
    border-radius: 0 0 6px 6px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.2);
}

.ToolZone[b-8lqsvp6c70] {
    background: white;
}

.SaveZone[b-8lqsvp6c70] {
    position: sticky;
    bottom: 0;
    background: #2c3a45;
    height: 56px;
    width: 100%;
    display: grid;
    place-items: center;
    color: white;
}

    .SaveZone .SaveButton[b-8lqsvp6c70] {
        position: relative;
        background: linear-gradient(135deg, #1375e9, #0d5cb8);
        padding: 8px 28px;
        cursor: pointer;
        user-select: none;
        border-radius: 6px;
        font-size: 15px;
        font-weight: 600;
        letter-spacing: 0.5px;
        box-shadow: 0 2px 8px rgba(19, 117, 233, 0.4);
        transition: background 0.2s, transform 0.1s, box-shadow 0.2s;
    }

        .SaveZone .SaveButton:hover[b-8lqsvp6c70] {
            background: linear-gradient(135deg, #0d5cb8, #0a4a9a);
            transform: translateY(-1px);
            box-shadow: 0 4px 14px rgba(19, 117, 233, 0.5);
        }

        .SaveZone .SaveButton:active[b-8lqsvp6c70] {
            transform: translateY(0);
        }

@media (max-width: 480px) {
    .TitleDiv[b-8lqsvp6c70] {
        font-size: 24px;
    }
}
/* _content/MINEMELODY_WEBSITE_CMS/Components/Pages/BackEnd/Theme/LoginPageSetting.razor.rz.scp.css */
/* ===== Wrapper ===== */
.LP_Wrapper[b-ao7dkkplqh] {
    max-width: 1750px;
    margin: 0 auto;
    padding: 20px 15px 40px;
    display: flex;
    flex-direction: column;
    gap: 28px;
}

/* ===== Section Card ===== */
.LP_Section[b-ao7dkkplqh] {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
    overflow: hidden;
}

.LP_SectionHeader[b-ao7dkkplqh] {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 22px;
    height: 58px;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.4px;
    background: linear-gradient(135deg, #1375e9, #0d5cb8);
    color: #fff;
    border-radius: 8px 8px 0 0;
}

    .LP_SectionHeader svg[b-ao7dkkplqh] {
        flex-shrink: 0;
        opacity: 0.9;
    }

.LP_SectionBody[b-ao7dkkplqh] {
    padding: 24px 22px 28px;
    background: #f8f9fb;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

/* ===== Row ===== */
.LP_Row[b-ao7dkkplqh] {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.LP_Label[b-ao7dkkplqh] {
    min-width: 200px;
    font-size: 14px;
    font-weight: 600;
    color: #3a3a3a;
}

.LP_Controls[b-ao7dkkplqh] {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

/* ===== Buttons ===== */
.LP_Btn[b-ao7dkkplqh] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 16px;
    border-radius: 6px;
    font-size: 13.5px;
    font-weight: 600;
    cursor: pointer;
    user-select: none;
    transition: background 0.18s, transform 0.1s, box-shadow 0.18s;
}

.LP_Btn--primary[b-ao7dkkplqh] {
    background: linear-gradient(135deg, #1375e9, #0d5cb8);
    color: #fff;
    box-shadow: 0 2px 8px rgba(19,117,233,0.3);
}

    .LP_Btn--primary:hover[b-ao7dkkplqh] {
        background: linear-gradient(135deg, #0d5cb8, #0a4a9a);
        transform: translateY(-1px);
        box-shadow: 0 4px 12px rgba(19,117,233,0.4);
    }

.LP_Btn--danger[b-ao7dkkplqh] {
    background: linear-gradient(135deg, #e53935, #b71c1c);
    color: #fff;
    box-shadow: 0 2px 8px rgba(229,57,53,0.3);
}

    .LP_Btn--danger:hover[b-ao7dkkplqh] {
        background: linear-gradient(135deg, #c62828, #8b0000);
        transform: translateY(-1px);
        box-shadow: 0 4px 12px rgba(229,57,53,0.4);
    }

.LP_Btn:active[b-ao7dkkplqh] {
    transform: translateY(0);
}

/* ===== Select ===== */
.LP_Select[b-ao7dkkplqh] {
    padding: 7px 12px;
    border: 1px solid #d0d5dd;
    border-radius: 6px;
    font-size: 13.5px;
    color: #2c3a45;
    background: #fff;
    cursor: pointer;
    min-width: 280px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.06);
    transition: border-color 0.15s, box-shadow 0.15s;
}

    .LP_Select:focus[b-ao7dkkplqh] {
        outline: none;
        border-color: #1375e9;
        box-shadow: 0 0 0 3px rgba(19,117,233,0.12);
    }

/* ===== Preview ===== */
.LP_PreviewLabel[b-ao7dkkplqh] {
    font-size: 13px;
    font-weight: 600;
    color: #555;
    margin-bottom: -6px;
}

.LP_Preview[b-ao7dkkplqh] {
    width: 100%;
    height: 320px;
    border-radius: 8px;
    border: 1px solid #dde1e8;
    overflow: hidden;
    position: relative;
    box-shadow: 0 4px 20px rgba(0,0,0,0.12);
}

.LP_PreviewOverlay[b-ao7dkkplqh] {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,0.18);
}

.LP_PreviewCard[b-ao7dkkplqh] {
    width: 260px;
    height: 180px;
    background: rgba(255,255,255,0.22);
    border: 1px solid rgba(255,255,255,0.45);
    border-radius: 10px;
    backdrop-filter: blur(6px);
}

.LP_FileName[b-ao7dkkplqh] {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 11.5px;
    color: #888;
    background: #eef1f6;
    padding: 4px 10px;
    border-radius: 4px;
    margin-top: -4px;
    word-break: break-all;
}

/* ===== Empty state ===== */
.LP_Empty[b-ao7dkkplqh] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 36px 20px;
    background: #f0f2f5;
    border: 2px dashed #d0d5dd;
    border-radius: 8px;
    color: #aaa;
    font-size: 13.5px;
}

/* ===== Editor section ===== */
.LP_Section--editor[b-ao7dkkplqh] {
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
}

.LP_EditorBody[b-ao7dkkplqh] {
    background: #2c3a45;
    padding: 15px 15px 0;
    border-radius: 0 0 8px 8px;
}

.LP_ToolZone[b-ao7dkkplqh] {
    background: #fff;
    border-radius: 4px 4px 0 0;
    overflow: hidden;
}

.LP_SaveZone[b-ao7dkkplqh] {
    position: sticky;
    bottom: 0;
    background: #2c3a45;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.LP_SaveBtn[b-ao7dkkplqh] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, #1375e9, #0d5cb8);
    color: #fff;
    padding: 9px 30px;
    border-radius: 6px;
    font-size: 14.5px;
    font-weight: 600;
    letter-spacing: 0.4px;
    cursor: pointer;
    user-select: none;
    box-shadow: 0 2px 8px rgba(19,117,233,0.4);
    transition: background 0.18s, transform 0.1s, box-shadow 0.18s;
}

    .LP_SaveBtn:hover[b-ao7dkkplqh] {
        background: linear-gradient(135deg, #0d5cb8, #0a4a9a);
        transform: translateY(-1px);
        box-shadow: 0 4px 14px rgba(19,117,233,0.5);
    }

    .LP_SaveBtn:active[b-ao7dkkplqh] {
        transform: translateY(0);
    }

/* ===== Responsive ===== */
@media (max-width: 600px) {
    .LP_SectionHeader[b-ao7dkkplqh] {
        font-size: 15px;
        height: 50px;
    }

    .LP_Label[b-ao7dkkplqh] {
        min-width: unset;
        width: 100%;
    }

    .LP_Select[b-ao7dkkplqh] {
        min-width: unset;
        width: 100%;
    }

    .LP_Preview[b-ao7dkkplqh] {
        height: 220px;
    }

    .LP_PreviewCard[b-ao7dkkplqh] {
        width: 180px;
        height: 130px;
    }
}
/* _content/MINEMELODY_WEBSITE_CMS/Components/Pages/BackEnd/Theme/SlideImgSetting.razor.rz.scp.css */
@font-face {
    font-family: 'GoogleFont';
    font-style: normal;
    font-weight: 100 700;
    src: url('../fonts/google-font.woff2') format('woff2');
}

.MainAllProducts[b-gwkatldlo3] {
    padding: 15px;
    min-height: 100%;
}

.SlideImageZoneHeader[b-gwkatldlo3] {
    height: 70px;
    background: #1375e9;
    font-size: 34px;
    color: white;
}

.SlideImageZoneBody[b-gwkatldlo3] {
    background: #2c3a45;
    padding: 15px;
    display: flex;
    justify-content: center;
    width: 100%;
    position: relative;
}

.MaxWidthZoneBody[b-gwkatldlo3] {
    display: grid;
    grid-gap: 15px;
    grid-template-columns: repeat(5,minmax(200px,400px));
}

@media (max-width: 1275px) {
    .MaxWidthZoneBody[b-gwkatldlo3] {
        grid-template-columns: repeat(4,minmax(200px,400px));
    }
}

@media (max-width: 1070px) {
    .MaxWidthZoneBody[b-gwkatldlo3] {
        grid-template-columns: repeat(3,minmax(200px,400px));
    }
}

@media (max-width: 685px) {
    .MaxWidthZoneBody[b-gwkatldlo3] {
        grid-template-columns: repeat(2,minmax(200px,400px));
    }
}

@media (max-width: 480px) {
    .MaxWidthZoneBody[b-gwkatldlo3] {
        grid-template-columns: repeat(1,minmax(200px,400px));
    }

    .SlideImageZoneHeader[b-gwkatldlo3] {
        font-size: 24px;
    }
}

    .MaxWidthZoneBody .Per[b-gwkatldlo3] {
        position: relative;
        background: #0c1924;
        height: auto;
        min-height: 135px;
    }

        .MaxWidthZoneBody .Per .RemoveButton[b-gwkatldlo3] {
            opacity: 0;
            position: absolute!important;
            top: 0px;
            right: 0px;
            width: 30px!important;
            height: 30px!important;
            background: #1e2733;
            color: rgb(255, 70, 70);
            z-index: 9;
            margin-top: 7px;
            margin-right: 5px;
            display: flex;
            justify-content: center;
            align-items: center;
            border: solid 1px;
            user-select: none;
            cursor: pointer;
            transition: 0.2s;
        }

            .MaxWidthZoneBody .Per .RemoveButton:hover[b-gwkatldlo3] {
                opacity: 1;
            }

            .MaxWidthZoneBody .Per .RemoveButton[b-gwkatldlo3]::after {
                font-family: GoogleFont;
                content: "\e15b";
                color: rgb(255, 70, 70);
                font-size: 22px;
                font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 200, 'opsz' 20;
            }

        .MaxWidthZoneBody .Per .Zone1:hover + .RemoveButton[b-gwkatldlo3] {
            opacity: 1 !important;
        }

        .MaxWidthZoneBody .Per .OrderNumber[b-gwkatldlo3] {
            position: absolute;
            top: 0;
            left: 0;
            width: 30px;
            height: 30px;
            background: #1e2733;
            color: white;
            z-index: 9;
            margin-top: 7px;
            margin-left: 5px;
            display: flex;
            justify-content: center;
            align-items: center;
            border: solid 1px;
            user-select: none;
        }

        .MaxWidthZoneBody .Per .Zone1[b-gwkatldlo3] {
            width: 100%;
            height: 95px;
            transition: 0.5s;
            display: flex;
            justify-content: center;
            align-items: center;
            position: relative;
        }

            .MaxWidthZoneBody .Per .Zone1:hover[b-gwkatldlo3] {
                background: #1e2733;
            }

            .MaxWidthZoneBody .Per .Zone1 div:nth-child(1)[b-gwkatldlo3] {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                overflow: hidden;
                display: flex;
                justify-content: center;
            }

                .MaxWidthZoneBody .Per .Zone1 div:nth-child(1) img[b-gwkatldlo3] {
                    height: 100%;
                    min-height: 100%;
                }

            .MaxWidthZoneBody .Per .Zone1:hover div:nth-child(2)[b-gwkatldlo3] {
                opacity: 1.0;
            }

            .MaxWidthZoneBody .Per .Zone1 .TranparentZone[b-gwkatldlo3] {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                overflow: hidden;
            }

                .MaxWidthZoneBody .Per .Zone1 div:nth-child(2):hover .SelectImgButton[b-gwkatldlo3] {
                    opacity: 1;
                }

                .MaxWidthZoneBody .Per .Zone1 div:nth-child(2) .SelectImgButton[b-gwkatldlo3] {
                    opacity: 0;
                    color: white;
                    transition: 0.2s;
                    background: #07ca1c;
                    padding: 5px 20px;
                    user-select: none;
                    cursor: pointer;
                    border-radius: 5px;
                    width: fit-content !important;
                    height: fit-content !important;
                    transform: translate(-50%,-50%);
                    position: absolute;
                    top: 50%;
                    left: 50%;
                }

        .MaxWidthZoneBody .Per .Zone2[b-gwkatldlo3] {
            height: 40px;
            padding: 5px;
            display: flex;
        }

            .MaxWidthZoneBody .Per .Zone2 div:nth-child(1)[b-gwkatldlo3] {
                color: #bdcfd9;
                overflow: hidden;
                word-break: break-all;
            }

        .MaxWidthZoneBody .Per .Zone3[b-gwkatldlo3] {
            display: flex;
            align-items: center;
            gap: 5px;
            padding: 4px 6px;
            background: #0c1924;
            border-top: solid 1px #1e2733;
        }

        .MaxWidthZoneBody .Per .Zone3 .LinkUrlIcon[b-gwkatldlo3] {
            font-family: GoogleFont;
            font-size: 18px;
            color: #4d8cb8;
            font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 20;
            flex-shrink: 0;
            line-height: 1;
        }

        .MaxWidthZoneBody .Per .Zone3 .LinkUrlInput[b-gwkatldlo3] {
            flex: 1;
            background: transparent;
            border: none;
            border-bottom: solid 1px #2e3f50;
            color: #adc8dc;
            font-size: 11px;
            padding: 2px 4px;
            outline: none;
            min-width: 0;
            transition: border-color 0.2s;
        }

            .MaxWidthZoneBody .Per .Zone3 .LinkUrlInput:focus[b-gwkatldlo3] {
                border-bottom-color: #1375e9;
            }

            .MaxWidthZoneBody .Per .Zone3 .LinkUrlInput[b-gwkatldlo3]::placeholder {
                color: #3d5566;
                font-size: 10px;
            }

        .MaxWidthZoneBody .Per .Zone3 .LinkSavedMsg[b-gwkatldlo3] {
            color: #07ca1c;
            font-size: 10px;
            flex-shrink: 0;
            white-space: nowrap;
        }

/* ---- Slide Delay Setting ---- */
.SlideDelayZone[b-gwkatldlo3] {
    background: #232f3a;
    padding: 18px 20px;
    display: flex;
    justify-content: center;
}

.SlideDelayCard[b-gwkatldlo3] {
    display: flex;
    align-items: center;
    gap: 18px;
    background: #1e2733;
    border: solid 1px #2e3f50;
    border-radius: 10px;
    padding: 16px 24px;
    width: 100%;
    max-width: 700px;
    flex-wrap: wrap;
}

.SlideDelayIcon[b-gwkatldlo3] {
    font-family: GoogleFont;
    font-size: 36px;
    color: #1375e9;
    font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 200, 'opsz' 40;
    flex-shrink: 0;
    line-height: 1;
}

.SlideDelayContent[b-gwkatldlo3] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
    min-width: 180px;
}

.SlideDelayLabel[b-gwkatldlo3] {
    color: #bdcfd9;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.3px;
}

.SlideDelayInputRow[b-gwkatldlo3] {
    display: flex;
    align-items: center;
    gap: 10px;
}

.SlideDelayInput[b-gwkatldlo3] {
    width: 64px;
    background: #0c1924;
    border: solid 1px #2e3f50;
    border-radius: 6px;
    color: white;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    padding: 4px 6px;
    outline: none;
    transition: border-color 0.2s;
}

    .SlideDelayInput:focus[b-gwkatldlo3] {
        border-color: #1375e9;
    }

    .SlideDelayInput[b-gwkatldlo3]::-webkit-inner-spin-button,
    .SlideDelayInput[b-gwkatldlo3]::-webkit-outer-spin-button {
        opacity: 0.4;
    }

.SlideDelayUnit[b-gwkatldlo3] {
    color: #7a9bb0;
    font-size: 13px;
}

.SlideDelayRange[b-gwkatldlo3] {
    flex: 1;
}

    .SlideDelayRange input[type=range][b-gwkatldlo3] {
        width: 100%;
        accent-color: #1375e9;
        cursor: pointer;
    }

.SlideDelayHint[b-gwkatldlo3] {
    color: #4d6474;
    font-size: 11px;
}

.SlideDelaySaveZone[b-gwkatldlo3] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
}

.SlideDelaySaveBtn[b-gwkatldlo3] {
    background: #07ca1c;
    color: white;
    border-radius: 6px;
    padding: 8px 24px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    user-select: none;
    transition: background 0.2s, transform 0.1s;
    white-space: nowrap;
}

    .SlideDelaySaveBtn:hover[b-gwkatldlo3] {
        background: #05a817;
    }

    .SlideDelaySaveBtn:active[b-gwkatldlo3] {
        transform: scale(0.96);
    }

.SlideDelaySavedMsg[b-gwkatldlo3] {
    color: #07ca1c;
    font-size: 12px;
    display: flex;
    align-items: center;
    gap: 3px;
}

@media (max-width: 480px) {
    .SlideDelayCard[b-gwkatldlo3] {
        flex-direction: column;
        align-items: flex-start;
    }

    .SlideDelaySaveZone[b-gwkatldlo3] {
        width: 100%;
        align-items: flex-start;
    }
}
/* _content/MINEMELODY_WEBSITE_CMS/Components/Pages/BackEnd/Theme/ThemeSetting.razor.rz.scp.css */
.MainPage[b-qyqlq8w220] {
    padding: 15px;
}

.SaveThemeButton[b-qyqlq8w220] {
    margin-top: 10px;
    background: rgb(33, 109, 0);
    width: fit-content;
    color: white;
    padding: 5px 20px;
    border-radius: 5px;
    cursor: pointer;
    user-select: none;
}
/* _content/MINEMELODY_WEBSITE_CMS/Components/Pages/BackEnd/Theme/WebPagesSetting.razor.rz.scp.css */
.MaxWidthSize[b-d79hbumr0m] {
    position: relative;
    width: 100%;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1750px;
}

.TitleDiv[b-d79hbumr0m] {
    width: 100%;
    height: 70px;
    font-size: 34px;
    background: linear-gradient(135deg, #1375e9, #0d5cb8);
    color: white;
    display: grid;
    place-items: center;
    letter-spacing: 1px;
    border-radius: 4px 4px 0 0;
    box-shadow: 0 2px 8px rgba(19, 117, 233, 0.3);
}

.BodyDiv[b-d79hbumr0m] {
    background: #2c3a45;
    width: 100%;
    padding: 15px 15px 0px 15px;
    border-radius: 0 0 6px 6px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.2);
}

.ToolZone[b-d79hbumr0m] {
    background: white;
}

.EditZone[b-d79hbumr0m] {
    display: flex;
}

.ComponentZone[b-d79hbumr0m] {
    flex: 1;
}

.PageSizeZone[b-d79hbumr0m] {
    width: 1080px;
    padding: 0px 15px;
}

.PageSelectToEditZone[b-d79hbumr0m] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    background: #1e2d38;
    border-radius: 6px;
    padding: 10px 16px;
    margin-bottom: 12px;
    border: 1px solid rgba(255,255,255,0.07);
}

.ToolbarLeft[b-d79hbumr0m] {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 1;
    min-width: 0;
}

.ToolbarLabel[b-d79hbumr0m] {
    font-size: 13px;
    font-weight: 600;
    color: rgba(255,255,255,0.55);
    white-space: nowrap;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.SelectPage[b-d79hbumr0m] {
    height: 36px;
    padding: 0 10px;
    font-size: 14px;
    font-weight: 500;
    border: 1.5px solid rgba(255,255,255,0.18);
    border-radius: 7px;
    outline: none;
    background: rgba(255,255,255,0.08);
    color: #ffffff;
    cursor: pointer;
    min-width: 160px;
    max-width: 320px;
    transition: border-color 0.18s, background 0.18s;
}

.SelectPage:focus[b-d79hbumr0m] {
    border-color: #4ea0f7;
    background: rgba(255,255,255,0.13);
}

.SelectPage option[b-d79hbumr0m] {
    background: #1e2d38;
    color: white;
}

.ToolbarRight[b-d79hbumr0m] {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
}

.BtnManage[b-d79hbumr0m] {
    display: flex;
    align-items: center;
    gap: 6px;
    height: 36px;
    padding: 0 16px;
    background: rgba(19, 117, 233, 0.85);
    color: white;
    border-radius: 7px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    user-select: none;
    border: 1px solid rgba(255,255,255,0.15);
    transition: background 0.15s, transform 0.1s;
}

.BtnManage:hover[b-d79hbumr0m] {
    background: rgba(13, 92, 184, 0.95);
    transform: translateY(-1px);
}

.BtnManage:active[b-d79hbumr0m] {
    transform: scale(0.97);
}

.BtnManageIcon[b-d79hbumr0m] {
    font-size: 13px;
    opacity: 0.85;
}

.ManagePageMain[b-d79hbumr0m] {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.6);
    backdrop-filter: blur(2px);
    z-index: 100000;
    display: grid;
    place-items: center;
    padding: 25px;
}

    .ManagePageMain .MainDiv[b-d79hbumr0m] {
        position: relative;
        border-radius: 10px;
        background: white;
        min-width: 300px;
        width: 100%;
        max-width: 480px;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-bottom: 24px;
        box-shadow: 0 20px 60px rgba(0,0,0,0.4);
    }

    /* ── Modal Header ── */
.ModalHeader[b-d79hbumr0m] {
    border-radius: 10px 10px 0 0;
    width: 100%;
    padding: 16px 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, #1375e9, #0d5cb8);
}

.ModalHeader.DeleteHeader[b-d79hbumr0m] {
    background: linear-gradient(135deg, #e53e3e, #c53030);
}

.ModalHeaderIcon[b-d79hbumr0m] {
    font-size: 20px;
    line-height: 1;
}

.ModalHeaderTitle[b-d79hbumr0m] {
    font-size: 18px;
    font-weight: 700;
    color: white;
    letter-spacing: 0.3px;
}

/* ── Modal Body ── */
.ModalBody[b-d79hbumr0m] {
    width: 100%;
    padding: 22px 24px 8px 24px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.ModalBody.NoPadBottom[b-d79hbumr0m] {
    padding-bottom: 0;
}

.FieldGroup[b-d79hbumr0m] {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.FieldLabel[b-d79hbumr0m] {
    font-size: 13px;
    font-weight: 600;
    color: #4a5568;
    letter-spacing: 0.02em;
}

.FieldInput[b-d79hbumr0m] {
    width: 100%;
    height: 42px;
    border: 1.5px solid #e2e8f0;
    border-radius: 8px;
    font-size: 14px;
    padding: 0 14px;
    background: #f8fafc;
    color: #1e293b;
    outline: none;
    transition: border-color 0.18s, box-shadow 0.18s, background 0.18s;
}

.FieldInput:focus[b-d79hbumr0m] {
    border-color: #1375e9;
    background: #ffffff;
    box-shadow: 0 0 0 3px rgba(19, 117, 233, 0.12);
}

.ErrorText[b-d79hbumr0m] {
    font-size: 13px;
    color: #e53e3e;
    background: #fff5f5;
    border: 1px solid #fed7d7;
    border-radius: 6px;
    padding: 8px 12px;
}

/* ── Delete Confirm ── */
.DeleteConfirmBox[b-d79hbumr0m] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding: 8px 0 4px 0;
    text-align: center;
}

.DeleteWarningIcon[b-d79hbumr0m] {
    font-size: 36px;
    line-height: 1;
    color: #e53e3e;
}

.DeleteConfirmText[b-d79hbumr0m] {
    font-size: 15px;
    color: #2d3748;
    line-height: 1.6;
}

.DeletePageName[b-d79hbumr0m] {
    font-weight: 700;
    color: #e53e3e;
}

.DeleteSubText[b-d79hbumr0m] {
    font-size: 13px;
    color: #718096;
}

/* ── Modal Footer ── */
.ModalFooter[b-d79hbumr0m] {
    width: 100%;
    padding: 16px 24px 20px 24px;
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

.BtnPrimary[b-d79hbumr0m] {
    height: 38px;
    padding: 0 24px;
    background: linear-gradient(135deg, #1375e9, #0d5cb8);
    color: white;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    cursor: pointer;
    user-select: none;
    box-shadow: 0 2px 6px rgba(19, 117, 233, 0.3);
    transition: opacity 0.15s, transform 0.1s;
}

.BtnPrimary:hover[b-d79hbumr0m] { opacity: 0.88; }
.BtnPrimary:active[b-d79hbumr0m] { transform: scale(0.97); }

.BtnDanger[b-d79hbumr0m] {
    height: 38px;
    padding: 0 24px;
    background: linear-gradient(135deg, #e53e3e, #c53030);
    color: white;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    cursor: pointer;
    user-select: none;
    box-shadow: 0 2px 6px rgba(229, 62, 62, 0.3);
    transition: opacity 0.15s, transform 0.1s;
}

.BtnDanger:hover[b-d79hbumr0m] { opacity: 0.88; }
.BtnDanger:active[b-d79hbumr0m] { transform: scale(0.97); }

.BtnSecondary[b-d79hbumr0m] {
    height: 38px;
    padding: 0 20px;
    background: #ffffff;
    color: #4a5568;
    border: 1.5px solid #e2e8f0;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    cursor: pointer;
    user-select: none;
    transition: background 0.15s, border-color 0.15s;
}

.BtnSecondary:hover[b-d79hbumr0m] { background: #f1f5f9; border-color: #cbd5e0; }

/* ── Add Page button inside list ── */
.BtnAddPage[b-d79hbumr0m] {
    margin: 0 24px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #1375e9, #0d5cb8);
    color: white;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    user-select: none;
    box-shadow: 0 2px 6px rgba(19, 117, 233, 0.25);
    transition: opacity 0.15s;
}

.BtnAddPage:hover[b-d79hbumr0m] { opacity: 0.88; }

.ManagePageMenu[b-d79hbumr0m] {
    width: fit-content;
    height: fit-content;
    padding: 8px 20px;
    margin-top: 15px;
    font-size: 16px;
    color: white;
    background: linear-gradient(135deg, #1375e9, #0d5cb8);
    border-radius: 6px;
    user-select: none;
    cursor: pointer;
    box-shadow: 0 2px 6px rgba(19, 117, 233, 0.3);
    transition: background 0.2s, transform 0.1s, box-shadow 0.2s;
}

    .ManagePageMenu:hover[b-d79hbumr0m] {
        background: linear-gradient(135deg, #0d5cb8, #0a4a9a);
        transform: translateY(-1px);
        box-shadow: 0 4px 12px rgba(19, 117, 233, 0.4);
    }

.ListPages[b-d79hbumr0m] {
    position: relative;
    margin-top: 15px;
    width: 100%;
}

    .ListPages .Per[b-d79hbumr0m] {
        display: flex;
        justify-content: center;
        margin-bottom: 10px;
        width: 100%;
        padding: 0px 15px;
    }

        .ListPages .Per .UpOrder[b-d79hbumr0m] {
            min-width: 28px;
            width: 28px;
            height: 28px;
            min-height: 28px;
            margin-right: 5px;
            background: #aaaaaa;
            display: grid;
            place-items: center;
            cursor: not-allowed;
            border-radius: 4px;
            transition: background 0.2s;
        }

            .ListPages .Per .UpOrder[b-d79hbumr0m]:after {
                font-family: GoogleFont;
                content: "\e5d8";
                font-size: 18px;
                font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 200, 'opsz' 20;
                color: white;
            }

            .ListPages .Per .UpOrder.Show[b-d79hbumr0m] {
                background: #1375e9;
                cursor: pointer;
                user-select: none;
            }

                .ListPages .Per .UpOrder.Show:hover[b-d79hbumr0m] {
                    background: #0d5cb8;
                }

        .ListPages .Per .DownOrder[b-d79hbumr0m] {
            min-width: 28px;
            width: 28px;
            height: 28px;
            min-height: 28px;
            margin-right: 5px;
            background: #aaaaaa;
            display: grid;
            place-items: center;
            cursor: not-allowed;
            border-radius: 4px;
            transition: background 0.2s;
        }

            .ListPages .Per .DownOrder[b-d79hbumr0m]:after {
                font-family: GoogleFont;
                content: "\e5db";
                font-size: 18px;
                font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 200, 'opsz' 20;
                color: white;
            }

            .ListPages .Per .DownOrder.Show[b-d79hbumr0m] {
                background: #1375e9;
                cursor: pointer;
                user-select: none;
            }

                .ListPages .Per .DownOrder.Show:hover[b-d79hbumr0m] {
                    background: #0d5cb8;
                }

        .ListPages .Per .Name[b-d79hbumr0m] {
            padding-left: 5px;
            min-width: 50px;
            width: 100%;
            max-width: 200px;
            max-height: 28px;
            border: 2px solid rgb(229, 229, 229);
            border-radius: 4px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .ListPages .Per .Edit[b-d79hbumr0m] {
            margin-left: 5px;
            min-width: 50px;
            width: 60px;
            background: rgb(255, 161, 12);
            color: white;
            display: grid;
            place-items: center;
            border-radius: 4px;
            user-select: none;
            cursor: pointer;
            transition: background 0.2s;
        }

            .ListPages .Per .Edit:hover[b-d79hbumr0m] {
                background: rgb(220, 130, 0);
            }

        .ListPages .Per .Delete[b-d79hbumr0m] {
            margin-left: 5px;
            min-width: 50px;
            width: 60px;
            background: rgb(255, 58, 58);
            color: white;
            display: grid;
            place-items: center;
            border-radius: 4px;
            user-select: none;
            cursor: pointer;
            transition: background 0.2s;
        }

            .ListPages .Per .Delete:hover[b-d79hbumr0m] {
                background: rgb(210, 30, 30);
            }

.CloseManagePageMenu[b-d79hbumr0m] {
    position: absolute;
    right: 10px;
    top: 12px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: rgba(255,255,255,0.25);
    display: grid;
    place-items: center;
    user-select: none;
    cursor: pointer;
    transition: background 0.2s, transform 0.15s;
}

    .CloseManagePageMenu[b-d79hbumr0m]:after {
        content: "×";
        color: white;
        font-size: 22px;
        line-height: 1;
    }

    .CloseManagePageMenu:hover[b-d79hbumr0m] {
        background: rgba(255,255,255,0.4);
        transform: scale(1.1);
    }

.SaveZone[b-d79hbumr0m] {
    position: sticky;
    bottom: 0;
    background: #2c3a45;
    height: 56px;
    width: 100%;
    display: grid;
    place-items: center;
    color: white;
}

    .SaveZone .SaveButton[b-d79hbumr0m] {
        position: relative;
        background: linear-gradient(135deg, #1375e9, #0d5cb8);
        padding: 8px 28px;
        cursor: pointer;
        user-select: none;
        border-radius: 6px;
        font-size: 15px;
        font-weight: 600;
        letter-spacing: 0.5px;
        box-shadow: 0 2px 8px rgba(19, 117, 233, 0.4);
        transition: background 0.2s, transform 0.1s, box-shadow 0.2s;
    }

        .SaveZone .SaveButton:hover[b-d79hbumr0m] {
            background: linear-gradient(135deg, #0d5cb8, #0a4a9a);
            transform: translateY(-1px);
            box-shadow: 0 4px 14px rgba(19, 117, 233, 0.5);
        }

        .SaveZone .SaveButton:active[b-d79hbumr0m] {
            transform: translateY(0);
        }

@font-face {
    font-family: 'GoogleFont';
    font-style: normal;
    font-weight: 100 700;
    src: url('../fonts/google-font.woff2') format('woff2');
}

@media (max-width: 480px) {
    .TitleDiv[b-d79hbumr0m] {
        font-size: 24px;
    }
}
/* _content/MINEMELODY_WEBSITE_CMS/Components/Pages/BackEnd/Theme/WebsiteDesign.razor.rz.scp.css */
.MainGrid[b-0eemc7jpc5] {
    display: grid;
    height: 100%;
    grid-template-areas:
        "MainTree MainShow MainOption";
    grid-template-columns: 300px 1fr 300px;
    transition: 0.2s;
}

    .MainGrid .MainTree[b-0eemc7jpc5] {
        grid-area: MainTree;
        display: flex;
        flex-direction: column;
        align-items: center;
        overflow-x: hidden;
    }

    .MainGrid .MainShow[b-0eemc7jpc5] {
        grid-area: MainShow;
        display: flex;
        justify-content: center;
    }

    .MainGrid .MainOption[b-0eemc7jpc5] {
        grid-area: MainOption;
        display: flex;
        flex-direction: column;
        align-items: center;
        overflow-x: scroll;
    }

.BaseCSSBox[b-0eemc7jpc5] {
    border-radius: 7px;
    padding: 5px 0px;
    width: 80%;
    text-align: center;
    cursor: pointer;
    position: relative;
}

    .BaseCSSBox .TextInput[b-0eemc7jpc5]{
        width: 100%;
        padding-left: 10px;
        border-radius: 5px;
        box-shadow: none;
        outline: none;
        border: none;
    }

    .AddComponantButton[b-0eemc7jpc5] {
        border-radius: 7px;
        padding: 5px 0px;
        width: 80%;
        text-align: center;
        cursor: pointer;
    }

.OptionSelectTypeEnum[b-0eemc7jpc5] {
    width: 80%;
    text-align: center;
}

.SelectedComponantCSS[b-0eemc7jpc5] {
    position: absolute;
    transform: translate(-50%,-50%);
    top: 60%;
    left: 15%;
    color: green;
}

.AnimationLeft[b-0eemc7jpc5] {
    width: 100%;
    animation: AnimationInRight-b-0eemc7jpc5 forwards 0.5s;
}

.AnimationRight[b-0eemc7jpc5] {
    width: 100%;
    animation: AnimationInRight-b-0eemc7jpc5 forwards 0.5s;
}

.SelectWebsiteZone[b-0eemc7jpc5] {
    flex: 1;
    overflow: auto;
}

@keyframes AnimationInRight-b-0eemc7jpc5 {
    from {
        opacity: 0;
        transform: translateX(20px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}
/* _content/MINEMELODY_WEBSITE_CMS/Components/Pages/BackEnd/Theme/WebsiteDetail.razor.rz.scp.css */
.MainAddProduct[b-2npzwcjcdq] {
    padding: 15px;
    background: #f0f0f1;
    min-height: 100%;
}

.TitleText[b-2npzwcjcdq] {
    font-size: 24px;
    margin-bottom: 10px;
}

.BoxCss[b-2npzwcjcdq] {
    width: 100%;
    background: white;
    border: 1px solid rgba(0,0,0,.09);
    padding: 20px 20px;
}

.BoxPer[b-2npzwcjcdq] {

}

.SelectImageButton[b-2npzwcjcdq] {
    background: #1375e9;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    cursor: pointer;
    user-select: none;
}

.TextPer[b-2npzwcjcdq] {
    min-width: 250px;
}
/* _content/MINEMELODY_WEBSITE_CMS/Components/Pages/BackEnd/Users/AddUser.razor.rz.scp.css */
.MainAddProduct[b-b2fmhreuwd] {
    padding: 15px;
    background: #f0f0f1;
    min-height: 100%;
}

.HeadMenuName[b-b2fmhreuwd] {
    font-size: 24px;
    margin-bottom: 10px;
}

.DetailMenuName[b-b2fmhreuwd] {
    font-size: 14px;
    margin-bottom: 30px;
}

.DivInputZonePerRow[b-b2fmhreuwd] {
    display: flex;
    align-items: center;
    height: 35px;
    margin-top: 30px;
    transition: 0.2s;
}

    .DivInputZonePerRow .DivLabel[b-b2fmhreuwd] {
        width: 250px;
        min-width: 250px;
        max-width: 250px;
    }

    .DivInputZonePerRow .DivInput[b-b2fmhreuwd] {
        width: 500px;
        height: 100%;
    }

        .DivInputZonePerRow .DivInput input[b-b2fmhreuwd] {
            width: 100%;
            height: 100%;
            padding-left: 7px;
        }

        .DivInputZonePerRow .DivInput select[b-b2fmhreuwd] {
            width: 150px;
            height: 100%;
            padding-left: 7px;
        }

.DivSummitButton[b-b2fmhreuwd] {
    margin-top: 30px;
    background: #135e96;
    color: white;
    width: fit-content;
    font-size: 13px;
    padding: 5px 15px 5px 15px;
    border-radius: 5px;
    cursor: pointer;
    user-select: none;
}

@media (max-width: 768px) {
    .DivInputZonePerRow[b-b2fmhreuwd] {
        display: block;
    }

        .DivInputZonePerRow .DivLabel[b-b2fmhreuwd] {
            width: 250px;
            min-width: 250px;
            max-width: 250px;
        }

        .DivInputZonePerRow .DivInput[b-b2fmhreuwd] {
            width: 100%;
            height: 100%;
        }

            .DivInputZonePerRow .DivInput input[b-b2fmhreuwd] {
                width: 100%;
                height: 100%;
                padding-left: 7px;
            }

    .DivSummitButton[b-b2fmhreuwd]{
        margin-top: 40px;
    }
}
/* _content/MINEMELODY_WEBSITE_CMS/Components/Pages/BackEnd/Users/EditUser.razor.rz.scp.css */
.ButtonBack[b-cmhx5ytdci] {
    margin: 20px;
    background: #1d2327;
    width: fit-content;
    padding: 5px 20px;
    color: white;
    border-radius: 5px;
    cursor: pointer;
    user-select: none;
}
/* _content/MINEMELODY_WEBSITE_CMS/Components/Pages/BackEnd/Users/UserPermissions.razor.rz.scp.css */
.MainAddProduct[b-a014fymrmx] {
    padding: 15px;
    background: #f0f0f1;
    min-height: 100%;
    min-width: 1200px;
    width: 100%;
}

.HeadMenuName[b-a014fymrmx] {
    font-size: 24px;
    margin-bottom: 10px;
}

.DetailMenuName[b-a014fymrmx] {
    font-size: 14px;
    margin-bottom: 10px;
}

.TablePermissionMain[b-a014fymrmx] {
    width: 100%;
    text-align: center;
    border-collapse:collapse;
}

    .TablePermissionMain th[b-a014fymrmx] {
        color: white;
        background: #5c6d79;
        border: solid 1px #1d2327;
        font-weight: normal;
    }

    .TablePermissionMain .PermissionName[b-a014fymrmx] {
        width: 400px;
    }

.RowPermission[b-a014fymrmx] {
    border: solid 1px #1d2327;
    padding: 10px 0;
}

    .RowPermission.Name[b-a014fymrmx] {
        text-align: left;
        padding-left: 20px;
        min-width: 380px;
    }

.GroupColumWidth[b-a014fymrmx] {
    min-width: 80px;
    max-width: 80px;
    width: 80px;
}
/* _content/MINEMELODY_WEBSITE_CMS/Components/Pages/BackEnd/Users/Users.razor.rz.scp.css */
.MainAllProducts[b-uhr9356v6p] {
    padding: 15px;
    display: flex;
    flex-direction: column;
}

.ConfirmOrCancelDeleteCustomerButton[b-uhr9356v6p] {
    background: #be0202;
    width: fit-content;
    padding: 5px 20px;
    color: white;
    border-radius: 5px;
    cursor: pointer;
    user-select: none;
}

.CancelColor[b-uhr9356v6p] {
    background: #1d2327;
}

.MenuBoxCss[b-uhr9356v6p] {
    font-size: 15px;
    padding: 0px 10px 0px 10px;
    border: solid 1px #2271b1;
    color: #2271b1;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    transition: 0.2s;
    cursor: pointer;
    user-select: none;
    height: 35px;
}

.Row[b-uhr9356v6p] {
    font-size: 13px;
}

    .Row .User[b-uhr9356v6p] {
        font-size: 15px;
        cursor: pointer;
        color: #2271b1;
    }

    .Row .Edit[b-uhr9356v6p] {
        font-size: 13px;
        cursor: pointer;
        color: #2271b1;
    }

    .Row .Slash[b-uhr9356v6p] {
        font-size: 16px;
    }

    .Row .Delete[b-uhr9356v6p] {
        color: #be0202;
        cursor: pointer;
    }

.MenuBoxCss:hover[b-uhr9356v6p] {
    filter: brightness(0.5);
}

.ProductsMenu[b-uhr9356v6p] {
    display: flex;
    align-items: center;
}

    .ProductsMenu .MenuName[b-uhr9356v6p] {
        font-size: 25px;
    }

    .ProductsMenu .Per[b-uhr9356v6p] {
        margin-left: 5px;
    }

.AllProductsStatusZone[b-uhr9356v6p] {
    display: flex;
    font-size: 15px;
    color: #2271b1;
    margin-top: 10px;
}

    .AllProductsStatusZone .Space[b-uhr9356v6p] {
        margin-right: 5px;
        margin-left: 5px;
        color: black;
    }

.CommandSelect[b-uhr9356v6p] {
    font-size: 15px;
    height: 35px;
    display: flex;
    align-items: center;
    border-radius: 5px;
}

.PageButtonCss[b-uhr9356v6p] {
    font-size: 15px;
    padding: 0px 5px 0px 5px;
    border: solid 1px #2271b1;
    color: #2271b1;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    transition: 0.2s;
    cursor: pointer;
    user-select: none;
    height: 25px;
    width: 25px;
    font-size: 10px;
}

    .PageButtonCss:hover[b-uhr9356v6p] {
        filter: brightness(0.5);
    }

.PageInputCss[b-uhr9356v6p] {
    width: 40px;
    border-radius: 5px;
    outline: none;
    border: solid 1px rgba(0,0,0,0.5);
    text-align: center;
    height: 25px;
}

.SetItCenter[b-uhr9356v6p] {
    display: flex;
    align-items: center;
    justify-content: center;
}

.TableContainer[b-uhr9356v6p] {
    margin-top: 10px;
    max-height: calc(100vh - 220px);
    overflow-y: scroll;
}

.TableShowDataList[b-uhr9356v6p] {
    table-layout: fixed;
    width: 100%;
    background: #ffffff;
    margin-bottom: 10px;
}

    .TableShowDataList thead[b-uhr9356v6p] {
    }

        .TableShowDataList thead tr th[b-uhr9356v6p] {
            font-weight: normal;
            color: #2271b1;
            height: 40px;
            vertical-align: middle;
            cursor: pointer;
            user-select: none;
            position: sticky;
            top: 0;
            z-index: 2;
            background: #ffffff;
        }

    .TableShowDataList tbody[b-uhr9356v6p] {
    }

        .TableShowDataList tbody tr td[b-uhr9356v6p] {
            height: 57px;
            word-break: break-all;
        }

            .TableShowDataList tbody tr td img[b-uhr9356v6p] {
                max-width: 40px;
                max-height: 40px;
            }

    .TableShowDataList input[b-uhr9356v6p] {
        width: 17px;
        height: 17px;
    }

    .TableShowDataList tfoot[b-uhr9356v6p] {
        border: solid 1px #c3c4c7;
    }

        .TableShowDataList tfoot tr th[b-uhr9356v6p] {
            font-weight: normal;
            color: #2271b1;
            height: 40px;
            vertical-align: middle;
            cursor: pointer;
            user-select: none;
        }

.IconDesc[b-uhr9356v6p]::after {
    font-family: dashicons;
    content: "\f140";
    color: #a7aaad;
    font-size: 18px;
    margin-left: -2px;
}

.IconAsc[b-uhr9356v6p]::after {
    font-family: dashicons;
    content: "\f142";
    color: #a7aaad;
    font-size: 18px;
    margin-left: -2px;
}

@media (max-width: 768px) {
}
/* _content/MINEMELODY_WEBSITE_CMS/Components/Pages/BackEnd/Venders/AllVenders.razor.rz.scp.css */
/* =========================================
   AllVenders — 3-in-1 Layout
   ========================================= */

/* ---- Shared Colors & Tokens ---- */
/* primary: #2271b1 | hover: #1375e9 | border: #e0e0e1 | red: #be0202 */

/* =========================================
   Shared: View Toggle
   ========================================= */

.ViewToggle[b-tyjerffn7o] {
    display: flex;
    align-items: center;
    background: #f0f0f1;
    border-radius: 8px;
    padding: 3px;
    gap: 2px;
}

.ViewBtn[b-tyjerffn7o] {
    width: 30px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    font-size: 14px;
    cursor: pointer;
    user-select: none;
    color: #888;
    transition: background 0.12s, color 0.12s;
}

    .ViewBtn:hover[b-tyjerffn7o] {
        background: white;
        color: #2271b1;
    }

    .ViewBtn.ViewActive[b-tyjerffn7o] {
        background: white;
        color: #2271b1;
        box-shadow: 0 1px 3px rgba(0,0,0,0.12);
    }

/* =========================================
   Shared: Common Components
   ========================================= */

.CountBadge[b-tyjerffn7o] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #eef4fb;
    color: #2271b1;
    font-size: 12px;
    font-weight: bold;
    min-width: 24px;
    height: 22px;
    padding: 0 7px;
    border-radius: 20px;
}

.BtnAdd[b-tyjerffn7o] {
    display: flex;
    align-items: center;
    gap: 6px;
    height: 34px;
    padding: 0 14px;
    background: #2271b1;
    color: white;
    border-radius: 7px;
    font-size: 13px;
    cursor: pointer;
    user-select: none;
    transition: background 0.15s;
    white-space: nowrap;
}

    .BtnAdd:hover[b-tyjerffn7o] { background: #1375e9; }

.BtnAddSmall[b-tyjerffn7o] {
    width: 32px;
    height: 32px;
    padding: 0;
    justify-content: center;
    border-radius: 8px;
    font-size: 13px;
}

.SearchGroup[b-tyjerffn7o] {
    display: flex;
    align-items: center;
    gap: 6px;
}

.SearchInput[b-tyjerffn7o] {
    height: 34px;
    padding: 0 10px;
    border: 1px solid #e0e0e1;
    border-radius: 7px;
    font-size: 13px;
    outline: none;
    background: #f7f8fa;
    width: 200px;
    transition: border-color 0.15s, background 0.15s;
}

    .SearchInput:focus[b-tyjerffn7o] {
        border-color: #2271b1;
        background: white;
    }

.BtnSearch[b-tyjerffn7o] {
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f0f0f1;
    border-radius: 7px;
    font-size: 15px;
    cursor: pointer;
    user-select: none;
    transition: background 0.12s;
    flex-shrink: 0;
}

    .BtnSearch:hover[b-tyjerffn7o] { background: #e0e0e1; }

.PerPageSelect[b-tyjerffn7o] {
    height: 30px;
    padding: 0 8px;
    border: 1px solid #e0e0e1;
    border-radius: 6px;
    font-size: 12px;
    background: white;
    cursor: pointer;
    outline: none;
    color: #555;
}

.PaginationButtons[b-tyjerffn7o], .PageButtons[b-tyjerffn7o] {
    display: flex;
    align-items: center;
    gap: 4px;
}

.PageBtn[b-tyjerffn7o] {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e0e0e1;
    border-radius: 6px;
    font-size: 10px;
    cursor: pointer;
    user-select: none;
    color: #555;
    transition: border-color 0.12s, background 0.12s, color 0.12s;
}

    .PageBtn:hover[b-tyjerffn7o] {
        border-color: #2271b1;
        color: #2271b1;
        background: #eef4fb;
    }

.PageInfo[b-tyjerffn7o] {
    font-size: 12px;
    color: #888;
    padding: 0 4px;
    white-space: nowrap;
}

.EmptyState[b-tyjerffn7o] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 60px 20px;
    color: #bbb;
}

.EmptyIcon[b-tyjerffn7o] { font-size: 40px; margin-bottom: 8px; opacity: 0.5; }
.EmptyText[b-tyjerffn7o] { font-size: 14px; color: #aaa; }

.ActionEdit[b-tyjerffn7o] {
    font-size: 13px;
    color: #2271b1;
    cursor: pointer;
    user-select: none;
    padding: 2px 5px;
    border-radius: 4px;
    transition: background 0.1s;
}
    .ActionEdit:hover[b-tyjerffn7o] { background: #eef4fb; }

.ActionSlash[b-tyjerffn7o] { color: #ccc; font-size: 14px; user-select: none; padding: 0 2px; }

.ActionDelete[b-tyjerffn7o] {
    font-size: 13px;
    color: #be0202;
    cursor: pointer;
    user-select: none;
    padding: 2px 5px;
    border-radius: 4px;
    transition: background 0.1s;
}
    .ActionDelete:hover[b-tyjerffn7o] { background: #fef0f0; }

.SmallBadge[b-tyjerffn7o] {
    display: inline-block;
    background: #eef4fb;
    color: #2271b1;
    font-size: 11px;
    padding: 1px 7px;
    border-radius: 20px;
    border: 1px solid #c8ddf0;
    margin-left: 4px;
    vertical-align: middle;
}

.SmallAvatar[b-tyjerffn7o] {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #dce8f5;
    color: #2271b1;
    font-size: 14px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* =========================================
   VIEW A — Compact Row List
   ========================================= */

.PageWrap[b-tyjerffn7o] {
    display: flex;
    flex-direction: column;
    height: calc(100vh - 60px);
    background: #f4f6f9;
}

.TopBar[b-tyjerffn7o] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 16px;
    background: white;
    border-bottom: 1px solid #e8eaed;
    flex-shrink: 0;
    flex-wrap: wrap;
    gap: 10px;
}

.TopBarLeft[b-tyjerffn7o] {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.TopBarRight[b-tyjerffn7o] {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.PageTitle[b-tyjerffn7o] {
    font-size: 20px;
    font-weight: bold;
    color: #1a1a2e;
    display: flex;
    align-items: center;
    gap: 8px;
}

/* List Table */

.ListContainer[b-tyjerffn7o] {
    flex: 1;
    overflow-y: auto;
    background: white;
    margin: 12px;
    border: 1px solid #e8eaed;
    border-radius: 10px;
    overflow: hidden;
}

    .ListContainer[b-tyjerffn7o]::-webkit-scrollbar { width: 4px; }
    .ListContainer[b-tyjerffn7o]::-webkit-scrollbar-thumb { background: #ddd; border-radius: 4px; }

.ListHeader[b-tyjerffn7o] {
    display: flex;
    align-items: center;
    padding: 0 16px;
    height: 40px;
    background: #f8f9fa;
    border-bottom: 1px solid #e8eaed;
    font-size: 12px;
    font-weight: bold;
    color: #2271b1;
    position: sticky;
    top: 0;
    z-index: 1;
}

.LH_Name[b-tyjerffn7o] { flex: 2; min-width: 0; }
.LH_Contact[b-tyjerffn7o] { width: 140px; flex-shrink: 0; }
.LH_Phone[b-tyjerffn7o] { width: 130px; flex-shrink: 0; }
.LH_Date[b-tyjerffn7o] { width: 100px; flex-shrink: 0; }

.ListRow[b-tyjerffn7o] {
    display: flex;
    align-items: center;
    padding: 0 16px;
    height: 56px;
    border-bottom: 1px solid #f4f4f4;
    transition: background 0.1s;
    position: relative;
}

    .ListRow:last-child[b-tyjerffn7o] { border-bottom: none; }

    .ListRow:hover[b-tyjerffn7o] {
        background: #f7f9fc;
    }

    .ListRow:hover .LR_Actions[b-tyjerffn7o] {
        opacity: 1;
    }

.LR_Name[b-tyjerffn7o] {
    flex: 2;
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.NameGroup[b-tyjerffn7o] {
    min-width: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 4px;
}

.NameText[b-tyjerffn7o] {
    font-size: 14px;
    font-weight: 500;
    color: #1a1a2e;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 260px;
}

.LR_Contact[b-tyjerffn7o] {
    width: 140px;
    flex-shrink: 0;
    font-size: 13px;
    color: #555;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.LR_Phone[b-tyjerffn7o] {
    width: 130px;
    flex-shrink: 0;
    font-size: 13px;
    color: #555;
}

.LR_Date[b-tyjerffn7o] {
    width: 100px;
    flex-shrink: 0;
    font-size: 12px;
    color: #999;
}

.LR_Actions[b-tyjerffn7o] {
    position: absolute;
    right: 16px;
    display: flex;
    align-items: center;
    gap: 2px;
    opacity: 0;
    transition: opacity 0.15s;
    background: white;
    padding: 4px 6px;
    border-radius: 6px;
    box-shadow: 0 1px 6px rgba(0,0,0,0.1);
}

.BottomBar[b-tyjerffn7o] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 16px;
    background: white;
    border-top: 1px solid #e8eaed;
    flex-shrink: 0;
    flex-wrap: wrap;
    gap: 8px;
    position: sticky;
    bottom: 0;
    z-index: 2;
}

.TotalInfo[b-tyjerffn7o] {
    font-size: 13px;
    color: #888;
}

    .TotalInfo strong[b-tyjerffn7o] { color: #2271b1; }

/* =========================================
   VIEW B — Card Grid
   ========================================= */

.CardGrid[b-tyjerffn7o] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    padding: 14px;
    overflow-y: auto;
    flex: 1;
}

.VenderCard[b-tyjerffn7o] {
    background: white;
    border: 1px solid #e8eaed;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 1px 4px rgba(0,0,0,0.06);
    display: flex;
    flex-direction: column;
    transition: box-shadow 0.15s, transform 0.15s;
}

    .VenderCard:hover[b-tyjerffn7o] {
        box-shadow: 0 4px 16px rgba(34,113,177,0.15);
        transform: translateY(-2px);
    }

.CardTopStripe[b-tyjerffn7o] {
    height: 4px;
    background: linear-gradient(90deg, #2271b1, #1375e9);
}

.CardBody[b-tyjerffn7o] {
    padding: 16px;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.CardAvatarLg[b-tyjerffn7o] {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: linear-gradient(135deg, #2271b1, #1375e9);
    color: white;
    font-size: 22px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    box-shadow: 0 3px 10px rgba(34,113,177,0.3);
}

.CardNameLg[b-tyjerffn7o] {
    font-size: 15px;
    font-weight: bold;
    color: #1a1a2e;
    margin-bottom: 4px;
    text-align: center;
    line-height: 1.3;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.CardCodeLg[b-tyjerffn7o] {
    display: inline-block;
    background: #eef4fb;
    color: #2271b1;
    font-size: 11px;
    padding: 2px 10px;
    border-radius: 20px;
    border: 1px solid #c8ddf0;
    margin-bottom: 12px;
}

.CardInfoList[b-tyjerffn7o] {
    width: 100%;
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-top: 4px;
}

.CardInfoRow[b-tyjerffn7o] {
    display: flex;
    align-items: flex-start;
    gap: 7px;
    font-size: 12px;
    color: #555;
}

    .CardInfoRow span:first-child[b-tyjerffn7o] { flex-shrink: 0; }

.CardDateRow[b-tyjerffn7o] { color: #999; }

.AddrText[b-tyjerffn7o] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 200px;
}

.CardFooterActions[b-tyjerffn7o] {
    display: flex;
    border-top: 1px solid #f0f0f1;
}

.CardBtnEdit[b-tyjerffn7o] {
    flex: 1;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-size: 13px;
    color: #2271b1;
    cursor: pointer;
    user-select: none;
    transition: background 0.12s;
    border-right: 1px solid #f0f0f1;
}

    .CardBtnEdit:hover[b-tyjerffn7o] { background: #eef4fb; }

.CardBtnDelete[b-tyjerffn7o] {
    flex: 1;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-size: 13px;
    color: #be0202;
    cursor: pointer;
    user-select: none;
    transition: background 0.12s;
}

    .CardBtnDelete:hover[b-tyjerffn7o] { background: #fef0f0; }

/* =========================================
   VIEW C — Split Panel
   ========================================= */

.SplitPage[b-tyjerffn7o] {
    display: flex;
    width: 100%;
    height: calc(100vh - 60px);
    overflow: hidden;
    background: #f4f6f9;
}

.LeftPanel[b-tyjerffn7o] {
    width: 320px;
    min-width: 320px;
    display: flex;
    flex-direction: column;
    background: white;
    border-right: 1px solid #e0e0e1;
    height: 100%;
}

.LeftHeader[b-tyjerffn7o] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 14px 10px 14px;
    border-bottom: 1px solid #f0f0f1;
    flex-shrink: 0;
    gap: 8px;
}

.LeftTitle[b-tyjerffn7o] {
    font-size: 18px;
    font-weight: bold;
    color: #1a1a2e;
    display: flex;
    align-items: center;
    gap: 8px;
}

.SearchZone[b-tyjerffn7o] {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 10px 12px;
    border-bottom: 1px solid #f0f0f1;
    flex-shrink: 0;
}

    .SearchZone .SearchInput[b-tyjerffn7o] { flex: 1; width: auto; }

.VenderListScroll[b-tyjerffn7o] {
    flex: 1;
    overflow-y: auto;
    padding: 6px 0;
}

    .VenderListScroll[b-tyjerffn7o]::-webkit-scrollbar { width: 4px; }
    .VenderListScroll[b-tyjerffn7o]::-webkit-scrollbar-thumb { background: #ddd; border-radius: 4px; }

.VenderRow[b-tyjerffn7o] {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    cursor: pointer;
    user-select: none;
    transition: background 0.12s;
    border-left: 3px solid transparent;
}

    .VenderRow:hover[b-tyjerffn7o] { background: #f7f9fc; }

    .VenderRow.Active[b-tyjerffn7o] {
        background: #eef4fb;
        border-left-color: #2271b1;
    }

.RowAvatar[b-tyjerffn7o] {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #dce8f5;
    color: #2271b1;
    font-size: 15px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: background 0.12s, color 0.12s;
}

    .RowAvatar.AvatarActive[b-tyjerffn7o] { background: #2271b1; color: white; }

.RowInfo[b-tyjerffn7o] { flex: 1; min-width: 0; }

.RowName[b-tyjerffn7o] {
    font-size: 14px;
    font-weight: 500;
    color: #1a1a2e;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.RowCode[b-tyjerffn7o] { font-size: 11px; color: #888; margin-top: 2px; }

.RowActiveDot[b-tyjerffn7o] {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #2271b1;
    flex-shrink: 0;
}

.PaginationZone[b-tyjerffn7o] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 12px;
    border-top: 1px solid #f0f0f1;
    flex-shrink: 0;
}

.RightPanel[b-tyjerffn7o] {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.NoSelectState[b-tyjerffn7o] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #bbb;
    gap: 10px;
    user-select: none;
}

.NoSelectIcon[b-tyjerffn7o] { font-size: 56px; opacity: 0.35; }
.NoSelectText[b-tyjerffn7o] { font-size: 15px; color: #aaa; }

.DetailView[b-tyjerffn7o] {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    max-width: 560px;
    margin: 0 auto;
    padding: 24px 28px;
    overflow-y: auto;
}

    .DetailView[b-tyjerffn7o]::-webkit-scrollbar { width: 4px; }
    .DetailView[b-tyjerffn7o]::-webkit-scrollbar-thumb { background: #ddd; border-radius: 4px; }

.DetailHeader[b-tyjerffn7o] {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 22px;
    flex-shrink: 0;
}

.DetailAvatar[b-tyjerffn7o] {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: linear-gradient(135deg, #2271b1, #1375e9);
    color: white;
    font-size: 22px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 4px 12px rgba(34,113,177,0.3);
}

.DetailTitleGroup[b-tyjerffn7o] { flex: 1; min-width: 0; }

.DetailName[b-tyjerffn7o] {
    font-size: 19px;
    font-weight: bold;
    color: #1a1a2e;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.DetailCodeBadge[b-tyjerffn7o] {
    display: inline-block;
    margin-top: 4px;
    background: #eef4fb;
    color: #2271b1;
    font-size: 11px;
    padding: 2px 10px;
    border-radius: 20px;
    border: 1px solid #c8ddf0;
}

.BtnClose[b-tyjerffn7o] {
    display: none;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #f0f0f1;
    color: #555;
    font-size: 12px;
    cursor: pointer;
    flex-shrink: 0;
    transition: background 0.12s;
}

    .BtnClose:hover[b-tyjerffn7o] { background: #e0e0e1; }

.DetailBody[b-tyjerffn7o] { flex: 1; display: flex; flex-direction: column; gap: 14px; }

.DetailSection[b-tyjerffn7o] {
    background: white;
    border: 1px solid #e8eaed;
    border-radius: 10px;
    padding: 14px 16px;
}

.SectionLabel[b-tyjerffn7o] {
    font-size: 10px;
    font-weight: bold;
    color: #aaa;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin-bottom: 10px;
}

.DetailField[b-tyjerffn7o] {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 8px 0;
    border-bottom: 1px solid #f5f5f5;
}

    .DetailField:last-child[b-tyjerffn7o] { border-bottom: none; padding-bottom: 0; }
    .DetailField:first-of-type[b-tyjerffn7o] { padding-top: 0; }

.FieldIcon[b-tyjerffn7o] { font-size: 15px; flex-shrink: 0; margin-top: 1px; }
.FieldLabel[b-tyjerffn7o] { font-size: 11px; color: #aaa; margin-bottom: 2px; }
.FieldValue[b-tyjerffn7o] { font-size: 14px; color: #1a1a2e; line-height: 1.5; }

.DetailFooter[b-tyjerffn7o] {
    display: flex;
    gap: 10px;
    margin-top: 18px;
    flex-shrink: 0;
}

.BtnEdit[b-tyjerffn7o] {
    flex: 1;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    background: #2271b1;
    color: white;
    border-radius: 8px;
    font-size: 14px;
    cursor: pointer;
    user-select: none;
    transition: background 0.15s;
}
url(vscode-webview://0usm99m5q5ggpo5hs0tgvoc49manadls5ls9381ippu64e6qb9bo/index.html?id%3Dc277d697-e7bf-4869-8393-c3043830d6e8%26parentId%3D1%26origin%3D3d55436d-9027-460d-a6da-b032957da912%26swVersion%3D4%26extensionId%3DAnthropic.claude-code%26platform%3Delectron%26vscode-resource-base-authority%3Dvscode-resource.vscode-cdn.net%26parentOrigin%3Dvscode-file%3A%2F%2Fvscode-app%26purpose%3DwebviewView%26session%3D0a48afce-5ae3-4d83-a6f8-4c96ead2ebb1)
    .BtnEdit:hover[b-tyjerffn7o] { background: #1375e9; }

.BtnDelete[b-tyjerffn7o] {
    flex: 1;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    background: white;
    color: #be0202;
    border: 1px solid #be0202;
    border-radius: 8px;
    font-size: 14px;
    cursor: pointer;
    user-select: none;
    transition: background 0.15s;
}

    .BtnDelete:hover[b-tyjerffn7o] { background: #fef0f0; }

/* ── Inline fields: view mode = plain text ── */
.InlineField[b-tyjerffn7o] {
    width: 100%;
    background: transparent;
    border: 1px solid transparent;
    border-radius: 6px;
    padding: 3px 0;
    font-size: 14px;
    color: #1a1a2e;
    font-family: inherit;
    outline: none;
    pointer-events: none;
    resize: none;
    transition: border 0.15s, background 0.15s, padding 0.15s;
}

.InlineFieldName[b-tyjerffn7o] { font-size: 17px; font-weight: 600; }

.InlineFieldCode[b-tyjerffn7o] {
    font-size: 12px;
    width: auto;
    min-width: 60px;
    max-width: 140px;
    color: #1a6ed8;
    font-weight: 500;
}

.InlineFieldTextarea[b-tyjerffn7o] {
    min-height: 24px;
    line-height: 1.5;
    overflow: hidden;
}

/* ── Edit mode: show input styling ── */
.DetailView.Editing .InlineField[b-tyjerffn7o] {
    background: #f5f7fb;
    border-color: #dde1ea;
    padding: 5px 9px;
    pointer-events: auto;
}

.DetailView.Editing .InlineField:focus[b-tyjerffn7o] {
    border-color: #1a6ed8;
    background: white;
}

.DetailView.Editing .InlineFieldTextarea[b-tyjerffn7o] {
    min-height: 72px;
    resize: vertical;
    overflow: auto;
}

.EditView[b-tyjerffn7o] {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    max-width: 560px;
    margin: 0 auto;
    padding: 24px 28px;
    overflow-y: auto;
}

    .EditView[b-tyjerffn7o]::-webkit-scrollbar { width: 4px; }
    .EditView[b-tyjerffn7o]::-webkit-scrollbar-thumb { background: #ddd; border-radius: 4px; }

.EditHeader[b-tyjerffn7o] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 22px;
}

.EditTitle[b-tyjerffn7o] {
    font-size: 17px;
    font-weight: 600;
    color: #1a1a2e;
}

.EditBody[b-tyjerffn7o] { flex: 1; display: flex; flex-direction: column; gap: 14px; }

.EditField[b-tyjerffn7o] { display: flex; flex-direction: column; gap: 5px; }

.EditLabel[b-tyjerffn7o] { font-size: 12px; font-weight: 600; color: #888; text-transform: uppercase; letter-spacing: 0.5px; }

.EditInput[b-tyjerffn7o] {
    height: 38px;
    padding: 0 12px;
    border: 1px solid #dde1ea;
    border-radius: 7px;
    font-size: 14px;
    color: #1a1a2e;
    outline: none;
    transition: border 0.15s;
}

    .EditInput:focus[b-tyjerffn7o] { border-color: #1a6ed8; }

.EditTextarea[b-tyjerffn7o] {
    padding: 8px 12px;
    border: 1px solid #dde1ea;
    border-radius: 7px;
    font-size: 14px;
    color: #1a1a2e;
    outline: none;
    resize: vertical;
    min-height: 80px;
    font-family: inherit;
    transition: border 0.15s;
}

    .EditTextarea:focus[b-tyjerffn7o] { border-color: #1a6ed8; }

.EditFooter[b-tyjerffn7o] {
    display: flex;
    gap: 10px;
    padding-top: 20px;
    margin-top: auto;
    border-top: 1px solid #f0f0f1;
}

.BtnSave[b-tyjerffn7o] {
    flex: 1;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    background: #1a6ed8;
    color: white;
    border-radius: 8px;
    font-size: 14px;
    cursor: pointer;
    user-select: none;
    transition: background 0.15s;
}

    .BtnSave:hover[b-tyjerffn7o] { background: #1375e9; }

.BtnCancelEdit[b-tyjerffn7o] {
    flex: 1;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    background: white;
    color: #555;
    border: 1px solid #dde1ea;
    border-radius: 8px;
    font-size: 14px;
    cursor: pointer;
    user-select: none;
    transition: background 0.15s;
}

    .BtnCancelEdit:hover[b-tyjerffn7o] { background: #f5f5f5; }

.Backdrop[b-tyjerffn7o] { display: none; }

/* =========================================
   Responsive
   ========================================= */

/* Tablet: hide some list columns */
@media (max-width: 900px) {
    .LH_Phone[b-tyjerffn7o], .LR_Phone[b-tyjerffn7o], .LH_Date[b-tyjerffn7o], .LR_Date[b-tyjerffn7o] { display: none; }
    .CardGrid[b-tyjerffn7o] { grid-template-columns: repeat(2, 1fr); }
}

/* Large Phone */
@media (max-width: 767px) {

    /* View A */
    .TopBar[b-tyjerffn7o] { flex-direction: column; align-items: stretch; }
    .TopBarRight[b-tyjerffn7o] { justify-content: space-between; }
    .LH_Contact[b-tyjerffn7o], .LR_Contact[b-tyjerffn7o] { display: none; }
    .LR_Actions[b-tyjerffn7o] { opacity: 1; position: static; box-shadow: none; padding: 0; background: transparent; }

    /* View B */
    .CardGrid[b-tyjerffn7o] { grid-template-columns: 1fr; }

    /* View C: bottom sheet */
    .SplitPage[b-tyjerffn7o] {
        height: auto;
        min-height: calc(100vh - 60px);
        flex-direction: column;
        overflow: visible;
    }

    .LeftPanel[b-tyjerffn7o] {
        width: 100%;
        min-width: unset;
        height: 100%;
        border-right: none;
    }

    .VenderListScroll[b-tyjerffn7o] { max-height: calc(100vh - 250px); min-height: 200px; }

    .RightPanel[b-tyjerffn7o] {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        top: auto;
        height: 0;
        background: white;
        border-radius: 18px 18px 0 0;
        box-shadow: 0 -4px 24px rgba(0,0,0,0.15);
        z-index: 200;
        overflow: hidden;
        transition: height 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        flex-direction: column;
        align-items: stretch;
        justify-content: flex-start;
    }

        .RightPanel.HasDetail[b-tyjerffn7o] { height: 75vh; }

        .RightPanel.HasDetail[b-tyjerffn7o]::before {
            content: '';
            display: block;
            width: 36px;
            height: 4px;
            background: #ddd;
            border-radius: 4px;
            margin: 10px auto 4px;
            flex-shrink: 0;
            align-self: center;
        }

    .BtnClose[b-tyjerffn7o] { display: flex; }

    .Backdrop[b-tyjerffn7o] {
        display: block;
        position: fixed;
        inset: 0;
        background: rgba(0,0,0,0.35);
        z-index: 199;
        animation: fadeIn-b-tyjerffn7o 0.2s ease;
    }

    @keyframes fadeIn-b-tyjerffn7o {
        from { opacity: 0; }
        to { opacity: 1; }
    }

    .NoSelectState[b-tyjerffn7o] { display: none; }
    .DetailView[b-tyjerffn7o] { padding: 10px 16px 16px; width: 100%; box-sizing: border-box; }
}

/* Small Phone */
@media (max-width: 440px) {
    .PageTitle[b-tyjerffn7o] { font-size: 17px; }
    .SearchInput[b-tyjerffn7o] { width: 140px; }
    .CardGrid[b-tyjerffn7o] { padding: 10px; gap: 10px; }
}
/* _content/MINEMELODY_WEBSITE_CMS/Components/Pages/FaceBookLoginPage/FaceBookLoginPage.razor.rz.scp.css */
/* _content/MINEMELODY_WEBSITE_CMS/Components/Pages/FrontEnd/Alert_Popup/Popup_AlertAcceptOnly.razor.rz.scp.css */

.AlertModalMain[b-n109v3a137] {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,.4);
    opacity: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.25s;
    z-index: -9;
}

.AlertModal[b-n109v3a137] {
    position: relative;
    width: 540px;
    height: 265px;
    background: white;
    border-radius: 3px;
    padding: 20px;
    font-size: 16px;
    text-align: center;
    padding-top: 60px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: 0.25s;
    transform: scale(0);
}

.KnowAcceptButton[b-n109v3a137] {
    width: 100%;
    padding: 9px 0px;
    border-radius: 5px;
    cursor: pointer;
}
/* _content/MINEMELODY_WEBSITE_CMS/Components/Pages/FrontEnd/Alert_Popup/Popup_Purchase.razor.rz.scp.css */
.MainDivSuccess[b-t5p686khgh] {
    position: fixed;
    top: 0;
    right 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
    transition: 0.25s;
    cursor: pointer;
    background: rgba(0,0,0,.3);
}

.PopupZone[b-t5p686khgh] {
    width: 340px;
    height: 180px;
    background: rgba(0,0,0,.7);
    padding: 40px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 5px;
}

.SuccessIcon[b-t5p686khgh] {
    width: 60px;
    height: 60px;
    background: #00bfa5;
    border-radius: 50%;
}

.MessageText[b-t5p686khgh] {
    margin-top: 20px;
    color: white;
}

    .SuccessIcon[b-t5p686khgh]::after {
        font-family: GoogleFont;
        content: "\e876";
        font-size: 55px;
        font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 200, 'opsz' 20;
        color: white;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        width: 100%;
    }

@font-face {
    font-family: 'GoogleFont';
    font-style: normal;
    font-weight: 100 700;
    src: url('../fonts/google-font.woff2') format('woff2');
}
/* _content/MINEMELODY_WEBSITE_CMS/Components/Pages/FrontEnd/Alert_Popup/Popup_Success.razor.rz.scp.css */
.MainDivSuccess[b-pwewyqtcu3] {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000000;
    transition: 0.25s;
    user-select: none;
}

.InitCSS[b-pwewyqtcu3] {
    animation: OninitShow-b-pwewyqtcu3 0.5s forwards;
}

.UnInitCSS[b-pwewyqtcu3] {
    animation: OnUninitShow-b-pwewyqtcu3 0.5s forwards;
}

@keyframes OninitShow-b-pwewyqtcu3 {
    0% {
        transform: translateY(300px) scale(0);
    }
    60% {
        transform: translateY(-50px) scale(1.2);
    }
    100% {
        transform: translateY(0px) scale(1);
    }
}

@keyframes OnUninitShow-b-pwewyqtcu3 {
    0% {
        transform: translateX(0) translateY(0px) scale(1);
    }

    100% {
        transform: translateX(500px) translateY(-400px) scale(0);
    }
}

.PopupZone[b-pwewyqtcu3] {
    width: 340px;
    background: rgba(0,0,0,.7);
    padding: 40px 20px 30px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 5px;
}

.SuccessIcon[b-pwewyqtcu3] {
    width: 60px;
    height: 60px;
    background: #00bfa5;
    border-radius: 50%;
    margin-bottom: 20px;
}

.MessageText[b-pwewyqtcu3] {
    color: white;
    text-align: center;
    word-wrap: break-word;
}

    .SuccessIcon[b-pwewyqtcu3]::after {
        font-family: GoogleFont;
        content: "\e876";
        font-size: 55px;
        font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 200, 'opsz' 20;
        color: white;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        width: 100%;
    }

.FailIcon[b-pwewyqtcu3] {
    width: 60px;
    height: 60px;
    background: #fc2626;
    border-radius: 50%;
    margin-bottom: 20px;
}

    .FailIcon[b-pwewyqtcu3]::after {
        font-family: GoogleFont;
        content: "\e5cd";
        font-size: 55px;
        font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 200, 'opsz' 20;
        color: white;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        width: 100%;
    }

@font-face {
    font-family: 'GoogleFont';
    font-style: normal;
    font-weight: 100 700;
    src: url('../fonts/google-font.woff2') format('woff2');
}
/* _content/MINEMELODY_WEBSITE_CMS/Components/Pages/FrontEnd/Blogs/Blogs.razor.rz.scp.css */
@font-face {
    font-family: 'GoogleFont';
    font-style: normal;
    font-weight: 100 700;
    src: url('../fonts/google-font.woff2') format('woff2');
}

.BlogsMainDiv[b-gwa8xe46i7] {
    width: 1050px;
}

.PerBlogs[b-gwa8xe46i7] {
    
}

    .PerBlogs .TitleName[b-gwa8xe46i7] {
        font-size: 30px;
        display: flex;
        justify-content: center;
        cursor: pointer;
    }

    .PerBlogs .TitleLineSpace[b-gwa8xe46i7] {
        background-color: rgba(0,0,0,.1);
        width: 30px;
        height: 3px;
        margin: 15px auto;
        
    }

    .PerBlogs .Date[b-gwa8xe46i7] {
        display: flex;
        justify-content: center;
        margin-bottom: 15px;
        font-size: 13px;
    }

    .PerBlogs .MainImage[b-gwa8xe46i7] {

    }

        .PerBlogs .MainImage img[b-gwa8xe46i7] {
            max-width: 100%;
            cursor: pointer;
        }

    .PerBlogs .HtmlDiv[b-gwa8xe46i7] {
        margin-top: 15px;
    }

    .PerBlogs .ContinueRead[b-gwa8xe46i7] {
        width: fit-content;
        padding: 5px 30px;
        display: flex;
        align-items: center;
        border-radius: 2px;
        margin: 15px auto;
        cursor: pointer;
    }

        .PerBlogs .ContinueRead[b-gwa8xe46i7]::after {
            font-family: GoogleFont;
            content: "\e941";
            font-size: 16px;
            font-variation-settings: 'FILL' 1, 'wght' 300, 'GRAD' 200, 'opsz' 20;
            display: flex;
            justify-content: center;
            align-items: center;
            padding-left: 5px;
        }

    .PerBlogs .Footer[b-gwa8xe46i7] {
        height: 35px;
        border-top: 1px solid #c1c0c0;
        margin-bottom: 15px;
        margin-top: 15px;
    }
/* _content/MINEMELODY_WEBSITE_CMS/Components/Pages/FrontEnd/ConfirmEmail/ConfirmEmail.razor.rz.scp.css */
.DivNotFoundLink[b-a5nfss18bs] {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 0px;
    font-size: 14px;
    background: white;
}

    .DivNotFoundLink[b-a5nfss18bs]::before {
        width: 20px;
        height: 20px;
        font-family: GoogleFont;
        content: "\f18c";
        color: #1098de;
        font-size: 28px;
        font-variation-settings: 'FILL' 1, 'wght' 300, 'GRAD' 200, 'opsz' 20;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-right: 25px;
    }

.DivNotFoundLinkFalse[b-a5nfss18bs] {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 0px;
    font-size: 14px;
    background: white;
}

    .DivNotFoundLinkFalse[b-a5nfss18bs]::before {
        width: 20px;
        height: 20px;
        font-family: GoogleFont;
        content: "\e158";
        color: #ff0000;
        font-size: 28px;
        font-variation-settings: 'FILL' 1, 'wght' 300, 'GRAD' 200, 'opsz' 20;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-right: 25px;
    }


/* _content/MINEMELODY_WEBSITE_CMS/Components/Pages/FrontEnd/Customer/CheckOut.razor.rz.scp.css */
@font-face {
    font-family: 'GoogleFont';
    font-style: normal;
    font-weight: 100 700;
    src: url('../fonts/google-font.woff2') format('woff2');
}

.HeaderTopDiv[b-sp53f2443u] {
    background-image: repeating-linear-gradient(45deg,#6fa6d6,#6fa6d6 33px,transparent 0,transparent 41px,#f18d9b 0,#f18d9b 74px,transparent 0,transparent 82px);
    height: 3px;
    width: 100%;
}

.AddressDiv[b-sp53f2443u] {
    padding: 24px;
    background: white;
}

.AddressDiv .Text[b-sp53f2443u]{
    margin-left: 10px;
}

.AddressTitle[b-sp53f2443u] {
    display: flex;
    align-items: center;
    color: #ee4d2d;
    fill: currentColor;
    margin-bottom: 20px;
}

.AddressSelectedZone[b-sp53f2443u] {
    display: flex;
    color: black;
    font-size: 16px;
}

.DefaultTag[b-sp53f2443u] {
    color: #ee4d2d;
    padding: 2px 5px;
    border-radius: 1px;
    font-size: 10px;
    border: 0.5px solid #ee4d2d;
    display: flex;
    align-items: center;
    justify-content: center;
    height: fit-content;
}

.ChangeAddressButton[b-sp53f2443u] {
    color: #4080ee;
    font-size: 14px;
    height: fit-content;
    cursor: pointer;
}

.TitleZone1[b-sp53f2443u] {
    float: left;
}

.TitleZone2[b-sp53f2443u] {
    margin-left: 20px;
    min-width: 50px;
    display: flex;
    justify-content: center;
}

.TitleZone3[b-sp53f2443u] {
    margin-left: 30px;
    min-width: 40px;
    display: flex;
    justify-content: center;
}

.ChangeAddressModal[b-sp53f2443u] {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,.4);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9;
}

.ModalMainManageAddress[b-sp53f2443u] {
    position: relative;
    width: 500px;
    height: 600px;
    min-height: 600px;
    max-height: 600px;
    background: white;
    box-shadow: 0 2px 4px rgba(0,0,0,.54);
    border-radius: 3px;
    display: flex;
    flex-direction: column;
}

    .ModalMainManageAddress .TitleMain[b-sp53f2443u] {
        position: relative;
        padding: 16px 24px;
        border-bottom: 1px solid rgba(0,0,0,.09);
        font-size: 16px;
    }

.AddnewAddressButton[b-sp53f2443u] {
    display: flex;
    align-items: center;
    width: fit-content;
    font-size: 14px;
    border: 1px solid #ee4d2d;
    color: #ee4d2d;
    padding: 2px 15px;
    cursor: pointer;
}

    .AddnewAddressButton[b-sp53f2443u]::before {
        font-family: GoogleFont;
        content: "\e145";
        font-size: 20px;
        font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 200, 'opsz' 20;
        color: rgb(120, 120, 120);
        margin-right: 5px;
    }

.ListAddressZone[b-sp53f2443u] {
    position: relative;
    width: 100%;
    padding: 0px 24px;
    padding-bottom: 88px;
    flex: 1;
    overflow: scroll;
}

.AddressPerMain[b-sp53f2443u] {
    display: flex;
    position: relative;
    width: 100%;
    max-width: 100%;
    padding: 16px 0px;
    border-bottom: 1px solid rgba(0,0,0,.09);
}

    .AddressPerMain .CheckSelected[b-sp53f2443u] {
        position: relative;
        min-width: 30px;
        width: 30px;
        padding-right: 4px;
    }

        .AddressPerMain .CheckSelected .BorderMain[b-sp53f2443u] {
            margin-top: 5px;
            border-radius: 50%;
            border: 2px solid;
            width: 18px;
            height: 18px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

            .AddressPerMain .CheckSelected .BorderMain .InnerCircle[b-sp53f2443u] {
                border-radius: 50%;
                width: 8px;
                height: 8px;
            }

    .AddressPerMain .DataMainZone[b-sp53f2443u] {
        position: relative;
        width: 422px;
        padding-right: 30px;
        font-size: 14px;
    }

        .AddressPerMain .DataMainZone .FirstRow[b-sp53f2443u] {
            display: flex;
            align-items: center;
            position: relative;
        }

            .AddressPerMain .DataMainZone .FirstRow .Name[b-sp53f2443u] {
                overflow: hidden;
                text-overflow: ellipsis;
                font-size: 16px;
                white-space: nowrap;
            }

            .AddressPerMain .DataMainZone .FirstRow .FakeSlash[b-sp53f2443u] {
                display: block;
                border-left: .5px solid rgba(0,0,0,.26);
                height: 29px;
                margin: 0 8px;
            }

            .AddressPerMain .DataMainZone .FirstRow .PhoneNumber[b-sp53f2443u] {
                color: rgba(0,0,0,.54);
                min-width: 105px;
                flex: 1;
            }

.EditButton[b-sp53f2443u] {
    font-size: 14px;
    color: #08f;
    padding: 4px;
    cursor: pointer;
}

.DeleteButton[b-sp53f2443u] {
    font-size: 14px;
    color: red;
    padding: 4px;
    cursor: pointer;
    text-align: end;
}

        .AddressPerMain .DataMainZone .SecondRow[b-sp53f2443u] {
            margin-bottom: 4px;
            text-overflow: ellipsis;
            overflow-x: hidden;
        }

        .AddressPerMain .DataMainZone .ThirdRow[b-sp53f2443u] {
        }

        .AddressPerMain .DataMainZone .FourthRow[b-sp53f2443u] {
            margin-top: 4px;
        }

            .AddressPerMain .DataMainZone .FourthRow .ShowDefault[b-sp53f2443u] {
                width: fit-content;
                height: fit-content;
                color: #ee4d2d;
                border-color: #ee4d2d;
                padding: 2px 4px;
                border: 0.5px solid;
                border-radius: 1px;
                font-size: 14px;
            }

.ManageAddressButtonZone[b-sp53f2443u] {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 65px;
    border-top: 1px solid rgba(0,0,0,.09);
    padding: 0 24px;
    display: flex;
    justify-content: end;
    align-items: center;
    background: white;
}

    .ManageAddressButtonZone .ManageSizeButton[b-sp53f2443u] {
        width: 140px;
        height: 40px;
        padding: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }

    .ManageAddressButtonZone .ManageCancelButton[b-sp53f2443u] {
        border: 1px solid #ee4d2d;
        color: #ee4d2d;
        margin-right: 8px;
    }

    .ManageAddressButtonZone .ManageAcceptButton[b-sp53f2443u] {
        background: #ee4d2d;
        color: white;
    }

.ProductListZone[b-sp53f2443u] {
    margin-top: 12px;
    background: white;
    padding: 24px 30px 0px;
    font-size: 14px;
}

    .ProductListZone .TableProductList[b-sp53f2443u] {
        
    }

        .ProductListZone .TableProductList thead .RowSize[b-sp53f2443u] {
            height: 40px;
        }

        .ProductListZone .TableProductList tbody .RowSize[b-sp53f2443u] {
            height: 70px;
        }

    .ProductListZone .NameTitle[b-sp53f2443u] {
        font-size: 18px;
    }

    .ProductListZone .HeadColor[b-sp53f2443u] {
        color: #bbb!important;
    }

    .ProductListZone .NameDiv[b-sp53f2443u] {
        overflow: hidden;
        text-overflow: ellipsis;
        min-width: 0;
        max-width: 590px;
        width: 100%;
    }

        .ProductListZone .NameDiv .Name[b-sp53f2443u] {
            overflow: hidden;
            text-overflow: ellipsis;
            max-height: 70px;
            white-space: nowrap;
            min-width: 0;
            max-width: 100%;
        }

    .ProductListZone .ProductImg[b-sp53f2443u] {
        position: relative;
        height: 40px;
        width: 40px;
        min-height: 40px;
        min-width: 40px;
        margin-right: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        float: left;
    }

    .ProductListZone .ProductImg .Img[b-sp53f2443u]{
        max-height: 100%;
        max-width: 100%;
    }

    .ProductListZone .UnitName[b-sp53f2443u] {
        text-align: center;
        min-width: 100px;
    }

    .ProductListZone .PricePer[b-sp53f2443u] {
        text-align: center;
        min-width: 100px;
        color: #ee4d2d;
    }

    .ProductListZone .Qty[b-sp53f2443u] {
        text-align: center;
        min-width: 100px;
    }

    .ProductListZone .SumPrice[b-sp53f2443u] {
        text-align: right;
        min-width: 100px;
        color: #ee4d2d;
    }

.DetailPaymentZone[b-sp53f2443u] {
    margin-top: 20px;
    background: white;
    font-size: 14px;
}

    .DetailPaymentZone .TitleZone[b-sp53f2443u] {
        padding: 0px 30px;
        display: flex;
        align-items: center;
        height: 90px;
        border-bottom: 1px solid rgba(0,0,0,.09);
    }

    .DetailPaymentZone .PriceTransferZone[b-sp53f2443u] {
        display: flex;
        justify-content: end;
        align-items: center;
        height: 40px;
    }

        .DetailPaymentZone .PriceTransferZone .Div1[b-sp53f2443u] {
            width: 135px;
        }

        .DetailPaymentZone .PriceTransferZone .Div2[b-sp53f2443u] {
            min-width: 135px;
            text-align: right;
            padding-right: 30px;
            color: #ee4d2d;
        }

    .DetailPaymentZone .SummitButtonZone[b-sp53f2443u] {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0px 30px;
        height: 90px;
    }

        .DetailPaymentZone .SummitButtonZone .Div1[b-sp53f2443u] {
            color: rgba(0,0,0,.54);
        }

        .DetailPaymentZone .SummitButtonZone .Div2[b-sp53f2443u] {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 210px;
            height: 40px;
            border: 1px solid rgba(0,0,0,.09);
            box-shadow: 0 1px 1px 0 rgba(0,0,0,.03);
            border-radius: 2px;
            cursor: pointer;
        }

.DiscountPaymentZone[b-sp53f2443u] {
    margin-top: 20px;
    background: white;
    font-size: 14px;
}

    .DiscountPaymentZone .CodeZone[b-sp53f2443u] {
        padding: 0px 30px;
        height: 80px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .DiscountPaymentZone .CodeZone .Div1[b-sp53f2443u] {
            font-size: 18px;
        }

        .DiscountPaymentZone .CodeZone .Div2[b-sp53f2443u] {
            color: #05a;
            cursor: pointer;
        }

    .DiscountPaymentZone .CoinZone[b-sp53f2443u] {
        padding: 0px 30px;
        height: 80px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .DiscountPaymentZone .CoinZone .Div1[b-sp53f2443u] {
            font-size: 18px;
            display: flex;
            align-items: end;
        }

            .DiscountPaymentZone .CoinZone .Div1 .Text[b-sp53f2443u] {
                margin-right: 10px;
            }

            .DiscountPaymentZone .CoinZone .Div1 .SubText[b-sp53f2443u] {
                font-size: 14px;
                color: #929292;
                height: fit-content;
            }

        .DiscountPaymentZone .CoinZone .Div2[b-sp53f2443u] {
            color: #929292;
        }

.IsCheckOutingMain[b-sp53f2443u] {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,.4);
    display: grid;
    place-items: center;
}

    .IsCheckOutingMain .IsCheckOutingDiv[b-sp53f2443u] {
        background: white;
        padding: 0 60px;
        height: 100px;
        display: grid;
        place-items: center;
        font-size: 24px;
        border-radius: 5px;
    }

.PaymentAccountMain[b-sp53f2443u] {
    padding: 15px 0px 15px 75px;
    border-bottom: 1px solid rgba(0,0,0,.09);
}

.PaymentAccountMainPer[b-sp53f2443u] {
    margin-top: 15px;
    margin-bottom: 15px;
    display: flex;
    cursor: pointer;
}

    .PaymentAccountMainPer .InputRadio[b-sp53f2443u] {
    }

    .PaymentAccountMainPer .Name[b-sp53f2443u] {
        padding-left: 5px;
    }

.PaymentAccount.Selected[b-sp53f2443u] {
    background: white;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.PaymentTypeBoxPer[b-sp53f2443u] {
    padding: 8px 6px;
    border: solid 1px #e8e8e8;
    margin-left: 10px;
    cursor: pointer;
    user-select: none;
    transition: 0.25s;
}

    .PaymentTypeBoxPer.Disabled[b-sp53f2443u] {
        filter: brightness(0.8);
        color: white;
        cursor: not-allowed;
    }

    .PaymentTypeBoxPer.CanHover:hover[b-sp53f2443u] {
        color: white;
        background: #0d2327;
        cursor: pointer;
    }

    .PaymentTypeBoxPer.Selected[b-sp53f2443u] {
        color: white;
        background: #0d2327;
    }

.PaymentAccountImg[b-sp53f2443u] {
    max-width: 50px;
    max-height: 50px;
}
/* _content/MINEMELODY_WEBSITE_CMS/Components/Pages/FrontEnd/Customer/CustomerHome.razor.rz.scp.css */
.MainUserPage[b-09f5vjut6k] {
    position: relative;
    display: flex;
    overflow: hidden;
}

.Zone1[b-09f5vjut6k] {
    width: 190px;
    min-width: 190px;
    margin-right: 25px;
}

    .Zone1 .HeadProfile[b-09f5vjut6k]{
        display: flex;
        padding: 15px 0px;
        font-size: 14px;
    }

        .Zone1 .HeadProfile .ProfileImgDiv[b-09f5vjut6k] {
            position: relative;
            width: 48px;
            height: 48px;
            min-height: 48px;
            min-width: 48px;
            border-radius: 50%;
            overflow: hidden;
            border: 0px solid #000000;
        }

            .Zone1 .HeadProfile .ProfileImgDiv .ProfileImg[b-09f5vjut6k] {
                min-width: 100%;
                min-height: 100%;
                max-height: 100%;
            }

.Zone2[b-09f5vjut6k] {
    padding: 0px 0px 30px 30px;
    width: 100%;
    background: white;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.13);
}

        .Zone2 .Title[b-09f5vjut6k] {
            padding: 18px 0px;
            border-bottom: .0625rem solid #efefef;
        }

        .Zone2 .Title .T1[b-09f5vjut6k] {
            font-size: 18px;
        }

        .Zone2 .Title .T2[b-09f5vjut6k] {
            font-size: 14px;
        }

.UploadProfileZone[b-09f5vjut6k] {
    display: flex;
    justify-content: center;
    border-left: .0625rem solid #efefef;
    width: 280px;
}

.UploadProfileSubZone[b-09f5vjut6k] {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 160px;
    min-width: 160px;
    color: #999;
    font-size: 14px;
}

.UploadProfileButton[b-09f5vjut6k] {
    color: #555;
    border: 1px solid rgba(0,0,0,.09);
    width: fit-content;
    padding: 7px 20px;
    margin-bottom: 15px;
    cursor: pointer;
}

.MainMenu[b-09f5vjut6k]{
    margin-top: 0px;
}

.MainMenuPer[b-09f5vjut6k] {
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-top: 15px;
}

    .MainMenuPer img[b-09f5vjut6k] {
        width: 20px;
        height: 20px;
    }

    .MainMenuPer div[b-09f5vjut6k] {
        margin-left: 10px;
        font-size: 14px;
    }

.MainMenu .SubMain[b-09f5vjut6k] {
    font-size: 14px;
    padding-left: 31px;
    color: rgba(0,0,0,.65);
}

    .MainMenu .SubMain .SubPer[b-09f5vjut6k] {
        font-size: 14px;
        margin-top: 10px;
        cursor: pointer;
        transition: 0.2s;
    }

    .MainMenu .SubMain .SubPer:hover[b-09f5vjut6k] {
        color: #00bfa5;
    }

.UserNotAllowStatus[b-09f5vjut6k] {
    background: #ece9e1;
    width: fit-content;
    padding: 5px 15px;
    border-radius: 5px;
    margin-bottom: 5px;
    color: red;
}
/* _content/MINEMELODY_WEBSITE_CMS/Components/Pages/FrontEnd/Customer/Menu_User/FrontEndChangePassword.razor.rz.scp.css */
.TitleInput[b-gmazojgnba] {
    position: absolute;
    top: -10px;
    left: 10px;
    font-size: 12px;
    background: white;
    padding: 0 5px;
}

.WidthBase[b-gmazojgnba] {
    width: 300px;
}
/* _content/MINEMELODY_WEBSITE_CMS/Components/Pages/FrontEnd/Customer/Menu_User/Profile.razor.rz.scp.css */
.UserInfoPerBox[b-120jdgglaj] {
    display: flex;
    margin-bottom: 30px;
}

    .UserInfoPerBox .A1[b-120jdgglaj] {
        width: 140px;
        min-width: 140px;
        font-size: 14px;
        color: rgba(0,0,0,.65);
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: end;
        margin-right: 20px;
    }

    .UserInfoPerBox .A2[b-120jdgglaj] {
        width: 65%;
    }

        .UserInfoPerBox .A2 input[b-120jdgglaj] {
            padding-left: 10px;
            height: 40px;
            width: 100%;
        }

        .UserInfoPerBox .A2 .TextSubInput[b-120jdgglaj] {
            padding-top: 4px;
            color: rgba(0,0,0,.4);
            font-size: 14px;
        }

.SaveButton[b-120jdgglaj] {
    width: fit-content;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
}

.SexPer[b-120jdgglaj] {
    display: flex;
    align-items: center;
    margin-right: 15px;
    cursor: pointer;
}

.RadioSexButton[b-120jdgglaj] {
    width: 18px;
    height: 18px;
    font-size: 14px;
    border: 2px solid rgba(0,0,0,.26);
    border-radius: 50%;
    margin-right: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .RadioSexButton .SelectedDot[b-120jdgglaj] {
        opacity: 0;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        transition: 0.2s;
    }

.RadioSexText[b-120jdgglaj] {
    font-size: 14px;
}

[b-120jdgglaj] .HiddenInputFile {
    display: none;
}

.UploadProfileZone[b-120jdgglaj] {
    display: flex;
    justify-content: center;
    border-left: .0625rem solid #efefef;
    width: 280px;
}

.UploadProfileSubZone[b-120jdgglaj] {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 160px;
    min-width: 160px;
    color: #999;
    font-size: 14px;
}

    .UploadProfileSubZone .ImageProfileDiv[b-120jdgglaj] {
        position: relative;
        width: 100px;
        height: 100px;
        cursor: pointer;
        border-radius: 50%;
        margin: 10px 0px;
        overflow: hidden;
        border: 0px solid #000000;
    }

        .UploadProfileSubZone .ImageProfileDiv .ImageProfile[b-120jdgglaj] {
            position: absolute;
            transform: translate(-50%,-50%);
            top: 50%;
            left: 50%;
            overflow-clip-margin: content-box;
            overflow: clip;
            cursor: pointer;
            user-select: none;
            list-style: none;
            text-align: center;
        }

        .UploadProfileSubZone .ImageProfileDiv .vw[b-120jdgglaj] {
            max-height: 100%;
        }

        .UploadProfileSubZone .ImageProfileDiv .vh[b-120jdgglaj] {
            max-width: 100%;
        }

.UploadProfileButton[b-120jdgglaj] {
    color: #555;
    border: 1px solid rgba(0,0,0,.09);
    width: fit-content;
    padding: 7px 20px;
    margin-bottom: 15px;
    cursor: pointer;
}

.DateSelectorBoxSize[b-120jdgglaj] {
    width: 126.7px;
    height: 40px;
    padding-left: 10px;
}
/* _content/MINEMELODY_WEBSITE_CMS/Components/Pages/FrontEnd/Customer/Menu_User/User_Address.razor.rz.scp.css */
.ModalMainManageAddress[b-m2nqn9qgiv] {
    position: relative;
    width: 500px;
    height: 600px;
    min-height: 600px;
    max-height: 600px;
    background: white;
    box-shadow: 0 2px 4px rgba(0,0,0,.54);
    border-radius: 3px;
    display: flex;
    flex-direction: column;
}

    .ModalMainManageAddress .TitleMain[b-m2nqn9qgiv] {
        position: relative;
        padding: 16px 24px;
        border-bottom: 1px solid rgba(0,0,0,.09);
        font-size: 16px;
    }

.IsNotModal[b-m2nqn9qgiv] {
    position: relative;
    width: auto;
    height: auto;
    min-height: auto;
    max-height: auto;
    box-shadow: none;
}

.ChangeAddressModal[b-m2nqn9qgiv] {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,.4);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9;
}

@font-face {
    font-family: 'GoogleFont';
    font-style: normal;
    font-weight: 100 700;
    src: url('../fonts/google-font.woff2') format('woff2');
}

.HeaderTopDiv[b-m2nqn9qgiv] {
    background-image: repeating-linear-gradient(45deg,#6fa6d6,#6fa6d6 33px,transparent 0,transparent 41px,#f18d9b 0,#f18d9b 74px,transparent 0,transparent 82px);
    height: 3px;
    width: 100%;
}

.AddressDiv[b-m2nqn9qgiv] {
    padding: 24px;
    background: white;
}

    .AddressDiv .Text[b-m2nqn9qgiv] {
        margin-left: 10px;
    }

.AddressTitle[b-m2nqn9qgiv] {
    display: flex;
    align-items: center;
    color: #ee4d2d;
    fill: currentColor;
    margin-bottom: 20px;
}

.AddressSelectedZone[b-m2nqn9qgiv] {
    display: flex;
    color: black;
    font-size: 16px;
}

.DefaultTag[b-m2nqn9qgiv] {
    color: #ee4d2d;
    padding: 2px 5px;
    border-radius: 1px;
    font-size: 10px;
    border: 0.5px solid #ee4d2d;
    display: flex;
    align-items: center;
    justify-content: center;
    height: fit-content;
}

.ChangeAddressButton[b-m2nqn9qgiv] {
    color: #4080ee;
    font-size: 14px;
    height: fit-content;
    cursor: pointer;
}

.TitleZone1[b-m2nqn9qgiv] {
    float: left;
}

.TitleZone2[b-m2nqn9qgiv] {
    margin-left: 20px;
    min-width: 50px;
    display: flex;
    justify-content: center;
}

.TitleZone3[b-m2nqn9qgiv] {
    margin-left: 30px;
    min-width: 40px;
    display: flex;
    justify-content: center;
}

.AddnewAddressButton[b-m2nqn9qgiv] {
    display: flex;
    align-items: center;
    width: fit-content;
    font-size: 14px;
    border: 1px solid #ee4d2d;
    color: #ee4d2d;
    padding: 2px 15px;
    cursor: pointer;
}

    .AddnewAddressButton[b-m2nqn9qgiv]::before {
        font-family: GoogleFont;
        content: "\e145";
        font-size: 20px;
        font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 200, 'opsz' 20;
        color: rgb(120, 120, 120);
        margin-right: 5px;
    }

.ListAddressZone[b-m2nqn9qgiv] {
    position: relative;
    width: 100%;
    padding: 0px 24px;
    padding-bottom: 88px;
    flex: 1;
    overflow: scroll;
}

.AddressPerMain[b-m2nqn9qgiv] {
    display: flex;
    position: relative;
    width: 100%;
    max-width: 100%;
    padding: 16px 0px;
    border-bottom: 1px solid rgba(0,0,0,.09);
}

    .AddressPerMain .CheckSelected[b-m2nqn9qgiv] {
        position: relative;
        min-width: 30px;
        width: 30px;
        padding-right: 4px;
    }

        .AddressPerMain .CheckSelected .BorderMain[b-m2nqn9qgiv] {
            margin-top: 5px;
            border-radius: 50%;
            border: 2px solid;
            width: 18px;
            height: 18px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

            .AddressPerMain .CheckSelected .BorderMain .InnerCircle[b-m2nqn9qgiv] {
                border-radius: 50%;
                width: 8px;
                height: 8px;
            }

    .AddressPerMain .DataMainZone[b-m2nqn9qgiv] {
        position: relative;
        width: 422px;
        padding-right: 30px;
        font-size: 14px;
    }

        .AddressPerMain .DataMainZone .FirstRow[b-m2nqn9qgiv] {
            display: flex;
            align-items: center;
            position: relative;
        }

            .AddressPerMain .DataMainZone .FirstRow .Name[b-m2nqn9qgiv] {
                overflow: hidden;
                text-overflow: ellipsis;
                font-size: 16px;
                white-space: nowrap;
            }

            .AddressPerMain .DataMainZone .FirstRow .FakeSlash[b-m2nqn9qgiv] {
                display: block;
                border-left: .5px solid rgba(0,0,0,.26);
                height: 29px;
                margin: 0 8px;
            }

            .AddressPerMain .DataMainZone .FirstRow .PhoneNumber[b-m2nqn9qgiv] {
                color: rgba(0,0,0,.54);
                min-width: 105px;
                flex: 1;
            }

.EditButton[b-m2nqn9qgiv] {
    font-size: 14px;
    color: #08f;
    padding: 4px;
    cursor: pointer;
    text-align: end;
}

.DeleteButton[b-m2nqn9qgiv] {
    font-size: 14px;
    color: red;
    padding: 4px;
    cursor: pointer;
    text-align: end;
}

        .AddressPerMain .DataMainZone .SecondRow[b-m2nqn9qgiv] {
            margin-bottom: 4px;
            text-overflow: ellipsis;
            overflow-x: hidden;
        }

        .AddressPerMain .DataMainZone .ThirdRow[b-m2nqn9qgiv] {
        }

        .AddressPerMain .DataMainZone .FourthRow[b-m2nqn9qgiv] {
            margin-top: 4px;
        }

            .AddressPerMain .DataMainZone .FourthRow .ShowDefault[b-m2nqn9qgiv] {
                width: fit-content;
                height: fit-content;
                color: #ee4d2d;
                border-color: #ee4d2d;
                padding: 2px 4px;
                border: 0.5px solid;
                border-radius: 1px;
                font-size: 14px;
            }

.ManageAddressButtonZone[b-m2nqn9qgiv] {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 65px;
    border-top: 1px solid rgba(0,0,0,.09);
    padding: 0 24px;
    display: flex;
    justify-content: end;
    align-items: center;
    background: white;
}

    .ManageAddressButtonZone .ManageSizeButton[b-m2nqn9qgiv] {
        width: 140px;
        height: 40px;
        padding: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }

    .ManageAddressButtonZone .ManageCancelButton[b-m2nqn9qgiv] {
        border: 1px solid #ee4d2d;
        color: #ee4d2d;
        margin-right: 8px;
    }

    .ManageAddressButtonZone .ManageAcceptButton[b-m2nqn9qgiv] {
        background: #ee4d2d;
        color: white;
    }

.ProductListZone[b-m2nqn9qgiv] {
    margin-top: 12px;
    background: white;
    padding: 24px 30px 0px;
    font-size: 14px;
}

    .ProductListZone .TableProductList[b-m2nqn9qgiv] {
    }

        .ProductListZone .TableProductList thead .RowSize[b-m2nqn9qgiv] {
            height: 40px;
        }

        .ProductListZone .TableProductList tbody .RowSize[b-m2nqn9qgiv] {
            height: 70px;
        }

    .ProductListZone .NameTitle[b-m2nqn9qgiv] {
        font-size: 18px;
    }

    .ProductListZone .HeadColor[b-m2nqn9qgiv] {
        color: #bbb !important;
    }

    .ProductListZone .NameDiv[b-m2nqn9qgiv] {
        overflow: hidden;
        text-overflow: ellipsis;
        min-width: 0;
        max-width: 590px;
        width: 100%;
    }

        .ProductListZone .NameDiv .Name[b-m2nqn9qgiv] {
            overflow: hidden;
            text-overflow: ellipsis;
            max-height: 70px;
            white-space: nowrap;
            min-width: 0;
            max-width: 100%;
        }

    .ProductListZone .ProductImg[b-m2nqn9qgiv] {
        position: relative;
        height: 40px;
        width: 40px;
        min-height: 40px;
        min-width: 40px;
        margin-right: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        float: left;
    }

        .ProductListZone .ProductImg .Img[b-m2nqn9qgiv] {
            max-height: 100%;
            max-width: 100%;
        }

    .ProductListZone .UnitName[b-m2nqn9qgiv] {
        text-align: center;
        min-width: 100px;
    }

    .ProductListZone .PricePer[b-m2nqn9qgiv] {
        text-align: center;
        min-width: 100px;
        color: #ee4d2d;
    }

    .ProductListZone .Qty[b-m2nqn9qgiv] {
        text-align: center;
        min-width: 100px;
    }

    .ProductListZone .SumPrice[b-m2nqn9qgiv] {
        text-align: right;
        min-width: 100px;
        color: #ee4d2d;
    }

.DetailPaymentZone[b-m2nqn9qgiv] {
    margin-top: 20px;
    background: white;
    font-size: 14px;
}

    .DetailPaymentZone .TitleZone[b-m2nqn9qgiv] {
        padding: 0px 30px;
        display: flex;
        align-items: center;
        height: 90px;
        border-bottom: 1px solid rgba(0,0,0,.09);
    }

    .DetailPaymentZone .PriceTransferZone[b-m2nqn9qgiv] {
        display: flex;
        justify-content: end;
        align-items: center;
        height: 40px;
    }

        .DetailPaymentZone .PriceTransferZone .Div1[b-m2nqn9qgiv] {
            width: 135px;
        }

        .DetailPaymentZone .PriceTransferZone .Div2[b-m2nqn9qgiv] {
            min-width: 135px;
            text-align: right;
            padding-right: 30px;
            color: #ee4d2d;
        }

    .DetailPaymentZone .SummitButtonZone[b-m2nqn9qgiv] {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0px 30px;
        height: 90px;
    }

        .DetailPaymentZone .SummitButtonZone .Div1[b-m2nqn9qgiv] {
            color: rgba(0,0,0,.54);
        }

        .DetailPaymentZone .SummitButtonZone .Div2[b-m2nqn9qgiv] {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 210px;
            height: 40px;
            border: 1px solid rgba(0,0,0,.09);
            box-shadow: 0 1px 1px 0 rgba(0,0,0,.03);
            border-radius: 2px;
            cursor: pointer;
        }

.DiscountPaymentZone[b-m2nqn9qgiv] {
    margin-top: 20px;
    background: white;
    font-size: 14px;
}

    .DiscountPaymentZone .CodeZone[b-m2nqn9qgiv] {
        padding: 0px 30px;
        height: 80px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .DiscountPaymentZone .CodeZone .Div1[b-m2nqn9qgiv] {
            font-size: 18px;
        }

        .DiscountPaymentZone .CodeZone .Div2[b-m2nqn9qgiv] {
            color: #05a;
            cursor: pointer;
        }

    .DiscountPaymentZone .CoinZone[b-m2nqn9qgiv] {
        padding: 0px 30px;
        height: 80px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .DiscountPaymentZone .CoinZone .Div1[b-m2nqn9qgiv] {
            font-size: 18px;
            display: flex;
            align-items: end;
        }

            .DiscountPaymentZone .CoinZone .Div1 .Text[b-m2nqn9qgiv] {
                margin-right: 10px;
            }

            .DiscountPaymentZone .CoinZone .Div1 .SubText[b-m2nqn9qgiv] {
                font-size: 14px;
                color: #929292;
                height: fit-content;
            }

        .DiscountPaymentZone .CoinZone .Div2[b-m2nqn9qgiv] {
            color: #929292;
        }

.IsCheckOutingMain[b-m2nqn9qgiv] {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,.4);
    display: grid;
    place-items: center;
}

    .IsCheckOutingMain .IsCheckOutingDiv[b-m2nqn9qgiv] {
        background: white;
        padding: 0 60px;
        height: 100px;
        display: grid;
        place-items: center;
        font-size: 24px;
        border-radius: 5px;
    }

.PaymentAccountMain[b-m2nqn9qgiv] {
    padding: 15px 0px 15px 75px;
    border-bottom: 1px solid rgba(0,0,0,.09);
}

.PaymentAccountMainPer[b-m2nqn9qgiv] {
    margin-top: 15px;
    margin-bottom: 15px;
    display: flex;
    cursor: pointer;
}

    .PaymentAccountMainPer .InputRadio[b-m2nqn9qgiv] {
    }

    .PaymentAccountMainPer .Name[b-m2nqn9qgiv] {
        padding-left: 5px;
    }

.PaymentAccount.Selected[b-m2nqn9qgiv] {
    background: white;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.PaymentTypeBoxPer[b-m2nqn9qgiv] {
    padding: 8px 6px;
    border: solid 1px #e8e8e8;
    margin-left: 10px;
    cursor: pointer;
    user-select: none;
    transition: 0.25s;
}

    .PaymentTypeBoxPer.Disabled[b-m2nqn9qgiv] {
        filter: brightness(0.8);
        color: white;
        cursor: not-allowed;
    }

    .PaymentTypeBoxPer.CanHover:hover[b-m2nqn9qgiv] {
        color: white;
        background: #0d2327;
        cursor: pointer;
    }

    .PaymentTypeBoxPer.Selected[b-m2nqn9qgiv] {
        color: white;
        background: #0d2327;
    }
/* _content/MINEMELODY_WEBSITE_CMS/Components/Pages/FrontEnd/Customer_Cart/Customer_Cart.razor.rz.scp.css */
.HeaderTitleDiv[b-1b2bqg7t3g] {
    position: relative;
    height: 55px;
    width: 100%;
    background: white;
    margin-bottom: 12px;
    padding-left: 20px;
    display: flex;
    align-items: center;
    font-size: 14px;
}

.BodyProductDiv[b-1b2bqg7t3g] {
    width: 100%;
    background: white;
    padding-left: 0px;
    font-size: 14px;
    margin-bottom: 40px;
}

    .BodyProductDiv .Per[b-1b2bqg7t3g] {
        height: fit-content;
        padding: 15px 0px;
        padding-left: 20px;
        display: flex;
        align-items: center;
        position: relative;
    }

        .BodyProductDiv .Per.CantSales[b-1b2bqg7t3g] {
            background: #ff636387;
            cursor: not-allowed;
        }

        .BodyProductDiv .Per.Single[b-1b2bqg7t3g] {
            background: #ffffffff;
        }

        .BodyProductDiv .Per.Double[b-1b2bqg7t3g] {
            background: #f7f7f7ff;
        }

.CheckIsSelectedBox[b-1b2bqg7t3g] {
    position: relative;
    min-width: 18px;
    min-height: 18px;
    background: white;
    border: 1px solid rgba(0,0,0,.14);
    border-radius: 2px;
    margin: 0px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.BlockBuy[b-1b2bqg7t3g] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #d3d3d3;
    opacity: 0.2;
}

.ProductDivTitleZone[b-1b2bqg7t3g] {
    min-width: 492px;
}

    .ProductDivTitleZone .ImgZone[b-1b2bqg7t3g] {
        position: relative;
        height: 40px;
        min-height: 40px;
        width: 40px;
        min-width: 40px;
        cursor: pointer;
    }

        .ProductDivTitleZone .ImgZone .ProductImage[b-1b2bqg7t3g]
        {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%,-50%);
        }

.PricePerQtyTitleZone[b-1b2bqg7t3g] {
    text-align: center;
    min-width: 120px;
}

.QtyTitleZone[b-1b2bqg7t3g] {
    text-align: center;
    min-width: 120px;
    display: flex;
    justify-content: center;
}

.PriceSumTitleZone[b-1b2bqg7t3g] {
    text-align: center;
    min-width: 120px;
}

.ActionTitleZone[b-1b2bqg7t3g] {
    text-align: center;
    min-width: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.DeleteButtonCart[b-1b2bqg7t3g] {
    width: fit-content;
    transition: 0.25s;
    cursor: pointer;
}

    .DeleteButtonCart:hover[b-1b2bqg7t3g] {
        color: red;
    }

.WantQty[b-1b2bqg7t3g] {
    width: 80px;
    text-align: center;
}

.AddOrRemoveQtyButton[b-1b2bqg7t3g] {
    height: 32px;
    width: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    border: 1px solid rgba(0,0,0,.09);
    cursor: pointer;
}

.SelectedProducts[b-1b2bqg7t3g] {
    position: absolute;
    width: 100%;
    height: 100%;
}

.SelectedProducts[b-1b2bqg7t3g]::after {
    font-family: GoogleFont;
    content: "\e876";
    font-size: 20px;
    font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 200, 'opsz' 20;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}

.ProductName[b-1b2bqg7t3g] {
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer;
    min-width: 272px;
    max-width: 272px;

    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 1;
}

@font-face {
    font-family: 'GoogleFont';
    font-style: normal;
    font-weight: 100 700;
    src: url('../fonts/google-font.woff2') format('woff2');
}

.SelectUnitZone[b-1b2bqg7t3g] {
    min-width: 140px;
    max-width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 10px;
}

.SelectUnitZone .OptionZone[b-1b2bqg7t3g] {
    width: 100%;
    padding-left: 5px;
}

.SubmitZone[b-1b2bqg7t3g] {
    position: sticky;
    background: white;
    height: 160px;
    bottom: 0;
    box-shadow: rgb(128, 128, 128, 0.19) 0px -5px 5px;
    margin-bottom: -30px;
    font-size: 14px;
    z-index: 2;
}

    .SubmitZone .Line1[b-1b2bqg7t3g] {
        display: flex;
        justify-content: end;
        align-items: center;
        height: 44px;
        border-bottom: 1px dashed rgba(0,0,0,.09);
        padding: 0px 20px;
    }

    .SubmitZone .Line1 .CodeZone[b-1b2bqg7t3g]{
        display: flex;
        align-items: center;
        width: 390px;
    }

    .SubmitZone .Line2[b-1b2bqg7t3g] {
        display: flex;
        justify-content: end;
        align-items: center;
        height: 50px;
        border-bottom: 1px dashed rgba(0,0,0,.09);
        padding: 0px 20px;
    }

        .SubmitZone .Line2 .PointZone[b-1b2bqg7t3g] {
            display: flex;
            align-items: center;
            width: 390px;
        }

    .SubmitZone .Line3[b-1b2bqg7t3g] {
        display: flex;
        align-items: center;
        height: 70px;
        padding: 0px 20px;
        z-index: 10;
    }

.CheckUsePoint[b-1b2bqg7t3g] {
    position: relative;
    min-width: 18px;
    min-height: 18px;
    width: 18px;
    height: 18px;
    background: white;
    border: 1px solid rgba(0,0,0,.14);
    border-radius: 2px;
    margin: 0px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.SumSelectedProduct[b-1b2bqg7t3g] {

}

.SumPriceOrder[b-1b2bqg7t3g] {
    padding: 0px 20px;
    font-size: 24px;
    color: #ee4d2d;
}

.OrderProductButton[b-1b2bqg7t3g] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 40px;
    border-radius: 2px;
    cursor: pointer;
}

.DisabledTheme[b-1b2bqg7t3g] {
    cursor: not-allowed;
    background: #80808012;
}
/* _content/MINEMELODY_WEBSITE_CMS/Components/Pages/FrontEnd/HeaderZone.razor.rz.scp.css */
@font-face {
    font-family: 'GoogleFont';
    font-style: normal;
    font-weight: 100 700;
    src: url('../fonts/google-font.woff2') format('woff2');
}

/* ============ GLOBAL GUARD ============ */
*[b-ua03fbuw9m], *[b-ua03fbuw9m]::before, *[b-ua03fbuw9m]::after {
    box-sizing: border-box;
}

/* ============ TOPBAR ============ */
.mm-topbar[b-ua03fbuw9m] {
    background: #293649;
    color: white;
    font-size: 13px;
    padding: 8px 0;
    width: 100%;
}

.mm-topbar-inner[b-ua03fbuw9m] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
    gap: 16px;
}

.mm-topbar-left[b-ua03fbuw9m] {
    display: flex;
    gap: 18px;
    align-items: center;
    color: #cfd6e2;
}

.mm-topbar-left span[b-ua03fbuw9m] {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
}

.mm-topbar-left svg[b-ua03fbuw9m] {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
    opacity: .85;
}

.mm-topbar-right[b-ua03fbuw9m] {
    display: flex;
    gap: 12px;
    align-items: center;
}

.mm-admin-pill[b-ua03fbuw9m] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 4px 12px;
    border-radius: 999px;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.15);
    cursor: pointer;
    font-size: 12px;
    font-weight: 600;
    color: #cfd6e2;
    transition: background .2s;
    user-select: none;
}

.mm-admin-pill:hover[b-ua03fbuw9m] {
    background: rgba(255,255,255,.16);
    color: white;
}

.mm-dot[b-ua03fbuw9m] {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #10b981;
    display: inline-block;
    flex-shrink: 0;
}

.mm-toplink[b-ua03fbuw9m] {
    color: #cfd6e2;
    font-size: 13px;
    cursor: pointer;
    transition: color .2s;
    text-decoration: none;
}

.mm-toplink:hover[b-ua03fbuw9m] {
    color: white;
}

.mm-sep[b-ua03fbuw9m] {
    color: rgba(255,255,255,.25);
    font-size: 13px;
}

/* ============ USER DROPDOWN ============ */
.mm-user[b-ua03fbuw9m] {
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

.mm-user-avatar[b-ua03fbuw9m] {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1.5px solid rgba(255,255,255,.3);
    flex-shrink: 0;
}

.mm-user-avatar img[b-ua03fbuw9m] {
    max-height: 100%;
    min-height: 100%;
    min-width: 100%;
    object-fit: cover;
}

.mm-user-name[b-ua03fbuw9m] {
    font-size: 13px;
    color: #cfd6e2;
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mm-user-menu[b-ua03fbuw9m] {
    position: absolute;
    top: 100%;
    right: 0;
    padding-top: 8px;
    opacity: 0;
    transform: scale(0.95) translateY(-4px);
    transform-origin: top right;
    transition: opacity .2s, transform .2s;
    z-index: -9;
    min-width: 160px;
    pointer-events: none;
}

.mm-user:hover .mm-user-menu[b-ua03fbuw9m] {
    opacity: 1;
    transform: scale(1) translateY(0);
    z-index: 100;
    pointer-events: auto;
}

.mm-user-menu-main[b-ua03fbuw9m] {
    background: white;
    border-radius: 10px;
    box-shadow: 0 8px 24px -4px rgba(41,54,73,.18);
    overflow: hidden;
    border: 1px solid #e5e9ef;
}

.mm-user-menu-item[b-ua03fbuw9m] {
    display: flex;
    align-items: center;
    height: 40px;
    padding: 0 16px;
    font-size: 14px;
    color: #293649;
    transition: .15s;
    cursor: pointer;
    border-bottom: 1px solid #f3f4f6;
    white-space: nowrap;
}

.mm-user-menu-item:last-child[b-ua03fbuw9m] {
    border-bottom: none;
}

.mm-user-menu-item:hover[b-ua03fbuw9m] {
    background: #eff6ff;
    color: #3b82f6;
}

/* ============ HEADER ============ */
.mm-header[b-ua03fbuw9m] {
    background: rgba(255,255,255,.95);
    border-bottom: 1px solid #e5e9ef;
    position: sticky;
    top: 0;
    z-index: 50;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    width: 100%;
}

.mm-header-inner[b-ua03fbuw9m] {
    max-width: 1280px;
    margin: 0 auto;
    padding: 14px 24px;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 24px;
}

/* Logo */
.mm-logo[b-ua03fbuw9m] {
    display: flex;
    align-items: center;
    cursor: pointer;
    text-decoration: none;
    flex-shrink: 0;
    gap: 10px;
}

.mm-logo-img[b-ua03fbuw9m] {
    height: 48px;
    max-width: 180px;
    width: auto;
    object-fit: contain;
    display: block;
}

.mm-cw-logo-icon[b-ua03fbuw9m] {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background: linear-gradient(135deg, #3b82f6 0%, #3b8bf7 50%, #293649 100%);
    box-shadow: 0 4px 12px -2px rgba(59,130,246,.4);
    display: grid;
    place-items: center;
    color: white;
    font-weight: 800;
    font-size: 16px;
    letter-spacing: -0.05em;
    flex-shrink: 0;
    font-family: 'Manrope', 'Segoe UI', sans-serif;
}

.mm-cw-logo-text[b-ua03fbuw9m] {
    font-size: 22px;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: #293649;
    white-space: nowrap;
    font-family: 'Manrope', 'Segoe UI', sans-serif;
}

.mm-cw-logo-text-blue[b-ua03fbuw9m] {
    color: #3b82f6;
}

/* Search */
.mm-search[b-ua03fbuw9m] {
    position: relative;
    max-width: 560px;
    width: 100%;
    justify-self: center;
    display: flex;
    align-items: center;
}

.mm-search-icon[b-ua03fbuw9m] {
    position: absolute;
    left: 14px;
    width: 18px;
    height: 18px;
    color: #6b7280;
    pointer-events: none;
    z-index: 2;
    flex-shrink: 0;
}

.mm-search-input-wrap[b-ua03fbuw9m] {
    flex: 1;
    position: relative;
}

.mm-search-input-wrap input[b-ua03fbuw9m] {
    width: 100%;
    padding: 12px 70px 12px 44px;
    border: 1.5px solid #e5e9ef;
    border-radius: 12px;
    background: white;
    font-size: 14px;
    font-family: 'IBM Plex Sans Thai', inherit;
    color: #293649;
    transition: border-color .2s, box-shadow .2s;
    height: auto;
    appearance: none;
    -webkit-appearance: none;
}

.mm-search-input-wrap input[b-ua03fbuw9m]::placeholder {
    color: #b1b5bb;
}

.mm-search-input-wrap input:focus[b-ua03fbuw9m] {
    outline: none !important;
    border-color: #3b82f6 !important;
    box-shadow: 0 0 0 4px rgba(59,130,246,.1) !important;
}

.mm-search-shortcut[b-ua03fbuw9m] {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    font-family: 'JetBrains Mono', monospace;
    font-size: 11px;
    padding: 3px 7px;
    border-radius: 6px;
    background: #f7f9fc;
    color: #6b7280;
    border: 1px solid #e5e9ef;
    pointer-events: none;
    z-index: 2;
    white-space: nowrap;
}

/* Search dropdown */
.mm-search-drop[b-ua03fbuw9m] {
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    width: 100%;
    background: white;
    border-radius: 12px;
    box-shadow: 0 8px 24px -4px rgba(41,54,73,.15);
    overflow: hidden;
    z-index: 100;
    border: 1px solid #e5e9ef;
}

/* Header actions */
.mm-header-actions[b-ua03fbuw9m] {
    display: flex;
    gap: 8px;
    align-items: center;
    flex-shrink: 0;
}

/* Wishlist button */
.mm-wish-btn[b-ua03fbuw9m] {
    width: 44px;
    height: 44px;
    border-radius: 11px;
    background: white;
    border: 1.5px solid #e5e9ef;
    display: grid;
    place-items: center;
    transition: all .2s;
    color: #293649;
    cursor: pointer;
    flex-shrink: 0;
}

.mm-wish-btn:hover[b-ua03fbuw9m] {
    border-color: #ef4444;
    color: #ef4444;
    background: #fff5f5;
}

.mm-wish-btn svg[b-ua03fbuw9m] {
    width: 18px;
    height: 18px;
}

/* Cart button */
.mm-cart-btn[b-ua03fbuw9m] {
    position: relative;
    width: 44px;
    height: 44px;
    border-radius: 11px;
    background: white;
    border: 1.5px solid #e5e9ef;
    display: grid;
    place-items: center;
    transition: all .2s;
    color: #293649;
}

.mm-cart-btn:hover:not(.disabled)[b-ua03fbuw9m] {
    border-color: #3b82f6;
    color: #3b82f6;
    background: #eff6ff;
}

.mm-cart-icon[b-ua03fbuw9m] {
    display: grid;
    place-items: center;
    width: 100%;
    height: 100%;
    position: relative;
    cursor: pointer;
}

.mm-cart-icon svg[b-ua03fbuw9m] {
    width: 18px;
    height: 18px;
}

.mm-cart-badge[b-ua03fbuw9m] {
    position: absolute;
    top: -6px;
    right: -6px;
    min-width: 18px;
    height: 18px;
    padding: 0 4px;
    background: #ef4444;
    color: white;
    border-radius: 999px;
    font-size: 10px;
    font-weight: 700;
    display: grid;
    place-items: center;
    border: 2px solid white;
    pointer-events: none;
}

/* ============ NAV ============ */
.mm-nav[b-ua03fbuw9m] {
    background: white;
    border-bottom: 1px solid #e8e8e8;
    width: 100%;
    position: relative;
    z-index: 40;
}

.mm-nav-inner[b-ua03fbuw9m] {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    align-items: stretch;
}

/* Category dropdown */
.mm-nav-cat[b-ua03fbuw9m] {
    position: relative;
    display: flex;
    align-items: center;
    padding: 14px 20px;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    white-space: nowrap;
    gap: 10px;
    flex-shrink: 0;
    transition: filter .2s;
}

.mm-nav-cat:hover .mm-nav-cat-text[b-ua03fbuw9m] {
    opacity: 0.88;
}

.mm-nav-cat svg[b-ua03fbuw9m] {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
}

.mm-nav-cat-text[b-ua03fbuw9m] {
    display: flex;
    align-items: center;
    gap: 10px;
    user-select: none;
}

/* Scrolling links container — scroll here, not on mm-nav-inner,
   so the category dropdown above is never clipped */
.mm-nav-links-scroll[b-ua03fbuw9m] {
    display: flex;
    align-items: stretch;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    flex: 1;
}

.mm-nav-links-scroll[b-ua03fbuw9m]::-webkit-scrollbar {
    display: none;
}

.mm-nav-cat-drop[b-ua03fbuw9m] {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 220px;
    background: white;
    border-radius: 0 0 12px 12px;
    box-shadow: 0 8px 24px -4px rgba(41,54,73,.15);
    z-index: 200;
    border: 1px solid #e8e8e8;
    border-top: none;
}

.mm-nav-cat:hover .mm-nav-cat-drop[b-ua03fbuw9m] {
    display: block;
}

.mm-nav-cat-item[b-ua03fbuw9m] {
    padding: 11px 18px;
    font-size: 14px;
    font-weight: 400;
    color: #6b7280;
    cursor: pointer;
    transition: all .15s;
    border-bottom: 1px solid #f3f4f6;
}

.mm-nav-cat-item:last-child[b-ua03fbuw9m] {
    border-bottom: none;
}

.mm-nav-cat-item:hover[b-ua03fbuw9m] {
    color: #293649;
    background: #f7f9fc;
    padding-left: 22px;
}

/* Nav page links */
.mm-nav-link[b-ua03fbuw9m] {
    display: flex;
    align-items: stretch;
    flex-shrink: 0;
}

.mm-nav-link a[b-ua03fbuw9m] {
    display: flex;
    align-items: center;
    padding: 14px 18px;
    font-size: 14px;
    font-weight: 500;
    color: #6b7280;
    text-decoration: none;
    transition: color .2s;
    white-space: nowrap;
}

.mm-nav-link a:hover[b-ua03fbuw9m] {
    color: #3b82f6;
}

.mm-nav-link a.active[b-ua03fbuw9m] {
    color: #3b82f6;
    font-weight: 600;
}

.mm-hot-badge[b-ua03fbuw9m] {
    display: inline-flex;
    align-items: center;
    margin-left: 6px;
    padding: 2px 6px;
    border-radius: 4px;
    background: #fee2e2;
    color: #ef4444;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.5px;
    line-height: 1;
    vertical-align: middle;
}

/* ============ SEARCH RESULTS (shared) ============ */
.PerFound[b-ua03fbuw9m] {
    display: flex;
    padding: 10px 15px;
    cursor: pointer;
    background: white;
    transition: background .1s;
    border-bottom: 1px dashed #e5e9ef;
}

.PerFound.Selected[b-ua03fbuw9m],
.PerFound:hover[b-ua03fbuw9m] {
    background: #f7f9fc;
}

.PerFound .ProductImg[b-ua03fbuw9m] {
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
    margin-right: 10px;
    display: grid;
    place-items: center;
}

.PerFound .ProductImg img[b-ua03fbuw9m] {
    max-width: 100%;
    max-height: 100%;
}

.PerFound .ProductName[b-ua03fbuw9m] {
    flex: 1;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.PerFound .ProductName .Text[b-ua03fbuw9m] {
    text-overflow: ellipsis;
    overflow: hidden;
    height: fit-content;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 14px;
    color: #293649;
}

.PerFound .ProductPrice[b-ua03fbuw9m] {
    min-width: 100px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: #ef4444;
    font-size: 13px;
    font-weight: 600;
}

.SearchFirstList[b-ua03fbuw9m]::after {
    font-family: GoogleFont;
    content: "\e8b6";
    font-size: 18px;
    font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 200, 'opsz' 20;
    color: #6b7280;
}

/* ============ CART PREVIEW (shared) ============ */
.mm-cart-btn:hover:not(.disabled) .PreviewCartMain[b-ua03fbuw9m] {
    transform: scale(1);
}

.PreviewCartMain[b-ua03fbuw9m] {
    padding-top: 10px;
    transform: scale(0);
    position: absolute;
    top: 100%;
    right: 0px;
    width: 380px;
    border-radius: 5px;
    transition: 0.3s;
    transform-origin: calc(100% - 22px) 0px;
    z-index: 60;
}

.PreviewCart[b-ua03fbuw9m] {
    background: white;
    box-shadow: 0 8px 24px -4px rgba(41,54,73,.15);
    height: 100%;
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #e5e9ef;
}

.PreviewCart .Title[b-ua03fbuw9m] {
    padding-left: 14px;
    height: 40px;
    display: flex;
    align-items: center;
    color: rgba(0,0,0,.35);
    font-size: 13px;
    border-bottom: 1px solid #f3f4f6;
}

.PreviewCart .Per[b-ua03fbuw9m] {
    height: 62px;
    padding: 10px;
    display: flex;
    transition: .2s;
    background: white;
    cursor: pointer;
}

.PreviewCart .Per.Single[b-ua03fbuw9m] {
    background: #ffffff;
}

.PreviewCart .Per.Double[b-ua03fbuw9m] {
    background: #f9fafb;
}

.PreviewCart .Per.CantSale[b-ua03fbuw9m] {
    filter: brightness(0.95);
    opacity: 0.75;
    cursor: not-allowed;
}

.PreviewCart .Per:hover[b-ua03fbuw9m] {
    background: #f3f4f6;
}

.PreviewCart .Per .ProductImgDiv[b-ua03fbuw9m] {
    height: 42px;
    width: 42px;
    min-width: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.PreviewCart .Per .ProductImgDiv .ProductImg[b-ua03fbuw9m] {
    max-height: 100%;
    max-width: 100%;
}

.PreviewCart .Per .DetailZone[b-ua03fbuw9m] {
    display: flex;
    font-size: 13px;
    color: #293649;
    flex: 1;
}

.PreviewCart .Per .DetailZone .Name[b-ua03fbuw9m] {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0px 10px;
    flex: 1;
}

.PreviewCart .Per .DetailZone .Price[b-ua03fbuw9m] {
    min-width: 65px;
    width: 100px;
    text-align: right;
    color: #ef4444;
    font-size: 12px;
}

.PreviewCartDetail[b-ua03fbuw9m] {
    height: 60px;
    padding: 10px 14px;
    color: #293649;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #f3f4f6;
}

.GotoCartButton[b-ua03fbuw9m] {
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 14px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 13px;
    font-weight: 600;
}

.inputdisabled[b-ua03fbuw9m] {
    background-color: white;
    color: #606060;
    opacity: 1;
    -webkit-text-fill-color: #606060;
}

/* ============ LEGACY NEW THEME (kept for MainLayout compatibility) ============ */
.RowMaxWidth[b-ua03fbuw9m] {
    position: relative;
    max-width: 1110px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: end;
}

.ImageVW[b-ua03fbuw9m] {
    max-width: 100%;
}

.ImageVH[b-ua03fbuw9m] {
    max-height: 100%;
}

/* ============ OLD THEME ============ */
.MemberAndLanguageBar[b-ua03fbuw9m] {
    height: 30px;
    display: flex;
    margin-bottom: 15px;
    position: sticky;
}

    .MemberAndLanguageBar .ZoneLeft[b-ua03fbuw9m] {
        width: 50%;
        height: 100%;
        display: flex;
        align-items: center;
    }

    .MemberAndLanguageBar .ZoneRight[b-ua03fbuw9m] {
        width: 50%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: end;
    }

.LoginRegisterZone[b-ua03fbuw9m] {
    font-size: 14px;
    display: flex;
}

    .LoginRegisterZone .SlashDiv[b-ua03fbuw9m] {
        border-left: solid 1px rgb(146, 146, 146);
        margin: 0px 15px;
    }

    .LoginRegisterZone .DivText[b-ua03fbuw9m] {
        cursor: pointer;
    }

.LoginedZone[b-ua03fbuw9m] {
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
}

    .LoginedZone .ImageZone[b-ua03fbuw9m] {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        overflow: hidden;
    }

.ImageZone .MiniImageProfile[b-ua03fbuw9m] {
    max-height: 100%;
    min-height: 100%;
    min-width: 100%;
}

    .LoginedZone .UserName[b-ua03fbuw9m] {
        margin-left: 15px;
        font-size: 14px;
    }

.LoginedZone:hover .CustomerMenu[b-ua03fbuw9m] {
    z-index: 9;
    opacity: 1;
    transform: scale(1);
}

.CustomerMenu[b-ua03fbuw9m] {
    padding-top: 10px;
    opacity: 0;
    transform: scale(0);
    position: absolute;
    top: 100%;
    left: 0px;
    width: 100%;
    z-index: -9;
    border-radius: 5px;
    transition: 0.3s;
    transform-origin: 107.75px top;
}

.CustomerMenuMain[b-ua03fbuw9m] {
    background: white;
    box-shadow: rgb(152, 152, 152) 0px 0px 5px;
}

    .CustomerMenuMain .Per[b-ua03fbuw9m] {
        display: flex;
        align-items: center;
        height: 40px;
        width: 100%;
        padding-left: 15px;
        font-size: 14px;
        transition: 0.25s;
        cursor: pointer;
    }

        .CustomerMenuMain .Per:hover[b-ua03fbuw9m] {
            color: #00bfa5;
        }

.SearchBar[b-ua03fbuw9m] {
    margin-left: 15px;
    flex: 1;
    display: flex;
    align-items: center;
    height: 40px;
    padding: 2px;
    background: white;
}

    .SearchBar .InputSearchBar[b-ua03fbuw9m] {
        height: 100%;
        flex: 1;
        position: relative;
    }

        .SearchBar .InputSearchBar input[b-ua03fbuw9m] {
            height: 100%;
        }

            .SearchBar .InputSearchBar input:focus[b-ua03fbuw9m] {
                border: solid 1px black !important;
                box-shadow: none;
                outline: none;
            }

    .SearchBar .SearchButton[b-ua03fbuw9m] {
        width: 60px;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        margin-left: 2px;
    }

        .SearchBar .SearchButton[b-ua03fbuw9m]::after {
            font-family: GoogleFont;
            content: "\e8b6";
            font-size: 18px;
            font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 200, 'opsz' 20;
        }

.Ribbin[b-ua03fbuw9m] {
    width: 100%;
    display: block;
    margin-top: 10px;
    position: relative;
}

.BasketProducts[b-ua03fbuw9m] {
    position: relative;
    display: flex;
    align-items: center;
    color: white;
    background: #1d2327;
    padding: 5px 20px;
    border-radius: 5px;
    user-select: none;
    width: 140px;
    height: 37px;
}

    .BasketProducts .FakeButton[b-ua03fbuw9m] {
        position: absolute;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }

        .BasketProducts .FakeButton[b-ua03fbuw9m]::after {
            font-family: GoogleFont;
            content: "\e8cc";
            font-size: 18px;
            margin-left: -2px;
            font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 200, 'opsz' 20;
            padding-left: 5px;
        }

.DropDownCatagory[b-ua03fbuw9m] {
    position: relative;
    background: #1d2327;
    color: white;
    padding: 10px;
    display: flex;
    align-items: center;
    width: 200px;
    max-height: 40px;
    overflow: hidden;
    font-size: 14px;
}

    .DropDownCatagory .Text[b-ua03fbuw9m] {
        display: flex;
        align-items: center;
        user-select: none;
        cursor: pointer;
    }

        .DropDownCatagory .Text[b-ua03fbuw9m]::before {
            font-family: GoogleFont;
            content: "\e5d2";
            font-size: 18px;
            font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 200, 'opsz' 20;
            padding-right: 15px;
        }

        .DropDownCatagory .Text[b-ua03fbuw9m]::after {
            font-family: GoogleFont;
            content: "\e5c5";
            font-size: 18px;
            font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 200, 'opsz' 20;
            padding-left: 55px;
        }

    .DropDownCatagory .ShowOnHover[b-ua03fbuw9m] {
        opacity: 0;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        transition: 0.25s;
        z-index: 10;
        box-shadow: rgb(152, 152, 152) 0px 0px 10px;
    }

        .DropDownCatagory .ShowOnHover .Per[b-ua03fbuw9m] {
            display: flex;
            align-items: center;
            padding-left: 10px;
            color: rgb(108, 108, 108);
            background: white;
            border: solid 1px rgb(226, 225, 225);
            border-top: none;
            height: 47px;
            transition: 0.25s;
            user-select: none;
            cursor: pointer;
        }

            .DropDownCatagory .ShowOnHover .Per:hover[b-ua03fbuw9m] {
                color: rgb(0, 0, 0);
            }

    .DropDownCatagory:hover .ShowOnHover[b-ua03fbuw9m] {
        opacity: 1;
    }

    .DropDownCatagory:hover[b-ua03fbuw9m] {
        overflow: initial;
    }

.Menu[b-ua03fbuw9m] {
    display: flex;
    padding-left: 10px;
    transition: 0.25s;
    user-select: none;
}

    .Menu .Per[b-ua03fbuw9m] {
        color: rgb(108, 108, 108);
        padding: 0px 15px;
        border-left: solid 1px rgb(219, 219, 219);
        transition: 0.25s;
        cursor: pointer;
        font-size: 14px;
    }

        .Menu .Per:hover[b-ua03fbuw9m] {
            color: rgb(34, 34, 34);
        }

        .Menu .Per a[b-ua03fbuw9m] {
            color: rgb(108, 108, 108);
            text-decoration: none;
        }

.ImgLogo[b-ua03fbuw9m] {
    cursor: pointer;
    width: 200px;
}

.NumberCountInCartDiv[b-ua03fbuw9m] {
    position: absolute;
    top: -5px;
    right: 0px;
    width: 30px;
    height: 20px;
    background: white;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
}

.BasketProducts:hover:not(.disabled) .PreviewCartMain[b-ua03fbuw9m] {
    transform: scale(1);
}

.SeachBarPreviewMain[b-ua03fbuw9m] {
    transform: scale(1);
    position: absolute;
    top: 100%;
    left: 0px;
    width: 100%;
    background: white;
    border-radius: 5px;
    transition: 0.3s;
    z-index: 3;
    box-shadow: rgb(152, 152, 152) 0px 0px 5px;
}

.SeachBarPreview[b-ua03fbuw9m] {
    height: 100%;
    width: 100%;
}

/* ============ HAMBURGER BUTTON ============ */
.mm-hamburger[b-ua03fbuw9m] {
    display: none;
    width: 44px;
    height: 44px;
    border-radius: 11px;
    background: white;
    border: 1.5px solid #e5e9ef;
    place-items: center;
    cursor: pointer;
    color: #293649;
    transition: all .2s;
    flex-shrink: 0;
}

.mm-hamburger:hover[b-ua03fbuw9m] {
    border-color: #3b82f6;
    color: #3b82f6;
    background: #eff6ff;
}

.mm-hamburger svg[b-ua03fbuw9m] {
    width: 18px;
    height: 18px;
}

/* ============ MOBILE DRAWER ============ */
.mm-mobile-overlay[b-ua03fbuw9m] {
    position: fixed;
    inset: 0;
    background: rgba(41, 54, 73, 0.45);
    z-index: 200;
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
}

.mm-mobile-drawer[b-ua03fbuw9m] {
    position: fixed;
    top: 0;
    left: 0;
    width: 280px;
    height: 100dvh;
    background: white;
    z-index: 201;
    display: flex;
    flex-direction: column;
    transform: translateX(-100%);
    transition: transform .28s cubic-bezier(.4,0,.2,1);
    box-shadow: 4px 0 24px -4px rgba(41,54,73,.18);
}

.mm-mobile-drawer--open[b-ua03fbuw9m] {
    transform: translateX(0);
}

.mm-mobile-drawer-head[b-ua03fbuw9m] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 20px;
    border-bottom: 1px solid #e5e9ef;
    font-weight: 700;
    font-size: 16px;
    color: #293649;
    flex-shrink: 0;
}

.mm-mobile-close[b-ua03fbuw9m] {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border-radius: 8px;
    cursor: pointer;
    color: #6b7280;
    transition: all .15s;
}

.mm-mobile-close:hover[b-ua03fbuw9m] {
    background: #f3f4f6;
    color: #293649;
}

.mm-mobile-close svg[b-ua03fbuw9m] {
    width: 18px;
    height: 18px;
}

.mm-mobile-drawer-body[b-ua03fbuw9m] {
    flex: 1;
    overflow-y: auto;
    padding: 12px 0;
}

.mm-mobile-section-label[b-ua03fbuw9m] {
    padding: 8px 20px 4px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .06em;
    color: #b1b5bb;
}

.mm-mobile-item[b-ua03fbuw9m] {
    display: flex;
    align-items: center;
    padding: 13px 20px;
    font-size: 15px;
    color: #293649;
    cursor: pointer;
    transition: background .15s;
    text-decoration: none;
    border-left: 3px solid transparent;
}

.mm-mobile-item:hover[b-ua03fbuw9m] {
    background: #f7f9fc;
}

.mm-mobile-item--active[b-ua03fbuw9m] {
    color: #3b82f6;
    border-left-color: #3b82f6;
    background: #eff6ff;
    font-weight: 600;
}

.mm-mobile-divider[b-ua03fbuw9m] {
    height: 1px;
    background: #e5e9ef;
    margin: 10px 20px;
}

/* ============ RESPONSIVE ============ */

/* 880px — tablet: shrink header actions */
@media (max-width: 880px) {
    .mm-header-inner[b-ua03fbuw9m] {
        gap: 16px;
    }
    .mm-search[b-ua03fbuw9m] {
        max-width: 360px;
    }
}

/* 720px — mobile */
@media (max-width: 720px) {
    /* Topbar: hide left info */
    .mm-topbar-left[b-ua03fbuw9m] {
        display: none;
    }
    .mm-topbar-inner[b-ua03fbuw9m] {
        justify-content: flex-end;
        padding: 0 18px;
    }

    /* Header */
    .mm-header-inner[b-ua03fbuw9m] {
        grid-template-columns: auto 1fr auto;
        padding: 12px 18px;
        gap: 10px;
    }
    .mm-search[b-ua03fbuw9m] {
        display: none;
    }
    .mm-cw-logo-text[b-ua03fbuw9m] {
        font-size: 18px;
    }
    .mm-header-actions[b-ua03fbuw9m] {
        gap: 6px;
    }

    /* Show hamburger, hide desktop nav */
    .mm-hamburger[b-ua03fbuw9m] {
        display: grid;
    }
    .mm-nav[b-ua03fbuw9m] {
        display: none;
    }
}

/* 480px — small mobile */
@media (max-width: 480px) {
    .mm-header-inner[b-ua03fbuw9m] {
        padding: 10px 14px;
        gap: 8px;
    }
    .mm-topbar-inner[b-ua03fbuw9m] {
        padding: 0 14px;
    }
    .mm-cw-logo-icon[b-ua03fbuw9m] {
        width: 32px;
        height: 32px;
        font-size: 14px;
    }
    .mm-cw-logo-text[b-ua03fbuw9m] {
        font-size: 16px;
    }
    .mm-wish-btn[b-ua03fbuw9m],
    .mm-cart-btn[b-ua03fbuw9m] {
        width: 38px;
        height: 38px;
        border-radius: 9px;
    }
}
/* _content/MINEMELODY_WEBSITE_CMS/Components/Pages/FrontEnd/LoginRegistor/Componant/AlertConfirmEmail.razor.rz.scp.css */
body[b-irkymmhigl] {
}
/* _content/MINEMELODY_WEBSITE_CMS/Components/Pages/FrontEnd/LoginRegistor/LoginRegistorDialog.razor.rz.scp.css */
@font-face {
    font-family: 'GoogleFont';
    font-style: normal;
    font-weight: 100 700;
    src: url('../fonts/google-font.woff2') format('woff2');
}

.SuccessIcon[b-x0xwsrsvl3] {
    width: 60px;
    height: 60px;
    background: #00bfa5;
    border-radius: 50%;
    margin-bottom: 20px;
}

.SuccessIcon[b-x0xwsrsvl3]::after {
    font-family: GoogleFont;
    content: "\e876";
    font-size: 55px;
    font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 200, 'opsz' 20;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}

.CloseLoginButton[b-x0xwsrsvl3] {
    position: absolute;
    right: 0;
    padding: 5px 10px;
    width: fit-content;
    cursor: pointer;
}

    .CloseLoginButton[b-x0xwsrsvl3]::after {
        font-family: GoogleFont;
        content: "\e5cd";
        font-size: 18px;
        font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 200, 'opsz' 20;
    }

.MainLoginRegistor[b-x0xwsrsvl3] {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.3);
    padding: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.25s;
    overflow: auto;
}

.MainLoginActive[b-x0xwsrsvl3] {
    opacity: 1.0;
    z-index: 99;
}

.MainLoginInActive[b-x0xwsrsvl3] {
    opacity: 0.0;
    z-index: -9;
}

.MainDivLoginActive[b-x0xwsrsvl3] {
    transform: translateY(0px);
}

.MainDivLoginInActive[b-x0xwsrsvl3] {
    transform: translateY(-30px);
}

.MiddleDiv[b-x0xwsrsvl3] {
    position: relative;
    width: 400px;
    height: 480px;
    background: white;
    margin: 0 auto;
    border-radius: 5px;
    transition: 0.25s;
    overflow: hidden;
}

.DivZone1[b-x0xwsrsvl3] {
    padding: 30px;
    height: 100px;
    font-size: 20px;
}

.DivZone2[b-x0xwsrsvl3] {
    padding: 0px 30px;
}

    .DivZone2 .InputBar[b-x0xwsrsvl3] {
        width: 100%;
        height: 40px;
        font-size: 15px;
        padding-left: 10px;
    }

    .DivZone2 .InputMessage[b-x0xwsrsvl3] {
        height: 15px;
        width: 100%;
        color: #ff424f;
        font-size: 12px;
    }

    .LoginButton[b-x0xwsrsvl3] {
        margin-top: 10px;
        width: 100%;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 16px;
        border-radius: 5px;
        cursor: pointer;
        transition: 0.2s;
    }

    .LoginButton:hover[b-x0xwsrsvl3] {
        filter: brightness(1.2);
    }

    .DivZone2 .ForgetZone[b-x0xwsrsvl3] {
        display: flex;
        justify-content: space-between;
        margin: 10px 0px;
    }

        .DivZone2 .ForgetZone .Text[b-x0xwsrsvl3] {
            font-size: 12px;
            color: #05a;
            cursor: pointer;
        }

.DivZone3[b-x0xwsrsvl3] {
    padding: 0px 30px;
}

    .DivZone3 .OrZone[b-x0xwsrsvl3] {
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .DivZone3 .OrZone .FakeUnderline[b-x0xwsrsvl3] {
            background: rgba(0,0,0,.3);
            height: 1px;
            width: 143px;
        }

        .DivZone3 .OrZone .Or[b-x0xwsrsvl3] {
            color: rgba(0,0,0,.3);
            font-size: 14px;
            padding: 0 15px;
        }

    .DivZone3 .LinkZone[b-x0xwsrsvl3] {
        display: flex;
        justify-content: space-between;
        margin-top: 10px;
    }

        .DivZone3 .LinkZone .Per[b-x0xwsrsvl3] {
            width: 165px;
            height: 40px;
            border: 1px solid rgba(0,0,0,.3);
            border-radius: 5px;
            display: flex;
            justify-content: center;
            align-items: center;
            cursor: pointer;
        }

    .DivZone3 .RegisterZone[b-x0xwsrsvl3] {
        font-size: 15px;
        margin-top: 35px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .DivZone3 .RegisterZone .RegisterText[b-x0xwsrsvl3] {
            color: rgba(0,0,0,.3);
        }

        .DivZone3 .RegisterZone .RegisterButton[b-x0xwsrsvl3] {
            margin-left: 15px;
            padding: 5px 10px;
            border-radius: 5px;
            cursor: pointer;
        }

.ConditionRegisterMain[b-x0xwsrsvl3] {
    margin-top: 10px;
    text-align: center;
    font-size: 12px;
}

@media screen and (max-height: 530px) {
    .MainLoginRegistor[b-x0xwsrsvl3] {
        align-items: flex-start;
    }
}
/* _content/MINEMELODY_WEBSITE_CMS/Components/Pages/FrontEnd/Product/ProductList.razor.rz.scp.css */
@font-face {
    font-family: 'GoogleFont';
    font-style: normal;
    font-weight: 100 700;
    src: url('../fonts/google-font.woff2') format('woff2');
}

/* =====================================================
   PRODUCT LIST  ·  modern theme (matches Index/example)
   palette: navy #293649 · blue #3b82f6 · pale #eff6ff
   bg #f7f9fc · line #e5e9ef · gray #6b7280
   ===================================================== */

.mm-pl-shell[b-2pl2v7nhlh] {
    max-width: 1280px;
    margin: 0 auto;
    padding: 24px;
    font-family: 'IBM Plex Sans Thai', 'Manrope', -apple-system, sans-serif;
    color: #293649;
}

/* ============ HEADER BAR ============ */
.mm-pl-header[b-2pl2v7nhlh] {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 22px;
}

.mm-pl-breadcrumb[b-2pl2v7nhlh] {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #6b7280;
}

.mm-pl-bc-link[b-2pl2v7nhlh] {
    color: #6b7280;
    cursor: pointer;
    transition: color .18s;
    font-weight: 500;
}

    .mm-pl-bc-link:hover[b-2pl2v7nhlh] {
        color: #3b82f6;
    }

.mm-pl-bc-sep[b-2pl2v7nhlh] {
    width: 12px;
    height: 12px;
    color: #b1b5bb;
    flex-shrink: 0;
}

.mm-pl-bc-current[b-2pl2v7nhlh] {
    color: #293649;
    font-weight: 600;
}

.mm-pl-toolbar[b-2pl2v7nhlh] {
    background: white;
    border: 1px solid #e5e9ef;
    border-radius: 14px;
    padding: 10px 14px;
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    box-shadow: 0 1px 2px rgba(41,54,73,.04);
}

/* view switch (segmented) */
.mm-pl-view-switch[b-2pl2v7nhlh] {
    display: flex;
    background: #f7f9fc;
    border-radius: 10px;
    padding: 4px;
    gap: 2px;
}

.mm-pl-view-btn[b-2pl2v7nhlh] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 600;
    color: #6b7280;
    background: transparent;
    border: none;
    cursor: pointer;
    transition: all .2s;
    font-family: inherit;
}

    .mm-pl-view-btn svg[b-2pl2v7nhlh] {
        width: 16px;
        height: 16px;
    }

    .mm-pl-view-btn:hover[b-2pl2v7nhlh] {
        color: #293649;
    }

    .mm-pl-view-btn.active[b-2pl2v7nhlh] {
        background: white;
        color: #3b82f6;
        box-shadow: 0 1px 2px rgba(41,54,73,.06), 0 2px 6px rgba(41,54,73,.05);
    }

/* count */
.mm-pl-count[b-2pl2v7nhlh] {
    flex: 1;
    display: flex;
    align-items: baseline;
    gap: 6px;
    justify-content: center;
    font-size: 13px;
    color: #6b7280;
}

    .mm-pl-count .mm-pl-count-num[b-2pl2v7nhlh] {
        font-family: 'Manrope', sans-serif;
        font-weight: 700;
        font-size: 18px;
        color: #293649;
        letter-spacing: -.01em;
    }

    .mm-pl-count .mm-pl-count-label[b-2pl2v7nhlh] {
        font-size: 13px;
        color: #6b7280;
    }

/* sort */
.mm-pl-sort-wrap[b-2pl2v7nhlh] {
    position: relative;
    display: flex;
    align-items: center;
}

.mm-pl-sort-ico[b-2pl2v7nhlh] {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    color: #6b7280;
    pointer-events: none;
}

.mm-pl-sort[b-2pl2v7nhlh] {
    appearance: none;
    -webkit-appearance: none;
    background: white;
    border: 1.5px solid #e5e9ef;
    border-radius: 10px;
    padding: 9px 36px 9px 36px;
    font-size: 13px;
    font-weight: 500;
    color: #293649;
    cursor: pointer;
    font-family: inherit;
    transition: all .2s;
    min-width: 200px;
}

    .mm-pl-sort:hover[b-2pl2v7nhlh] {
        border-color: #3b82f6;
    }

    .mm-pl-sort:focus[b-2pl2v7nhlh] {
        outline: none;
        border-color: #3b82f6;
        box-shadow: 0 0 0 4px rgba(59,130,246,.12);
    }

.mm-pl-chev[b-2pl2v7nhlh] {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
    color: #6b7280;
    pointer-events: none;
}

/* ============ MAIN LAYOUT ============ */
.mm-pl-main[b-2pl2v7nhlh] {
    display: grid;
    grid-template-columns: 240px 1fr;
    gap: 20px;
    align-items: start;
}

/* ============ SIDEBAR ============ */
.mm-pl-sidebar[b-2pl2v7nhlh] {
    position: sticky;
    top: 20px;
}

.mm-pl-side-card[b-2pl2v7nhlh] {
    background: white;
    border: 1px solid #e5e9ef;
    border-radius: 14px;
    padding: 16px;
    box-shadow: 0 1px 2px rgba(41,54,73,.04);
}

.mm-pl-side-head[b-2pl2v7nhlh] {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 700;
    color: #293649;
    padding: 4px 6px 12px 6px;
    border-bottom: 1px solid #f0f2f5;
    margin-bottom: 8px;
    letter-spacing: -.01em;
}

    .mm-pl-side-head svg[b-2pl2v7nhlh] {
        width: 16px;
        height: 16px;
        color: #3b82f6;
    }

.mm-pl-cat-list[b-2pl2v7nhlh] {
    display: flex;
    flex-direction: column;
    gap: 2px;
    max-height: 70vh;
    overflow-y: auto;
}

    .mm-pl-cat-list[b-2pl2v7nhlh]::-webkit-scrollbar {
        width: 6px;
    }

    .mm-pl-cat-list[b-2pl2v7nhlh]::-webkit-scrollbar-thumb {
        background: #e5e9ef;
        border-radius: 3px;
    }

.mm-pl-cat-item[b-2pl2v7nhlh] {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 10px;
    border-radius: 9px;
    cursor: pointer;
    color: #6b7280;
    font-size: 13px;
    font-weight: 500;
    user-select: none;
    transition: all .18s;
}

    .mm-pl-cat-item:hover[b-2pl2v7nhlh] {
        background: #f7f9fc;
        color: #293649;
    }

        .mm-pl-cat-item:hover .mm-pl-cat-dot[b-2pl2v7nhlh] {
            background: #b1b5bb;
        }

    .mm-pl-cat-item.active[b-2pl2v7nhlh] {
        background: #eff6ff;
        color: #3b82f6;
        font-weight: 600;
    }

        .mm-pl-cat-item.active .mm-pl-cat-dot[b-2pl2v7nhlh] {
            background: #3b82f6;
            box-shadow: 0 0 0 3px rgba(59,130,246,.15);
        }

.mm-pl-cat-dot[b-2pl2v7nhlh] {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #d8dde5;
    flex-shrink: 0;
    transition: all .18s;
}

.mm-pl-cat-text[b-2pl2v7nhlh] {
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* ============ CONTENT ============ */
.mm-pl-content[b-2pl2v7nhlh] {
    min-width: 0;
}

/* ============ GRID VIEW ============ */
.mm-pl-grid[b-2pl2v7nhlh] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    user-select: none;
}

/* empty state */
.mm-pl-empty[b-2pl2v7nhlh] {
    grid-column: 1 / -1;
    background: white;
    border: 1px dashed #e5e9ef;
    border-radius: 14px;
    padding: 60px 24px;
    text-align: center;
    color: #6b7280;
}

    .mm-pl-empty svg[b-2pl2v7nhlh] {
        width: 42px;
        height: 42px;
        color: #b1b5bb;
        margin: 0 auto 14px;
    }

.mm-pl-empty-title[b-2pl2v7nhlh] {
    font-size: 16px;
    font-weight: 700;
    color: #293649;
    margin-bottom: 4px;
}

.mm-pl-empty-sub[b-2pl2v7nhlh] {
    font-size: 13px;
    color: #6b7280;
}

/* ============ PRODUCT CARD ============ */
.mm-pl-card[b-2pl2v7nhlh] {
    background: white;
    border: 1.5px solid #e5e9ef;
    border-radius: 14px;
    overflow: hidden;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    transition: all .25s;
    position: relative;
}

    .mm-pl-card:hover[b-2pl2v7nhlh] {
        border-color: #3b82f6;
        transform: translateY(-4px);
        box-shadow: 0 12px 28px -8px rgba(59,130,246,.20), 0 4px 12px -2px rgba(41,54,73,.08);
    }

.mm-pl-card-img[b-2pl2v7nhlh] {
    position: relative;
    aspect-ratio: 1 / 1;
    background: linear-gradient(135deg, #f0f7ff 0%, #e8f4ff 100%);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .mm-pl-card-img img[b-2pl2v7nhlh] {
        max-width: 88%;
        max-height: 88%;
        object-fit: contain;
        transition: transform .3s;
    }

.mm-pl-card:hover .mm-pl-card-img img[b-2pl2v7nhlh] {
    transform: scale(1.06);
}

/* tag */
.mm-pl-tag[b-2pl2v7nhlh] {
    position: absolute;
    top: 12px;
    left: 12px;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .04em;
    pointer-events: none;
    z-index: 1;
}

.mm-pl-tag-best[b-2pl2v7nhlh] {
    background: #293649;
    color: white;
}

.mm-pl-tag-out[b-2pl2v7nhlh] {
    background: #ef4444;
    color: white;
}

/* card info */
.mm-pl-card-info[b-2pl2v7nhlh] {
    padding: 14px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex: 1;
}

.mm-pl-card-name[b-2pl2v7nhlh] {
    font-size: 14px;
    font-weight: 600;
    color: #293649;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-word;
    min-height: 2.8em;
    flex: 1;
}

.mm-pl-card-foot[b-2pl2v7nhlh] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding-top: 10px;
    border-top: 1px solid #f0f2f5;
    margin-top: auto;
}

.mm-pl-card-price[b-2pl2v7nhlh] {
    font-family: 'Manrope', 'IBM Plex Sans Thai', sans-serif;
    font-size: 18px;
    font-weight: 800;
    color: #293649;
    letter-spacing: -.01em;
}

.mm-pl-card-cta[b-2pl2v7nhlh] {
    width: 36px;
    height: 36px;
    border-radius: 9px;
    background: #293649;
    color: white;
    display: grid;
    place-items: center;
    flex-shrink: 0;
    transition: all .2s;
}

    .mm-pl-card-cta svg[b-2pl2v7nhlh] {
        width: 16px;
        height: 16px;
    }

.mm-pl-card:hover .mm-pl-card-cta[b-2pl2v7nhlh] {
    background: #3b82f6;
    transform: scale(1.06);
}

/* stock-out card state */
.mm-pl-card.is-out[b-2pl2v7nhlh] {
    cursor: pointer;
}

    .mm-pl-card.is-out .mm-pl-card-img img[b-2pl2v7nhlh] {
        filter: grayscale(.6) opacity(.7);
    }

    .mm-pl-card.is-out .mm-pl-card-price[b-2pl2v7nhlh] {
        color: #94a3b8;
    }

    .mm-pl-card.is-out .mm-pl-card-cta[b-2pl2v7nhlh] {
        background: #b1b5bb;
    }

    .mm-pl-card.is-out:hover[b-2pl2v7nhlh] {
        border-color: #ef4444;
        box-shadow: 0 12px 28px -8px rgba(239,68,68,.18), 0 4px 12px -2px rgba(41,54,73,.08);
    }

        .mm-pl-card.is-out:hover .mm-pl-card-cta[b-2pl2v7nhlh] {
            background: #ef4444;
        }

/* ============ ROW VIEW ============ */
.mm-pl-row-wrap[b-2pl2v7nhlh] {
    background: white;
    border: 1px solid #e5e9ef;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 1px 2px rgba(41,54,73,.04);
}

.mm-pl-table-scroll[b-2pl2v7nhlh] {
    overflow-x: auto;
}

.mm-pl-table[b-2pl2v7nhlh] {
    width: 100%;
    min-width: 680px;
    border-collapse: collapse;
    font-size: 13px;
    table-layout: fixed;
}

    .mm-pl-table thead th[b-2pl2v7nhlh] {
        background: #f7f9fc;
        color: #6b7280;
        font-weight: 600;
        font-size: 11px;
        letter-spacing: .08em;
        text-transform: uppercase;
        text-align: left;
        padding: 14px 12px;
        border-bottom: 1px solid #e5e9ef;
        white-space: nowrap;
    }

.mm-pl-th-code[b-2pl2v7nhlh] {
    width: 110px;
}

.mm-pl-th-img[b-2pl2v7nhlh] {
    width: 76px;
}

.mm-pl-th-name[b-2pl2v7nhlh] {
    width: auto;
}

.mm-pl-th-price[b-2pl2v7nhlh] {
    width: 110px;
    text-align: right !important;
}

.mm-pl-th-unit[b-2pl2v7nhlh] {
    width: 130px;
    text-align: center !important;
}

.mm-pl-th-qty[b-2pl2v7nhlh] {
    width: 160px;
    text-align: center !important;
}

.mm-pl-th-add[b-2pl2v7nhlh] {
    width: 56px;
}

.mm-pl-tr[b-2pl2v7nhlh] {
    transition: background .18s;
}

    .mm-pl-tr:hover[b-2pl2v7nhlh] {
        background: #fafbfd;
    }

    .mm-pl-tr td[b-2pl2v7nhlh] {
        padding: 12px;
        border-bottom: 1px solid #f0f2f5;
        vertical-align: middle;
    }

    .mm-pl-tr:last-child td[b-2pl2v7nhlh] {
        border-bottom: none;
    }

.mm-pl-code-pill[b-2pl2v7nhlh] {
    display: inline-block;
    background: #eff6ff;
    color: #3b82f6;
    font-weight: 700;
    font-size: 12px;
    padding: 4px 10px;
    border-radius: 6px;
    font-family: 'JetBrains Mono', 'Manrope', monospace;
    letter-spacing: .02em;
}

.mm-pl-thumb[b-2pl2v7nhlh] {
    width: 56px;
    height: 56px;
    border-radius: 10px;
    background: linear-gradient(135deg, #f0f7ff 0%, #e8f4ff 100%);
    border: 1px solid #e5e9ef;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    cursor: zoom-in;
    transition: all .18s;
}

    .mm-pl-thumb:hover[b-2pl2v7nhlh] {
        border-color: #3b82f6;
        transform: scale(1.04);
    }

    .mm-pl-thumb img[b-2pl2v7nhlh] {
        max-width: 90%;
        max-height: 90%;
        object-fit: contain;
    }

.mm-pl-row-name[b-2pl2v7nhlh] {
    font-size: 13px;
    font-weight: 500;
    color: #293649;
    line-height: 1.45;
    max-width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-word;
}

.mm-pl-td-price[b-2pl2v7nhlh] {
    text-align: right;
}

.mm-pl-row-price[b-2pl2v7nhlh] {
    font-family: 'Manrope', 'IBM Plex Sans Thai', sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #293649;
    letter-spacing: -.01em;
}

.mm-pl-td-unit[b-2pl2v7nhlh] {
    text-align: center;
}

.mm-pl-row-unit[b-2pl2v7nhlh] {
    font-size: 12px;
    font-weight: 500;
    color: #6b7280;
}

.mm-pl-row-unit-x[b-2pl2v7nhlh] {
    color: #b1b5bb;
    font-weight: 400;
}

.mm-pl-td-qty[b-2pl2v7nhlh] {
    text-align: center;
}

.mm-pl-qty-cell[b-2pl2v7nhlh] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #f7f9fc;
    border: 1px solid #e5e9ef;
    border-radius: 8px;
    padding: 4px 10px;
    transition: all .18s;
}

    .mm-pl-qty-cell:focus-within[b-2pl2v7nhlh] {
        border-color: #3b82f6;
        background: white;
        box-shadow: 0 0 0 3px rgba(59,130,246,.12);
    }

.mm-pl-qty-input[b-2pl2v7nhlh] {
    width: 44px;
    height: 24px;
    border: none;
    background: transparent;
    text-align: center;
    font-weight: 600;
    font-size: 13px;
    color: #293649;
    font-family: inherit;
}

    .mm-pl-qty-input:focus[b-2pl2v7nhlh] {
        outline: none;
        border: none !important;
        box-shadow: none !important;
    }

.mm-pl-qty-slash[b-2pl2v7nhlh] {
    color: #b1b5bb;
    font-weight: 500;
}

.mm-pl-qty-stock[b-2pl2v7nhlh] {
    font-weight: 600;
    color: #6b7280;
    font-size: 12px;
    min-width: 22px;
    text-align: left;
}

.mm-pl-td-add[b-2pl2v7nhlh] {
    text-align: center;
}

.mm-pl-row-add[b-2pl2v7nhlh] {
    width: 36px;
    height: 36px;
    border-radius: 9px;
    background: #293649;
    color: white;
    border: none;
    display: inline-grid;
    place-items: center;
    cursor: pointer;
    transition: all .2s;
}

    .mm-pl-row-add svg[b-2pl2v7nhlh] {
        width: 16px;
        height: 16px;
    }

    .mm-pl-row-add:hover[b-2pl2v7nhlh] {
        background: #3b82f6;
        transform: translateY(-1px) scale(1.05);
        box-shadow: 0 6px 16px -4px rgba(59,130,246,.4);
    }

/* ============ STICKY CART BAR (row-mode footer) ============ */
.mm-pl-cart-bar[b-2pl2v7nhlh] {
    position: sticky;
    bottom: 0;
    background: white;
    border-top: 1px solid #e5e9ef;
    padding: 14px 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    flex-wrap: wrap;
    box-shadow: 0 -8px 24px -8px rgba(41,54,73,.08);
    z-index: 5;
}

.mm-pl-cart-info[b-2pl2v7nhlh] {
    display: flex;
    align-items: center;
    gap: 16px;
}

.mm-pl-cart-stat[b-2pl2v7nhlh] {
    display: flex;
    align-items: baseline;
    gap: 5px;
}

.mm-pl-cart-stat-num[b-2pl2v7nhlh] {
    font-family: 'Manrope', sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #293649;
    letter-spacing: -.01em;
}

.mm-pl-cart-stat-lbl[b-2pl2v7nhlh] {
    font-size: 13px;
    color: #6b7280;
}

.mm-pl-cart-divider[b-2pl2v7nhlh] {
    width: 1px;
    height: 22px;
    background: #e5e9ef;
}

.mm-pl-cart-actions[b-2pl2v7nhlh] {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
}

.mm-pl-cart-total[b-2pl2v7nhlh] {
    display: flex;
    align-items: baseline;
    gap: 8px;
}

.mm-pl-cart-total-lbl[b-2pl2v7nhlh] {
    font-size: 13px;
    color: #6b7280;
    font-weight: 500;
}

.mm-pl-cart-total-val[b-2pl2v7nhlh] {
    font-family: 'Manrope', 'IBM Plex Sans Thai', sans-serif;
    font-size: 22px;
    font-weight: 800;
    color: #ef4444;
    letter-spacing: -.01em;
}

.mm-pl-cart-btn[b-2pl2v7nhlh] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 11px 20px;
    border-radius: 11px;
    background: linear-gradient(135deg, #293649 0%, #1e3a8a 60%, #3b82f6 100%);
    color: white;
    border: none;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    transition: all .2s;
    font-family: inherit;
    box-shadow: 0 6px 16px -4px rgba(59,130,246,.35);
}

    .mm-pl-cart-btn svg[b-2pl2v7nhlh] {
        width: 16px;
        height: 16px;
    }

    .mm-pl-cart-btn:hover[b-2pl2v7nhlh] {
        transform: translateY(-1px);
        box-shadow: 0 10px 24px -4px rgba(59,130,246,.5);
    }

    .mm-pl-cart-btn:active[b-2pl2v7nhlh] {
        transform: translateY(0);
    }

/* ============ LIGHTBOX ============ */
.mm-pl-lightbox[b-2pl2v7nhlh] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(15,23,42,.85);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    cursor: zoom-out;
    animation: mm-pl-fade-b-2pl2v7nhlh .18s ease;
}

    .mm-pl-lightbox img[b-2pl2v7nhlh] {
        max-height: 90vh;
        max-width: 90vw;
        border-radius: 12px;
        box-shadow: 0 24px 60px -12px rgba(0,0,0,.6);
    }

@keyframes mm-pl-fade-b-2pl2v7nhlh {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* ============ RESPONSIVE ============ */
@media (max-width: 1100px) {
    .mm-pl-grid[b-2pl2v7nhlh] {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 960px) {
    .mm-pl-main[b-2pl2v7nhlh] {
        grid-template-columns: 200px 1fr;
        gap: 16px;
    }

    .mm-pl-grid[b-2pl2v7nhlh] {
        grid-template-columns: repeat(3, 1fr);
        gap: 14px;
    }
}

@media (max-width: 820px) {
    .mm-pl-main[b-2pl2v7nhlh] {
        grid-template-columns: 1fr;
    }

    .mm-pl-sidebar[b-2pl2v7nhlh] {
        position: static;
    }

    .mm-pl-cat-list[b-2pl2v7nhlh] {
        flex-direction: row;
        flex-wrap: wrap;
        max-height: none;
        gap: 6px;
    }

    .mm-pl-cat-item[b-2pl2v7nhlh] {
        padding: 7px 12px;
        background: #f7f9fc;
        border-radius: 999px;
    }

    .mm-pl-grid[b-2pl2v7nhlh] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 720px) {
    .mm-pl-shell[b-2pl2v7nhlh] {
        padding: 16px;
    }

    .mm-pl-toolbar[b-2pl2v7nhlh] {
        gap: 10px;
        padding: 8px 10px;
    }

    .mm-pl-view-btn span[b-2pl2v7nhlh] {
        display: none;
    }

    .mm-pl-count[b-2pl2v7nhlh] {
        flex-basis: 100%;
        order: 5;
        justify-content: flex-start;
        padding: 6px 4px 0;
        border-top: 1px solid #f0f2f5;
        margin-top: 4px;
    }

    .mm-pl-sort[b-2pl2v7nhlh] {
        min-width: 160px;
    }

    .mm-pl-cart-actions[b-2pl2v7nhlh] {
        width: 100%;
        justify-content: space-between;
    }
}

@media (max-width: 480px) {
    .mm-pl-grid[b-2pl2v7nhlh] {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .mm-pl-card-info[b-2pl2v7nhlh] {
        padding: 10px;
        gap: 8px;
    }

    .mm-pl-card-name[b-2pl2v7nhlh] {
        font-size: 13px;
    }

    .mm-pl-card-price[b-2pl2v7nhlh] {
        font-size: 15px;
    }

    .mm-pl-card-cta[b-2pl2v7nhlh] {
        width: 32px;
        height: 32px;
    }
}
/* _content/MINEMELODY_WEBSITE_CMS/Components/Pages/FrontEnd/Product/Products.razor.rz.scp.css */
/* =====================================================
   PRODUCT DETAIL  ·  modern theme (matches example.html)
   palette: navy #293649 · blue #3b82f6 · pale #eff6ff
   bg #f7f9fc · line #e5e9ef · gray #6b7280 · red #ef4444
   ===================================================== */

.mm-pd-shell[b-vdor4g7byc] {
    max-width: 1280px;
    margin: 0 auto;
    padding: 24px;
    font-family: 'IBM Plex Sans Thai', 'Manrope', -apple-system, sans-serif;
    color: #293649;
}

/* ============ NOT FOUND STATE ============ */
.mm-pd-not-found[b-vdor4g7byc] {
    max-width: 520px;
    margin: 60px auto;
    background: white;
    border: 1px solid #e5e9ef;
    border-radius: 18px;
    padding: 48px 32px;
    text-align: center;
    box-shadow: 0 1px 2px rgba(41,54,73,.04);
    font-family: 'IBM Plex Sans Thai', 'Manrope', sans-serif;
}

    .mm-pd-not-found svg[b-vdor4g7byc] {
        width: 56px;
        height: 56px;
        color: #3b82f6;
        margin-bottom: 20px;
    }

.mm-pd-nf-title[b-vdor4g7byc] {
    font-size: 18px;
    font-weight: 700;
    color: #293649;
    margin-bottom: 6px;
    line-height: 1.4;
}

.mm-pd-nf-sub[b-vdor4g7byc] {
    font-size: 14px;
    color: #6b7280;
    margin-bottom: 24px;
}

.mm-pd-nf-back[b-vdor4g7byc] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 11px 20px;
    border-radius: 11px;
    background: #293649;
    color: white;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
    transition: all .2s;
}

    .mm-pd-nf-back svg[b-vdor4g7byc] {
        width: 16px;
        height: 16px;
        margin: 0;
        color: white;
    }

    .mm-pd-nf-back:hover[b-vdor4g7byc] {
        background: #3b82f6;
        transform: translateY(-1px);
        box-shadow: 0 8px 20px -6px rgba(59,130,246,.4);
    }

/* ============ BREADCRUMB ============ */
.mm-pd-breadcrumb[b-vdor4g7byc] {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    font-size: 13px;
    color: #6b7280;
    margin-bottom: 18px;
}

.mm-pd-bc-link[b-vdor4g7byc] {
    color: #6b7280;
    cursor: pointer;
    transition: color .18s;
    font-weight: 500;
    text-decoration: none;
}

    .mm-pd-bc-link:hover[b-vdor4g7byc] {
        color: #3b82f6;
    }

.mm-pd-bc-sep[b-vdor4g7byc] {
    width: 12px;
    height: 12px;
    color: #b1b5bb;
    flex-shrink: 0;
}

.mm-pd-bc-current[b-vdor4g7byc] {
    color: #293649;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 60%;
}

/* ============ MAIN CARD ============ */
.mm-pd-card[b-vdor4g7byc] {
    background: white;
    border: 1px solid #e5e9ef;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 1px 2px rgba(41,54,73,.04);
}

.mm-pd-head[b-vdor4g7byc] {
    display: grid;
    grid-template-columns: 480px 1fr;
    align-items: stretch;
}

/* ============ IMAGE ZONE ============ */
.mm-pd-image-zone[b-vdor4g7byc] {
    padding: 24px;
    border-right: 1px solid #f0f2f5;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.mm-pd-preview[b-vdor4g7byc] {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
    background: linear-gradient(135deg, #f0f7ff 0%, #e8f4ff 100%);
    border-radius: 14px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: zoom-in;
    transition: all .25s;
}

    .mm-pd-preview img[b-vdor4g7byc] {
        max-width: 90%;
        max-height: 90%;
        object-fit: contain;
        transition: transform .35s;
    }

    .mm-pd-preview:hover[b-vdor4g7byc] {
        box-shadow: 0 12px 28px -8px rgba(59,130,246,.18);
    }

        .mm-pd-preview:hover img[b-vdor4g7byc] {
            transform: scale(1.05);
        }

.mm-pd-preview-zoom[b-vdor4g7byc] {
    position: absolute;
    bottom: 14px;
    right: 14px;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: rgba(255,255,255,.92);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(255,255,255,.6);
    display: grid;
    place-items: center;
    color: #293649;
    transition: all .2s;
    pointer-events: none;
}

.mm-pd-preview:hover .mm-pd-preview-zoom[b-vdor4g7byc] {
    background: #3b82f6;
    color: white;
    transform: scale(1.06);
    border-color: #3b82f6;
}

.mm-pd-preview-zoom svg[b-vdor4g7byc] {
    width: 18px;
    height: 18px;
}

/* gallery thumbnails */
.mm-pd-gallery[b-vdor4g7byc] {
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
}

.mm-pd-gal-track[b-vdor4g7byc] {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 8px;
    flex: 1;
    min-width: 0;
}

.mm-pd-gal-thumb[b-vdor4g7byc] {
    aspect-ratio: 1 / 1;
    background: #f7f9fc;
    border: 2px solid #e5e9ef;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .18s;
    position: relative;
}

    .mm-pd-gal-thumb img[b-vdor4g7byc] {
        max-width: 86%;
        max-height: 86%;
        object-fit: contain;
    }

    .mm-pd-gal-thumb:hover[b-vdor4g7byc] {
        border-color: #93c5fd;
        transform: translateY(-2px);
    }

    .mm-pd-gal-thumb.active[b-vdor4g7byc] {
        border-color: #3b82f6;
        box-shadow: 0 0 0 3px rgba(59,130,246,.15);
        background: #eff6ff;
    }

.mm-pd-gal-nav[b-vdor4g7byc] {
    width: 32px;
    height: 60px;
    border-radius: 10px;
    background: white;
    border: 1.5px solid #e5e9ef;
    color: #6b7280;
    cursor: pointer;
    display: grid;
    place-items: center;
    flex-shrink: 0;
    transition: all .18s;
}

    .mm-pd-gal-nav:hover[b-vdor4g7byc] {
        background: #3b82f6;
        border-color: #3b82f6;
        color: white;
        transform: scale(1.04);
        box-shadow: 0 6px 14px -4px rgba(59,130,246,.4);
    }

    .mm-pd-gal-nav svg[b-vdor4g7byc] {
        width: 14px;
        height: 14px;
    }

/* ============ DETAIL ZONE ============ */
.mm-pd-detail-zone[b-vdor4g7byc] {
    padding: 28px 32px 24px 32px;
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.mm-pd-name[b-vdor4g7byc] {
    font-family: 'Manrope', 'IBM Plex Sans Thai', sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.35;
    color: #293649;
    letter-spacing: -.015em;
    margin-bottom: 10px;
    word-break: break-word;
}

.mm-pd-meta-row[b-vdor4g7byc] {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 14px;
    font-size: 13px;
    color: #6b7280;
    padding-bottom: 14px;
    border-bottom: 1px solid #f0f2f5;
    margin-bottom: 14px;
}

.mm-pd-sold[b-vdor4g7byc] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

    .mm-pd-sold svg[b-vdor4g7byc] {
        width: 14px;
        height: 14px;
        color: #10b981;
    }

/* category pills */
.mm-pd-cat-row[b-vdor4g7byc] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 16px;
}

.mm-pd-cat-pill[b-vdor4g7byc] {
    display: inline-flex;
    align-items: center;
    padding: 4px 12px;
    border-radius: 999px;
    background: #eff6ff;
    border: 1px solid #dbeafe;
    color: #3b82f6;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    user-select: none;
    transition: all .18s;
}

    .mm-pd-cat-pill:hover[b-vdor4g7byc] {
        background: #3b82f6;
        color: white;
        border-color: #3b82f6;
        transform: translateY(-1px);
    }

/* price block */
.mm-pd-price-card[b-vdor4g7byc] {
    background: linear-gradient(135deg, #f7f9fc 0%, #eff6ff 100%);
    border: 1px solid #e5e9ef;
    border-radius: 14px;
    padding: 16px 22px;
    margin-bottom: 22px;
    display: flex;
    align-items: baseline;
    gap: 14px;
    flex-wrap: wrap;
}

.mm-pd-price-label[b-vdor4g7byc] {
    font-size: 12px;
    font-weight: 600;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.mm-pd-price-value[b-vdor4g7byc] {
    font-family: 'Manrope', 'IBM Plex Sans Thai', sans-serif;
    font-size: 32px;
    font-weight: 800;
    color: #ef4444;
    letter-spacing: -.02em;
    line-height: 1.1;
}

/* row (label + value) */
.mm-pd-row[b-vdor4g7byc] {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 18px;
}

.mm-pd-row-label[b-vdor4g7byc] {
    width: 100px;
    flex-shrink: 0;
    font-size: 13px;
    font-weight: 600;
    color: #6b7280;
    padding-top: 10px;
}

.mm-pd-row-value[b-vdor4g7byc] {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px;
}

/* unit pills */
.mm-pd-unit-list[b-vdor4g7byc] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.mm-pd-unit-pill[b-vdor4g7byc] {
    background: white;
    border: 1.5px solid #e5e9ef;
    border-radius: 10px;
    padding: 8px 14px;
    font-size: 13px;
    font-weight: 500;
    color: #293649;
    cursor: pointer;
    user-select: none;
    transition: all .18s;
    position: relative;
}

    .mm-pd-unit-pill:hover[b-vdor4g7byc] {
        border-color: #93c5fd;
        background: #f8fbff;
        color: #3b82f6;
    }

    .mm-pd-unit-pill.active[b-vdor4g7byc] {
        border-color: #3b82f6;
        background: #eff6ff;
        color: #3b82f6;
        font-weight: 600;
        box-shadow: 0 0 0 3px rgba(59,130,246,.12);
    }

/* quantity stepper */
.mm-pd-stepper[b-vdor4g7byc] {
    display: inline-flex;
    align-items: center;
    background: white;
    border: 1.5px solid #e5e9ef;
    border-radius: 11px;
    overflow: hidden;
    transition: all .18s;
}

    .mm-pd-stepper:focus-within[b-vdor4g7byc] {
        border-color: #3b82f6;
        box-shadow: 0 0 0 3px rgba(59,130,246,.12);
    }

.mm-pd-step-btn[b-vdor4g7byc] {
    width: 38px;
    height: 38px;
    border: none;
    background: transparent;
    color: #293649;
    cursor: pointer;
    display: grid;
    place-items: center;
    transition: all .18s;
    font-family: inherit;
}

    .mm-pd-step-btn:hover[b-vdor4g7byc] {
        background: #eff6ff;
        color: #3b82f6;
    }

    .mm-pd-step-btn svg[b-vdor4g7byc] {
        width: 14px;
        height: 14px;
    }

.mm-pd-step-input[b-vdor4g7byc] {
    width: 76px;
    height: 38px;
    border: none;
    border-left: 1px solid #f0f2f5;
    border-right: 1px solid #f0f2f5;
    background: transparent;
    text-align: center;
    font-family: 'Manrope', 'IBM Plex Sans Thai', sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #293649;
    outline: none;
}

    .mm-pd-step-input:focus[b-vdor4g7byc] {
        outline: none;
    }

/* stock info */
.mm-pd-stock-info[b-vdor4g7byc] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #6b7280;
    background: #f7f9fc;
    border: 1px dashed #e5e9ef;
    border-radius: 10px;
    padding: 7px 14px;
}

    .mm-pd-stock-info svg[b-vdor4g7byc] {
        width: 15px;
        height: 15px;
        color: #3b82f6;
        flex-shrink: 0;
    }

    .mm-pd-stock-info strong[b-vdor4g7byc] {
        color: #293649;
        font-weight: 700;
    }

/* action buttons */
.mm-pd-actions[b-vdor4g7byc] {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: auto;
    padding-top: 8px;
}

.mm-pd-btn[b-vdor4g7byc] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-width: 200px;
    padding: 13px 26px;
    border-radius: 11px;
    font-size: 14px;
    font-weight: 600;
    font-family: inherit;
    cursor: pointer;
    transition: all .2s;
    border: none;
    flex: 1 1 auto;
}

    .mm-pd-btn svg[b-vdor4g7byc] {
        width: 18px;
        height: 18px;
    }

.mm-pd-btn-secondary[b-vdor4g7byc] {
    background: white;
    color: #3b82f6;
    border: 1.5px solid #3b82f6;
}

    .mm-pd-btn-secondary:hover[b-vdor4g7byc] {
        background: #eff6ff;
        transform: translateY(-1px);
        box-shadow: 0 8px 20px -6px rgba(59,130,246,.25);
    }

.mm-pd-btn-primary[b-vdor4g7byc] {
    background: linear-gradient(135deg, #293649 0%, #1e3a8a 60%, #3b82f6 100%);
    color: white;
    box-shadow: 0 6px 16px -4px rgba(59,130,246,.35);
}

    .mm-pd-btn-primary:hover[b-vdor4g7byc] {
        transform: translateY(-1px);
        box-shadow: 0 10px 24px -4px rgba(59,130,246,.55);
    }

    .mm-pd-btn-primary:active[b-vdor4g7byc] {
        transform: translateY(0);
    }

/* ============ DESCRIPTION CARD ============ */
.mm-pd-second[b-vdor4g7byc] {
    margin-top: 18px;
}

.mm-pd-detail-card[b-vdor4g7byc] {
    background: white;
    border: 1px solid #e5e9ef;
    border-radius: 18px;
    padding: 28px 32px;
    box-shadow: 0 1px 2px rgba(41,54,73,.04);
}

.mm-pd-section-head[b-vdor4g7byc] {
    margin-bottom: 18px;
    padding-bottom: 14px;
    border-bottom: 1px solid #f0f2f5;
}

.mm-pd-label-tag[b-vdor4g7byc] {
    display: inline-block;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #3b82f6;
    margin-bottom: 6px;
}

.mm-pd-section-title[b-vdor4g7byc] {
    font-family: 'Manrope', 'IBM Plex Sans Thai', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #293649;
    letter-spacing: -.015em;
}

.mm-pd-description[b-vdor4g7byc] {
    font-size: 14px;
    line-height: 1.7;
    color: #293649;
    word-break: break-word;
}

    .mm-pd-description img[b-vdor4g7byc] {
        max-width: 100%;
        height: auto;
        border-radius: 10px;
        margin: 8px 0;
    }

    .mm-pd-description p[b-vdor4g7byc] {
        margin-bottom: 12px;
    }

    .mm-pd-description h1[b-vdor4g7byc],
    .mm-pd-description h2[b-vdor4g7byc],
    .mm-pd-description h3[b-vdor4g7byc],
    .mm-pd-description h4[b-vdor4g7byc] {
        font-family: 'Manrope', 'IBM Plex Sans Thai', sans-serif;
        color: #293649;
        margin: 18px 0 10px;
        letter-spacing: -.01em;
    }

    .mm-pd-description ul[b-vdor4g7byc],
    .mm-pd-description ol[b-vdor4g7byc] {
        padding-left: 22px;
        margin-bottom: 12px;
    }

    .mm-pd-description a[b-vdor4g7byc] {
        color: #3b82f6;
        text-decoration: underline;
    }

/* ============ RESPONSIVE ============ */

/* tablet landscape */
@media (max-width: 1100px) {
    .mm-pd-head[b-vdor4g7byc] {
        grid-template-columns: 420px 1fr;
    }

    .mm-pd-name[b-vdor4g7byc] {
        font-size: 20px;
    }

    .mm-pd-price-value[b-vdor4g7byc] {
        font-size: 28px;
    }
}

/* tablet portrait — stack columns */
@media (max-width: 880px) {
    .mm-pd-shell[b-vdor4g7byc] {
        padding: 18px;
    }

    .mm-pd-head[b-vdor4g7byc] {
        grid-template-columns: 1fr;
    }

    .mm-pd-image-zone[b-vdor4g7byc] {
        border-right: none;
        border-bottom: 1px solid #f0f2f5;
        padding: 20px;
    }

    .mm-pd-preview[b-vdor4g7byc] {
        max-width: 480px;
        margin: 0 auto;
    }

    .mm-pd-detail-zone[b-vdor4g7byc] {
        padding: 22px 24px 24px 24px;
    }

    .mm-pd-detail-card[b-vdor4g7byc] {
        padding: 22px 24px;
    }
}

/* mobile */
@media (max-width: 600px) {
    .mm-pd-shell[b-vdor4g7byc] {
        padding: 14px;
    }

    .mm-pd-card[b-vdor4g7byc] {
        border-radius: 14px;
    }

    .mm-pd-image-zone[b-vdor4g7byc] {
        padding: 14px;
    }

    .mm-pd-detail-zone[b-vdor4g7byc] {
        padding: 18px 16px 18px 16px;
    }

    .mm-pd-name[b-vdor4g7byc] {
        font-size: 17px;
    }

    .mm-pd-price-card[b-vdor4g7byc] {
        padding: 14px 16px;
        margin-bottom: 18px;
    }

    .mm-pd-price-value[b-vdor4g7byc] {
        font-size: 26px;
    }

    /* stack label above value on small */
    .mm-pd-row[b-vdor4g7byc] {
        flex-direction: column;
        gap: 8px;
        margin-bottom: 16px;
    }

    .mm-pd-row-label[b-vdor4g7byc] {
        width: auto;
        padding-top: 0;
    }

    .mm-pd-row-value[b-vdor4g7byc] {
        gap: 10px;
    }

    .mm-pd-unit-pill[b-vdor4g7byc] {
        padding: 7px 12px;
        font-size: 12.5px;
    }

    .mm-pd-stock-info[b-vdor4g7byc] {
        font-size: 12px;
        padding: 6px 12px;
    }

    .mm-pd-step-input[b-vdor4g7byc] {
        width: 60px;
        font-size: 14px;
    }

    .mm-pd-actions[b-vdor4g7byc] {
        flex-direction: column;
        gap: 10px;
    }

    .mm-pd-btn[b-vdor4g7byc] {
        min-width: 0;
        width: 100%;
        padding: 12px 20px;
    }

    .mm-pd-bc-current[b-vdor4g7byc] {
        max-width: 100%;
    }

    .mm-pd-detail-card[b-vdor4g7byc] {
        padding: 18px 16px;
        border-radius: 14px;
    }

    .mm-pd-section-title[b-vdor4g7byc] {
        font-size: 17px;
    }

    .mm-pd-gal-thumb[b-vdor4g7byc] {
        border-radius: 8px;
    }

    .mm-pd-gal-nav[b-vdor4g7byc] {
        width: 28px;
        height: 50px;
    }
}

/* small mobile */
@media (max-width: 380px) {
    .mm-pd-gal-track[b-vdor4g7byc] {
        gap: 6px;
    }

    .mm-pd-meta-row[b-vdor4g7byc] {
        gap: 10px;
        font-size: 12px;
    }
}
/* _content/MINEMELODY_WEBSITE_CMS/Components/Pages/FrontEnd/Purchase/Componant/CoreBillComponant/AddressCoreBill.razor.rz.scp.css */
.AddressDiv[b-u6cd4oy0r5] {
    padding: 24px;
    background: white;
}

    .AddressDiv .Text[b-u6cd4oy0r5] {
        margin-left: 10px;
    }

.AddressTitle[b-u6cd4oy0r5] {
    display: flex;
    align-items: center;
    color: #ee4d2d;
    fill: currentColor;
    margin-bottom: 20px;
}

.AddressSelectedZone[b-u6cd4oy0r5] {
    display: flex;
    color: black;
    font-size: 16px;
}
/* _content/MINEMELODY_WEBSITE_CMS/Components/Pages/FrontEnd/Purchase/Componant/CoreBillComponant/DecorateTopBox.razor.rz.scp.css */
.HeaderTopDiv[b-h7yn91hky4] {
    background-image: repeating-linear-gradient(45deg,#6fa6d6,#6fa6d6 33px,transparent 0,transparent 41px,#f18d9b 0,#f18d9b 74px,transparent 0,transparent 82px);
    height: 3px;
    width: 100%;
}
/* _content/MINEMELODY_WEBSITE_CMS/Components/Pages/FrontEnd/Purchase/Componant/CoreBillComponant/FooterCoreBill.razor.rz.scp.css */
.ShowingPaymentImage[b-2277hsig1w] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100000;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,0.7);
}

    .ShowingPaymentImage .DivImg[b-2277hsig1w] {
        display: flex;
        align-items: center;
        min-height: 80vh;
    }

        .ShowingPaymentImage .DivImg img[b-2277hsig1w] {
            max-height: 80vh;
            max-width: 80vw;
        }

.WatchingPaymentImageItem[b-2277hsig1w] {
    z-index: 2;
    cursor: pointer;
    height: 4vw;
    width: 4vw;
    background: rgba(0,0,0,0.5);
    border: solid 1px black;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.2s;
}

    .WatchingPaymentImageItem:hover[b-2277hsig1w] {
        border: solid 1px white;
    }

    .WatchingPaymentImageItem.Selected[b-2277hsig1w] {
        border: solid 1px white;
    }

.PriceTransferZone[b-2277hsig1w] {
    display: flex;
    justify-content: end;
    align-items: center;
    height: 40px;
    background: white;
}

    .PriceTransferZone .Div1[b-2277hsig1w] {
        flex: 1;
        border-right: 1px solid rgba(0,0,0,.09);
        border-bottom: 1px solid rgba(0,0,0,.09);
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: end;
        padding-right: 20px;
    }

    .PriceTransferZone .Div2[b-2277hsig1w] {
        min-width: 135px;
        text-align: right;
        padding-right: 30px;
        color: #ee4d2d;
        border-bottom: 1px solid rgba(0,0,0,.09);
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: end;
    }

.SummitButtonZone[b-2277hsig1w] {
    display: flex;
    justify-content: end;
    align-items: center;
    padding: 0px 30px;
    height: 60px;
    background: white;
}

    .SummitButtonZone .Div1[b-2277hsig1w] {
        color: rgba(0,0,0,.54);
    }

    .SummitButtonZone .Div2[b-2277hsig1w] {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 210px;
        height: 40px;
        border: 1px solid rgba(0,0,0,.09);
        box-shadow: 0 1px 1px 0 rgba(0,0,0,.03);
        border-radius: 2px;
        cursor: pointer;
    }
/* _content/MINEMELODY_WEBSITE_CMS/Components/Pages/FrontEnd/Purchase/Componant/CoreBillComponant/HeaderCoreBill.razor.rz.scp.css */
.BillCode[b-b2uqjk008a] {
    font-size: 24px;
    text-align: center;
    color: #ee4d2d;
    display: flex;
    background: #f7f7f7;
    width: 100%;
}
/* _content/MINEMELODY_WEBSITE_CMS/Components/Pages/FrontEnd/Purchase/Componant/CoreBillComponant/ProductCoreList.razor.rz.scp.css */
.ProductListZone[b-mrykr1zbp0] {
    background: white;
    /*padding: 24px 30px 0px;*/
    font-size: 14px;
}

.BaseHeader[b-mrykr1zbp0] {
    color: #bbb !important;
}

    .ProductListZone .TableProductList[b-mrykr1zbp0] {
    }

        .ProductListZone .TableProductList thead .RowSize[b-mrykr1zbp0] {
            height: 40px;
        }

        .ProductListZone .TableProductList tbody .RowSize[b-mrykr1zbp0] {
            height: 70px;
        }

    .ProductListZone .NameTitle[b-mrykr1zbp0] {
        font-size: 18px;
    }

    .ProductListZone .HeadColor[b-mrykr1zbp0] {
        color: #bbb !important;
    }

.ProductListZone .ImgDiv[b-mrykr1zbp0] {
    min-width: 42px;
}

    .ProductListZone .NameDiv[b-mrykr1zbp0] {
        overflow: hidden;
        text-overflow: ellipsis;
        min-width: 0;
        max-width: 590px;
        width: 100%;
    }

        .ProductListZone .NameDiv .Name[b-mrykr1zbp0] {
            overflow: hidden;
            text-overflow: ellipsis;
            max-height: 70px;
            white-space: nowrap;
            min-width: 0;
            max-width: 100%;
        }

    .ProductListZone .ProductImg[b-mrykr1zbp0] {
        position: relative;
        height: 40px;
        width: 40px;
        min-height: 40px;
        min-width: 40px;
        margin-right: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        float: left;
    }

        .ProductListZone .ProductImg .Img[b-mrykr1zbp0] {
            max-height: 100%;
            max-width: 100%;
        }

    .ProductListZone .UnitName[b-mrykr1zbp0] {
        text-align: center;
        min-width: 100px;
    }

    .ProductListZone .PricePer[b-mrykr1zbp0] {
        text-align: center;
        min-width: 100px;
        color: #ee4d2d;
    }

    .ProductListZone .Qty[b-mrykr1zbp0] {
        text-align: center;
        min-width: 100px;
    }

    .ProductListZone .SumPrice[b-mrykr1zbp0] {
        text-align: right;
        min-width: 100px;
        color: #ee4d2d;
    }

.OperationButtonBase[b-mrykr1zbp0] {
    width: 50px;
    text-align: center;
    cursor: pointer;
    border-radius: 5px;
    transition: 0.2s;
}

.EditButton[b-mrykr1zbp0] {
    margin-right: 5px;
    border: solid 1px #233134;
}

.DeleteButton[b-mrykr1zbp0] {
    border: solid 1px #fc7d7d;
    color: #ff0000;
}


.GridMainRow[b-mrykr1zbp0] {
    display: grid;
    grid-template-areas: "ImgZone NameZone UnitZone PricePerZone QtyZone SumZone OparetorZone";
    grid-auto-columns: 42px 1fr 100px 100px 100px 100px 137px;
    grid-auto-rows: 70px;
}

    .GridMainRow .ImgZone[b-mrykr1zbp0] {
        grid-area: ImgZone;
        display: flex;
        align-items: center;
    }
    .GridMainRow .NameZone[b-mrykr1zbp0] {
        grid-area: NameZone;
        display: flex;
        align-items: center;
        min-height: 70px;
    }
    .GridMainRow .UnitZone[b-mrykr1zbp0] {
        grid-area: UnitZone;
        text-align: center;
        display: flex;
        align-items: center;
        min-height: 70px;
    }
    .GridMainRow .PricePerZone[b-mrykr1zbp0] {
        grid-area: PricePerZone;
        text-align: end;
        display: flex;
        align-items: center;
        justify-content: end;
    }
    .GridMainRow .QtyZone[b-mrykr1zbp0] {
        grid-area: QtyZone;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 70px;
    }
    .GridMainRow .SumZone[b-mrykr1zbp0] {
        grid-area: SumZone;
        text-align: end;
        display: flex;
        align-items: center;
        justify-content: end;
    }
    .GridMainRow .OparetorZone[b-mrykr1zbp0] {
        grid-area: OparetorZone;
        text-align: end;
        display: flex;
        align-items: center;
        min-height: 70px;
    }

    .GridMainRow.GridMainRowNoOperator[b-mrykr1zbp0] {
        grid-template-areas: "ImgZone NameZone UnitZone PricePerZone QtyZone SumZone";
        grid-auto-columns: 42px 1fr 100px 100px 100px 100px;
    }

.SingleRow[b-mrykr1zbp0] {
    background: #f7f7f7ff;
}

.DoubleRow[b-mrykr1zbp0] {
    background: #ffffff;
}

.GridLotMain[b-mrykr1zbp0] {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-auto-columns: 1fr 1fr 1fr 1fr 1fr;
    font-size: 9px;
}

    .GridLotMain > div[b-mrykr1zbp0] {
        text-align: center;
    }

        .GridLotMain > div.BaseHeader[b-mrykr1zbp0] {
        }

        .GridLotMain.Single[b-mrykr1zbp0] {
            background: #ffffffff;
        }

        .GridLotMain.Double[b-mrykr1zbp0] {
            background: #e6e6e6ff;
        }
/* _content/MINEMELODY_WEBSITE_CMS/Components/Pages/FrontEnd/Purchase/Componant/CoreBillComponant/ProductProvideComponent.razor.rz.scp.css */
.GoogleFont[b-640ty0370w] {
    font-family: GoogleFont;
    font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 200, 'opsz' 20;
}

/* ── Modal overlay ── */
.MainScreen[b-640ty0370w] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.OpacityBackground[b-640ty0370w] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
}

/* ── Main modal box ── */
.MainBox[b-640ty0370w] {
    position: relative;
    width: 95vw;
    max-width: 960px;
    max-height: 92vh;
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0,0,0,0.3);
    display: flex;
    flex-direction: column;
}

.MainZone2[b-640ty0370w] {
    display: flex;
    flex-direction: column;
    max-height: 92vh;
    overflow: hidden;
}

/* ── Dark gradient header ── */
.ModalHeader[b-640ty0370w] {
    background: linear-gradient(135deg, #1e293b 0%, #334155 100%);
    padding: 16px 22px 20px;
    flex-shrink: 0;
}

.ModalHeaderTop[b-640ty0370w] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 16px;
}

.ModalBillSubtitle[b-640ty0370w] {
    font-size: 12px;
    color: rgba(255,255,255,0.6);
    margin-bottom: 4px;
}

.ModalBillCode[b-640ty0370w] {
    font-size: 22px;
    font-weight: 700;
    color: white;
    letter-spacing: 0.5px;
}

.ModalBillMeta[b-640ty0370w] {
    font-size: 13px;
    color: rgba(255,255,255,0.65);
    margin-top: 4px;
}

/* ── Close button ── */
.CloseButton[b-640ty0370w] {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgba(255,255,255,0.1);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background .15s;
    flex-shrink: 0;
    position: relative;
}

    .CloseButton:hover[b-640ty0370w] {
        background: rgba(255,255,255,0.22);
    }

    .CloseButton[b-640ty0370w]::after {
        font-family: GoogleFont;
        content: "\e5cd";
        font-size: 18px;
        font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 200, 'opsz' 20;
        color: rgba(255,255,255,0.8);
    }

/* ── Header 2-col grid ── */
.HeaderGridMain[b-640ty0370w] {
    display: grid;
    grid-template-areas: "Zone1 Zone2";
    grid-template-columns: 1fr auto;
    gap: 16px;
    align-items: end;
}

    .HeaderGridMain .Zone1[b-640ty0370w] {
        grid-area: Zone1;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }

    .HeaderGridMain .Zone2[b-640ty0370w] {
        grid-area: Zone2;
        display: flex;
        flex-direction: column;
        gap: 8px;
        min-width: 210px;
    }

/* ── Barcode search row ── */
.ScanRow[b-640ty0370w] {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.ScanLabel[b-640ty0370w] {
    font-size: 14px;
    color: rgba(255,255,255,0.85);
    white-space: nowrap;
}

.ScanInputWrap[b-640ty0370w] {
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 8px;
    display: flex;
    align-items: center;
    padding: 0 10px;
    height: 38px;
    flex: 1;
    min-width: 220px;
}

.InputSearch[b-640ty0370w] {
    border: none;
    outline: none;
    box-shadow: none;
    background: none;
    padding: 0 8px;
    font-size: 14px;
    flex: 1;
    color: white;
    min-width: 0;
}

    .InputSearch[b-640ty0370w]::placeholder {
        color: rgba(255,255,255,0.4);
    }

    .InputSearch:focus[b-640ty0370w] {
        border: none;
        outline: none;
        box-shadow: none;
    }

.ScanCounter[b-640ty0370w] {
    font-size: 13px;
    color: rgba(255,255,255,0.65);
    white-space: nowrap;
}

/* ── Status panel (in header) ── */
.ProviceBillStatus[b-640ty0370w] {
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 10px;
    padding: 12px 14px;
}

.StatusCardTitle[b-640ty0370w] {
    font-size: 11px;
    font-weight: 600;
    color: rgba(255,255,255,0.55);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.StatusPerMain[b-640ty0370w] {
    display: flex;
    flex-direction: column;
    gap: 6px;
    width: fit-content;
}

    .StatusPerMain > div[b-640ty0370w] {
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .StatusPerMain > div > div[b-640ty0370w] {
        width: 14px;
        height: 14px;
        border-radius: 3px;
        background: rgba(255,255,255,0.12);
        border: 1px solid rgba(255,255,255,0.15);
        flex-shrink: 0;
    }

    .StatusPerMain > div > span[b-640ty0370w] {
        font-size: 12px;
        color: rgba(255,255,255,0.7);
    }

    .StatusPerMain > div > .Gray[b-640ty0370w] {
        background: #9ca3af;
        border-color: transparent;
    }

    .StatusPerMain > div > .Yellow[b-640ty0370w] {
        background: #f59e0b;
        border-color: transparent;
    }

    .StatusPerMain > div > .Red[b-640ty0370w] {
        background: #ef4444;
        border-color: transparent;
    }

    .StatusPerMain > div > .Green[b-640ty0370w] {
        background: #10b981;
        border-color: transparent;
    }

/* ── Operator buttons ── */
.OperatorButtonsRow[b-640ty0370w] {
    display: flex;
    gap: 8px;
}

.OperatorButton[b-640ty0370w] {
    flex: 1;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    padding: 7px 10px;
    border-radius: 8px;
    cursor: pointer;
    user-select: none;
    border: 1px solid transparent;
    transition: filter .12s;
}

    .OperatorButton:hover[b-640ty0370w] {
        filter: brightness(0.9);
    }

.OperatorButtonPrimary[b-640ty0370w] {
    background: rgba(219,234,254,0.15);
    color: #93c5fd;
    border-color: rgba(147,197,253,0.25);
}

.OperatorButtonDanger[b-640ty0370w] {
    background: rgba(254,226,226,0.1);
    color: #fca5a5;
    border-color: rgba(252,165,165,0.25);
}

/* ── Modal body ── */
.ModalBody[b-640ty0370w] {
    flex: 1;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    padding: 16px;
    background: #f8fafc;
    min-height: 0;
}

/* ── Item list box ── */
.ItemListMainBox[b-640ty0370w] {
    background: white;
    border-radius: 12px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.08);
    display: flex;
    flex-direction: column;
    flex: 1;
    overflow: hidden;
    min-height: 0;
}

/* ── Table grid ── */
.FakeTableBaseSize[b-640ty0370w] {
    display: grid;
    grid-template-columns: 60px 80px auto 120px 120px 140px 130px;
}

    .FakeTableBaseSize > div:nth-child(7n+1)[b-640ty0370w] {
        text-align: center;
        justify-content: center;
    }

    .FakeTableBaseSize > div:nth-child(7n+3)[b-640ty0370w] {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .FakeTableBaseSize > div:nth-child(7n+4)[b-640ty0370w] {
        text-align: center;
        justify-content: center;
    }

    .FakeTableBaseSize > div:nth-child(7n+5)[b-640ty0370w] {
        text-align: center;
        justify-content: center;
    }

    .FakeTableBaseSize > div:nth-child(7n+7)[b-640ty0370w] {
        text-align: center;
        justify-content: center;
    }

/* ── Lot picker button (per row) ── */
.LotPickBtn[b-640ty0370w] {
    display: inline-flex; align-items: center; gap: 4px;
    padding: 5px 10px; border-radius: 7px;
    font-size: 12px; font-weight: 600;
    background: #eff6ff; color: #1d4ed8;
    border: 1px solid #bfdbfe;
    cursor: pointer; user-select: none;
    font-family: inherit;
    transition: background .12s, border-color .12s;
}
.LotPickBtn:hover[b-640ty0370w] { background: #dbeafe; border-color: #93c5fd; }
.LotPickBtn.HasLot[b-640ty0370w] {
    background: #dcfce7; color: #15803d; border-color: #86efac;
}
.LotPickBtn.HasLot:hover[b-640ty0370w] { background: #bbf7d0; border-color: #4ade80; }
.LotPickBtn .Badge[b-640ty0370w] {
    display: inline-flex; align-items: center; justify-content: center;
    min-width: 18px; height: 18px; padding: 0 5px;
    border-radius: 9px; font-size: 11px; font-weight: 700;
    background: #fff; color: #15803d;
    border: 1px solid currentColor;
}

.HeaderTableColor[b-640ty0370w] {
    font-size: 11px;
    font-weight: 600;
    color: #9ca3af;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}

.TableHeaderRow[b-640ty0370w] {
    padding: 12px 22px 10px;
    border-bottom: 1px solid #f0f0f0;
    flex-shrink: 0;
}

.TableScrollZone[b-640ty0370w] {
    flex: 1;
    overflow-y: auto;
    padding: 0 16px;
    min-height: 0;
}

/* ── Item rows ── */
.ProductItemLinePer[b-640ty0370w] {
    border-bottom: 1px solid #f9fafb;
    height: 50px;
    display: flex;
    align-items: center;
    font-size: 13px;
    color: #374151;
}

/* ── Status box per item row ── */
.StatusBoxPerBase[b-640ty0370w] {
    border: 1px solid #d1d5db;
    height: 14px;
    width: 14px;
    border-radius: 4px;
    margin-right: 8px;
    flex-shrink: 0;
}

.StatusBoxPerText[b-640ty0370w] {
    display: flex;
    align-items: center;
    font-size: 12px;
    font-weight: 500;
    color: #6b7280;
}

/* ── Modal footer ── */
.ModalFooter[b-640ty0370w] {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 12px 16px;
    background: #f8fafc;
    border-top: 1px solid #f0f0f0;
    flex-shrink: 0;
}

.FinishedBtn[b-640ty0370w] {
    padding: 10px 28px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
    user-select: none;
    transition: filter .15s, box-shadow .15s;
}

.FinishedBtnActive[b-640ty0370w] {
    background: #10b981;
    color: white;
    box-shadow: 0 4px 14px rgba(16,185,129,0.3);
}

    .FinishedBtnActive:hover[b-640ty0370w] {
        filter: brightness(1.05);
        box-shadow: 0 6px 18px rgba(16,185,129,0.4);
    }

.FinishedBtnDisabled[b-640ty0370w] {
    background: #e5e7eb;
    color: #9ca3af;
    cursor: not-allowed;
}

/* ── Scrollbar ── */
[b-640ty0370w]::-webkit-scrollbar {
    width: 4px;
    border-radius: 900px;
}

[b-640ty0370w]::-webkit-scrollbar-track {
    background: transparent;
}

[b-640ty0370w]::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 4px;
}

    [b-640ty0370w]::-webkit-scrollbar-thumb:hover {
        background: #94a3b8;
    }

/* ════════════════════════════════════════════════════════════
   RESPONSIVE — ≤768px: header stack, table → card layout
   ════════════════════════════════════════════════════════════ */
@media (max-width: 768px) {
    .MainBox[b-640ty0370w] {
        width: 100vw;
        max-width: 100vw;
        max-height: 100vh;
        height: 100vh;
        border-radius: 0;
    }

    .MainZone2[b-640ty0370w] {
        max-height: 100vh;
    }

    /* Header */
    .ModalHeader[b-640ty0370w] {
        padding: 12px 14px 14px;
    }
    .ModalBillCode[b-640ty0370w] { font-size: 18px; }
    .ModalBillMeta[b-640ty0370w] { font-size: 12px; }

    .HeaderGridMain[b-640ty0370w] {
        grid-template-areas: "Zone1" "Zone2";
        grid-template-columns: 1fr;
        gap: 10px;
    }
    .HeaderGridMain .Zone2[b-640ty0370w] { min-width: 0; }

    .ScanRow[b-640ty0370w] { gap: 8px; }
    .ScanInputWrap[b-640ty0370w] { min-width: 0; }
    .ScanCounter[b-640ty0370w] { font-size: 12px; }

    .OperatorButtonsRow[b-640ty0370w] { flex-wrap: wrap; }
    .OperatorButton[b-640ty0370w] { flex: 1 1 calc(50% - 4px); font-size: 11.5px; }

    /* Body padding */
    .ModalBody[b-640ty0370w] { padding: 10px; }

    /* ── Table → Card layout ── */
    .TableHeaderRow[b-640ty0370w] { display: none; }   /* ซ่อน header เพราะแต่ละ field มี label เอง */

    .TableScrollZone[b-640ty0370w] { padding: 0; }

    /* แต่ละ row = card (7 cells stack เป็น 1 column) */
    .FakeTableBaseSize[b-640ty0370w] {
        grid-template-columns: 1fr;
        gap: 0;
        padding: 8px 0;
    }

    .FakeTableBaseSize > .ProductItemLinePer[b-640ty0370w] {
        background: #fff !important;
        height: auto;
        margin: 0;
        border-left: 1px solid #e5e9ef;
        border-right: 1px solid #e5e9ef;
    }

    /* แต่ละ cell ภายใน card */
    .ProductItemLinePer[b-640ty0370w] {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 8px 12px;
        border-bottom: 1px solid #f0f2f5;
        height: auto;
        min-height: 36px;
        font-size: 13px;
        gap: 8px;
    }

    /* Label ก่อนค่า (ใช้ ::before กับ nth-child) */
    .FakeTableBaseSize > .ProductItemLinePer:nth-child(7n+1)[b-640ty0370w]::before { content: "ลำดับ"; }
    .FakeTableBaseSize > .ProductItemLinePer:nth-child(7n+2)[b-640ty0370w]::before { content: "รหัส"; }
    .FakeTableBaseSize > .ProductItemLinePer:nth-child(7n+3)[b-640ty0370w]::before { content: "ชื่อสินค้า"; }
    .FakeTableBaseSize > .ProductItemLinePer:nth-child(7n+4)[b-640ty0370w]::before { content: "หน่วย"; }
    .FakeTableBaseSize > .ProductItemLinePer:nth-child(7n+5)[b-640ty0370w]::before { content: "จำนวน"; }
    .FakeTableBaseSize > .ProductItemLinePer:nth-child(7n+6)[b-640ty0370w]::before { content: "สถานะ"; }
    .FakeTableBaseSize > .ProductItemLinePer:nth-child(7n+7)[b-640ty0370w]::before { content: "Lot"; }

    .FakeTableBaseSize > .ProductItemLinePer[b-640ty0370w]::before {
        font-size: 11px;
        font-weight: 600;
        color: #9ca3af;
        text-transform: uppercase;
        letter-spacing: .04em;
        flex-shrink: 0;
        min-width: 80px;
    }

    /* cell ลำดับ (cell #1 ของแต่ละ row) → header ของ card */
    .FakeTableBaseSize > .ProductItemLinePer:nth-child(7n+1)[b-640ty0370w] {
        background: #f7f9fc !important;
        border-top: 1px solid #e5e9ef;
        border-radius: 10px 10px 0 0;
        font-weight: 700;
        color: #293649;
        margin-top: 10px;
    }
    .FakeTableBaseSize > .ProductItemLinePer:nth-child(7n+1):first-child[b-640ty0370w] {
        margin-top: 0;
    }

    /* ลบ alignment ที่ทำให้ center บน mobile */
    .FakeTableBaseSize > div:nth-child(7n+1)[b-640ty0370w],
    .FakeTableBaseSize > div:nth-child(7n+4)[b-640ty0370w],
    .FakeTableBaseSize > div:nth-child(7n+5)[b-640ty0370w],
    .FakeTableBaseSize > div:nth-child(7n+7)[b-640ty0370w] {
        text-align: left;
        justify-content: space-between;
    }

    /* ชื่อสินค้า ไม่ truncate */
    .FakeTableBaseSize > div:nth-child(7n+3)[b-640ty0370w] {
        overflow: visible;
        text-overflow: clip;
        white-space: normal;
        line-height: 1.35;
    }

    /* cell "จำนวน" มี inline flex-direction:column — override ให้เป็น row บน mobile
       ให้ label `::before` อยู่ซ้าย, เลข+progress อยู่ขวา */
    .FakeTableBaseSize > .ProductItemLinePer:nth-child(7n+5)[b-640ty0370w] {
        flex-direction: row !important;
        align-items: center;
        gap: 8px;
    }
    .FakeTableBaseSize > .ProductItemLinePer:nth-child(7n+5) > div[b-640ty0370w] {
        display: flex;
        align-items: center;
        gap: 6px;
    }

    /* cell "สถานะ" — box กับ text "รอเช็ค/ครบ/น้อยกว่า/เกิน" ต้องอยู่ติดกัน (ขวาสุด)
       structure: ::before (label) | StatusBoxPerBase (box) | StatusBoxPerText (text)
       ใส่ margin-left:auto ที่ box เพื่อผลัก box+text ไปขวาเป็นกลุ่ม */
    .FakeTableBaseSize > .ProductItemLinePer:nth-child(7n+6) .StatusBoxPerBase[b-640ty0370w] {
        margin-left: auto;
        margin-right: 6px;
    }

    /* cell สุดท้ายของแต่ละ row (Lot) → ปิด card */
    .FakeTableBaseSize > .ProductItemLinePer:nth-child(7n+7)[b-640ty0370w] {
        border-bottom: 1px solid #e5e9ef;
        border-radius: 0 0 10px 10px;
        box-shadow: 0 1px 3px rgba(0,0,0,.04);
    }

    /* Lot button — เต็มความกว้าง */
    .LotPickBtn[b-640ty0370w] { width: 100%; justify-content: center; }

    /* Footer */
    .ModalFooter[b-640ty0370w] { padding: 10px 14px; }
    .FinishedBtn[b-640ty0370w] {
        width: 100%;
        text-align: center;
        padding: 12px;
        font-size: 15px;
    }
}

/* ────────── ≤480px : small mobile ────────── */
@media (max-width: 480px) {
    .ModalHeader[b-640ty0370w] { padding: 10px 12px 12px; }
    .ModalBillCode[b-640ty0370w] { font-size: 16px; }

    .OperatorButton[b-640ty0370w] { font-size: 11px; padding: 6px 8px; }

    .ProductItemLinePer[b-640ty0370w] { padding: 7px 10px; font-size: 12.5px; }
    .FakeTableBaseSize > .ProductItemLinePer[b-640ty0370w]::before { font-size: 10.5px; min-width: 70px; }

    .ScanLabel[b-640ty0370w] { font-size: 13px; }
}

/* ────────── ≤360px : ultra compact ────────── */
@media (max-width: 360px) {
    .ProductItemLinePer[b-640ty0370w] { padding: 6px 8px; font-size: 12px; }
    .FakeTableBaseSize > .ProductItemLinePer[b-640ty0370w]::before { min-width: 60px; }
    .ScanInputWrap[b-640ty0370w] { height: 34px; }
    .InputSearch[b-640ty0370w] { font-size: 13px; }
}
/* _content/MINEMELODY_WEBSITE_CMS/Components/Pages/FrontEnd/Purchase/Componant/CoreBillComponant/SearchBarcodeCore.razor.rz.scp.css */
.BarcodeMain[b-6c4aozdkg4] {
    background: white;
    padding: 15px 24px;
}

    .BarcodeMain > div:nth-child(1)[b-6c4aozdkg4] {
        font-size: 14px;
    }

    .BarcodeMain > div:nth-child(2)[b-6c4aozdkg4] {
        display: flex;
        align-items: center;
    }

        .BarcodeMain > div:nth-child(2) > div[b-6c4aozdkg4] {
            padding-right: 15px;
        }

        .BarcodeMain > div:nth-child(2) > input[b-6c4aozdkg4] {
            width: 600px;
            padding-left: 15px;
            border-radius: 10px;
            border: 1px solid black;
        }

        .BarcodeMain > div:nth-child(2) > input:focus[b-6c4aozdkg4] {
            box-shadow: none!important;
        }

        .BarcodeMain > div:nth-child(2) > input[b-6c4aozdkg4] {
            width: 300px;
        }
/* _content/MINEMELODY_WEBSITE_CMS/Components/Pages/FrontEnd/Purchase/Componant/CoreBillComponant/SearchProductDetail.razor.rz.scp.css */
.GoogleFont[b-o2atcz5fhu] {
    font-family: GoogleFont;
    font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 200, 'opsz' 20;
}

/* ── Modal shell ── */
.MainScreen[b-o2atcz5fhu] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
}

.OpacityBackground[b-o2atcz5fhu] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.MainBox[b-o2atcz5fhu] {
    position: relative;
    width: 1100px;
    max-width: 95vw;
    height: 90vh;
    max-height: 90vh;
    background: white;
    border-radius: 12px;
    padding: 0;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18);
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

/* ── Header card (gradient navy) ── */
.MainCardHeader[b-o2atcz5fhu] {
    background: linear-gradient(135deg, #1e293b 0%, #334155 100%);
    color: white;
    padding: 22px 28px;
    border-radius: 12px 12px 0 0;
}

.HeaderTopRow[b-o2atcz5fhu] {
    display: flex;
    align-items: center;
    gap: 14px;
}

.HeaderBackButton[b-o2atcz5fhu] {
    width: 34px;
    height: 34px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-weight: 600;
    font-size: 18px;
    transition: background .15s;
    user-select: none;
    flex-shrink: 0;
}

    .HeaderBackButton:hover[b-o2atcz5fhu] {
        background: rgba(255, 255, 255, 0.12);
    }

.HeaderTitleZone[b-o2atcz5fhu] {
    display: flex;
    flex-direction: column;
    min-width: 0;
    flex: 1;
}

.HeaderSubtitle[b-o2atcz5fhu] {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 2px;
    letter-spacing: 0.4px;
    text-transform: uppercase;
}

.HeaderProductCode[b-o2atcz5fhu] {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.5px;
    color: white;
    line-height: 1.2;
}

.HeaderProductName[b-o2atcz5fhu] {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.85);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 2px;
}

.HeaderPillRow[b-o2atcz5fhu] {
    display: flex;
    gap: 10px;
    margin-top: 14px;
    flex-wrap: wrap;
}

.HeaderPill[b-o2atcz5fhu] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 4px 12px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.12);
    font-size: 12px;
    color: rgba(255, 255, 255, 0.92);
}

    .HeaderPill .PillLabel[b-o2atcz5fhu] {
        color: rgba(255, 255, 255, 0.6);
        font-weight: 500;
    }

/* ── Content grid below header ── */
.ContentGrid[b-o2atcz5fhu] {
    display: grid;
    grid-template-columns: 360px 1fr;
    grid-template-rows: 1fr;
    gap: 14px;
    padding: 14px 18px;
    flex: 1;
    min-height: 0;
    overflow: hidden;
}

@media (max-width: 900px) {
    .ContentGrid[b-o2atcz5fhu] {
        grid-template-columns: 1fr;
    }
}

.LeftColumn[b-o2atcz5fhu],
.RightColumn[b-o2atcz5fhu] {
    display: flex;
    flex-direction: column;
    gap: 12px;
    min-width: 0;
    min-height: 0;
    height: 100%;
    overflow: hidden;
}

/* Lot card (last card in right column) grows to fill remaining vertical space */
.RightColumn > .InvoiceCard:last-child[b-o2atcz5fhu] {
    flex: 1;
    min-height: 0;
    display: flex;
    flex-direction: column;
}

/* ── InvoiceCard pattern ── */
.InvoiceCard[b-o2atcz5fhu] {
    background: white;
    border-radius: 12px;
    padding: 14px 16px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
    border: 1px solid #f3f4f6;
}

.SectionHeader[b-o2atcz5fhu] {
    font-size: 12px;
    font-weight: 600;
    color: #6b7280;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    margin-bottom: 10px;
    padding-bottom: 8px;
    border-bottom: 1px solid #f0f0f0;
    flex-shrink: 0;
}

/* ── Product image gallery ── */
.MainImage[b-o2atcz5fhu] {
    border: 1px solid #e5e7eb;
    background: #f9fafb;
    border-radius: 10px;
    padding: 12px;
    height: 170px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

    .MainImage img[b-o2atcz5fhu] {
        max-width: 100%;
        max-height: 100%;
    }

.MiniImage[b-o2atcz5fhu] {
    margin-top: 8px;
    display: flex;
    cursor: pointer;
}

    .MiniImage .Per[b-o2atcz5fhu] {
        display: flex;
        justify-content: center;
        align-items: center;
        border: 1px solid #e5e7eb;
        background: #fafbfc;
        border-radius: 8px;
        flex: 1;
        height: 40px;
        padding: 4px;
        cursor: pointer;
        transition: border-color .15s;
    }

        .MiniImage .Per:hover[b-o2atcz5fhu] {
            border-color: #3b82f6;
        }

        .MiniImage .Per img[b-o2atcz5fhu] {
            max-width: 100%;
            max-height: 100%;
        }

/* ── Product detail labels ── */
.SubLabel[b-o2atcz5fhu] {
    font-size: 11px;
    font-weight: 600;
    color: #9ca3af;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    margin-bottom: 4px;
    margin-top: 10px;
}

    .SubLabel:first-child[b-o2atcz5fhu] {
        margin-top: 0;
    }

.TitleDetail[b-o2atcz5fhu] {
    font-size: 13px;
    color: #374151;
    line-height: 1.5;
    min-height: 18px;
}

.WarningBadge[b-o2atcz5fhu] {
    display: inline-block;
    background: #fef2f2;
    color: #dc2626;
    border: 1px solid #fecaca;
    padding: 2px 10px;
    border-radius: 6px;
    font-size: 11px;
    font-weight: 600;
}

.WarningDetail[b-o2atcz5fhu] {
    font-size: 13px;
    color: #374151;
    line-height: 1.5;
    min-height: 24px;
    margin-top: 4px;
}

.PromotionPer[b-o2atcz5fhu] {
    font-size: 13px;
    font-weight: 600;
    color: #3b82f6;
    margin-top: 4px;
}

    .PromotionPer span[b-o2atcz5fhu] {
        padding-right: 8px;
    }

/* ── Sale form rows ── */
.SaleFormRow[b-o2atcz5fhu] {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
    position: relative;
    flex-wrap: wrap;
}

    .SaleFormRow:last-child[b-o2atcz5fhu] {
        margin-bottom: 0;
    }

.SaleFormCell[b-o2atcz5fhu] {
    flex: 1;
    min-width: 120px;
    position: relative;
}

.TitleBase[b-o2atcz5fhu] {
    font-weight: 600;
    font-size: 12px;
    color: #6b7280;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
}

.SaleFormCell input[b-o2atcz5fhu] {
    width: 100%;
    outline: none;
    border: 1px solid #e5e7eb;
    background: white;
    border-radius: 8px;
    padding: 8px 10px;
    font-size: 13px;
    text-align: center;
    box-sizing: border-box;
    transition: border-color .15s, box-shadow .15s;
    color: #111;
}

    .SaleFormCell input:focus[b-o2atcz5fhu] {
        border-color: #3b82f6;
        box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
    }

.FakeNotDisableInput[b-o2atcz5fhu] {
    background: white;
    color: #111;
    cursor: text;
    border: 1px solid #e5e7eb;
    opacity: 1;
}

/* unit picker */
.UnitPickerWrap[b-o2atcz5fhu] {
    display: flex;
    align-items: center;
    position: relative;
    background: white;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    cursor: pointer;
    overflow: hidden;
}

    .UnitPickerWrap input[b-o2atcz5fhu] {
        flex: 1;
        border: none !important;
        box-shadow: none !important;
        background: transparent !important;
        cursor: pointer;
        text-align: center;
        padding: 8px 10px;
    }

.UnitPickerOverlay[b-o2atcz5fhu] {
    position: absolute;
    inset: 0;
    z-index: 1;
    cursor: pointer;
}

.UnitPickerArrow[b-o2atcz5fhu] {
    color: #9ca3af;
    padding: 0 10px;
    user-select: none;
    flex-shrink: 0;
}

/* radio */
.FakeRadioButton[b-o2atcz5fhu] {
    width: 14px;
    height: 14px;
    background: white;
    border: 1px solid #d1d5db;
    border-radius: 50%;
    margin-right: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    flex-shrink: 0;
}

    .FakeRadioButton .Active[b-o2atcz5fhu] {
        width: 7px;
        height: 7px;
        border-radius: 50%;
    }

.RadioLabelRow[b-o2atcz5fhu] {
    display: flex;
    align-items: center;
    cursor: pointer;
    user-select: none;
    width: fit-content;
    margin-bottom: 5px;
}

    .RadioLabelRow .TitleBase[b-o2atcz5fhu] {
        margin-bottom: 0;
    }

/* edit-price checkbox column */
.EditPriceCell[b-o2atcz5fhu] {
    display: flex;
    align-items: center;
    padding-bottom: 8px;
    align-self: end;
}

    .EditPriceCell input[type="checkbox"][b-o2atcz5fhu] {
        width: 14px;
        height: 14px;
        margin-right: 6px;
        accent-color: #3b82f6;
    }

    .EditPriceCell span[b-o2atcz5fhu] {
        font-size: 12px;
        color: #9ca3af;
        white-space: nowrap;
    }

/* net price summary */
.NetPriceRow[b-o2atcz5fhu] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #f0f0f0;
    gap: 14px;
}

.NetPriceLabel[b-o2atcz5fhu] {
    font-size: 13px;
    color: #374151;
    font-weight: 600;
}

.NetPriceValue[b-o2atcz5fhu] {
    text-align: right !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #ef4444 !important;
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
    width: 220px !important;
    padding: 0 !important;
    outline: none;
}

/* ── Product price dropdown ── */
.ProductPriceListBox[b-o2atcz5fhu] {
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    right: 0;
    transform: scale(0.96);
    opacity: 0;
    z-index: 20;
    background: white;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    padding: 4px;
    pointer-events: none;
    transition: transform .15s, opacity .15s;
}

    .ProductPriceListBox.Active[b-o2atcz5fhu] {
        transform: scale(1);
        opacity: 1;
        pointer-events: auto;
    }

.DropdownHeaderRow[b-o2atcz5fhu] {
    display: grid;
    grid-template-columns: 90px 1fr 110px 110px;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    color: #9ca3af;
    padding: 6px 8px;
    border-bottom: 1px solid #f0f0f0;
    letter-spacing: 0.3px;
}

    .DropdownHeaderRow > div:nth-child(1)[b-o2atcz5fhu] {
        padding-left: 8px;
    }

    .DropdownHeaderRow > div:nth-child(3)[b-o2atcz5fhu] {
        text-align: center;
    }

    .DropdownHeaderRow > div:nth-child(4)[b-o2atcz5fhu] {
        text-align: end;
        padding-right: 16px;
    }

.DropdownListScroll[b-o2atcz5fhu] {
    max-height: 220px;
    overflow-y: auto;
    overflow-x: hidden;
    border-radius: 6px;
    margin-top: 2px;
}

.ProductPriceListBox .GridProductPrice[b-o2atcz5fhu] {
    display: grid;
    grid-template-areas: "Name Lot BaseQty Price";
    grid-template-columns: 90px 1fr 110px 110px;
    font-size: 11px;
    padding: 8px;
    border: none;
    border-bottom: 1px solid #f9fafb;
    border-radius: 0;
    color: #374151;
    align-items: center;
}

    .ProductPriceListBox .GridProductPrice:last-child[b-o2atcz5fhu] {
        border-bottom: none;
    }

    .ProductPriceListBox .GridProductPrice.NotSelected[b-o2atcz5fhu] {
        color: #9ca3af;
        background: transparent;
    }

    .ProductPriceListBox .GridProductPrice.CanSelect[b-o2atcz5fhu] {
        cursor: pointer;
    }

        .ProductPriceListBox .GridProductPrice.CanSelect:hover[b-o2atcz5fhu] {
            background: #f9fafb;
        }

    .ProductPriceListBox .GridProductPrice .Name[b-o2atcz5fhu] {
        grid-area: Name;
        padding-left: 8px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .ProductPriceListBox .GridProductPrice .Lot[b-o2atcz5fhu] {
        grid-area: Lot;
        color: #9ca3af;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .ProductPriceListBox .GridProductPrice .BaseQty[b-o2atcz5fhu] {
        grid-area: BaseQty;
        text-align: center;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        color: #6b7280;
    }

    .ProductPriceListBox .GridProductPrice .Price[b-o2atcz5fhu] {
        grid-area: Price;
        padding-right: 16px;
        text-align: end;
        font-weight: 600;
        color: #111;
    }

/* ── Lot selection ── */
.LotToggleLabel[b-o2atcz5fhu] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #374151;
    font-weight: 500;
    cursor: pointer;
    user-select: none;
    margin-bottom: 10px;
    flex-shrink: 0;
}

    .LotToggleLabel input[type="checkbox"][b-o2atcz5fhu] {
        width: 16px;
        height: 16px;
        cursor: pointer;
        accent-color: #3b82f6;
    }

.LotTableWrap[b-o2atcz5fhu] {
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    background: white;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    flex: 1;
    min-height: 0;
}

.LotTableHeader[b-o2atcz5fhu] {
    display: flex;
    padding: 8px 12px;
    border-bottom: 1px solid #f0f0f0;
    background: #f9fafb;
    font-size: 11px;
    font-weight: 600;
    color: #9ca3af;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    flex-shrink: 0;
}

.LotListScroll[b-o2atcz5fhu] {
    flex: 1;
    min-height: 0;
    overflow-y: auto;
    overflow-x: hidden;
    background: white;
}

.LotPerMain[b-o2atcz5fhu] {
    color: #374151;
    font-size: 13px;
    padding: 10px 12px;
    border-bottom: 1px solid #f9fafb;
    transition: background .15s;
}

    .LotPerMain:last-child[b-o2atcz5fhu] {
        border-bottom: none;
    }

    .LotPerMain.False[b-o2atcz5fhu] {
        background: #fef2f2;
        border-left: 3px solid #ef4444;
        padding-left: 9px;
    }

    .LotPerMain > div[b-o2atcz5fhu] {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .LotPerMain input[b-o2atcz5fhu] {
        width: 100%;
        height: 32px;
        text-align: end;
        padding: 0 10px;
        outline: none;
        border: 1px solid #e5e7eb;
        background: white;
        border-radius: 6px;
        font-size: 13px;
        box-sizing: border-box;
        transition: border-color .15s, box-shadow .15s;
    }

        .LotPerMain input:focus[b-o2atcz5fhu] {
            border-color: #3b82f6;
            box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
        }

/* lot row content layout (was BaseLotSizeColumn) */
.BaseLotSizeColumn[b-o2atcz5fhu] {
    font-size: 13px;
    width: 100%;
}

    .BaseLotSizeColumn > div:nth-child(1)[b-o2atcz5fhu] {
        flex: 1;
        min-width: 0;
        padding-right: 10px;
    }

    .BaseLotSizeColumn > div:nth-child(2)[b-o2atcz5fhu] {
        width: 110px;
        text-align: end;
        flex-shrink: 0;
    }

    .BaseLotSizeColumn > div:nth-child(3)[b-o2atcz5fhu] {
        width: 90px;
        text-align: end;
        flex-shrink: 0;
        color: #6b7280;
    }

/* lot code badge */
.LotCode[b-o2atcz5fhu] {
    display: inline-block;
    font-size: 11px;
    font-weight: 600;
    color: #3b82f6;
    background: #eff6ff;
    padding: 2px 8px;
    border-radius: 4px;
    margin-right: 4px;
}

.LotMeta[b-o2atcz5fhu] {
    font-size: 11px;
    color: #6b7280;
    margin-top: 3px;
}

.LotExpiry[b-o2atcz5fhu] {
    color: #ef4444;
}

/* lot summary */
.LotSumMain[b-o2atcz5fhu] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 12px;
    border-top: 1px solid #f0f0f0;
    background: #fafbfc;
    font-size: 13px;
    flex-shrink: 0;
}

    .LotSumMain > div:nth-child(1)[b-o2atcz5fhu] {
        color: #6b7280;
        font-weight: 500;
    }

    .LotSumMain > div:nth-child(2)[b-o2atcz5fhu] {
        color: #ef4444;
        font-weight: 700;
        font-size: 14px;
    }

/* ── Buttons (modal footer, always visible) ── */
.ButtonRow[b-o2atcz5fhu] {
    display: flex;
    gap: 12px;
    justify-content: center;
    padding: 14px 18px;
    background: white;
    border-top: 1px solid #f0f0f0;
    border-radius: 0 0 12px 12px;
    flex-shrink: 0;
}

.PrimaryBtn[b-o2atcz5fhu] {
    padding: 12px 36px;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
    user-select: none;
    border: none;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15);
    transition: filter .15s, box-shadow .15s;
    min-width: 140px;
}

    .PrimaryBtn:hover[b-o2atcz5fhu] {
        filter: brightness(1.05);
        box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
    }

.DangerBtn[b-o2atcz5fhu] {
    padding: 12px 36px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
    user-select: none;
    background: #fef2f2;
    color: #dc2626;
    border: 1px solid #fecaca;
    transition: background .15s;
    min-width: 140px;
}

    .DangerBtn:hover[b-o2atcz5fhu] {
        background: #fee2e2;
    }

/* ── Misc preserved ── */
.InputBase[b-o2atcz5fhu] {
    outline: none;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    text-align: center;
    padding: 6px 10px;
    background: white;
}

.AssetProfitGPMTitle[b-o2atcz5fhu] {
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    color: #6b7280;
    margin-bottom: 8px;
}
/* _content/MINEMELODY_WEBSITE_CMS/Components/Pages/FrontEnd/Purchase/Componant/CoreBillComponant/SearchProductListBox.razor.rz.scp.css */
.MainScreen[b-1rg4ykxxeo] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

.OpacityBackground[b-1rg4ykxxeo] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0, 0.5);
}

.FilterZoneMain[b-1rg4ykxxeo] {
    display: flex;
    margin: 10px 0px;
}

    .FilterZoneMain .SearchZone[b-1rg4ykxxeo] {
        display: flex;
        align-items: center;
        background: #233134;
        color: white;
        padding: 10px;
        margin-right: 15px;
        border-radius: 5px;
    }

    .FilterZoneMain .FilterZone[b-1rg4ykxxeo] {
        padding: 10px;
        background: #23313416;
        flex: 1;
        border-radius: 5px;
    }

.TableFakeBodySize[b-1rg4ykxxeo] {
    max-height: 500px;
    overflow-y: scroll;
}

.TableFakeSizeControl[b-1rg4ykxxeo] {
    display: flex;
}

    .TableFakeSizeControl div[b-1rg4ykxxeo] {
        text-align: center;
        border: solid 1px #233134;
        background: #233134;
    }

        .TableFakeSizeControl div:nth-child(1)[b-1rg4ykxxeo] {
            width: 120px;
            border-radius: 5px 0px 0px 0px;
        }

        .TableFakeSizeControl div:nth-child(2)[b-1rg4ykxxeo] {
            flex: 1;
            border-left: none;
        }

        .TableFakeSizeControl div:nth-child(3)[b-1rg4ykxxeo] {
            width: 120px;
            border-left: none;
        }

        .TableFakeSizeControl div:nth-child(4)[b-1rg4ykxxeo] {
            width: 120px;
            border-left: none;
            border-radius: 0px 5px 0px 0px;
        }

.ProductPer[b-1rg4ykxxeo] {
    color: black;
    padding: 5px 0px;
    transition: 0.2s;
    cursor: pointer;
}

    .ProductPer div[b-1rg4ykxxeo] {
        display: flex;
        align-items: center;
    }

    .ProductPer.Active[b-1rg4ykxxeo] {
        background: #2331347c !important;
        color: white !important;
    }

.CloseButton[b-1rg4ykxxeo] {
    position: relative;
    height: 30px;
    width: 30px;
    cursor: pointer;
} 

    .CloseButton[b-1rg4ykxxeo]::after {
        position: absolute;
        font-family: GoogleFont;
        content: "\e5cd";
        font-size: 20px;
        font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 200, 'opsz' 20;
        color: gray;
        left: 68%;
        height: 100%;
        width: 100%;
        transform: translate(-50%,1px);
    }

.MainBox[b-1rg4ykxxeo] {
    position: absolute;
    height: 600px;
    background: rgb(255, 255, 255);
    display: grid;
    grid-template-columns: 125px 1000px;
    grid-template-areas: "MainZone1 MainZone2";
}

    .MainBox .Title[b-1rg4ykxxeo] {
        font-size: 20px;
    }

.MainZone1[b-1rg4ykxxeo] {
    grid-area: MainZone1;
}

.MainZone2[b-1rg4ykxxeo] {
    grid-area: MainZone2;
}

.MenuBlock[b-1rg4ykxxeo] {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: fit-content;
    padding: 0px;
    margin: 0px;
    cursor: pointer;
}

    .MenuBlock a[b-1rg4ykxxeo] {
        font-size: 12px;
        margin-top: -15px;
    }

.InputSearch[b-1rg4ykxxeo] {
    border: none;
    outline: none;
    box-shadow: none;
    background: none;
    padding: 0px 15px;
    font-size: 16px;
    height: 50px;
    width: 400px;
}

    .InputSearch:focus[b-1rg4ykxxeo] {
        border: none;
        outline: none;
        box-shadow: none;
    }

.ProductGridFullMain[b-1rg4ykxxeo] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 25px 25px;
    height: 400px;
    overflow-y: scroll;
    padding-right: 30px;
    width: 96.8%;
}

.CSSGridFullMain[b-1rg4ykxxeo] {
    display: grid;
    grid-template-columns: 100px 150px 150px;
    grid-template-rows: 30px 50px 45px 30px;
    grid-template-areas:
        "PImage Name Name"
        "PImage Detail Detail"
        "PImage Detail Detail"
        "PImage Price Amount";
    transition: 0.5s;
    padding: 10px;
    border: solid 2px #d0d0d000;
    border-radius: 10px;
    cursor: pointer;
    height: fit-content;
}

    .CSSGridFullMain .PImage[b-1rg4ykxxeo] {
        display: flex;
        justify-content: center;
        align-items: center;
        grid-area: PImage;
        margin-right: 15px;
    }

        .CSSGridFullMain .PImage img[b-1rg4ykxxeo] {
            max-height: 100%;
            max-width: 100%;
        }

    .CSSGridFullMain .ProductIdGrid[b-1rg4ykxxeo] {
        display: none;
    }

    .CSSGridFullMain .ProductIdFullGrid[b-1rg4ykxxeo] {
        grid-area: ProductId;
        font-size: 10px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        height: fit-content;
        padding: 0px 20px;
        border: solid 1px #c8c8c8;
        border-radius: 100px;
        opacity: 0.5;
        transform: translateY(3px);
    }

    .CSSGridFullMain .Name[b-1rg4ykxxeo] {
        grid-area: Name;
        font-size: 20px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        height: fit-content;
    }

    .CSSGridFullMain .Detail[b-1rg4ykxxeo] {
        grid-area: Detail;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: normal;
        position: relative;
        font-size: 12px;
    }

        .CSSGridFullMain .Detail .TextOverFlow[b-1rg4ykxxeo] {
            display: -webkit-box;
            -webkit-line-clamp: 5;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
        }




    .CSSGridFullMain .Price[b-1rg4ykxxeo] {
        grid-area: Price;
        display: flex;
        align-items: center;
        cursor: pointer;
    }

    .CSSGridFullMain .Amount[b-1rg4ykxxeo] {
        grid-area: Amount;
        display: flex;
        align-items: center;
        cursor: pointer;
    }

    .CSSGridFullMain:hover[b-1rg4ykxxeo] {
        border: solid 2px #d0d0d0ff;
    }

/*//////////////////////////////////////////////////////////////////////////////////////*/

.ProductGridMain[b-1rg4ykxxeo] {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 10px 10px;
    height: 400px;
    overflow-y: scroll;
    padding-right: 30px;
    width: 81.1%;
}

.CSSGridMain[b-1rg4ykxxeo] {
    display: grid;
    grid-template-columns: 150px;
    grid-template-rows: 60px auto auto auto;
    grid-template-areas:
        "PImage"
        "Name"
        "ProductIdGrid"
        "Price"
        "Amount";
    transition: 0.5s;
    padding: 15px;
    border: solid 2px #d0d0d03e;
    border-radius: 10px;
    cursor: pointer!important;
    height: fit-content;
}

    .CSSGridMain .PImage[b-1rg4ykxxeo] {
        display: flex;
        justify-content: center;
        align-items: center;
        grid-area: PImage;
    }

        .CSSGridMain .PImage img[b-1rg4ykxxeo] {
            max-height: 100%;
            max-width: 100%;
        }

    .CSSGridMain .Name[b-1rg4ykxxeo] {
        grid-area: Name;
        font-size: 16px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        height: fit-content;
        text-align: center;
    }

    .CSSGridMain .ProductIdGrid[b-1rg4ykxxeo] {
        grid-area: ProductIdGrid;
        font-size: 12px;
        text-align: center;
        opacity: 0.5;
    }

    .CSSGridMain .ProductIdFullGrid[b-1rg4ykxxeo] {
        grid-area: ProductIdFullGrid;
        font-size: 10px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        height: fit-content;
        padding: 0px 20px;
        border: solid 1px #c8c8c8;
        border-radius: 100px;
        opacity: 0.5;
        transform: translateY(3px);
        display: none;
    }

    .CSSGridMain .Detail[b-1rg4ykxxeo] {
        grid-area: Detail;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: normal;
        position: relative;
        font-size: 12px;
        display: none;
    }

        .CSSGridMain .Detail .TextOverFlow[b-1rg4ykxxeo] {
            display: -webkit-box;
            -webkit-line-clamp: 5;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
        }

    .CSSGridMain .Price[b-1rg4ykxxeo] {
        grid-area: Price;
        display: flex;
        align-items: center;
        margin-top: -5px;
    }

    .CSSGridMain .Amount[b-1rg4ykxxeo] {
        grid-area: Amount;
        display: flex;
        align-items: center;
        margin-top: -5px;
    }

    .CSSGridMain:hover[b-1rg4ykxxeo] {
        border: solid 2px #d0d0d0ff;
    }

/*//////////////////////////////////////////////////////////////////////////////////////*/

.GridRowSizeBase[b-1rg4ykxxeo] {
    grid-template-columns: 120px 50px 450px 150px auto;
    height: fit-content;
}

.GridHeaderRow[b-1rg4ykxxeo] {
    display: grid;
    width: 100%;
    grid-template-areas: "HR1 HR2 HR3 HR4 HR5";
    border-top: dashed 2px;
    border-bottom: dashed 2px;
    padding: 5px 0px;
}
    .GridHeaderRow .HR1[b-1rg4ykxxeo] {
        grid-area: HR1;
        padding-left: 30px;
    }
    .GridHeaderRow .HR2[b-1rg4ykxxeo] {
        grid-area: HR2;
    }
    .GridHeaderRow .HR3[b-1rg4ykxxeo] {
        grid-area: HR3;
    }
    .GridHeaderRow .HR4[b-1rg4ykxxeo] {
        grid-area: HR4;
        text-align: end;
    }
    .GridHeaderRow .HR5[b-1rg4ykxxeo] {
        grid-area: HR5;
        text-align: end;
        padding-right: 30px;
    }


    .ProductRowMain[b-1rg4ykxxeo] {
        display: grid;
        grid-template-columns: 1fr;
        height: 388px;
        overflow-y: scroll;
        width: 100%;
    }

.CSSRowMain[b-1rg4ykxxeo] {
    display: grid;
    grid-template-rows: 30px;
    grid-template-areas:
        "ProductIdGrid PImage Name Amount Price";
    transition: 0.5s;
    padding: 5px 0px;
    cursor: pointer;
}

    .CSSRowMain .PImage[b-1rg4ykxxeo] {
        display: flex;
        justify-content: center;
        align-items: center;
        grid-area: PImage;
        margin-right: 25px;
    }

        .CSSRowMain .PImage img[b-1rg4ykxxeo] {
            max-height: 100%;
            max-width: 100%;
        }

    .CSSRowMain .Name[b-1rg4ykxxeo] {
        grid-area: Name;
        font-size: 16px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

    .CSSRowMain .ProductIdGrid[b-1rg4ykxxeo] {
        grid-area: ProductIdGrid;
        font-size: 12px;
        text-align: left;
        cursor: pointer;
        display: flex;
        align-items: center;
        padding-left: 30px;
    }

    .CSSRowMain .ProductIdFullGrid[b-1rg4ykxxeo] {
        grid-area: ProductIdFullGrid;
        font-size: 10px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        height: fit-content;
        padding: 0px 20px;
        border: solid 1px #c8c8c8;
        border-radius: 100px;
        opacity: 0.5;
        transform: translateY(3px);
        display: none;
    }

    .CSSRowMain .Detail[b-1rg4ykxxeo] {
        grid-area: Detail;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: normal;
        position: relative;
        font-size: 12px;
        display: none;
    }

        .CSSRowMain .Detail .TextOverFlow[b-1rg4ykxxeo] {
            display: -webkit-box;
            -webkit-line-clamp: 5;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
        }

    .CSSRowMain .Price[b-1rg4ykxxeo] {
        grid-area: Price;
        display: flex;
        align-items: center;
        margin-top: 0px;
        cursor: pointer;
        padding-right: 15px;
        justify-content: end;
    }

    .CSSRowMain .Amount[b-1rg4ykxxeo] {
        grid-area: Amount;
        display: flex;
        justify-content: end;
        align-items: center;
        margin-top: 0px;
        cursor: pointer;
    }

    .CSSRowMain:hover[b-1rg4ykxxeo] {
        
    }
/* _content/MINEMELODY_WEBSITE_CMS/Components/Pages/FrontEnd/Purchase/Componant/CoreBillComponant/StatusCoreBill.razor.rz.scp.css */
.StatusBill[b-8pc49p5rt2] {
    display: flex;
    justify-content: space-between;
    padding: 15px 50px;
    background: white;
}
/* _content/MINEMELODY_WEBSITE_CMS/Components/Pages/FrontEnd/Purchase/Componant/PaymentSelectChoice.razor.rz.scp.css */
/* ── Outer wrapper ── */
.PSC_Wrap[b-6deu2oitaw] {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 1px 4px rgba(0,0,0,0.08);
}

/* ── Sections ── */
.PSC_Section[b-6deu2oitaw] {
    padding: 20px 22px;
    border-bottom: 1px solid #f3f4f6;
}

    .PSC_Section:last-child[b-6deu2oitaw] {
        border-bottom: none;
    }

.PSC_SectionTitle[b-6deu2oitaw] {
    font-size: 13px;
    font-weight: 600;
    color: #374151;
    margin-bottom: 14px;
}

/* ── Payment type tabs ── */
.PSC_Tabs[b-6deu2oitaw] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.PSC_Tab[b-6deu2oitaw] {
    padding: 6px 14px;
    border-radius: 20px;
    border: 1.5px solid #d1d5db;
    font-size: 13px;
    user-select: none;
    transition: background .15s, color .15s, border-color .15s;
    white-space: nowrap;
}

.PSC_TabActive[b-6deu2oitaw] {
    cursor: pointer;
    color: #374151;
}

    .PSC_TabActive:hover[b-6deu2oitaw] {
        border-color: #0c447c;
        color: #0c447c;
    }

.PSC_TabSelected[b-6deu2oitaw] {
    background: #0c447c !important;
    color: white !important;
    border-color: #0c447c !important;
}

.PSC_TabDisabled[b-6deu2oitaw] {
    color: #c4c4c4;
    border-color: #e9e9e9;
    cursor: not-allowed;
    background: #fafafa;
}

/* ── Account grid (3 columns) ── */
.PSC_AccountGrid[b-6deu2oitaw] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

@media (max-width: 600px) {
    .PSC_AccountGrid[b-6deu2oitaw] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 380px) {
    .PSC_AccountGrid[b-6deu2oitaw] {
        grid-template-columns: 1fr;
    }
}

/* ── Account card ── */
.PSC_AccountCard[b-6deu2oitaw] {
    border: 1.5px solid #e5e7eb;
    border-radius: 10px;
    padding: 14px 12px;
    cursor: pointer;
    transition: border-color .15s, box-shadow .15s;
    user-select: none;
}

    .PSC_AccountCard:hover[b-6deu2oitaw] {
        border-color: #93c5fd;
        box-shadow: 0 0 0 3px rgba(59,130,246,0.1);
    }

.PSC_AccountCardSelected[b-6deu2oitaw] {
    border-color: #3b82f6 !important;
    background: #eff6ff;
    box-shadow: 0 0 0 3px rgba(59,130,246,0.15) !important;
}

/* ── Badge (bank abbreviation) ── */
.PSC_Badge[b-6deu2oitaw] {
    width: 42px;
    height: 42px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 700;
    font-size: 11px;
    letter-spacing: 0.3px;
    margin-bottom: 10px;
    flex-shrink: 0;
    overflow: hidden;
}

/* ── Account text ── */
.PSC_AccountName[b-6deu2oitaw] {
    font-weight: 600;
    font-size: 13px;
    color: #111;
    margin-bottom: 2px;
}

.PSC_AccountOwner[b-6deu2oitaw] {
    font-size: 11px;
    color: #9ca3af;
    margin-bottom: 3px;
}

.PSC_AccountNumber[b-6deu2oitaw] {
    font-size: 12px;
    color: #3b82f6;
    font-weight: 500;
}

/* ── Credit info ── */
.PSC_CreditInfo[b-6deu2oitaw] {
    background: #f0fdf4;
    border-radius: 8px;
    padding: 14px 16px;
    border: 1px solid #bbf7d0;
}

.PSC_CreditRow[b-6deu2oitaw] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
    color: #374151;
    padding: 4px 0;
}

    .PSC_CreditRow strong[b-6deu2oitaw] {
        color: #111;
        font-weight: 600;
    }

/* ── Keep old classes for FooterCoreBill & SummitButtonZone compatibility ── */
.DetailPaymentZone[b-6deu2oitaw] {
    background: white;
    font-size: 14px;
}

.PaymentAccountImg[b-6deu2oitaw] {
    max-width: 50px;
    max-height: 50px;
}

.PriceTransferZone[b-6deu2oitaw] {
    display: flex;
    justify-content: end;
    align-items: center;
    height: 40px;
}

    .PriceTransferZone .Div1[b-6deu2oitaw] {
        flex: 1;
        border-right: 1px solid rgba(0,0,0,.09);
        border-bottom: 1px solid rgba(0,0,0,.09);
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: end;
        padding-right: 20px;
        font-size: 14px;
    }

    .PriceTransferZone .Div2[b-6deu2oitaw] {
        min-width: 135px;
        text-align: right;
        padding-right: 30px;
        color: #ee4d2d;
        border-bottom: 1px solid rgba(0,0,0,.09);
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: end;
        font-size: 14px;
    }
/* _content/MINEMELODY_WEBSITE_CMS/Components/Pages/FrontEnd/Purchase/CustomerOrders.razor.rz.scp.css */
@font-face {
    font-family: 'GoogleFont';
    font-style: normal;
    font-weight: 100 700;
    src: url('../fonts/google-font.woff2') format('woff2');
}

.SwitchPoMain[b-ptyppc4tzb] {
    display: flex;
}


    .SwitchPoMain > div[b-ptyppc4tzb] {
        width: 50%;
        flex: 1;
        text-align: center;
        cursor: pointer;
        transition: 0.2s;
        background: white;
    }

        .SwitchPoMain > div > div:nth-child(1)[b-ptyppc4tzb] {
            padding: 15px 0 10px 0px;
        }

        .SwitchPoMain > div > div:nth-child(2)[b-ptyppc4tzb] {
            width: 100%;
            height: 5px;
            background: none;
            transition: 0.2s;
        }

            .SwitchPoMain > div > div:nth-child(2).Selected[b-ptyppc4tzb] {
                background: black;
            }

        .SwitchPoMain > div:hover[b-ptyppc4tzb] {
            color: #f17158;
        }

.HeaderTopDiv[b-ptyppc4tzb] {
    background-image: repeating-linear-gradient(45deg,#6fa6d6,#6fa6d6 33px,transparent 0,transparent 41px,#f18d9b 0,#f18d9b 74px,transparent 0,transparent 82px);
    height: 3px;
    width: 100%;
}

.AddressDiv[b-ptyppc4tzb] {
    padding: 24px;
    background: white;
}

    .AddressDiv .Text[b-ptyppc4tzb] {
        margin-left: 10px;
    }

.AddressTitle[b-ptyppc4tzb] {
    display: flex;
    align-items: center;
    color: #ee4d2d;
    fill: currentColor;
    margin-bottom: 20px;
}

.AddressSelectedZone[b-ptyppc4tzb] {
    display: flex;
    color: black;
    font-size: 16px;
}

.DefaultTag[b-ptyppc4tzb] {
    color: #ee4d2d;
    padding: 2px 5px;
    border-radius: 1px;
    font-size: 10px;
    border: 0.5px solid #ee4d2d;
    display: flex;
    align-items: center;
    justify-content: center;
    height: fit-content;
}

.ChangeAddressButton[b-ptyppc4tzb] {
    color: #4080ee;
    font-size: 14px;
    height: fit-content;
    cursor: pointer;
}

.TitleZone1[b-ptyppc4tzb] {
    float: left;
}

.TitleZone2[b-ptyppc4tzb] {
    margin-left: 20px;
    min-width: 50px;
    display: flex;
    justify-content: center;
}

.TitleZone3[b-ptyppc4tzb] {
    margin-left: 30px;
    min-width: 40px;
    display: flex;
    justify-content: center;
}

.ChangeAddressModal[b-ptyppc4tzb] {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,.4);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9;
}

.ModalMainManageAddress[b-ptyppc4tzb] {
    position: relative;
    width: 500px;
    height: 600px;
    min-height: 600px;
    max-height: 600px;
    background: white;
    box-shadow: 0 2px 4px rgba(0,0,0,.54);
    border-radius: 3px;
    display: flex;
    flex-direction: column;
}

    .ModalMainManageAddress .TitleMain[b-ptyppc4tzb] {
        position: relative;
        padding: 16px 24px;
        border-bottom: 1px solid rgba(0,0,0,.09);
        font-size: 16px;
    }

.AddnewAddressButton[b-ptyppc4tzb] {
    display: flex;
    align-items: center;
    width: fit-content;
    font-size: 14px;
    border: 1px solid #ee4d2d;
    color: #ee4d2d;
    padding: 2px 15px;
    cursor: pointer;
}

    .AddnewAddressButton[b-ptyppc4tzb]::before {
        font-family: GoogleFont;
        content: "\e145";
        font-size: 20px;
        font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 200, 'opsz' 20;
        color: rgb(120, 120, 120);
        margin-right: 5px;
    }

.ListAddressZone[b-ptyppc4tzb] {
    position: relative;
    width: 100%;
    padding: 0px 24px;
    padding-bottom: 88px;
    flex: 1;
    overflow: scroll;
}

.AddressPerMain[b-ptyppc4tzb] {
    display: flex;
    position: relative;
    width: 100%;
    max-width: 100%;
    padding: 16px 0px;
    border-bottom: 1px solid rgba(0,0,0,.09);
}

    .AddressPerMain .CheckSelected[b-ptyppc4tzb] {
        position: relative;
        min-width: 30px;
        width: 30px;
        padding-right: 4px;
    }

        .AddressPerMain .CheckSelected .BorderMain[b-ptyppc4tzb] {
            margin-top: 5px;
            border-radius: 50%;
            border: 2px solid;
            width: 18px;
            height: 18px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

            .AddressPerMain .CheckSelected .BorderMain .InnerCircle[b-ptyppc4tzb] {
                border-radius: 50%;
                width: 8px;
                height: 8px;
            }

    .AddressPerMain .DataMainZone[b-ptyppc4tzb] {
        position: relative;
        width: 422px;
        padding-right: 30px;
        font-size: 14px;
    }

        .AddressPerMain .DataMainZone .FirstRow[b-ptyppc4tzb] {
            display: flex;
            align-items: center;
            position: relative;
        }

            .AddressPerMain .DataMainZone .FirstRow .Name[b-ptyppc4tzb] {
                overflow: hidden;
                text-overflow: ellipsis;
                font-size: 16px;
                white-space: nowrap;
            }

            .AddressPerMain .DataMainZone .FirstRow .FakeSlash[b-ptyppc4tzb] {
                display: block;
                border-left: .5px solid rgba(0,0,0,.26);
                height: 29px;
                margin: 0 8px;
            }

            .AddressPerMain .DataMainZone .FirstRow .PhoneNumber[b-ptyppc4tzb] {
                color: rgba(0,0,0,.54);
                min-width: 105px;
                flex: 1;
            }

            .AddressPerMain .DataMainZone .FirstRow .EditButton[b-ptyppc4tzb] {
                margin-right: -30px;
                color: #08f;
                padding: 4px;
                cursor: pointer;
            }

        .AddressPerMain .DataMainZone .SecondRow[b-ptyppc4tzb] {
            margin-bottom: 4px;
            text-overflow: ellipsis;
            overflow-x: hidden;
        }

        .AddressPerMain .DataMainZone .ThirdRow[b-ptyppc4tzb] {
        }

        .AddressPerMain .DataMainZone .FourthRow[b-ptyppc4tzb] {
            margin-top: 4px;
        }

            .AddressPerMain .DataMainZone .FourthRow .ShowDefault[b-ptyppc4tzb] {
                width: fit-content;
                height: fit-content;
                color: #ee4d2d;
                border-color: #ee4d2d;
                padding: 2px 4px;
                border: 0.5px solid;
                border-radius: 1px;
                font-size: 14px;
            }

.ManageAddressButtonZone[b-ptyppc4tzb] {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 65px;
    border-top: 1px solid rgba(0,0,0,.09);
    padding: 0 24px;
    display: flex;
    justify-content: end;
    align-items: center;
    background: white;
}

    .ManageAddressButtonZone .ManageSizeButton[b-ptyppc4tzb] {
        width: 140px;
        height: 40px;
        padding: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }

    .ManageAddressButtonZone .ManageCancelButton[b-ptyppc4tzb] {
        border: 1px solid #ee4d2d;
        color: #ee4d2d;
        margin-right: 8px;
    }

    .ManageAddressButtonZone .ManageAcceptButton[b-ptyppc4tzb] {
        background: #ee4d2d;
        color: white;
    }

.DetailPaymentZone[b-ptyppc4tzb] {
    margin-top: 20px;
    background: white;
    font-size: 14px;
}

    .TitleZone[b-ptyppc4tzb] {
        padding: 0px 30px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-bottom: 1px solid rgba(0,0,0,.09);
    }

    .PriceTransferZone[b-ptyppc4tzb] {
        display: flex;
        justify-content: end;
        align-items: center;
        height: 40px;
    }

        .PriceTransferZone .Div1[b-ptyppc4tzb] {
            flex: 1;
            border-right: 1px solid rgba(0,0,0,.09);
            border-bottom: 1px solid rgba(0,0,0,.09);
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: end;
            padding-right: 20px;
        }

        .PriceTransferZone .Div2[b-ptyppc4tzb] {
            min-width: 135px;
            text-align: right;
            padding-right: 30px;
            color: #ee4d2d;
            border-bottom: 1px solid rgba(0,0,0,.09);
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: end;
        }

    .SummitButtonZone[b-ptyppc4tzb] {
        display: flex;
        justify-content: end;
        align-items: center;
        padding: 0px 30px;
        height: 60px;
    }

        .SummitButtonZone .Div1[b-ptyppc4tzb] {
            color: rgba(0,0,0,.54);
        }

        .SummitButtonZone .Div2[b-ptyppc4tzb] {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 210px;
            height: 40px;
            border: 1px solid rgba(0,0,0,.09);
            box-shadow: 0 1px 1px 0 rgba(0,0,0,.03);
            border-radius: 2px;
            cursor: pointer;
        }

.DiscountPaymentZone[b-ptyppc4tzb] {
    margin-top: 20px;
    background: white;
    font-size: 14px;
}

    .DiscountPaymentZone .CodeZone[b-ptyppc4tzb] {
        padding: 0px 30px;
        height: 80px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .DiscountPaymentZone .CodeZone .Div1[b-ptyppc4tzb] {
            font-size: 18px;
        }

        .DiscountPaymentZone .CodeZone .Div2[b-ptyppc4tzb] {
            color: #05a;
            cursor: pointer;
        }

    .DiscountPaymentZone .CoinZone[b-ptyppc4tzb] {
        padding: 0px 30px;
        height: 80px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .DiscountPaymentZone .CoinZone .Div1[b-ptyppc4tzb] {
            font-size: 18px;
            display: flex;
            align-items: end;
        }

            .DiscountPaymentZone .CoinZone .Div1 .Text[b-ptyppc4tzb] {
                margin-right: 10px;
            }

            .DiscountPaymentZone .CoinZone .Div1 .SubText[b-ptyppc4tzb] {
                font-size: 14px;
                color: #929292;
                height: fit-content;
            }

        .DiscountPaymentZone .CoinZone .Div2[b-ptyppc4tzb] {
            color: #929292;
        }

.IsCheckOutingMain[b-ptyppc4tzb] {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,.4);
    display: grid;
    place-items: center;
}

    .IsCheckOutingMain .IsCheckOutingDiv[b-ptyppc4tzb] {
        background: white;
        padding: 0 60px;
        height: 100px;
        display: grid;
        place-items: center;
        font-size: 24px;
        border-radius: 5px;
    }

.BillCode[b-ptyppc4tzb] {
    font-size: 34px;
    text-align: center;
    margin-bottom: 15px;
    color: #ee4d2d;
}

.ShowingPaymentImage[b-ptyppc4tzb] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100000;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,0.7);
}

    .ShowingPaymentImage .DivImg[b-ptyppc4tzb] {
        display: flex;
        align-items: center;
        min-height: 80vh;
    }

        .ShowingPaymentImage .DivImg img[b-ptyppc4tzb] {
            max-height: 80vh;
            max-width: 80vw;
        }

.WatchingPaymentImageItem[b-ptyppc4tzb] {
    z-index: 2;
    cursor: pointer;
    height: 4vw;
    width: 4vw;
    background: rgba(0,0,0,0.5);
    border: solid 1px black;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.2s;
}

    .WatchingPaymentImageItem:hover[b-ptyppc4tzb] {
        border: solid 1px white;
    }

    .WatchingPaymentImageItem.Selected[b-ptyppc4tzb] {
        border: solid 1px white;
    }

.BillStatus[b-ptyppc4tzb] {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    padding: 15px 150px;
    background: white;
}

.ProductListZone[b-ptyppc4tzb] {
    background: white;
    /*padding: 24px 30px 0px;*/
    font-size: 14px;
}

    .ProductListZone .TableProductList[b-ptyppc4tzb] {
    }

        .ProductListZone .TableProductList thead .RowSize[b-ptyppc4tzb] {
            height: 40px;
        }

        .ProductListZone .TableProductList tbody .RowSize[b-ptyppc4tzb] {
            height: 70px;
        }

    .ProductListZone .NameTitle[b-ptyppc4tzb] {
        font-size: 18px;
    }

    .ProductListZone .HeadColor[b-ptyppc4tzb] {
        color: #bbb !important;
    }

    .ProductListZone .NameDiv[b-ptyppc4tzb] {
        overflow: hidden;
        text-overflow: ellipsis;
        min-width: 0;
        max-width: 590px;
        width: 100%;
    }

        .ProductListZone .NameDiv .Name[b-ptyppc4tzb] {
            overflow: hidden;
            text-overflow: ellipsis;
            max-height: 70px;
            white-space: nowrap;
            min-width: 0;
            max-width: 100%;
        }

    .ProductListZone .ProductImg[b-ptyppc4tzb] {
        position: relative;
        height: 40px;
        width: 40px;
        min-height: 40px;
        min-width: 40px;
        margin-right: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        float: left;
    }

        .ProductListZone .ProductImg .Img[b-ptyppc4tzb] {
            max-height: 100%;
            max-width: 100%;
        }

    .ProductListZone .UnitName[b-ptyppc4tzb] {
        text-align: center;
        min-width: 100px;
    }

    .ProductListZone .PricePer[b-ptyppc4tzb] {
        text-align: center;
        min-width: 100px;
        color: #ee4d2d;
    }

    .ProductListZone .Qty[b-ptyppc4tzb] {
        text-align: center;
        min-width: 100px;
    }

    .ProductListZone .SumPrice[b-ptyppc4tzb] {
        text-align: right;
        min-width: 100px;
        color: #ee4d2d;
    }

.ButtomChangeStatusBase[b-ptyppc4tzb] {
    border: 2px solid;
    width: fit-content;
    text-align: center;
    padding: 5px 20px;
    border-radius: 5px;
    cursor: pointer;
}

.SelectTimeForPayment[b-ptyppc4tzb] {
    padding: 10px 20px 10px 20px;
}

.SelectTimeForPayment input[b-ptyppc4tzb] {
    width: 50px;
    text-align: center;
    outline: none;
}

.PaymentSelectCSS[b-ptyppc4tzb] {
    padding: 5px 20px 5px 20px;
    text-align: center;
}

    .PaymentSelectCSS option[b-ptyppc4tzb] {
        text-align: center;
    }

.PaymentButtonCantPress[b-ptyppc4tzb] {
    opacity: 0.2;
    cursor: not-allowed;
}

.AlertCSS[b-ptyppc4tzb] {
    animation: AlertAnimationKeyframe-b-ptyppc4tzb 1s forwards infinite;
}

@keyframes AlertAnimationKeyframe-b-ptyppc4tzb
{
    0% {
        box-shadow: #ff0000 0px 0px 10px;
    }
    50% {
        box-shadow: #ff000000 0px 0px 10px;
    }
    100% {
        box-shadow: #ff0000 0px 0px 10px;
    }
}
/* _content/MINEMELODY_WEBSITE_CMS/Components/Pages/FrontEnd/Purchase/OrderBill.razor.rz.scp.css */
/* ── Page wrapper ── */
.TopBar[b-4j8cmc7q9n] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0 14px;
    flex-wrap: wrap;
    gap: 10px;
}

.Breadcrumb[b-4j8cmc7q9n] {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    color: #555;
}

.BreadcrumbLink[b-4j8cmc7q9n] {
    color: #3b82f6;
    cursor: pointer;
    text-decoration: none;
}

    .BreadcrumbLink:hover[b-4j8cmc7q9n] {
        text-decoration: underline;
    }

.BreadcrumbSep[b-4j8cmc7q9n] {
    color: #aaa;
    font-size: 18px;
}

.BreadcrumbCurrent[b-4j8cmc7q9n] {
    color: #111;
    font-weight: 600;
}

.ActionButtons[b-4j8cmc7q9n] {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.ActionBtn[b-4j8cmc7q9n] {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 7px 14px;
    border-radius: 8px;
    border: 1px solid #d1d5db;
    background: white;
    font-size: 13px;
    cursor: pointer;
    user-select: none;
    transition: background .15s;
}

    .ActionBtn:hover[b-4j8cmc7q9n] {
        background: #f3f4f6;
    }

.ActionBtnMore[b-4j8cmc7q9n] {
    font-size: 18px;
    padding: 4px 12px;
    letter-spacing: 2px;
}

/* ── Two-column grid ── */
.InvoiceGrid[b-4j8cmc7q9n] {
    display: grid;
    grid-template-columns: 1fr 320px;
    gap: 16px;
    align-items: start;
}

@media (max-width: 900px) {
    .InvoiceGrid[b-4j8cmc7q9n] {
        grid-template-columns: 1fr;
    }
}

.LeftColumn[b-4j8cmc7q9n],
.RightColumn[b-4j8cmc7q9n] {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

/* ── Cards ── */
.InvoiceCard[b-4j8cmc7q9n] {
    background: white;
    border-radius: 12px;
    padding: 20px 22px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.08);
}

.SectionHeader[b-4j8cmc7q9n] {
    font-size: 13px;
    font-weight: 600;
    color: #6b7280;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    margin-bottom: 14px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f0f0f0;
}

/* ── Main invoice card ── */
.MainCard[b-4j8cmc7q9n] {
    background: linear-gradient(135deg, #1e293b 0%, #334155 100%);
    color: white;
}

.MainCardInner[b-4j8cmc7q9n] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 14px;
}

.InvoiceSubtitle[b-4j8cmc7q9n] {
    font-size: 13px;
    color: rgba(255,255,255,0.65);
    margin-bottom: 6px;
}

.InvoiceBillCode[b-4j8cmc7q9n] {
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
}

.InvoiceMeta[b-4j8cmc7q9n] {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.StatusBadge[b-4j8cmc7q9n] {
    display: inline-block;
    padding: 3px 10px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    color: white;
}

.InvoiceDate[b-4j8cmc7q9n] {
    font-size: 13px;
    color: rgba(255,255,255,0.75);
}

.MainCardRight[b-4j8cmc7q9n] {
    text-align: right;
}

.TotalLabel[b-4j8cmc7q9n] {
    font-size: 12px;
    color: rgba(255,255,255,0.65);
    margin-bottom: 4px;
}

.TotalAmount[b-4j8cmc7q9n] {
    font-size: 32px;
    font-weight: 700;
    color: white;
}

/* ── Order progress stepper ── */
.Stepper[b-4j8cmc7q9n] {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 0;
    padding-top: 4px;
}

.StepItem[b-4j8cmc7q9n] {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 68px;
}

.StepCircle[b-4j8cmc7q9n] {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 14px;
    flex-shrink: 0;
}

.StepActive[b-4j8cmc7q9n] {
    background: #3b82f6;
    color: white;
    box-shadow: 0 0 0 4px rgba(59,130,246,0.2);
}

.StepDone[b-4j8cmc7q9n] {
    background: #10b981;
    color: white;
}

.StepPending[b-4j8cmc7q9n] {
    background: #e5e7eb;
    color: #9ca3af;
}

.StepLabel[b-4j8cmc7q9n] {
    text-align: center;
    margin-top: 6px;
}

.StepThai[b-4j8cmc7q9n] {
    font-size: 11px;
    font-weight: 600;
    color: #374151;
    white-space: nowrap;
}

.StepEng[b-4j8cmc7q9n] {
    font-size: 10px;
    color: #9ca3af;
}

.StepDate[b-4j8cmc7q9n] {
    font-size: 10px;
    color: #3b82f6;
    margin-top: 2px;
}

.StepConnector[b-4j8cmc7q9n] {
    flex: 1;
    height: 2px;
    background: #e5e7eb;
    margin-top: 16px;
    min-width: 10px;
}

.StepConnectorDone[b-4j8cmc7q9n] {
    background: #10b981;
}

/* ── FROM / SHIP TO ── */
.FromShipGrid[b-4j8cmc7q9n] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

@media (max-width: 600px) {
    .FromShipGrid[b-4j8cmc7q9n] {
        grid-template-columns: 1fr;
    }
}

.FromContent[b-4j8cmc7q9n] {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.CompanyAvatar[b-4j8cmc7q9n] {
    width: 42px;
    height: 42px;
    border-radius: 8px;
    background: #3b82f6;
    color: white;
    font-weight: 700;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.CompanyName[b-4j8cmc7q9n] {
    font-weight: 600;
    font-size: 14px;
    color: #111;
}

.CompanyAddress[b-4j8cmc7q9n] {
    font-size: 12px;
    color: #6b7280;
    margin-top: 3px;
    line-height: 1.5;
}

.ShipToName[b-4j8cmc7q9n] {
    font-weight: 600;
    font-size: 14px;
    color: #111;
    margin-bottom: 6px;
}

.ShipToDetail[b-4j8cmc7q9n] {
    font-size: 12px;
    color: #6b7280;
    margin-top: 3px;
    line-height: 1.5;
}

/* ── Items table ── */
.ItemsTableHeader[b-4j8cmc7q9n] {
    display: grid;
    grid-template-columns: 1fr auto auto;
    gap: 16px;
    padding: 8px 0;
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 6px;
    font-size: 12px;
    font-weight: 600;
    color: #9ca3af;
    text-transform: uppercase;
}

.ItemsColCenter[b-4j8cmc7q9n] {
    text-align: center;
    white-space: nowrap;
}

.ItemsColRight[b-4j8cmc7q9n] {
    text-align: right;
    white-space: nowrap;
}

.ItemRow[b-4j8cmc7q9n] {
    display: grid;
    grid-template-columns: 1fr auto auto;
    gap: 16px;
    padding: 12px 0;
    border-bottom: 1px solid #f9fafb;
    align-items: start;
}

.ItemInfo[b-4j8cmc7q9n] {
    min-width: 0;
}

.ItemName[b-4j8cmc7q9n] {
    font-weight: 600;
    font-size: 14px;
    color: #111;
    margin-bottom: 3px;
}

.ItemSku[b-4j8cmc7q9n] {
    font-size: 12px;
    color: #9ca3af;
    margin-bottom: 4px;
}

.LotRow[b-4j8cmc7q9n] {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 3px;
    flex-wrap: wrap;
}

.LotCode[b-4j8cmc7q9n] {
    font-size: 11px;
    font-weight: 600;
    color: #3b82f6;
    background: #eff6ff;
    padding: 1px 6px;
    border-radius: 4px;
}

.LotMeta[b-4j8cmc7q9n] {
    font-size: 11px;
    color: #6b7280;
}

.LotExpiry[b-4j8cmc7q9n] {
    color: #ef4444;
}

.ItemPrice[b-4j8cmc7q9n] {
    font-size: 13px;
    color: #374151;
    text-align: center;
    white-space: nowrap;
    padding-top: 2px;
}

.ItemTotal[b-4j8cmc7q9n] {
    font-size: 13px;
    font-weight: 600;
    color: #ef4444;
    text-align: right;
    white-space: nowrap;
    padding-top: 2px;
}

.ItemsSummaryRow[b-4j8cmc7q9n] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 0 2px;
    margin-top: 4px;
}

.ItemsSummaryLabel[b-4j8cmc7q9n] {
    font-size: 14px;
    font-weight: 600;
    color: #374151;
}

.ItemsSummaryAmount[b-4j8cmc7q9n] {
    font-size: 20px;
    font-weight: 700;
    color: #ef4444;
}

/* ── INFO card ── */
.InfoRow[b-4j8cmc7q9n] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 8px 0;
    border-bottom: 1px solid #f9fafb;
    gap: 10px;
}

    .InfoRow:last-child[b-4j8cmc7q9n] {
        border-bottom: none;
    }

.InfoLabel[b-4j8cmc7q9n] {
    font-size: 12px;
    color: #9ca3af;
    white-space: nowrap;
    padding-top: 1px;
}

.InfoValue[b-4j8cmc7q9n] {
    font-size: 13px;
    color: #111;
    font-weight: 500;
    text-align: right;
}

.InfoValueHighlight[b-4j8cmc7q9n] {
    color: #3b82f6;
}

/* ── TIMELINE card ── */
.Timeline[b-4j8cmc7q9n] {
    display: flex;
    flex-direction: column;
}

.TimelineItem[b-4j8cmc7q9n] {
    display: flex;
    gap: 12px;
    padding-bottom: 4px;
}

.TimelineDotWrap[b-4j8cmc7q9n] {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-shrink: 0;
    width: 16px;
}

.TimelineDotFilled[b-4j8cmc7q9n] {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #3b82f6;
    flex-shrink: 0;
}

.TimelineDotEmpty[b-4j8cmc7q9n] {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 2px solid #d1d5db;
    background: white;
    flex-shrink: 0;
}

.TimelineDotCancel[b-4j8cmc7q9n] {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #ef4444;
    flex-shrink: 0;
}

.TimelineLine[b-4j8cmc7q9n] {
    width: 2px;
    flex: 1;
    min-height: 20px;
    background: #e5e7eb;
    margin: 4px 0;
}

.TimelineDone .TimelineLine[b-4j8cmc7q9n] {
    background: #3b82f6;
}

.TimelineContent[b-4j8cmc7q9n] {
    padding-bottom: 14px;
    flex: 1;
}

.TimelineTitle[b-4j8cmc7q9n] {
    font-size: 13px;
    font-weight: 600;
    color: #111;
    line-height: 1.3;
}

.TimelinePending .TimelineTitle[b-4j8cmc7q9n] {
    color: #9ca3af;
}

.TimelineDate[b-4j8cmc7q9n] {
    font-size: 11px;
    color: #9ca3af;
    margin-top: 2px;
}

.TimelineCancel .TimelineTitle[b-4j8cmc7q9n] {
    color: #ef4444;
}

/* ── VERIFY card ── */
.VerifyImageWrap[b-4j8cmc7q9n] {
    width: 100%;
    height: 120px;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 10px;
    cursor: pointer;
    border: 1px solid #e5e7eb;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f9fafb;
}

.VerifyImage[b-4j8cmc7q9n] {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.VerifyLoading[b-4j8cmc7q9n] {
    color: #9ca3af;
    font-size: 13px;
}

.VerifyBtn[b-4j8cmc7q9n] {
    width: 100%;
    padding: 10px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
    user-select: none;
}

.VerifyEmpty[b-4j8cmc7q9n] {
    font-size: 13px;
    color: #9ca3af;
    text-align: center;
    padding: 20px 0;
}

/* ── Loading ── */
.LoadingDiv[b-4j8cmc7q9n] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 200px;
    font-size: 16px;
    color: #9ca3af;
}

.StatusLoadingDiv[b-4j8cmc7q9n] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.3);
    display: grid;
    place-items: center;
    z-index: 9999;
}

    .StatusLoadingDiv .Img[b-4j8cmc7q9n] {
        width: 60px;
        height: 60px;
    }

/* ── Confirm payment button ── */
.ConfirmPaymentBtn[b-4j8cmc7q9n] {
    width: 100%;
    padding: 16px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
    user-select: none;
    margin-top: 10px;
    transition: filter .15s, box-shadow .15s;
    box-shadow: 0 4px 14px rgba(0,0,0,0.15);
}

    .ConfirmPaymentBtn:hover[b-4j8cmc7q9n] {
        filter: brightness(1.05);
        box-shadow: 0 6px 18px rgba(0,0,0,0.2);
    }

/* ── Payment section (reuse existing classes) ── */
.DetailPaymentZone[b-4j8cmc7q9n] {
    margin-top: 0;
    background: white;
    font-size: 14px;
}

.PaymentToggleSection[b-4j8cmc7q9n] {
    width: 100%;
    margin-bottom: 10px;
}

.PaymentToggleButton[b-4j8cmc7q9n] {
    width: 100%;
    height: 48px;
    border: none;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0,0,0,.10);
    transition: filter .12s ease, box-shadow .12s ease;
}

    .PaymentToggleButton:hover[b-4j8cmc7q9n] {
        filter: brightness(1.03);
        box-shadow: 0 6px 14px rgba(0,0,0,.14);
    }

.SummitButtonZone[b-4j8cmc7q9n] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 30px;
    height: 90px;
    flex: 1;
    background: white;
}

    .SummitButtonZone .Div1[b-4j8cmc7q9n] {
        color: rgba(0,0,0,.54);
        font-size: 13px;
        flex: 1;
        padding-right: 20px;
    }

    .SummitButtonZone .Div2[b-4j8cmc7q9n] {
        display: flex;
        align-items: center;
        justify-content: center;
        min-width: 210px;
        height: 40px;
        border-radius: 2px;
        cursor: pointer;
        font-size: 14px;
    }

.PriceTransferZone[b-4j8cmc7q9n] {
    display: flex;
    justify-content: end;
    align-items: center;
    height: 40px;
    background: white;
}

    .PriceTransferZone .Div1[b-4j8cmc7q9n] {
        flex: 1;
        border-right: 1px solid rgba(0,0,0,.09);
        border-bottom: 1px solid rgba(0,0,0,.09);
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: end;
        padding-right: 20px;
        font-size: 14px;
    }

/* ── ACTIONS card ── */
.ActionsCardBody[b-4j8cmc7q9n] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.ActionsBtn[b-4j8cmc7q9n] {
    width: 100%;
    padding: 10px 14px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
    user-select: none;
    border: 1px solid transparent;
    transition: filter .12s;
}

    .ActionsBtn:hover[b-4j8cmc7q9n] {
        filter: brightness(0.95);
    }

.ActionsBtnDanger[b-4j8cmc7q9n] {
    background: #fef2f2;
    color: #dc2626;
    border-color: #fecaca;
}

    .ActionsBtnDanger:hover[b-4j8cmc7q9n] {
        background: #fee2e2;
    }

.ActionsBtnDisabled[b-4j8cmc7q9n] {
    opacity: 0.4;
    cursor: not-allowed;
    pointer-events: none;
}

/* ── Confirm dialog ── */
.ShowingAskYesNo[b-4j8cmc7q9n] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100000;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,0.7);
}

    .ShowingAskYesNo .DivMain[b-4j8cmc7q9n] {
        background: white;
        border-radius: 8px;
        padding: 24px;
        min-width: 280px;
        user-select: none;
    }

    .ShowingAskYesNo .DivMain .Title[b-4j8cmc7q9n] {
        font-size: 15px;
        font-weight: 600;
        color: #111;
        text-align: center;
    }

    .ShowingAskYesNo .DivMain .ButtonZone[b-4j8cmc7q9n] {
        display: flex;
        justify-content: center;
        gap: 10px;
        margin-top: 18px;
    }

    .ShowingAskYesNo .DivMain .ButtonZone .Confirm[b-4j8cmc7q9n] {
        border-radius: 6px;
        width: 100px;
        height: 36px;
        display: grid;
        place-items: center;
        cursor: pointer;
        font-weight: 600;
        font-size: 13px;
    }

    .ShowingAskYesNo .DivMain .ButtonZone .Cancel[b-4j8cmc7q9n] {
        border: 1px solid #d1d5db;
        border-radius: 6px;
        width: 100px;
        height: 36px;
        display: grid;
        place-items: center;
        cursor: pointer;
        font-size: 13px;
        color: #374151;
    }

    .PriceTransferZone .Div2[b-4j8cmc7q9n] {
        min-width: 135px;
        text-align: right;
        padding-right: 30px;
        color: #ee4d2d;
        border-bottom: 1px solid rgba(0,0,0,.09);
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: end;
        font-size: 14px;
    }

.ShowingPaymentImage[b-4j8cmc7q9n] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100000;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,0.7);
}

    .ShowingPaymentImage .DivImg[b-4j8cmc7q9n] {
        display: flex;
        align-items: center;
        min-height: 80vh;
    }

        .ShowingPaymentImage .DivImg img[b-4j8cmc7q9n] {
            max-height: 80vh;
            max-width: 80vw;
        }

.WatchingPaymentImageItem[b-4j8cmc7q9n] {
    z-index: 2;
    cursor: pointer;
    height: 4vw;
    width: 4vw;
    background: rgba(0,0,0,0.5);
    border: solid 1px black;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.2s;
}

    .WatchingPaymentImageItem:hover[b-4j8cmc7q9n],
    .WatchingPaymentImageItem.Selected[b-4j8cmc7q9n] {
        border: solid 1px white;
    }
/* _content/MINEMELODY_WEBSITE_CMS/Components/Pages/FrontEnd/Purchase/PaymentBill.razor.rz.scp.css */
@font-face {
    font-family: 'GoogleFont';
    font-style: normal;
    font-weight: 100 700;
    src: url('../fonts/google-font.woff2') format('woff2');
}

.MainDivPayment[b-b1i4q3eoue] {
    display: flex;
}

    .MainDivPayment .BankDataZone[b-b1i4q3eoue] {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        height: 600px;
        background: white;
        border-radius: 5px;
    }

.UploadZoneMain[b-b1i4q3eoue] {
    transition: 1s;
    height: 420px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.UploadTitle[b-b1i4q3eoue] {
    margin-top: 40px;
    margin-bottom: 25px;
    font-size: 18px;
}

    .UploadZoneMain .ShowZone[b-b1i4q3eoue] {
        border: 4px dashed;
        height: 225px;
        width: 225px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        font-size: 14px;
    }

        .UploadZoneMain .ShowZone[b-b1i4q3eoue]::before {
            font-family: GoogleFont;
            content: "\f09b";
            font-size: 55px;
            font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 200, 'opsz' 20;
            display: flex;
            align-items: center;
            justify-content: center;
        }

.AddPaymentImageButton[b-b1i4q3eoue] {
    margin-top: 15px;
    border: dashed 4px #212529;
    height: 40px;
    width: 40px;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.PreviewImageDiv[b-b1i4q3eoue] {
    position: relative;
    min-height: 225px;
    height: 225px;
    min-width: 225px;
    width: 225px;
    cursor: pointer;
}

    .PreviewImageDiv .DivImg[b-b1i4q3eoue] {
        position: relative;
    }

.GridPreviewImage[b-b1i4q3eoue] {
    display: grid !important;
    height: 225px;
    grid-template-rows: 112.5px 112.5px;
    grid-template-columns: 112.5px 112.5px;
    grid-gap: 1px;
}

    .GridPreviewImage .GridPreviewImageItem[b-b1i4q3eoue] {
        display: flex;
        justify-content: center;
        overflow: hidden;
    }

        .GridPreviewImage .GridPreviewImageItem .Img[b-b1i4q3eoue] {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .QrCodeMain[b-b1i4q3eoue] {
        display: flex;
        flex-direction: column;
        align-items: center;
        transition: 1s;
        overflow: hidden;
        height: 400px;
        max-height: 400px;
    }

    .QrCodeMain .PromptPaylogo[b-b1i4q3eoue] {
        margin-top: 30px;
        width: 200px;
    }

    .QrCodeMain .QrcodeImg[b-b1i4q3eoue] {
        max-height: 250px;
        max-width: 100%;
    }

    .MainDivPayment .PriceDataZone[b-b1i4q3eoue] {
        margin-left: 15px;
        width: 500px;
        height: 600px;
        background: rgb(237, 236, 236);
        border-radius: 5px;
        font-size: 14px;
    }

        .MainDivPayment .PriceDataZone .Body[b-b1i4q3eoue] {
            padding-top: 10px;
        }

            .MainDivPayment .PriceDataZone .Body .RowDoubleDiv[b-b1i4q3eoue] {
                display: flex;
                justify-content: space-between;
                padding: 10px 0px;
            }

                .MainDivPayment .PriceDataZone .Body .RowDoubleDiv .Zone1[b-b1i4q3eoue] {
                    padding: 0px 0px 0px 25px;
                }

                .MainDivPayment .PriceDataZone .Body .RowDoubleDiv .Zone2[b-b1i4q3eoue] {
                    padding: 0px 25px 0px 0px;
                }

                .SumPriceCount[b-b1i4q3eoue] {
                    font-size: 18px;
                }

        .SumFontSize[b-b1i4q3eoue] {
            font-size: 18px;
        }

.ProductListZone[b-b1i4q3eoue] {
    min-height: 340px;
    max-height: 340px;
    height: 340px;
    overflow: auto;
    padding: 10px 25px;
}

    .ProductListZone .Per[b-b1i4q3eoue] {
        display: flex;
        margin-bottom: 15px;
    }

        .ProductListZone .Per .ImgDiv[b-b1i4q3eoue] {
            position: relative;
            display: flex;
            justify-content: center;
            align-items: center;
            min-height: 50px;
            min-width: 50px;
            height: 50px;
            width: 50px;
            border-right: 5px;
        }

            .ProductListZone .Per .ImgDiv .QtyZone[b-b1i4q3eoue] {
                position: absolute;
                right: -3.0px;
                top: -3.0px;
                width: 15px;
                height: 15px;
                font-size: 12px;
                border-radius: 50%;
                display: flex;
                align-items: center;
                justify-content: center;
            }

            .ProductListZone .Per .ImgDiv .Img[b-b1i4q3eoue] {
                max-height: 100%;
                max-width: 100%;
            }

        .ProductListZone .Per .DetailZone[b-b1i4q3eoue] {
            margin-left: 15px;
        }

            .ProductListZone .Per .DetailZone .Name[b-b1i4q3eoue] {
                width: 120px;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
            }

            .ProductListZone .Per .DetailZone .Unit[b-b1i4q3eoue]{
            }

        .ProductListZone .Per .PriceZone[b-b1i4q3eoue] {
            flex: 1;
            text-align: right;
        }

[b-b1i4q3eoue]::-webkit-scrollbar {
    width: 6px;
}

/* Track */
[b-b1i4q3eoue]::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

/* Handle */
[b-b1i4q3eoue]::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}

    /* Handle on hover */
    [b-b1i4q3eoue]::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

    .LoadingDiv[b-b1i4q3eoue] {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 30px;
    }

.BillIDZone[b-b1i4q3eoue] {
    font-size: 24px;
    padding: 5px 20px;
    width: 100%;
    min-width: 100px;
    border-radius: 5px;
}

.ButtonMenuZone[b-b1i4q3eoue] {
    display: flex;
    height: 40px;
}

.SummitPaymentMenu[b-b1i4q3eoue] {
    padding: 5px 20px;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.25s;
    margin-top: 10px;
    margin-bottom: 0px;
    height: fit-content;
}

    .SummitPaymentMenu:hover[b-b1i4q3eoue] {
        transform: scale(1.05);
    }

.SummitPaymentMenu2[b-b1i4q3eoue] {
    width: 185px;
    text-align: center;
}


.DisablePaymentButton[b-b1i4q3eoue] {

}

.GoBackPaymentButton[b-b1i4q3eoue] {
    border: 2px solid #e9e9e9;
}


    .BillStatusZone[b-b1i4q3eoue] {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 10px 0px;
        font-size: 18px;
        border-radius: 5px;
    }

.StatusLoadingDiv[b-b1i4q3eoue] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.7);
    display: grid;
    place-items: center;
}


.StatusLoadingDiv .Img[b-b1i4q3eoue]{
    width: 50px;
    height: 50px;
}

.PaidedButtonZone[b-b1i4q3eoue] {
    margin-top: 0px;
}
/* _content/MINEMELODY_WEBSITE_CMS/Components/Pages/FrontEnd/Purchase/PurchaseStatus.razor.rz.scp.css */
.MainHeaderDiv[b-gngys9l0eb] {
    position: sticky;
    top: 0px;
    z-index: 2;
    margin-top: 12px;
}

.HeaderTitleDiv[b-gngys9l0eb] {
    position: relative;
    height: 53px;
    background: white;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-size: 14px;
    display: flex;
}

    .HeaderTitleDiv .Per[b-gngys9l0eb] {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 175px;
        font-size: 16px;
        cursor: pointer;
    }

        .HeaderTitleDiv .Per:hover[b-gngys9l0eb] {
            color: #ee4d2d;
        }

        .HeaderTitleDiv .Per .Active[b-gngys9l0eb] {
            position: absolute;
            top: 100%;
            left: 0;
            width: 100%;
            height: 3px;
        }

.BillPerMain[b-gngys9l0eb] {
    background: white;
    margin: 12px 0;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.05);
}

    .BillPerMain .BillHeader[b-gngys9l0eb] {
        display: flex;
        justify-content: space-between;
        padding: 24px 24px 12px;
    }

    .BillPerMain .BillBody[b-gngys9l0eb] {
        padding: 0px 24px 0px 24px;
    }

        .BillPerMain .BillBody .PerRow[b-gngys9l0eb] {
            display: flex;
            width: 100%;
            padding-top: 12px;
            padding-bottom: 12px;
            border-top: 1px solid rgba(0,0,0,.09);
            cursor: pointer;
        }

            .BillPerMain .BillBody .PerRow .ImgDiv[b-gngys9l0eb] {
                width: 82px;
                height: 82px;
                min-width: 82px;
                height: 82px;
                margin-right: 15px;
                display: flex;
                align-items: center;
                justify-content: center;
            }

                .BillPerMain .BillBody .PerRow .ImgDiv img[b-gngys9l0eb] {
                    max-height: 100%;
                    max-width: 100%;
                }

            .BillPerMain .BillBody .PerRow .NameZone[b-gngys9l0eb] {
                white-space: nowrap;
                font-size: 16px;
                overflow: hidden;
                text-overflow: ellipsis;
                max-width: 750px;
            }

            .BillPerMain .BillBody .PerRow .UnitZone[b-gngys9l0eb] {
                color: rgba(0,0,0,.54);
                font-size: 14px;
            }

            .BillPerMain .BillBody .PerRow .QtyZone[b-gngys9l0eb] {
                font-size: 14px;
            }

            .BillPerMain .BillBody .PerRow .PriceZone[b-gngys9l0eb] {
                color: #ee4d2d;
            }

    .BillPerMain .BillFooter[b-gngys9l0eb] {
        padding: 0px 24px 12px;
        border-top: 1px solid rgba(0,0,0,.09);
    }

        .BillPerMain .BillFooter .BillSumZone[b-gngys9l0eb] {
            color: #ee4d2d;
            font-size: 24px;
            padding: 24px 0px;
            display: flex;
            align-items: center;
            justify-content: end;
        }

            .BillPerMain .BillFooter .BillSumZone label[b-gngys9l0eb] {
                color: black;
                font-size: 14px;
                margin-right: 10px;
                padding-top: 5px;
            }

        .BillPerMain .BillFooter .BillButtonZone[b-gngys9l0eb] {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding-bottom: 12px;
        }

            .BillPerMain .BillFooter .BillButtonZone .AdviceZone[b-gngys9l0eb] {
                font-size: 12px;
                color: rgba(0,0,0,.54);
            }

            .BillPerMain .BillFooter .BillButtonZone .ButtonZone[b-gngys9l0eb] {
                display: flex;
            }

                .BillPerMain .BillFooter .BillButtonZone .ButtonZone .ButtonSize[b-gngys9l0eb] {
                    padding: 8px 20px;
                    border: 1px solid rgba(0,0,0,.09);
                    font-size: 14px;
                    cursor: pointer;
                }

.ShowingAskYesNo[b-gngys9l0eb] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100000;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,0.7);
}

    .ShowingAskYesNo .DivMain[b-gngys9l0eb] {
        background: white;
        border-radius: 5px;
        padding: 24px 24px;
        user-select: none;
    }

        .ShowingAskYesNo .DivMain .Title[b-gngys9l0eb] {
        }

        .ShowingAskYesNo .DivMain .ButtonZone[b-gngys9l0eb] {
            display: flex;
            justify-content: center;
            margin-top: 15px;
        }

            .ShowingAskYesNo .DivMain .ButtonZone .Confirm[b-gngys9l0eb] {
                border-radius: 3px;
                width: 100px;
                height: 30px;
                display: grid;
                place-items: center;
                cursor: pointer;
            }

            .ShowingAskYesNo .DivMain .ButtonZone .Cancel[b-gngys9l0eb] {
                margin-left: 15px;
                border: 1px solid rgb(196, 196, 196);
                border-radius: 3px;
                width: 100px;
                height: 30px;
                display: grid;
                place-items: center;
                cursor: pointer;
            }
/* _content/MINEMELODY_WEBSITE_CMS/Components/Pages/FrontEnd/ResetPassword/ResetPassword.razor.rz.scp.css */
.Main[b-8be2kacjch] {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: white;
}

.InputBar[b-8be2kacjch] {
    width: 300px;
    height: 40px;
    font-size: 15px;
    padding-left: 10px;
}

.Message[b-8be2kacjch] {
    height: 15px;
    width: 100%;
    color: #ff424f;
    font-size: 12px;
}

.Button[b-8be2kacjch] {
    margin-top: 10px;
    margin-bottom: 50px;
    width: 300px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.2s;
}

    .Button:hover[b-8be2kacjch] {
        filter: brightness(1.2);
    }

.DivNotFoundLink[b-8be2kacjch] {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 0px;
    font-size: 14px;
    background: white;
}

    .DivNotFoundLink[b-8be2kacjch]::before {
        width: 20px;
        height: 20px;
        font-family: GoogleFont;
        content: "\e897";
        color: #ffc300;
        font-size: 28px;
        font-variation-settings: 'FILL' 1, 'wght' 300, 'GRAD' 200, 'opsz' 20;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-right: 25px;
    }

.DivNotFoundLinkFalse[b-8be2kacjch] {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 0px;
    font-size: 14px;
    background: white;
}

    .DivNotFoundLinkFalse[b-8be2kacjch]::before {
        width: 20px;
        height: 20px;
        font-family: GoogleFont;
        content: "\e158";
        color: #ff0000;
        font-size: 28px;
        font-variation-settings: 'FILL' 1, 'wght' 300, 'GRAD' 200, 'opsz' 20;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-right: 25px;
    }


/* _content/MINEMELODY_WEBSITE_CMS/Components/Pages/GoogleLoginPage/GoogleLoginPage.razor.rz.scp.css */
/* _content/MINEMELODY_WEBSITE_CMS/Components/Pages/Index.razor.rz.scp.css */
.MainBody[b-kfmcwf94vr] {
    position: relative;
    height: fit-content;
    overflow-x: hidden;
    width: 100%;
    max-width: 100vw;
    box-sizing: border-box;
}

/* ============ HERO ============ */
.mm-hero-wrap[b-kfmcwf94vr] {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
}

/* ============ TRUST BAR ============ */
.mm-trustbar[b-kfmcwf94vr] {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0;
    background: white;
    border-top: 1px solid #e5e9ef;
    border-bottom: 1px solid #e5e9ef;
    margin-top: 20px;
}

.mm-trust-card[b-kfmcwf94vr] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 18px 32px;
    flex: 1 1 200px;
    max-width: 280px;
    border-right: 1px solid #f0f2f5;
    box-sizing: border-box;
    min-width: 0;
}

.mm-trust-card:last-child[b-kfmcwf94vr] {
    border-right: none;
}

.mm-trust-icon[b-kfmcwf94vr] {
    width: 42px;
    height: 42px;
    border-radius: 10px;
    display: grid;
    place-items: center;
    flex-shrink: 0;
}

.mm-trust-icon svg[b-kfmcwf94vr] {
    width: 20px;
    height: 20px;
}

.mm-ti-1[b-kfmcwf94vr] { background: #eff6ff; color: #3b82f6; }
.mm-ti-2[b-kfmcwf94vr] { background: #f0fdf4; color: #22c55e; }
.mm-ti-3[b-kfmcwf94vr] { background: #fff7ed; color: #f97316; }
.mm-ti-4[b-kfmcwf94vr] { background: #fdf4ff; color: #a855f7; }

.mm-trust-title[b-kfmcwf94vr] {
    font-size: 14px;
    font-weight: 600;
    color: #1e293b;
    line-height: 1.3;
}

.mm-trust-sub[b-kfmcwf94vr] {
    font-size: 12px;
    color: #94a3b8;
    margin-top: 2px;
}

/* ============ SECTION ============ */
.mm-section[b-kfmcwf94vr] {
    max-width: 1280px;
    margin: 0 auto;
    padding: 48px 24px;
}

.mm-section-head[b-kfmcwf94vr] {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 28px;
    gap: 24px;
    flex-wrap: wrap;
}

.mm-label-tag[b-kfmcwf94vr] {
    display: inline-block;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #3b82f6;
    margin-bottom: 8px;
}

.mm-section-title[b-kfmcwf94vr] {
    font-family: 'Manrope', 'IBM Plex Sans Thai', sans-serif;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #293649;
    line-height: 1.2;
}

.mm-section-sub[b-kfmcwf94vr] {
    font-size: 14px;
    color: #6b7280;
    margin-top: 6px;
}

.mm-view-all[b-kfmcwf94vr] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    font-weight: 600;
    color: #3b82f6;
    text-decoration: none;
    padding: 8px 14px;
    border-radius: 8px;
    transition: all .2s;
    flex-shrink: 0;
}

.mm-view-all svg[b-kfmcwf94vr] {
    width: 14px;
    height: 14px;
    transition: transform .2s;
}

.mm-view-all:hover[b-kfmcwf94vr] {
    background: #eff6ff;
}

.mm-view-all:hover svg[b-kfmcwf94vr] {
    transform: translateX(3px);
}

/* ============ CATEGORY GRID ============ */
.mm-cat-grid[b-kfmcwf94vr] {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    gap: 14px;
}

.mm-cat-card[b-kfmcwf94vr] {
    background: white;
    border: 1px solid #e5e9ef;
    border-radius: 10px;
    padding: 20px 12px;
    text-align: center;
    text-decoration: none;
    transition: all .25s;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    position: relative;
    overflow: hidden;
}

.mm-cat-card[b-kfmcwf94vr]::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, transparent 60%, #eff6ff 100%);
    opacity: 0;
    transition: opacity .25s;
}

.mm-cat-card:hover[b-kfmcwf94vr] {
    border-color: #3b82f6;
    transform: translateY(-3px);
    box-shadow: 0 4px 12px -2px rgba(41,54,73,.08), 0 8px 24px -8px rgba(41,54,73,.10);
}

.mm-cat-card:hover[b-kfmcwf94vr]::before {
    opacity: 1;
}

.mm-cat-icon[b-kfmcwf94vr] {
    width: 54px;
    height: 54px;
    border-radius: 12px;
    background: #eff6ff;
    display: grid;
    place-items: center;
    color: #3b82f6;
    position: relative;
    z-index: 1;
    transition: all .25s;
    flex-shrink: 0;
}

.mm-cat-card:hover .mm-cat-icon[b-kfmcwf94vr] {
    background: #3b82f6;
    color: white;
    transform: scale(1.05);
}

.mm-cat-icon svg[b-kfmcwf94vr] {
    width: 26px;
    height: 26px;
}

.mm-cat-name[b-kfmcwf94vr] {
    font-size: 12px;
    font-weight: 600;
    color: #293649;
    text-align: center;
    line-height: 1.3;
    position: relative;
    z-index: 1;
}

/* ============ PROMO BANNERS ============ */
.mm-promo-row[b-kfmcwf94vr] {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 18px;
}

.mm-promo-card[b-kfmcwf94vr] {
    border-radius: 14px;
    padding: 36px;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 200px;
}

.mm-promo-1[b-kfmcwf94vr] {
    background: linear-gradient(135deg, #293649 0%, #1e3a8a 100%);
    color: white;
}

.mm-promo-1[b-kfmcwf94vr]::after {
    content: "";
    position: absolute;
    right: -40px;
    top: -40px;
    width: 240px;
    height: 240px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(59,130,246,.3) 0%, transparent 70%);
    pointer-events: none;
}

.mm-promo-2[b-kfmcwf94vr] {
    background: linear-gradient(135deg, #fef3c7 0%, #fed7aa 100%);
    color: #7c2d12;
}

.mm-promo-tag[b-kfmcwf94vr] {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    opacity: .8;
    margin-bottom: 10px;
}

.mm-promo-h[b-kfmcwf94vr] {
    font-family: 'Manrope', 'IBM Plex Sans Thai', sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.02em;
    max-width: 80%;
    position: relative;
    z-index: 1;
}

.mm-promo-big[b-kfmcwf94vr] {
    font-size: 38px;
    display: block;
    margin-top: 4px;
}

.mm-promo-link[b-kfmcwf94vr] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 18px;
    font-size: 13px;
    font-weight: 600;
    position: relative;
    z-index: 1;
    text-decoration: none;
    color: inherit;
    transition: gap .2s;
}

.mm-promo-link:hover[b-kfmcwf94vr] {
    gap: 10px;
}

.mm-promo-link svg[b-kfmcwf94vr] {
    width: 14px;
    height: 14px;
    transition: transform .2s;
}

.mm-promo-link:hover svg[b-kfmcwf94vr] {
    transform: translateX(3px);
}

/* ============ PRODUCT GRID ============ */
.mm-prod-grid[b-kfmcwf94vr] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    padding-bottom: 40px;
}

.mm-prod-card[b-kfmcwf94vr] {
    background: white;
    border: 1.5px solid #e5e9ef;
    border-radius: 14px;
    overflow: hidden;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    transition: all .25s;
}

.mm-prod-card:hover[b-kfmcwf94vr] {
    border-color: #3b82f6;
    transform: translateY(-3px);
    box-shadow: 0 10px 28px -6px rgba(59,130,246,.18);
}

.mm-prod-img[b-kfmcwf94vr] {
    position: relative;
    aspect-ratio: 1 / 1;
    background: linear-gradient(135deg, #f0f7ff 0%, #e8f4ff 100%);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mm-prod-img img[b-kfmcwf94vr] {
    max-width: 90%;
    max-height: 90%;
    object-fit: contain;
    transition: transform .3s;
}

.mm-prod-card:hover .mm-prod-img img[b-kfmcwf94vr] {
    transform: scale(1.04);
}

.mm-prod-tag[b-kfmcwf94vr] {
    position: absolute;
    top: 12px;
    left: 12px;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .04em;
    pointer-events: none;
    z-index: 1;
}

.mm-tag-best[b-kfmcwf94vr] { background: #293649; color: white; }
.mm-tag-new[b-kfmcwf94vr]  { background: #10b981; color: white; }
.mm-tag-sale[b-kfmcwf94vr] { background: #ef4444; color: white; }

.mm-prod-fav[b-kfmcwf94vr] {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 34px;
    height: 34px;
    border-radius: 8px;
    background: rgba(255,255,255,.85);
    backdrop-filter: blur(4px);
    display: grid;
    place-items: center;
    border: 1px solid rgba(255,255,255,.6);
    color: #94a3b8;
    transition: all .2s;
    z-index: 1;
}

.mm-prod-card:hover .mm-prod-fav[b-kfmcwf94vr] {
    background: #fff5f5;
    border-color: #fca5a5;
    color: #ef4444;
}

.mm-prod-fav svg[b-kfmcwf94vr] {
    width: 16px;
    height: 16px;
}

.mm-prod-info[b-kfmcwf94vr] {
    padding: 14px;
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 6px;
}

.mm-prod-cat[b-kfmcwf94vr] {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #3b82f6;
}

.mm-prod-name[b-kfmcwf94vr] {
    font-size: 14px;
    font-weight: 600;
    color: #293649;
    line-height: 1.35;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 2.8em;
    flex: 1;
}

.mm-prod-meta[b-kfmcwf94vr] {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 11px;
    color: #6b7280;
}

.mm-star[b-kfmcwf94vr] {
    color: #f59e0b;
    display: flex;
    align-items: center;
    gap: 3px;
    font-weight: 600;
    font-size: 11px;
}

.mm-star svg[b-kfmcwf94vr] {
    width: 12px;
    height: 12px;
    fill: currentColor;
}

.mm-meta-sep[b-kfmcwf94vr] {
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #b1b5bb;
    flex-shrink: 0;
}

.mm-prod-foot[b-kfmcwf94vr] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 6px;
    padding-top: 10px;
    border-top: 1px solid #f0f2f5;
    margin-top: 2px;
}

.mm-prod-price[b-kfmcwf94vr] {
    font-family: 'Manrope', 'IBM Plex Sans Thai', sans-serif;
    font-size: 18px;
    font-weight: 800;
    color: #293649;
}

.mm-out-stock[b-kfmcwf94vr] {
    font-family: inherit;
    color: #94a3b8;
    font-size: 13px;
    font-weight: 500;
}

.mm-prod-add[b-kfmcwf94vr] {
    width: 36px;
    height: 36px;
    border-radius: 9px;
    background: #293649;
    color: white;
    display: grid;
    place-items: center;
    flex-shrink: 0;
    transition: background .2s;
}

.mm-prod-card:hover .mm-prod-add[b-kfmcwf94vr] {
    background: #3b82f6;
}

.mm-prod-add svg[b-kfmcwf94vr] {
    width: 16px;
    height: 16px;
    color: white;
}

/* ============ FEATURES SECTION ============ */
.mm-features[b-kfmcwf94vr] {
    max-width: 1280px;
    margin: 60px auto;
    padding: 0 24px;
}

.mm-features-inner[b-kfmcwf94vr] {
    background: white;
    border-radius: 20px;
    padding: 48px;
    border: 1px solid #e5e9ef;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.mm-features-inner[b-kfmcwf94vr]::before {
    content: "";
    position: absolute;
    top: -100px;
    right: -100px;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: radial-gradient(circle, #eff6ff 0%, transparent 70%);
    pointer-events: none;
}

.mm-features-content[b-kfmcwf94vr] {
    position: relative;
    z-index: 1;
}

.mm-features-h2[b-kfmcwf94vr] {
    font-family: 'Manrope', 'IBM Plex Sans Thai', sans-serif;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: -0.025em;
    line-height: 1.15;
    color: #293649;
    margin-bottom: 16px;
    margin-top: 14px;
}

.mm-features-p[b-kfmcwf94vr] {
    font-size: 15px;
    color: #6b7280;
    margin-bottom: 28px;
    max-width: 480px;
    line-height: 1.65;
}

.mm-feat-list[b-kfmcwf94vr] {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.mm-feat-item[b-kfmcwf94vr] {
    display: flex;
    gap: 14px;
    align-items: flex-start;
}

.mm-feat-check[b-kfmcwf94vr] {
    width: 28px;
    height: 28px;
    border-radius: 8px;
    background: #10b981;
    color: white;
    display: grid;
    place-items: center;
    flex-shrink: 0;
}

.mm-feat-check svg[b-kfmcwf94vr] {
    width: 14px;
    height: 14px;
}

.mm-feat-text strong[b-kfmcwf94vr] {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #293649;
    margin-bottom: 2px;
}

.mm-feat-text span[b-kfmcwf94vr] {
    font-size: 13px;
    color: #6b7280;
}

/* Dashboard mock */
.mm-features-visual[b-kfmcwf94vr] {
    position: relative;
    z-index: 1;
}

.mm-dashboard-mock[b-kfmcwf94vr] {
    background: linear-gradient(135deg, #293649 0%, #1e3a8a 100%);
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 12px 32px -8px rgba(41,54,73,.14), 0 24px 60px -16px rgba(59,130,246,.18);
    color: white;
}

.mm-dash-head[b-kfmcwf94vr] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.mm-dash-label[b-kfmcwf94vr] {
    font-size: 13px;
    opacity: .7;
}

.mm-dash-h[b-kfmcwf94vr] {
    font-family: 'Manrope', sans-serif;
    font-weight: 700;
    font-size: 22px;
    margin-top: 2px;
}

.mm-dash-pill[b-kfmcwf94vr] {
    padding: 5px 12px;
    border-radius: 999px;
    background: rgba(16,185,129,.15);
    color: #86efac;
    font-size: 11px;
    font-weight: 600;
    border: 1px solid rgba(16,185,129,.25);
    white-space: nowrap;
}

.mm-dash-grid[b-kfmcwf94vr] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-bottom: 18px;
}

.mm-dash-stat[b-kfmcwf94vr] {
    background: rgba(255,255,255,.06);
    border-radius: 10px;
    padding: 14px;
    border: 1px solid rgba(255,255,255,.08);
}

.mm-ds-l[b-kfmcwf94vr] {
    font-size: 11px;
    opacity: .65;
    text-transform: uppercase;
    letter-spacing: .06em;
}

.mm-ds-v[b-kfmcwf94vr] {
    font-family: 'Manrope', sans-serif;
    font-weight: 700;
    font-size: 24px;
    margin-top: 4px;
}

.mm-ds-t[b-kfmcwf94vr] {
    font-size: 11px;
    color: #86efac;
    margin-top: 2px;
    display: flex;
    align-items: center;
    gap: 3px;
}

.mm-ds-warn[b-kfmcwf94vr] {
    color: #fbbf24;
}

.mm-dash-chart[b-kfmcwf94vr] {
    height: 90px;
    display: flex;
    align-items: flex-end;
    gap: 5px;
    padding: 12px;
    background: rgba(255,255,255,.04);
    border-radius: 10px;
}

.mm-bar[b-kfmcwf94vr] {
    flex: 1;
    border-radius: 3px 3px 0 0;
    background: linear-gradient(180deg, #60a5fa 0%, #3b82f6 100%);
}

/* ============ TESTIMONIALS ============ */
.mm-testi[b-kfmcwf94vr] {
    max-width: 1280px;
    margin: 0 auto;
    padding: 48px 24px;
}

.mm-testi-grid[b-kfmcwf94vr] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin-top: 28px;
}

.mm-testi-card[b-kfmcwf94vr] {
    background: white;
    border: 1px solid #e5e9ef;
    border-radius: 14px;
    padding: 28px;
    position: relative;
    transition: all .2s;
}

.mm-testi-card:hover[b-kfmcwf94vr] {
    box-shadow: 0 4px 12px -2px rgba(41,54,73,.08), 0 8px 24px -8px rgba(41,54,73,.10);
    border-color: #3b82f6;
}

.mm-testi-quote[b-kfmcwf94vr] {
    position: absolute;
    top: 20px;
    right: 24px;
    font-family: Georgia, serif;
    font-size: 64px;
    line-height: .7;
    color: #eff6ff;
    font-weight: 700;
    pointer-events: none;
}

.mm-testi-stars[b-kfmcwf94vr] {
    display: flex;
    gap: 2px;
    color: #f59e0b;
    margin-bottom: 14px;
}

.mm-testi-stars svg[b-kfmcwf94vr] {
    width: 16px;
    height: 16px;
    fill: currentColor;
}

.mm-testi-text[b-kfmcwf94vr] {
    font-size: 14px;
    line-height: 1.65;
    color: #293649;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

.mm-testi-author[b-kfmcwf94vr] {
    display: flex;
    gap: 12px;
    align-items: center;
}

.mm-testi-avatar[b-kfmcwf94vr] {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: linear-gradient(135deg, #3b82f6, #293649);
    color: white;
    display: grid;
    place-items: center;
    font-weight: 700;
    font-size: 15px;
    flex-shrink: 0;
}

.mm-testi-name[b-kfmcwf94vr] {
    font-size: 14px;
    font-weight: 600;
    color: #293649;
}

.mm-testi-role[b-kfmcwf94vr] {
    font-size: 12px;
    color: #6b7280;
}

/* ============ CTA ============ */
.mm-cta-section[b-kfmcwf94vr] {
    max-width: 1280px;
    margin: 0 auto;
    padding: 32px 24px 64px;
}

.mm-cta-box[b-kfmcwf94vr] {
    background: linear-gradient(135deg, #293649 0%, #1e3a8a 60%, #3b82f6 100%);
    border-radius: 24px;
    padding: 64px 48px;
    text-align: center;
    color: white;
    position: relative;
    overflow: hidden;
    box-shadow: 0 12px 32px -8px rgba(41,54,73,.14), 0 24px 60px -16px rgba(59,130,246,.18);
}

.mm-cta-box[b-kfmcwf94vr]::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 20% 30%, rgba(59,139,247,.4) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(16,185,129,.2) 0%, transparent 50%);
    pointer-events: none;
}

.mm-cta-content[b-kfmcwf94vr] {
    position: relative;
    z-index: 1;
    max-width: 680px;
    margin: 0 auto;
}

.mm-cta-tag[b-kfmcwf94vr] {
    display: inline-block;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #93c5fd;
    margin-bottom: 14px;
}

.mm-cta-box h2[b-kfmcwf94vr] {
    font-family: 'Manrope', 'IBM Plex Sans Thai', sans-serif;
    font-size: clamp(28px, 4vw, 42px);
    font-weight: 700;
    letter-spacing: -0.025em;
    line-height: 1.15;
    margin-bottom: 16px;
    color: white;
}

.mm-cta-box p[b-kfmcwf94vr] {
    font-size: 16px;
    color: rgba(255,255,255,.78);
    margin-bottom: 28px;
}

.mm-cta-actions[b-kfmcwf94vr] {
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
}

.mm-btn[b-kfmcwf94vr] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 22px;
    border-radius: 11px;
    font-weight: 600;
    font-size: 15px;
    transition: all .2s;
    text-decoration: none;
}

.mm-btn svg[b-kfmcwf94vr] {
    width: 16px;
    height: 16px;
}

.mm-btn-primary[b-kfmcwf94vr] {
    background: white;
    color: #293649;
}

.mm-btn-primary:hover[b-kfmcwf94vr] {
    transform: translateY(-1px);
    box-shadow: 0 12px 24px -8px rgba(0,0,0,.3);
}

.mm-btn-ghost[b-kfmcwf94vr] {
    background: rgba(255,255,255,.08);
    color: white;
    border: 1px solid rgba(255,255,255,.18);
    backdrop-filter: blur(10px);
}

.mm-btn-ghost:hover[b-kfmcwf94vr] {
    background: rgba(255,255,255,.14);
}

/* ============ RESPONSIVE ============ */

/* 1100px — tablet landscape */
@media (max-width: 1100px) {
    .mm-cat-grid[b-kfmcwf94vr] {
        grid-template-columns: repeat(6, 1fr);
    }
    .mm-prod-grid[b-kfmcwf94vr] {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* 880px — tablet */
@media (max-width: 880px) {
    /* trustbar: switch to grid — avoids padding overflow bug with flex-basis % */
    .mm-trustbar[b-kfmcwf94vr] {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    .mm-trust-card[b-kfmcwf94vr] {
        max-width: none;
        border-right: none;
        border-bottom: 1px solid #f0f2f5;
        padding: 16px 18px;
    }
    .mm-trust-card:nth-child(2n)[b-kfmcwf94vr] {
        border-left: 1px solid #f0f2f5;
    }
    .mm-trust-card:last-child[b-kfmcwf94vr],
    .mm-trust-card:nth-last-child(2):nth-child(2n+1)[b-kfmcwf94vr] {
        border-bottom: none;
    }
    .mm-promo-row[b-kfmcwf94vr] {
        grid-template-columns: 1fr;
    }
    .mm-features-inner[b-kfmcwf94vr] {
        grid-template-columns: 1fr;
        padding: 32px;
    }
    .mm-features-h2[b-kfmcwf94vr] {
        font-size: 28px;
    }
    .mm-testi-grid[b-kfmcwf94vr] {
        grid-template-columns: 1fr;
    }
    .mm-cta-box[b-kfmcwf94vr] {
        padding: 48px 32px;
    }
}

/* 720px — mobile */
@media (max-width: 720px) {
    .mm-hero-wrap[b-kfmcwf94vr] {
        padding: 0 18px;
    }
    .mm-section[b-kfmcwf94vr] {
        padding: 32px 18px;
    }
    .mm-section-title[b-kfmcwf94vr] {
        font-size: 22px;
    }
    .mm-promo-row[b-kfmcwf94vr] {
        padding: 0 18px;
    }
    .mm-promo-card[b-kfmcwf94vr] {
        padding: 28px 24px;
    }
    .mm-promo-h[b-kfmcwf94vr] {
        font-size: 20px;
    }
    .mm-promo-big[b-kfmcwf94vr] {
        font-size: 30px;
    }
    .mm-cat-grid[b-kfmcwf94vr] {
        grid-template-columns: repeat(4, 1fr);
        gap: 10px;
    }
    .mm-cat-card[b-kfmcwf94vr] {
        padding: 14px 8px;
    }
    .mm-prod-grid[b-kfmcwf94vr] {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }
    .mm-features[b-kfmcwf94vr] {
        margin: 32px auto;
        padding: 0 18px;
    }
    .mm-features-inner[b-kfmcwf94vr] {
        padding: 24px;
    }
    .mm-testi[b-kfmcwf94vr] {
        padding: 32px 18px;
    }
    .mm-cta-section[b-kfmcwf94vr] {
        padding: 16px 18px 48px;
    }
    .mm-cta-box[b-kfmcwf94vr] {
        padding: 40px 24px;
    }
}

/* 480px — small mobile */
@media (max-width: 480px) {
    .mm-trustbar[b-kfmcwf94vr] {
        grid-template-columns: 1fr;
    }
    .mm-trust-card[b-kfmcwf94vr] {
        border-left: none !important;
        border-bottom: 1px solid #f0f2f5;
    }
    .mm-trust-card:last-child[b-kfmcwf94vr] {
        border-bottom: none;
    }
    /* legacy flex override no longer needed — kept as fallback */
    .mm-trust-card[b-kfmcwf94vr] {
        flex: 1 1 100%;
    }
    .mm-cat-grid[b-kfmcwf94vr] {
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
    }
    .mm-cat-card[b-kfmcwf94vr] {
        padding: 14px 8px;
    }
    .mm-prod-grid[b-kfmcwf94vr] {
        grid-template-columns: repeat(2, 1fr);
    }
    .mm-section[b-kfmcwf94vr] {
        padding: 24px 18px;
    }
    .mm-features-h2[b-kfmcwf94vr] {
        font-size: 24px;
    }
    .mm-cta-box[b-kfmcwf94vr] {
        padding: 40px 20px;
    }
}
/* _content/MINEMELODY_WEBSITE_CMS/Components/Pages/Infomation/Componant/ProductImageList.razor.rz.scp.css */
/* =====================================================
   IMAGE LIGHTBOX  ·  modern theme (matches example.html)
   palette: navy #293649 · blue #3b82f6 · pale #eff6ff
   ===================================================== */

.mm-lb-root[b-uf6857nnnz] {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    font-family: 'IBM Plex Sans Thai', 'Manrope', -apple-system, sans-serif;
    color: #293649;
    animation: mm-lb-fade-b-uf6857nnnz .2s ease;
}

@keyframes mm-lb-fade-b-uf6857nnnz {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes mm-lb-pop-b-uf6857nnnz {
    from {
        opacity: 0;
        transform: translateY(8px) scale(.985);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.mm-lb-backdrop[b-uf6857nnnz] {
    position: absolute;
    inset: 0;
    background: rgba(15, 23, 42, .72);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    cursor: zoom-out;
}

/* ============ MAIN CARD ============ */
.mm-lb-card[b-uf6857nnnz] {
    position: relative;
    width: 100%;
    max-width: 1180px;
    height: 100%;
    max-height: 880px;
    background: white;
    border-radius: 18px;
    box-shadow: 0 24px 60px -12px rgba(0,0,0,.55), 0 12px 32px -8px rgba(41,54,73,.4);
    display: grid;
    grid-template-columns: 1fr 360px;
    overflow: hidden;
    animation: mm-lb-pop-b-uf6857nnnz .22s cubic-bezier(.2,.9,.3,1);
}

/* ============ CLOSE BUTTON ============ */
.mm-lb-close[b-uf6857nnnz] {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 10;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: rgba(255,255,255,.92);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    border: 1px solid #e5e9ef;
    color: #293649;
    cursor: pointer;
    display: grid;
    place-items: center;
    transition: all .18s;
}

    .mm-lb-close:hover[b-uf6857nnnz] {
        background: #ef4444;
        border-color: #ef4444;
        color: white;
        transform: scale(1.05) rotate(90deg);
        box-shadow: 0 6px 16px -4px rgba(239,68,68,.5);
    }

    .mm-lb-close svg[b-uf6857nnnz] {
        width: 16px;
        height: 16px;
    }

/* ============ STAGE (main image) ============ */
.mm-lb-stage[b-uf6857nnnz] {
    background: linear-gradient(135deg, #f0f7ff 0%, #e8f4ff 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 28px;
    position: relative;
    overflow: hidden;
    min-width: 0;
}

    .mm-lb-stage[b-uf6857nnnz]::before {
        content: "";
        position: absolute;
        inset: 0;
        background:
            radial-gradient(circle at 15% 15%, rgba(59,130,246,.08) 0%, transparent 50%),
            radial-gradient(circle at 85% 85%, rgba(41,54,73,.06) 0%, transparent 50%);
        pointer-events: none;
    }

.mm-lb-image-wrap[b-uf6857nnnz] {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.mm-lb-image[b-uf6857nnnz] {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    filter: drop-shadow(0 12px 24px rgba(15,23,42,.18));
    animation: mm-lb-img-in-b-uf6857nnnz .25s ease;
}

@keyframes mm-lb-img-in-b-uf6857nnnz {
    from {
        opacity: 0;
        transform: scale(.97);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

/* ============ ARROWS ============ */
.mm-lb-arrow[b-uf6857nnnz] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: rgba(255,255,255,.92);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    border: 1px solid #e5e9ef;
    color: #293649;
    cursor: pointer;
    display: grid;
    place-items: center;
    transition: all .2s;
    z-index: 5;
    box-shadow: 0 6px 16px -4px rgba(15,23,42,.18);
}

    .mm-lb-arrow:hover[b-uf6857nnnz] {
        background: #3b82f6;
        border-color: #3b82f6;
        color: white;
        box-shadow: 0 10px 22px -4px rgba(59,130,246,.45);
        transform: translateY(-50%) scale(1.06);
    }

    .mm-lb-arrow svg[b-uf6857nnnz] {
        width: 18px;
        height: 18px;
    }

.mm-lb-arrow-prev[b-uf6857nnnz] {
    left: 16px;
}

.mm-lb-arrow-next[b-uf6857nnnz] {
    right: 16px;
}

/* ============ COUNTER ============ */
.mm-lb-counter[b-uf6857nnnz] {
    position: absolute;
    bottom: 18px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(41,54,73,.88);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    color: white;
    font-family: 'Manrope', sans-serif;
    font-size: 13px;
    font-weight: 600;
    padding: 7px 14px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    z-index: 5;
    border: 1px solid rgba(255,255,255,.08);
    box-shadow: 0 4px 12px rgba(0,0,0,.2);
}

.mm-lb-counter-cur[b-uf6857nnnz] {
    color: #93c5fd;
    font-weight: 700;
}

.mm-lb-counter-sep[b-uf6857nnnz] {
    opacity: .55;
}

.mm-lb-counter-total[b-uf6857nnnz] {
    opacity: .85;
}

/* ============ SIDE PANEL ============ */
.mm-lb-side[b-uf6857nnnz] {
    background: white;
    border-left: 1px solid #f0f2f5;
    display: flex;
    flex-direction: column;
    min-height: 0;
    min-width: 0;
}

.mm-lb-side-head[b-uf6857nnnz] {
    padding: 22px 22px 16px 22px;
    border-bottom: 1px solid #f0f2f5;
}

.mm-lb-tag[b-uf6857nnnz] {
    display: inline-block;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #3b82f6;
    margin-bottom: 8px;
}

.mm-lb-name[b-uf6857nnnz] {
    font-family: 'Manrope', 'IBM Plex Sans Thai', sans-serif;
    font-size: 17px;
    font-weight: 700;
    color: #293649;
    line-height: 1.4;
    letter-spacing: -.015em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    margin-bottom: 10px;
}

.mm-lb-meta[b-uf6857nnnz] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    color: #6b7280;
    background: #f7f9fc;
    border: 1px solid #e5e9ef;
    border-radius: 999px;
    padding: 4px 12px;
}

    .mm-lb-meta svg[b-uf6857nnnz] {
        width: 13px;
        height: 13px;
        color: #3b82f6;
    }

/* ============ THUMBNAILS ============ */
.mm-lb-thumb-scroll[b-uf6857nnnz] {
    flex: 1;
    overflow-y: auto;
    padding: 16px 18px;
    min-height: 0;
}

    .mm-lb-thumb-scroll[b-uf6857nnnz]::-webkit-scrollbar {
        width: 6px;
    }

    .mm-lb-thumb-scroll[b-uf6857nnnz]::-webkit-scrollbar-track {
        background: transparent;
    }

    .mm-lb-thumb-scroll[b-uf6857nnnz]::-webkit-scrollbar-thumb {
        background: #e5e9ef;
        border-radius: 3px;
    }

        .mm-lb-thumb-scroll[b-uf6857nnnz]::-webkit-scrollbar-thumb:hover {
            background: #b1b5bb;
        }

.mm-lb-thumb-grid[b-uf6857nnnz] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.mm-lb-thumb[b-uf6857nnnz] {
    position: relative;
    aspect-ratio: 1 / 1;
    border-radius: 10px;
    background: #f7f9fc;
    border: 2px solid #e5e9ef;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    cursor: pointer;
    transition: all .18s;
}

    .mm-lb-thumb img[b-uf6857nnnz] {
        max-width: 86%;
        max-height: 86%;
        object-fit: contain;
        transition: transform .25s;
    }

    .mm-lb-thumb:hover[b-uf6857nnnz] {
        border-color: #93c5fd;
        transform: translateY(-2px);
        box-shadow: 0 6px 16px -4px rgba(59,130,246,.18);
    }

        .mm-lb-thumb:hover img[b-uf6857nnnz] {
            transform: scale(1.04);
        }

    .mm-lb-thumb.active[b-uf6857nnnz] {
        border-color: #3b82f6;
        background: #eff6ff;
        box-shadow: 0 0 0 3px rgba(59,130,246,.18);
    }

.mm-lb-thumb-tick[b-uf6857nnnz] {
    position: absolute;
    top: 6px;
    right: 6px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #3b82f6;
    color: white;
    display: grid;
    place-items: center;
    box-shadow: 0 2px 6px rgba(59,130,246,.45);
}

    .mm-lb-thumb-tick svg[b-uf6857nnnz] {
        width: 12px;
        height: 12px;
    }

/* ============ HINT BAR ============ */
.mm-lb-hint[b-uf6857nnnz] {
    padding: 12px 22px;
    border-top: 1px solid #f0f2f5;
    background: #fafbfd;
    font-size: 11px;
    color: #6b7280;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
}

    .mm-lb-hint kbd[b-uf6857nnnz] {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-width: 22px;
        height: 20px;
        padding: 0 6px;
        font-family: 'JetBrains Mono', 'Manrope', monospace;
        font-size: 10px;
        font-weight: 600;
        background: white;
        border: 1px solid #e5e9ef;
        border-bottom-width: 2px;
        border-radius: 5px;
        color: #293649;
    }

.mm-lb-hint-sep[b-uf6857nnnz] {
    color: #d8dde5;
    margin: 0 4px;
}

/* ============ RESPONSIVE ============ */

/* tablet */
@media (max-width: 1024px) {
    .mm-lb-card[b-uf6857nnnz] {
        grid-template-columns: 1fr 300px;
        max-width: 980px;
    }

    .mm-lb-stage[b-uf6857nnnz] {
        padding: 22px;
    }
}

/* tablet portrait — stack: image on top, panel below */
@media (max-width: 820px) {
    .mm-lb-root[b-uf6857nnnz] {
        padding: 14px;
    }

    .mm-lb-card[b-uf6857nnnz] {
        grid-template-columns: 1fr;
        grid-template-rows: 1fr auto;
        max-height: 96vh;
    }

    .mm-lb-side[b-uf6857nnnz] {
        border-left: none;
        border-top: 1px solid #f0f2f5;
        max-height: 38vh;
    }

    .mm-lb-side-head[b-uf6857nnnz] {
        padding: 14px 18px 12px 18px;
    }

    .mm-lb-name[b-uf6857nnnz] {
        font-size: 15px;
        -webkit-line-clamp: 1;
    }

    /* thumbnails as horizontal strip on small screens */
    .mm-lb-thumb-scroll[b-uf6857nnnz] {
        padding: 12px 18px;
        overflow-x: auto;
        overflow-y: hidden;
    }

    .mm-lb-thumb-grid[b-uf6857nnnz] {
        grid-template-columns: none;
        grid-auto-flow: column;
        grid-auto-columns: 78px;
        gap: 8px;
    }

    .mm-lb-thumb[b-uf6857nnnz] {
        width: 78px;
        height: 78px;
        aspect-ratio: 1 / 1;
    }

    .mm-lb-arrow[b-uf6857nnnz] {
        width: 42px;
        height: 42px;
    }

        .mm-lb-arrow svg[b-uf6857nnnz] {
            width: 16px;
            height: 16px;
        }

    .mm-lb-hint[b-uf6857nnnz] {
        display: none;
    }
}

/* mobile */
@media (max-width: 560px) {
    .mm-lb-root[b-uf6857nnnz] {
        padding: 8px;
    }

    .mm-lb-card[b-uf6857nnnz] {
        border-radius: 14px;
        max-height: 100vh;
        height: 100%;
    }

    .mm-lb-stage[b-uf6857nnnz] {
        padding: 14px;
    }

    .mm-lb-close[b-uf6857nnnz] {
        top: 10px;
        right: 10px;
        width: 36px;
        height: 36px;
    }

    .mm-lb-arrow[b-uf6857nnnz] {
        width: 38px;
        height: 38px;
        border-radius: 10px;
    }

    .mm-lb-arrow-prev[b-uf6857nnnz] {
        left: 8px;
    }

    .mm-lb-arrow-next[b-uf6857nnnz] {
        right: 8px;
    }

    .mm-lb-counter[b-uf6857nnnz] {
        bottom: 10px;
        font-size: 12px;
        padding: 5px 12px;
    }

    .mm-lb-side[b-uf6857nnnz] {
        max-height: 34vh;
    }

    .mm-lb-side-head[b-uf6857nnnz] {
        padding: 12px 14px 10px 14px;
    }

    .mm-lb-name[b-uf6857nnnz] {
        font-size: 14px;
    }

    .mm-lb-tag[b-uf6857nnnz] {
        font-size: 9px;
        margin-bottom: 4px;
    }

    .mm-lb-meta[b-uf6857nnnz] {
        font-size: 11px;
        padding: 3px 10px;
    }

    .mm-lb-thumb-scroll[b-uf6857nnnz] {
        padding: 10px 14px;
    }

    .mm-lb-thumb-grid[b-uf6857nnnz] {
        grid-auto-columns: 64px;
        gap: 6px;
    }

    .mm-lb-thumb[b-uf6857nnnz] {
        width: 64px;
        height: 64px;
        border-width: 1.5px;
    }

    .mm-lb-thumb-tick[b-uf6857nnnz] {
        width: 18px;
        height: 18px;
        top: 4px;
        right: 4px;
    }

        .mm-lb-thumb-tick svg[b-uf6857nnnz] {
            width: 10px;
            height: 10px;
        }
}
/* _content/MINEMELODY_WEBSITE_CMS/Components/PrintForm/PickingA4/PickingA4.razor.rz.scp.css */
/* _content/MINEMELODY_WEBSITE_CMS/Components/PrintForm/PickingA4/PickingA4TEST - Copy.razor.rz.scp.css */
/* _content/MINEMELODY_WEBSITE_CMS/Components/PrintForm/PickingA4/PickingA4TEST.razor.rz.scp.css */
/* _content/MINEMELODY_WEBSITE_CMS/Components/ProductList/PriceRange.razor.rz.scp.css */
.DragZone[b-4h5jp3ts9z] {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 9;
}

.MainProductList[b-4h5jp3ts9z] {
    display: flex;
}

.FilterZone[b-4h5jp3ts9z] {
    padding: 0px 5px 20px 5px;
    width: 200px;
    min-width: 200px;
}

.PriceRangeZone[b-4h5jp3ts9z] {
    margin-top: 20px;
}

.TwoRangeInputDiv[b-4h5jp3ts9z] {
    position: relative;
    height: 5px;
    width: 100%;
}

.RangeInputBar[b-4h5jp3ts9z] {
    height: 100%;
    width: 100%;
    background-color: #666;
    border-radius: 5px;
}

.StartRangeInputBar[b-4h5jp3ts9z] {
    position: absolute;
    left: 0px;
    height: 100%;
    width: 0px;
    background-color: #c7c7c7 !important;
    border-radius: 5px;
    z-index: 4;
}

.EndRangeInputBar[b-4h5jp3ts9z] {
    position: absolute;
    right: 0px;
    height: 100%;
    width: 10px;
    background-color: #c7c7c7 !important;
    border-radius: 5px;
    z-index: 4;
}


.CirclePointInput[b-4h5jp3ts9z] {
    position: absolute;
    top: -4px;
    height: 12px;
    width: 12px;
    background-color: #666;
    z-index: 5;
    border-radius: 999px;
    outline: none;
    margin-left: -6.0px;
    cursor: pointer;
}

.PriceRangeFilterMain[b-4h5jp3ts9z] {
    display: flex;
    margin-top: 20px;
}

    .PriceRangeFilterMain .ButtonFilter[b-4h5jp3ts9z] {
        width: 75px;
        height: 30px;
        color: white;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 15px;
        font-size: 14px;
        user-select: none;
        cursor: pointer;
    }

    .PriceRangeFilterMain .PriceShowZoneText[b-4h5jp3ts9z] {
        flex: 1;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: end;
        border-radius: 15px;
        color: #666;
        font-size: 14px;
    }
