/* _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 */
.MainImageSlide[b-4hdhichais] {
    position: relative;
    width: 100%;
    height: 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%;
        height: 100%;
        min-height: 100%;
        max-height: 100%;
        display: flex;
        transition: 0.5s;
    }

        .MainImageSlide .Slider .Per[b-4hdhichais] {
            position: relative;
            min-width: 100%;
            max-width: 100%;
            width: 100%;
            height: 100%;
            min-height: 100%;
            max-height: 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;
        }
/* _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: 15px;
    padding-bottom: 0;
    min-width: 1080px;
    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;
    min-width: 1110px;
    padding-top: 30px;
    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: 0px) { /* smartphones, iPhone, portrait 480x320 phones */
    .RowMaxWidth[b-0h018imvqa] {
        
    }
}

@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: linear-gradient(135deg, #1a73e8, #1254c0);
    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: linear-gradient(135deg, #1a73e8, #1254c0);
    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: linear-gradient(135deg, #1a73e8, #1254c0);
    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;
    }

.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 .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: linear-gradient(135deg, #1a73e8, #1254c0);
    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: linear-gradient(135deg, #1a73e8, #1254c0);
    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: linear-gradient(135deg, #1a73e8, #1254c0);
    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: linear-gradient(135deg, #1a73e8, #1254c0);
    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: linear-gradient(135deg, #1a73e8, #1254c0);
    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: linear-gradient(135deg, #1375e9, #0d5cb8);
    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/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: 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 .Zone2 div:nth-child(2)[b-gwkatldlo3] {
            }

/* ---- 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;
}

.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;
    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;
}

    .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; }

.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: auto;
        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);
        align-items: flex-start;
        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 0 auto;
            flex-shrink: 0;
        }

    .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: 16px; }
}

/* 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 */
.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%;
}

.ImageVW[b-ua03fbuw9m] {
    max-width: 100%;
}

.ImageVH[b-ua03fbuw9m] {
    max-height: 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;
    }

        .CustomerMenuMain .Per:hover[b-ua03fbuw9m] {
            color: #00bfa5;
        }

.RowMaxWidth[b-ua03fbuw9m] {
    position: relative;
    max-width: 1110px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
}

.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%;
    background: rgb(228, 228, 228, 0.42);
}

@font-face {
    font-family: 'GoogleFont';
    font-style: normal;
    font-weight: 100 700;
    src: url('../fonts/google-font.woff2') format('woff2');
}


.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);
}

.PreviewCartMain[b-ua03fbuw9m] {
    padding-top: 10px;
    transform: scale(0);
    position: absolute;
    top: 100%;
    right: 0px;
    width: 400px;
    border-radius: 5px;
    transition: 0.3s;
    transform-origin: 350px 0px;
    z-index: 3;
}

.PreviewCart[b-ua03fbuw9m] {
    background: white;
    box-shadow: rgb(152, 152, 152) 0px 0px 5px;
    height: 100%;
    width: 100%;
}

    .PreviewCart .Title[b-ua03fbuw9m] {
        padding-left: 10px;
        height: 40px;
        display: flex;
        align-items: center;
        color: rgba(0,0,0,.26);
        font-size: 14px;
    }

    .PreviewCart .Per[b-ua03fbuw9m] {
        height: 62px;
        padding: 10px;
        display: flex;
        transition: 0.25s;
        background: white;
        cursor: pointer;
    }

        .PreviewCart .Per.Single[b-ua03fbuw9m] {
            background: #ffffffff;
        }

        .PreviewCart .Per.Double[b-ua03fbuw9m] {
            background: #f7f7f7ff;
        }

    .PreviewCart .Per.CantSale[b-ua03fbuw9m] {
        filter: brightness(0.95);
        opacity: 0.75;
        cursor: not-allowed;
    }

        .PreviewCart .Per:hover[b-ua03fbuw9m] {
            background: #f5f5f5;
        }

        .PreviewCart .Per .ProductImgDiv[b-ua03fbuw9m] {
            height: 42px;
            width: 42px;
            min-width: 42px;
            height: 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: 14px;
            color: black;
            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: #ee4d2d;
            }

.inputdisabled[b-ua03fbuw9m] {
    background-color: white; /* เปลี่ยนพื้นหลังเป็นสีขาวเหมือนปกติ */
    color: #606060; /* เปลี่ยนสีตัวอักษรให้เหมือนปกติ */
    opacity: 1; /* ปิดความโปร่งแสงที่ browser ใส่มา */
    -webkit-text-fill-color: #606060; /* สำหรับ Safari */
}



.PreviewCartDetail[b-ua03fbuw9m] {
    height: 60px;
    padding: 10px;
    color: black;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.GotoCartButton[b-ua03fbuw9m] {
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 10px;
    border-radius: 3px;
    cursor: pointer;
}

.SeachBarPreviewMain[b-ua03fbuw9m] {
    transform: scale(1);
    position: absolute;
    top: 100%;
    left: 0px;
    width: 100%;
    background: white;
    border-radius: 5px;
    transition: 0.3s;
    transform-origin: 350px 0px;
    z-index: 3;
    box-shadow: rgb(152, 152, 152) 0px 0px 5px;
}

.SeachBarPreview[b-ua03fbuw9m] {
    height: 100%;
    width: 100%;
}

    .SeachBarPreview .ProductList[b-ua03fbuw9m] {
    }

    .SeachBarPreview .ProductHoverPreview[b-ua03fbuw9m] {
    }

.PerFound[b-ua03fbuw9m] {
    display: flex;
    padding: 10px 15px;
    cursor: pointer;
    background: white;
    transition: 0.1s;
    border-bottom: 1px dashed #d4d2d27e;
}

    .PerFound.Selected[b-ua03fbuw9m] {
        background: #f2f2f2;
    }

    .PerFound:hover[b-ua03fbuw9m] {
        background: #f2f2f2;
    }

    .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;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .PerFound .ProductPrice[b-ua03fbuw9m] {
        min-width: 100px;
        display: flex;
        align-items: center;
        justify-content: end;
        color: #f05f42;
    }

.SearchFirstList[b-ua03fbuw9m]::after {
    font-family: GoogleFont;
    content: "\e8b6";
    font-size: 18px;
    font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 200, 'opsz' 20;
}

/*@media (min-width: 0px) {*/ /* smartphones, iPhone, portrait 480x320 phones */
    /*.RowMaxWidth {
        display: none;
    }
    .Ribbin {
        display: none;
    }
}

@media (min-width:481px) {*/ /* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */
    
/*}

@media (min-width:641px) {*/ /* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */
    
/*}

@media (min-width:961px) {*/ /* tablet, landscape iPad, lo-res laptops ands desktops */
    
/*}

@media (min-width:1025px) {*/ /* big landscape tablets, laptops, and desktops */
    
/*}


@media (min-width:1125px) {*/ /* hi-res laptops and desktops */
    /*.RowMaxWidth {
        display: flex;
        align-items: end;
    }

    .Ribbin {
        display: block;
        margin-top: 10px;
        position: relative;
    }
}

@media (min-width:1281px) {*/ /* hi-res laptops and desktops */
    
/*}*/

.RowMaxWidth[b-ua03fbuw9m] {
    display: flex;
    align-items: end;
}

.Ribbin[b-ua03fbuw9m] {
    display: block;
    margin-top: 10px;
    position: relative;
}
/* _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');
}

.AddToCartAll[b-2pl2v7nhlh] {
    position: sticky;
    bottom: 0px;
    background: white;
    width: 100.2%;
    margin-top: 20px;
    margin-bottom: -30px;
    box-shadow: rgb(128, 128, 128, 0.19) 0px -5px 5px;
}
    .AddToCartAll .LineLast[b-2pl2v7nhlh] {
        display: flex;
        align-items: center;
        height: 70px;
        padding: 0px 20px;
    }

.SumPriceOrder[b-2pl2v7nhlh] {
    padding: 0px 20px;
    font-size: 24px;
    color: #ee4d2d;
}

.QtyInput[b-2pl2v7nhlh] {
    width: 40px;
    height: 22px;
    background: #d5d7d8;
    border: none;
    outline: none;
    text-align: center;
}

.QtyInput:focus[b-2pl2v7nhlh] {
    border: none!important;
    outline: none!important;
    box-shadow: none!important;
}

.TableBackground[b-2pl2v7nhlh] {
    min-width: 870px;
}

.TableBackground th[b-2pl2v7nhlh] {
    background: white;
    font-weight: normal;
}

.TableBackground td[b-2pl2v7nhlh] {
    background: white;
}

.TableDivProductName[b-2pl2v7nhlh] {
    max-width: 388px;
    display: flex;
    align-items: center;
}

.ProductAddToCart[b-2pl2v7nhlh]::after {
    font-family: GoogleFont;
    content: "\e854";
    font-size: 18px;
    font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 200, 'opsz' 20;
}

.ProductShowGrid[b-2pl2v7nhlh]::after {
    padding-left: 5px;
    font-family: GoogleFont;
    content: "\e9b0";
    font-size: 18px;
    font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 200, 'opsz' 20;
}

.ProductShowRow[b-2pl2v7nhlh]::after {
    padding-left: 5px;
    font-family: GoogleFont;
    content: "\f101";
    font-size: 18px;
    font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 200, 'opsz' 20;
}

.GoldStar[b-2pl2v7nhlh]::after {
    font-family: GoogleFont;
    content: "\e838";
    font-size: 18px;
    font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 200, 'opsz' 20;
    color: rgb(252, 225, 74);
}

.BlackStar[b-2pl2v7nhlh]::after {
    font-family: GoogleFont;
    content: "\e838";
    font-size: 18px;
    font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 200, 'opsz' 20;
    color: rgb(190, 190, 190);
}

.HeadProductList[b-2pl2v7nhlh] {
    display: flex;
    height: 50px;
    margin-bottom: 20px;
}

    .HeadProductList .Zone1[b-2pl2v7nhlh] {
        display: flex;
        align-items: center;
        font-size: 20px;
    }

    .HeadProductList .Zone2[b-2pl2v7nhlh] {
        flex: 1;
        display: flex;
        align-items: center;
        justify-content: end;
    }

        .HeadProductList .Zone2 .ShowCountProduct[b-2pl2v7nhlh] {
            margin-right: 20px;
            font-size: 14px;
        }

        .HeadProductList .Zone2 .SelectOrder[b-2pl2v7nhlh] {
            height: 40px;
            width: 160px;
            padding-left: 10px;
            border-color: #c7c4c4;
            border-radius: 5px;
            font-size: 14px;
        }

.MainProductList[b-2pl2v7nhlh] {
    display: flex;
}

.ProductListMain[b-2pl2v7nhlh] {
    flex: 1;
    display: flex;
    justify-content: center;
    height: fit-content;
}

.ProductList[b-2pl2v7nhlh] {
    user-select: none;
    display: grid;
    gap: 14px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.ProductListRow[b-2pl2v7nhlh] {
    
}

.ProductPerMain[b-2pl2v7nhlh] {
    width: 181px;
    height: 308px;
    background: white;
    /*margin: 7px;*/
    transition: 0.25s;
    outline: solid 2px #1d232710;
    position: relative;
    transform: translateY(0px);
    cursor: pointer;
}



    .ProductPerMain.StockOut[b-2pl2v7nhlh] {
        width: 181px;
        height: 308px;
        background: white;
        transition: 0.25s;
        outline: solid 2px #1d232710;
        position: relative;
        transform: translateY(0px);
        /*cursor: default;*/
    }

        .ProductPerMain.StockOut:hover[b-2pl2v7nhlh] {
            /*outline: solid 2px #1d232700;
            transform: translateY(0px);*/
            outline: solid 2px #1d2327;
            transform: translateY(-5px);
        }

    .ProductPerMain .RibbinProduct[b-2pl2v7nhlh] {
        position: absolute;
        top: 20px;
        left: -5px;
        background: #1d2327;
        color: white;
        font-size: 12px;
        height: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0px 10px;
        z-index: 2;
    }

    .ProductPerMain .DivProductImage[b-2pl2v7nhlh] {
        position: relative;
        overflow: hidden;
        max-height: 188px;
        height: 188px;
    }

        .ProductPerMain .DivProductImage .ProductImage[b-2pl2v7nhlh] {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%,-50%);
            z-index: 1;
        }

    .ProductPerMain .DivName[b-2pl2v7nhlh] {
        padding: 0px 10px;
        height: 52px;
        word-break: break-all;
        font-size: 14px;
    }

    .ProductPerMain .DivDiscount[b-2pl2v7nhlh] {
        background: #f59013;
        width: fit-content;
        margin: 0px 10px;
        color: white;
        padding: 0px 5px;
        border-radius: 5px;
        font-size: 12px;
    }

    .ProductPerMain .DivPrice[b-2pl2v7nhlh] {
        margin: 0px 10px;
        color: rgb(203, 0, 0);
        font-size: 16px;
    }

    .ProductPerMain .DivStarAndSell[b-2pl2v7nhlh] {
        display: flex;
        margin: 0px 10px;
    }

.FilterZone[b-2pl2v7nhlh] {
    padding: 0px;
    max-width: 190px;
    margin-right: 20px;
}

.CategoryZone[b-2pl2v7nhlh] {
    font-size: 18px;
    margin-top: 15px;
    user-select: none;
}

    .CategoryZone .PerCategory[b-2pl2v7nhlh] {
        display: flex;
        align-items: center;
        font-size: 14px;
        height: 50px;
        margin-left: 20px;
        transition: 0.2s;
        cursor: pointer;
        width: fit-content;
    }

        .CategoryZone .PerCategory:hover[b-2pl2v7nhlh] {
            transform: scale(1.1);
        }

/*@media (min-width: 0px) {*/ /* smartphones, iPhone, portrait 480x320 phones */
    /*.ProductList {
        grid-template-columns: 1fr 1fr;
    }
    .FilterZone {
        display: none;
    }
    .ProductListMain {
        flex: 0;
        display: block;
        justify-content: center;
    }
    .ProductPerMain {
        width: 44.5vw;
    }
    .HeadProductList {
        display: none;
    }
    .MainProductList {
        justify-content: center;
    }
    .RowMaxWidth {
        min-width: fit-content;
        max-width: fit-content;
        width: fit-content;
    }
}

@media (min-width:481px) {*/ /* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */

/*}

@media (min-width:641px) {*/ /* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */
    /*.ProductList {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .FilterZone {
        display: none;
    }
    .ProductPerMain {
        width: 181px;
    }
    .ProductListMain {
        flex: 1;
        display: flex;
        justify-content: center;
    }
    .MainProductList {
        width: auto;
    }
}

@media (min-width:961px) {*/ /* tablet, landscape iPad, lo-res laptops ands desktops */
    /*.ProductList {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
    .ProductPerMain {
        width: 181px;
    }
}

@media (min-width:1025px) {*/ /* big landscape tablets, laptops, and desktops */
    /*.ProductList {
        grid-template-columns: 1fr 1fr 1fr 1fr;
        position: relative;
    }
    .ProductListMain {
        margin: auto;
        flex: 0;
        display: flex;
        justify-content: center;
    }
    .ProductPerMain {
        width: 181px;
    }
}

@media (min-width:1125px) {*/ /* hi-res laptops and desktops */
    /*.FilterZone {
        display: block;
    }
}

@media (min-width:1281px) {*/ /* hi-res laptops and desktops */

/*}*/

.FilterZone[b-2pl2v7nhlh] {
    display: block;
}
/* _content/MINEMELODY_WEBSITE_CMS/Components/Pages/FrontEnd/Product/Products.razor.rz.scp.css */
@font-face {
    font-family: 'GoogleFont';
    font-style: normal;
    font-weight: 100 700;
    src: url('../fonts/google-font.woff2') format('woff2');
}

.DivNotFoundLink[b-vdor4g7byc] {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 0px;
    font-size: 14px;
    background: white;
}

    .DivNotFoundLink[b-vdor4g7byc]::before {
        width: 20px;
        height: 20px;
        font-family: GoogleFont;
        content: "\f5e1";
        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;
    }

.DivCategoryLocation[b-vdor4g7byc] {
    display: flex;
    position: relative;
    height: 30px;
}

.CategoryCursor[b-vdor4g7byc] {
    cursor: pointer;
}

.ArrowCategory[b-vdor4g7byc]{
    display: flex;
    align-items: center;
    height: 100%;
    padding-left: 5px;
    padding-right: 5px;
}

.ArrowCategory[b-vdor4g7byc]::after {
    width: 20px;
    height: 20px;
    font-family: GoogleFont;
    content: "\e5e1";
    color: black;
    font-size: 14px;
    font-variation-settings: 'FILL' 1, 'wght' 300, 'GRAD' 200, 'opsz' 20;
    display: flex;
    justify-content: center;
    align-items: center;
}

.DivProductZone[b-vdor4g7byc] {
    background: white;
    padding-bottom: 20px;
}

    .DivProductZone .HeadZone[b-vdor4g7byc]{
        display : flex;
    }

    .DivProductZone .HeadZone .ZoneImage[b-vdor4g7byc] {
        width: 480px;
        min-width: 480px;
        padding: 15px;
    }

    .DivProductZone .HeadZone .ZoneDetail[b-vdor4g7byc] {
        width: 720px;
        padding: 20px 35px 0px 20px;
    }

        .DivProductZone .HeadZone .ZoneDetail .Name[b-vdor4g7byc]{
            font-size: 19px;
        }

        .DivProductZone .HeadZone .ZoneDetail .SubName[b-vdor4g7byc] {
            color: #767676;
            font-size: 14px;
        }

        .DivProductZone .HeadZone .ZoneDetail .Price[b-vdor4g7byc] {
            background: #fafafa;
            font-size: 28px;
            padding: 15px 20px;
            margin: 10px 0px;
            color: rgb(203, 0, 0);
        }

        .DivProductZone .HeadZone .ZoneDetail .Unit[b-vdor4g7byc] {
            display: flex;
            margin: 25px 0px;
            font-size: 14px;
        }

            .DivProductZone .HeadZone .ZoneDetail .Unit .Label[b-vdor4g7byc] {
                width: 110px;
                display: flex;
                align-items: center;
            }

            .DivProductZone .HeadZone .ZoneDetail .Unit .UnitList[b-vdor4g7byc] {
                display: block;
            }

                .DivProductZone .HeadZone .ZoneDetail .Unit .UnitList .Per[b-vdor4g7byc] {
                    border: 1px solid rgba(0,0,0,.09);
                    padding: 5px 15px;
                    margin-right: 10px;
                    width: fit-content;
                    height: fit-content;
                    float: left;
                    cursor: pointer;
                    transition: 0.2s;
                }

                    .DivProductZone .HeadZone .ZoneDetail .Unit .UnitList .Per:hover[b-vdor4g7byc] {
                        background: #1098de16;
                    }

                .DivProductZone .HeadZone .ZoneDetail .Unit .UnitList .Selected[b-vdor4g7byc] {
                    border: 1px solid #1098de16;
                    background: #1098de16;
                }

        .DivProductZone .HeadZone .ZoneDetail .Stock[b-vdor4g7byc] {
            height: 40px;
            margin: 25px 0px;
        }

.StockQtyMode[b-vdor4g7byc] {
    display: flex;
    align-items: center;
    font-size: 16px;
}

    .StockQtyMode .Qty[b-vdor4g7byc] {
        width: 110px;
    }

    .StockQtyMode .AddOrRemoveQtyButton[b-vdor4g7byc] {
        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;
    }

    .StockQtyMode .WantQty[b-vdor4g7byc] {
        width: 100px;
        text-align: center;
    }

    .StockQtyMode .QtyInStock[b-vdor4g7byc] {
        padding-left: 20px;
    }


.ButtonShopZone[b-vdor4g7byc] {
    display: flex;
    font-size: 14px;
}

    .ButtonShopZone .ButtonPer[b-vdor4g7byc] {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 180px;
        height: 48px;
        transition: 0.25s;
        cursor: pointer;
    }

        .ButtonShopZone .ButtonPer:hover[b-vdor4g7byc] {
            filter: brightness(1.1);
            transform: scale(1.1);
        }

    .ButtonShopZone .AddToCartButton[b-vdor4g7byc] {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 180px;
        height: 48px;
    }

        .ButtonShopZone .AddToCartButton[b-vdor4g7byc]::before {
            width: 20px;
            height: 20px;
            font-family: GoogleFont;
            content: "\e854";
            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;
        }

    .ButtonShopZone .ShopNowButton[b-vdor4g7byc] {
        margin-left: 15px;
    }

.DivSecondZone[b-vdor4g7byc] {
    display: flex;
}

    .DivSecondZone .DivProductDetailZone[b-vdor4g7byc] {
        background: white;
        margin-top: 15px;
        padding: 15px;
        width: 100%;
    }

    .DivSecondZone .DivAdviceProduct[b-vdor4g7byc] {
        display: none;
        padding: 10px;
        width: 230px;
        min-width: 230px;
        background: white;
        margin-left: 15px;
        margin-top: 15px;
        height: fit-content;
    }

        .DivSecondZone .DivAdviceProduct .Label[b-vdor4g7byc] {
            color: rgba(0,0,0,.4);
        }

.GalleryListBox[b-vdor4g7byc] {
    position: relative;
    margin: 5px -5px;
}

    .GalleryListBox .Per[b-vdor4g7byc] {
        position: relative;
        display: inline-block;
        min-width: 92.01px;
        width: 92.01px;
        min-height: 92.01px;
        height: 92.01px;
        padding: 5px;
        overflow: hidden;
    }

        .GalleryListBox .Per .Border[b-vdor4g7byc] {
            position: relative;
            height: 100%;
            width: 100%;
        }

            .GalleryListBox .Per .Border .PerImage[b-vdor4g7byc] {
                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;
            }

            .GalleryListBox .Per .Border .VW[b-vdor4g7byc] {
                max-width: 100%;
                max-height: 100%;
            }

            .GalleryListBox .Per .Border .VH[b-vdor4g7byc] {
                max-width: 100%;
                max-height: 100%;
            }

.GalleryControlButton[b-vdor4g7byc] {
    position: absolute;
    color: #000;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0,0,0,.2) !important;
    z-index: 9;
    width: 20px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

    .GalleryControlButton.Back[b-vdor4g7byc] {
        left: 5px;
    }

        .GalleryControlButton.Back[b-vdor4g7byc]::before {
            font-family: GoogleFont;
            content: "\e5e0";
            color: #ffffff;
            width: 100%;
            height: 18px;
            font-size: 18px;
            font-variation-settings: 'FILL' 1, 'wght' 300, 'GRAD' 200, 'opsz' 20;
            display: flex;
            justify-content: center;
            align-items: center;
            padding-left: 8px;
        }

    .GalleryControlButton.Forward[b-vdor4g7byc] {
        right: 5px;
    }

        .GalleryControlButton.Forward[b-vdor4g7byc]::before {
            font-family: GoogleFont;
            content: "\e5e1";
            color: #ffffff;
            width: 100%;
            height: 18px;
            font-size: 18px;
            font-variation-settings: 'FILL' 1, 'wght' 300, 'GRAD' 200, 'opsz' 20;
            display: flex;
            justify-content: center;
            align-items: center;
            padding-left: 3px;
        }

.ImagePreviewMain[b-vdor4g7byc] {
    position: relative;
    width: 450px;
    height: 450px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

    .ImagePreviewMain .FullImage[b-vdor4g7byc] {
        
        
    }

    .ImagePreviewMain .VW[b-vdor4g7byc] {
        max-width: 100%;
        max-height: 100%;
    }

    .ImagePreviewMain .HW[b-vdor4g7byc] {
        max-width: 100%;
        max-height: 100%;
    }
/* _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;
}

.HeaderGridMain[b-640ty0370w] {
    display: grid;
    grid-template-areas:
        "Zone1 Zone2";
    grid-template-columns: 1fr auto;
    padding: 0 40px;
}

    .HeaderGridMain .Zone1[b-640ty0370w] {
        display: flex;
        flex-direction: column;
        align-items: center;
        grid-area: Zone1;
    }

        .HeaderGridMain .Zone1 > div:nth-child(1)[b-640ty0370w] {
            color: #e84030;
            font-size: 40px;
            font-weight: bold;
            margin-top: 0px;
            transform: translateX(130px);
        }

        .HeaderGridMain .Zone1 > div:nth-child(2)[b-640ty0370w] {
            margin: 5px 0 15px 0;
        }

        .HeaderGridMain .Zone1 > div:nth-child(3) > div[b-640ty0370w] {
            border: solid 2px #d6d6d6;
            border-radius: 20px;
            display: flex;
            height: 40px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

.InputSearch[b-640ty0370w] {
    border: none;
    outline: none;
    box-shadow: none;
    background: none;
    padding: 0px 15px;
    font-size: 14px;
    width: 400px;
}

    .InputSearch:focus[b-640ty0370w] {
        border: none;
        outline: none;
        box-shadow: none;
    }

    .HeaderGridMain .Zone2[b-640ty0370w] {

    }

        .HeaderGridMain .Zone2 .ProviceBillStatus[b-640ty0370w] {
            padding: 10px 0;
            grid-area: Zone2;
            border: solid 2px #cecece;
            border-radius: 5px;
            display : flex;
            flex-direction: column;
            align-items: center;
        }

        .HeaderGridMain .Zone2 .StatusPerMain[b-640ty0370w] {
            width: fit-content;
        }

            .HeaderGridMain .Zone2 .StatusPerMain > div[b-640ty0370w] {
                display: flex;
                align-items: center;
                margin-top: 5px;
            }

            .HeaderGridMain .Zone2 .StatusPerMain > div > div[b-640ty0370w] {
                width: 20px;
                height: 20px;
                border: 2px solid #cccccc;
                margin-right: 10px;
            }

                .HeaderGridMain .Zone2 .StatusPerMain > div > .Gray[b-640ty0370w] {
                    background: #c8c3c3;
                }

                .HeaderGridMain .Zone2 .StatusPerMain > div > .Yellow[b-640ty0370w] {
                    background: #fef590;
                    border: 2px solid #fef590;
                }

                .HeaderGridMain .Zone2 .StatusPerMain > div > .Red[b-640ty0370w] {
                    background: #ff7b81;
                    border: 2px solid #ff7b81;
                }

                .HeaderGridMain .Zone2 .StatusPerMain > div > .Green[b-640ty0370w] {
                    background: #92d098;
                    border: 2px solid #92d098;
                }

        .HeaderGridMain .Zone2 .OperatorButton[b-640ty0370w] {
            width: 130px;
            text-align: center;
            background: #f6f6f6;
            font-size: 14px;
            padding: 5px 0px;
            border: 2px solid #cccccc;
            border-radius: 5px;
            margin-top: 5px;
            cursor: pointer;
            user-select: none;
        }

    .MainScreen[b-640ty0370w] {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1;
    }

.OpacityBackground[b-640ty0370w] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0, 0.5);
}

.CloseButton[b-640ty0370w] {
    position: relative;
    height: 30px;
    width: 30px;
    cursor: pointer;
}

    .CloseButton[b-640ty0370w]::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-640ty0370w] {
    position: absolute;
    height: 900px;
    background: rgb(255, 255, 255);
    display: grid;
    grid-template-columns: 1125px;
    grid-template-areas: "MainZone2";
}

    .MainBox .Title[b-640ty0370w] {
        font-size: 20px;
    }

.MainZone1[b-640ty0370w] {
    grid-area: MainZone1;
}

.MainZone2[b-640ty0370w] {
    grid-area: MainZone2;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.ItemListMainBox[b-640ty0370w] {
    border: 2px solid #cccccc;
    margin: 40px;
    margin-top: 10px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    height: 640px;
    max-height: 640px;
}

.FakeTableBaseSize[b-640ty0370w] {
    display: grid;
    grid-template-columns: 80px 80px auto 150px 150px 150px;
}

    .FakeTableBaseSize > div:nth-child(6n+1)[b-640ty0370w] {
        text-align: center;
        justify-content: center;
    }

    .FakeTableBaseSize > div:nth-child(6n+2)[b-640ty0370w] {

    }

    .FakeTableBaseSize > div:nth-child(6n+3)[b-640ty0370w] {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .FakeTableBaseSize > div:nth-child(6n+4)[b-640ty0370w] {
        text-align: center;
        justify-content: center;
    }

    .FakeTableBaseSize > div:nth-child(6n+5)[b-640ty0370w] {
        text-align: center;
        justify-content: center;
    }

    .FakeTableBaseSize > div:nth-child(6n+6)[b-640ty0370w] {
    }

.HeaderTableColor[b-640ty0370w] {
    color: #9c9c9c;
}

.StatusBoxPerBase[b-640ty0370w] {
    border: 2px solid #cccccc;
    height: 15px;
    width: 15px;
    margin-right: 10px;
}

.StatusBoxPerText[b-640ty0370w] {
    display: flex;
    align-items: center;
}

.ProductItemLinePer[b-640ty0370w] {
    border-bottom: 2px solid #e2e2e2;
    height: 50px;
    display: flex;
    align-items: center;
}

/* width */
[b-640ty0370w]::-webkit-scrollbar {
    width: 3px;
    border-radius: 900px;
}

/* Track */
[b-640ty0370w]::-webkit-scrollbar-track {
    background: #b8b8b8;
}

/* Handle */
[b-640ty0370w]::-webkit-scrollbar-thumb {
    background: #201f96;
}

    /* Handle on hover */
    [b-640ty0370w]::-webkit-scrollbar-thumb:hover {
        background: #4f4ee6;
    }
/* _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;
}

.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: rgb(0, 0, 0, 0.5);
}

.MainBox[b-o2atcz5fhu] {
    position: absolute;
    height: 600px;
    background: rgb(255, 255, 255);
    width: 1200px;
    padding: 25px;
    border-radius: 5px;
}

.BackButton[b-o2atcz5fhu] {
    width: fit-content;
    height: fit-content;
    padding: 8px 15px;
    border: solid 2px;
    border-radius: 15px;
    font-weight: bold;
    opacity: 0.5;
}

.TopZoneGrid[b-o2atcz5fhu] {
    display: grid;
    grid-template-areas:
        "BackButton ColumnSpace Name Name"
        "BackButton ColumnSpace GenericNameTitle GenericName"
        "BackButton ColumnSpace LocationTitle Location";
    grid-template-columns: 45px 10px 100px 1fr;
    grid-template-rows: max-content max-content max-content;
}

    .TopZoneGrid .BackButton[b-o2atcz5fhu] {
        grid-area: BackButton;
        margin-top: 7px;
        cursor: pointer;
    }

    .TopZoneGrid .ColumnSpace[b-o2atcz5fhu] {
        grid-area: ColumnSpace;
    }

    .TopZoneGrid .Name[b-o2atcz5fhu] {
        grid-area: Name;
        display: flex;
        font-size: 25px;
    }

        .TopZoneGrid .Name div:nth-child(1)[b-o2atcz5fhu] {
            padding-right: 15px;
            opacity: 0.5;
            white-space: nowrap;
        }

        .TopZoneGrid .Name div:nth-child(2)[b-o2atcz5fhu] {
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

    .TopZoneGrid .GenericNameTitle[b-o2atcz5fhu] {
        grid-area: GenericNameTitle;
        margin-top: 10px;
    }

    .TopZoneGrid .LocationTitle[b-o2atcz5fhu] {
        margin-top: 10px;
        grid-area: LocationTitle;
    }

    .TopZoneGrid .GenericName[b-o2atcz5fhu] {
        grid-area: GenericName;
        margin-top: 10px;
    }

    .TopZoneGrid .Location[b-o2atcz5fhu] {
        margin-top: 10px;
        grid-area: Location;
    }


.BottomZoneGrid[b-o2atcz5fhu] {
    margin-top: 40px;
    display: grid;
    grid-template-areas: "ImageZone a DetailDisplayZone b";
    grid-template-columns: 300px 30px 300px 30px;
}

    .BottomZoneGrid .ImageZone[b-o2atcz5fhu] {
        grid-area: ImageZone;
    }

        .BottomZoneGrid .ImageZone .MainImage[b-o2atcz5fhu] {
            border: 2px solid;
            border-radius: 10px;
            padding: 25px;
            height: 300px;
            display: flex;
            justify-content: center;
            align-items: center;
            cursor: pointer;
        }

            .BottomZoneGrid .ImageZone .MainImage img[b-o2atcz5fhu] {
                max-width: 100%;
                max-height: 100%;
            }

        .BottomZoneGrid .ImageZone .MiniImage[b-o2atcz5fhu] {
            margin-top: 10px;
            display: flex;
            cursor: pointer;
        }

            .BottomZoneGrid .ImageZone .MiniImage .Per[b-o2atcz5fhu] {
                display: flex;
                justify-content: center;
                align-items: center;
                border: 2px solid;
                border-radius: 8px;
                flex: 1;
                height: 50px;
                padding: 5px;
                cursor: pointer;
            }

                .BottomZoneGrid .ImageZone .MiniImage .Per img[b-o2atcz5fhu] {
                    max-width: 100%;
                    max-height: 100%;
                }

    .BottomZoneGrid .DetailDisplayZone[b-o2atcz5fhu] {
        grid-area: DetailDisplayZone;
    }

        .BottomZoneGrid .DetailDisplayZone .UseTitle[b-o2atcz5fhu] {
        }

        .BottomZoneGrid .DetailDisplayZone .TitleDetail[b-o2atcz5fhu] {
            font-size: 16px;
            padding-right: 10px;
        }

        .BottomZoneGrid .DetailDisplayZone .WarningTitle[b-o2atcz5fhu] {
            width: 90px;
            text-align: center;
            border-radius: 7px;
            margin-top: 10px;
            background: red;
            color: white;
        }

        .BottomZoneGrid .DetailDisplayZone .WarningDetail[b-o2atcz5fhu] {
            font-size: 16px;
            padding-right: 10px;
            min-height: 65px;
        }

        .BottomZoneGrid .DetailDisplayZone .PromotionTitle[b-o2atcz5fhu] {
            font-weight: bold;
        }

        .BottomZoneGrid .DetailDisplayZone .PromotionPer[b-o2atcz5fhu] {
            font-weight: bold;
            color: #2a37d0;
        }

            .BottomZoneGrid .DetailDisplayZone .PromotionPer span[b-o2atcz5fhu] {
                padding-right: 10px;
            }

    .OperatorZone[b-o2atcz5fhu] {
        grid-area: OperatorZone;
        background: #bcbcbc;
        border-radius: 10px;
        padding: 20px;
        padding-bottom: 0px;
        flex: 1;
        display: flex;
        flex-direction: column;
    }

        .OperatorZone .TitleBase[b-o2atcz5fhu] {
            font-weight: bold;
            font-size: 12px;
            margin-bottom: 5px;
            display: flex;
            align-items: center;
        }

        .OperatorZone .InputZone[b-o2atcz5fhu] {

        }

            .OperatorZone .InputZone input[b-o2atcz5fhu] {
                width: 100%;
                outline: none;
                box-shadow: none;
                border: none;
                border-radius: 3px;
                text-align: center;
                padding: 0px 8px;
            }

        .OperatorZone .Unit[b-o2atcz5fhu] {
        }

        .OperatorZone .PricePerUnit[b-o2atcz5fhu] {
        }

        .OperatorZone .DCPercent[b-o2atcz5fhu] {
        }

        .OperatorZone .DCBaht[b-o2atcz5fhu] {
        }

        .OperatorZone .EditPrice[b-o2atcz5fhu] {
        }

        .OperatorZone .SumPrice[b-o2atcz5fhu] {
        }

        .OperatorZone .ToggleShowProfit[b-o2atcz5fhu] {
        }

        .OperatorZone .ProfitAndAssetZone[b-o2atcz5fhu] {

        }

.InputBase[b-o2atcz5fhu] {
    outline: none;
    box-shadow: none;
    border: none;
    border-radius: 3px;
    text-align: center;
    padding: 0px 8px;
}

.AssetProfitGPMTitle[b-o2atcz5fhu] {
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 8px;
}

.OperatorButton[b-o2atcz5fhu] {
    font-size: 18px;
    font-weight: bold;
    border: 3px solid #a2a2a2;
    width: 100px;
    text-align: center;
    padding: 15px 0px;
    border-radius: 10px;
    cursor: pointer;
    background: white;
}

.FakeRadioButton[b-o2atcz5fhu] {
    width: 10px;
    height: 10px;
    background: white;
    border-radius: 50%;
    margin-bottom: 5px;
    margin-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.FakeRadioButton .Active[b-o2atcz5fhu] {
    width: 5px;
    height: 5px;
    border-radius: 50%;
}

.FakeNotDisableInput[b-o2atcz5fhu] {
    background-color: white;
    color: black;
    opacity: 1;
    cursor: text;
    border: 1px solid #ccc;
}

.ProductPriceListBox[b-o2atcz5fhu] {
    position: absolute;
    top: 120%;
    left: 0;
    transform: translate(-40%,0) scale(0);
    opacity: 0;
    z-index: 2;
    display: grid;
    padding: 4px;
    border-radius: 10px;
    background: #969595;
    transition: 0.2s;
}

    .ProductPriceListBox.Active[b-o2atcz5fhu] {
        transform: translate(-40%,0) scale(1);
        opacity: 1;
    }

    .ProductPriceListBox .GridProductPrice[b-o2atcz5fhu] {
        display: grid;
        grid-template-areas: "Name Lot BaseQty Price";
        grid-template-columns: 80px 280px 100px 100px;
        font-size: 10px;
        padding: 2px;
        border: 1px solid #d8d6d6;
        border-radius: 5px;
    }

        .ProductPriceListBox .GridProductPrice.NotSelected[b-o2atcz5fhu] {
            color: #aaa6a6;
            background: #efefef;
        }

        .ProductPriceListBox .GridProductPrice .Name[b-o2atcz5fhu] {
            padding-left: 15px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .ProductPriceListBox .GridProductPrice .Lot[b-o2atcz5fhu] {
        }

        .ProductPriceListBox .GridProductPrice .BaseQty[b-o2atcz5fhu] {
            text-align: center;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .ProductPriceListBox .GridProductPrice .Price[b-o2atcz5fhu] {
            padding-right: 30px;
            text-align: end;
        }

.LotPerMain[b-o2atcz5fhu] {
    color: black;
    font-size: 12px;
    padding: 5px 10px;
}

    .LotPerMain > div[b-o2atcz5fhu] {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .LotPerMain input[b-o2atcz5fhu] {
        width: 100%;
        height: 25px;
        text-align: end;
        padding-right: 10px;
    }

.LotPerSingle[b-o2atcz5fhu] {
    background: #e8e8e8;
}

.LotPerDouble[b-o2atcz5fhu] {
    background: #cbc9c9;
}

.LotPerSingle.False[b-o2atcz5fhu] {
    background: #fff2f2;
}

.LotPerDouble.False[b-o2atcz5fhu] {
    background: #ffd7d7;
}

.LotSumMain[b-o2atcz5fhu] {
    font-size: 14px;
    background: white;
    display: flex;
    height: fit-content;
}

    .LotSumMain > div:nth-child(1)[b-o2atcz5fhu] {
        border: 2px solid #8d8d8d;
        padding: 0px 10px;
        padding-right: 30px;
    }

    .LotSumMain > div:nth-child(2)[b-o2atcz5fhu] {
        flex: 1;
        border: 2px solid #8d8d8d;
        border-left: none;
        padding: 0px 10px;
    }

.BaseLotSizeColumn[b-o2atcz5fhu] {
    font-size: 14px;
}

    .BaseLotSizeColumn > div:nth-child(1)[b-o2atcz5fhu] {
        width: 180px;
    }

    .BaseLotSizeColumn > div:nth-child(2)[b-o2atcz5fhu] {
        width: 100px;
        text-align: end;
    }

    .BaseLotSizeColumn > div:nth-child(3)[b-o2atcz5fhu] {
        flex: 1;
        text-align: end;
    }
/* _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 */
.PaymentAccountMain[b-6deu2oitaw] {
    padding: 15px 0px 15px 75px;
    border-bottom: 1px solid rgba(0,0,0,.09);
}

.PaymentAccountMainPer[b-6deu2oitaw] {
    margin-top: 15px;
    margin-bottom: 15px;
    display: flex;
    cursor: pointer;
}

    .PaymentAccountMainPer .InputRadio[b-6deu2oitaw] {
    }

    .PaymentAccountMainPer .Name[b-6deu2oitaw] {
        padding-left: 5px;
    }

.PaymentAccount.Selected[b-6deu2oitaw] {
    background: white;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.PaymentTypeBoxPer[b-6deu2oitaw] {
    padding: 8px 6px;
    border: solid 1px #e8e8e8;
    margin-left: 10px;
    cursor: pointer;
    user-select: none;
    transition: 0.25s;
}

    .PaymentTypeBoxPer.Disabled[b-6deu2oitaw] {
        border: solid 1px #f6f6f6ff;
        color: #acaaaaff;
        cursor: not-allowed;
    }

    .PaymentTypeBoxPer.CanHover:hover[b-6deu2oitaw] {
        color: white;
        background: #0d2327;
        cursor: pointer;
    }

    .PaymentTypeBoxPer.Selected[b-6deu2oitaw] {
        color: white;
        background: #0d2327;
    }

.PaymentAccountImg[b-6deu2oitaw] {
    max-width: 50px;
    max-height: 50px;
}

.DetailPaymentZone[b-6deu2oitaw] {
    background: white;
    font-size: 14px;
}

    .DetailPaymentZone .TitleZone[b-6deu2oitaw] {
        padding: 0px 30px;
        display: flex;
        align-items: center;
        height: 90px;
        border-bottom: 1px solid rgba(0,0,0,.09);
    }

    .DetailPaymentZone .PriceTransferZone[b-6deu2oitaw] {
        display: flex;
        justify-content: end;
        align-items: center;
        height: 40px;
    }

        .DetailPaymentZone .PriceTransferZone .Div1[b-6deu2oitaw] {
            width: 135px;
        }

        .DetailPaymentZone .PriceTransferZone .Div2[b-6deu2oitaw] {
            min-width: 135px;
            text-align: right;
            padding-right: 30px;
            color: #ee4d2d;
        }

    .DetailPaymentZone .SummitButtonZone[b-6deu2oitaw] {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0px 30px;
        height: 90px;
    }

        .DetailPaymentZone .SummitButtonZone .Div1[b-6deu2oitaw] {
            color: rgba(0,0,0,.54);
        }

        .DetailPaymentZone .SummitButtonZone .Div2[b-6deu2oitaw] {
            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/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 */
@font-face {
    font-family: 'GoogleFont';
    font-style: normal;
    font-weight: 100 700;
    src: url('../fonts/google-font.woff2') format('woff2');
}

.HeaderTopDiv[b-4j8cmc7q9n] {
    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-4j8cmc7q9n] {
    padding: 24px;
    background: white;
}

    .AddressDiv .Text[b-4j8cmc7q9n] {
        margin-left: 10px;
    }

.AddressTitle[b-4j8cmc7q9n] {
    display: flex;
    align-items: center;
    color: #ee4d2d;
    fill: currentColor;
    margin-bottom: 20px;
}

.AddressSelectedZone[b-4j8cmc7q9n] {
    display: flex;
    color: black;
    font-size: 16px;
}

.DefaultTag[b-4j8cmc7q9n] {
    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-4j8cmc7q9n] {
    color: #4080ee;
    font-size: 14px;
    height: fit-content;
    cursor: pointer;
}

.TitleZone1[b-4j8cmc7q9n] {
    float: left;
}

.TitleZone2[b-4j8cmc7q9n] {
    margin-left: 20px;
    min-width: 50px;
    display: flex;
    justify-content: center;
}

.TitleZone3[b-4j8cmc7q9n] {
    margin-left: 30px;
    min-width: 40px;
    display: flex;
    justify-content: center;
}

.ChangeAddressModal[b-4j8cmc7q9n] {
    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-4j8cmc7q9n] {
    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-4j8cmc7q9n] {
        position: relative;
        padding: 16px 24px;
        border-bottom: 1px solid rgba(0,0,0,.09);
        font-size: 16px;
    }

.AddnewAddressButton[b-4j8cmc7q9n] {
    display: flex;
    align-items: center;
    width: fit-content;
    font-size: 14px;
    border: 1px solid #ee4d2d;
    color: #ee4d2d;
    padding: 2px 15px;
    cursor: pointer;
}

    .AddnewAddressButton[b-4j8cmc7q9n]::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-4j8cmc7q9n] {
    position: relative;
    width: 100%;
    padding: 0px 24px;
    padding-bottom: 88px;
    flex: 1;
    overflow: scroll;
}

.AddressPerMain[b-4j8cmc7q9n] {
    display: flex;
    position: relative;
    width: 100%;
    max-width: 100%;
    padding: 16px 0px;
    border-bottom: 1px solid rgba(0,0,0,.09);
}

    .AddressPerMain .CheckSelected[b-4j8cmc7q9n] {
        position: relative;
        min-width: 30px;
        width: 30px;
        padding-right: 4px;
    }

        .AddressPerMain .CheckSelected .BorderMain[b-4j8cmc7q9n] {
            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-4j8cmc7q9n] {
                border-radius: 50%;
                width: 8px;
                height: 8px;
            }

    .AddressPerMain .DataMainZone[b-4j8cmc7q9n] {
        position: relative;
        width: 422px;
        padding-right: 30px;
        font-size: 14px;
    }

        .AddressPerMain .DataMainZone .FirstRow[b-4j8cmc7q9n] {
            display: flex;
            align-items: center;
            position: relative;
        }

            .AddressPerMain .DataMainZone .FirstRow .Name[b-4j8cmc7q9n] {
                overflow: hidden;
                text-overflow: ellipsis;
                font-size: 16px;
                white-space: nowrap;
            }

            .AddressPerMain .DataMainZone .FirstRow .FakeSlash[b-4j8cmc7q9n] {
                display: block;
                border-left: .5px solid rgba(0,0,0,.26);
                height: 29px;
                margin: 0 8px;
            }

            .AddressPerMain .DataMainZone .FirstRow .PhoneNumber[b-4j8cmc7q9n] {
                color: rgba(0,0,0,.54);
                min-width: 105px;
                flex: 1;
            }

            .AddressPerMain .DataMainZone .FirstRow .EditButton[b-4j8cmc7q9n] {
                margin-right: -30px;
                color: #08f;
                padding: 4px;
                cursor: pointer;
            }

        .AddressPerMain .DataMainZone .SecondRow[b-4j8cmc7q9n] {
            margin-bottom: 4px;
            text-overflow: ellipsis;
            overflow-x: hidden;
        }

        .AddressPerMain .DataMainZone .ThirdRow[b-4j8cmc7q9n] {
        }

        .AddressPerMain .DataMainZone .FourthRow[b-4j8cmc7q9n] {
            margin-top: 4px;
        }

            .AddressPerMain .DataMainZone .FourthRow .ShowDefault[b-4j8cmc7q9n] {
                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-4j8cmc7q9n] {
    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-4j8cmc7q9n] {
        width: 140px;
        height: 40px;
        padding: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }

    .ManageAddressButtonZone .ManageCancelButton[b-4j8cmc7q9n] {
        border: 1px solid #ee4d2d;
        color: #ee4d2d;
        margin-right: 8px;
    }

    .ManageAddressButtonZone .ManageAcceptButton[b-4j8cmc7q9n] {
        background: #ee4d2d;
        color: white;
    }

.DetailPaymentZone[b-4j8cmc7q9n] {
    margin-top: 20px;
    background: white;
    font-size: 14px;
}

    .TitleZone[b-4j8cmc7q9n] {
        padding: 0px 30px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-bottom: 1px solid rgba(0,0,0,.09);
    }

    .PriceTransferZone[b-4j8cmc7q9n] {
        display: flex;
        justify-content: end;
        align-items: center;
        height: 40px;
    }

        .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;
        }

        .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;
        }

    .SummitButtonZone[b-4j8cmc7q9n] {
        display: flex;
        justify-content: end;
        align-items: center;
        padding: 0px 30px;
        height: 60px;
    }

        .SummitButtonZone .Div1[b-4j8cmc7q9n] {
            color: rgba(0,0,0,.54);
        }

        .SummitButtonZone .Div2[b-4j8cmc7q9n] {
            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-4j8cmc7q9n] {
    margin-top: 20px;
    background: white;
    font-size: 14px;
}

    .DiscountPaymentZone .CodeZone[b-4j8cmc7q9n] {
        padding: 0px 30px;
        height: 80px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .DiscountPaymentZone .CodeZone .Div1[b-4j8cmc7q9n] {
            font-size: 18px;
        }

        .DiscountPaymentZone .CodeZone .Div2[b-4j8cmc7q9n] {
            color: #05a;
            cursor: pointer;
        }

    .DiscountPaymentZone .CoinZone[b-4j8cmc7q9n] {
        padding: 0px 30px;
        height: 80px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .DiscountPaymentZone .CoinZone .Div1[b-4j8cmc7q9n] {
            font-size: 18px;
            display: flex;
            align-items: end;
        }

            .DiscountPaymentZone .CoinZone .Div1 .Text[b-4j8cmc7q9n] {
                margin-right: 10px;
            }

            .DiscountPaymentZone .CoinZone .Div1 .SubText[b-4j8cmc7q9n] {
                font-size: 14px;
                color: #929292;
                height: fit-content;
            }

        .DiscountPaymentZone .CoinZone .Div2[b-4j8cmc7q9n] {
            color: #929292;
        }

.IsCheckOutingMain[b-4j8cmc7q9n] {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,.4);
    display: grid;
    place-items: center;
}

    .IsCheckOutingMain .IsCheckOutingDiv[b-4j8cmc7q9n] {
        background: white;
        padding: 0 60px;
        height: 100px;
        display: grid;
        place-items: center;
        font-size: 24px;
        border-radius: 5px;
    }

.BillCode[b-4j8cmc7q9n] {
    font-size: 34px;
    text-align: center;
    margin-bottom: 15px;
    color: #ee4d2d;
}

.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] {
        border: solid 1px white;
    }

    .WatchingPaymentImageItem.Selected[b-4j8cmc7q9n] {
        border: solid 1px white;
    }

.BillStatus[b-4j8cmc7q9n] {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    padding: 15px 150px;
    background: white;
}

.ProductListZone[b-4j8cmc7q9n] {
    margin-top: 12px;
    background: white;
    /*padding: 24px 30px 0px;*/
    font-size: 14px;
}

    .ProductListZone .TableProductList[b-4j8cmc7q9n] {
    }

        .ProductListZone .TableProductList thead .RowSize[b-4j8cmc7q9n] {
            height: 40px;
        }

        .ProductListZone .TableProductList tbody .RowSize[b-4j8cmc7q9n] {
            height: 70px;
        }

    .ProductListZone .NameTitle[b-4j8cmc7q9n] {
        font-size: 18px;
    }

    .ProductListZone .HeadColor[b-4j8cmc7q9n] {
        color: #bbb !important;
    }

    .ProductListZone .NameDiv[b-4j8cmc7q9n] {
        overflow: hidden;
        text-overflow: ellipsis;
        min-width: 0;
        max-width: 590px;
        width: 100%;
    }

        .ProductListZone .NameDiv .Name[b-4j8cmc7q9n] {
            overflow: hidden;
            text-overflow: ellipsis;
            max-height: 70px;
            white-space: nowrap;
            min-width: 0;
            max-width: 100%;
        }

    .ProductListZone .ProductImg[b-4j8cmc7q9n] {
        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-4j8cmc7q9n] {
            max-height: 100%;
            max-width: 100%;
        }

    .ProductListZone .UnitName[b-4j8cmc7q9n] {
        text-align: center;
        min-width: 100px;
    }

    .ProductListZone .PricePer[b-4j8cmc7q9n] {
        text-align: center;
        min-width: 100px;
        color: #ee4d2d;
    }

    .ProductListZone .Qty[b-4j8cmc7q9n] {
        text-align: center;
        min-width: 100px;
    }

    .ProductListZone .SumPrice[b-4j8cmc7q9n] {
        text-align: right;
        min-width: 100px;
        color: #ee4d2d;
    }

.DetailPaymentZone[b-4j8cmc7q9n] {
    margin-top: 0px;
    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;
    font-weight: normal;
    letter-spacing: 0.2px;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0,0,0,.10);
    transition: transform .12s ease, 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);
}

.PaymentToggleButton:active[b-4j8cmc7q9n] {
    transform: translateY(1px);
}

.SummitButtonZone[b-4j8cmc7q9n] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 30px;
    height: 90px;
    flex: 1;
}
/* _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;
}

.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;
}
/* _content/MINEMELODY_WEBSITE_CMS/Components/Pages/Infomation/Componant/ProductImageList.razor.rz.scp.css */
.Main[b-uf6857nnnz] {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 100;
    display: flex;
    align-items: center;
    padding: 15px;
}

.ClickForLeave[b-uf6857nnnz] {
    background: rgb(0, 0, 0, 0.18);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.WatchingBox[b-uf6857nnnz] {
    margin-right: 12px;
    min-width: 200px;
    flex: 1;
    min-height: 400px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid black 1px;
}

.CloseLoginButton[b-uf6857nnnz] {
    position: absolute;
    right: 0;
    padding: 5px 10px;
    width: fit-content;
    cursor: pointer;
    z-index: 2;
}

    .CloseLoginButton[b-uf6857nnnz]::after {
        font-family: GoogleFont;
        content: "\e5cd";
        font-size: 18px;
        font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 200, 'opsz' 20;
    }

.Watching[b-uf6857nnnz] {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.CenterMain[b-uf6857nnnz] {
    margin: auto auto;
    min-width: 300px;
    width: 1156px;
    min-height: 300px;
    height: 880px;
    max-height: 95%;
    background: white;
    border-radius: 10px;
    padding: 12px;
    display: grid;
    grid-template-columns: auto 45%;
    position: relative;
}

.DetailMainBox[b-uf6857nnnz] {
    position: relative;
    flex: 1;
}

.Name[b-uf6857nnnz] {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
    line-clamp: 2; 
    text-overflow: ellipsis;
}

.GalleryBox[b-uf6857nnnz] {
    min-width: 280px;
    margin-top: 20px;
    display: grid;
    grid-template-columns: auto auto auto;
    max-height: 89.75%;
    height: fit-content;
    overflow-y: scroll;
    scrollbar-width: none;
    padding: 5px 5px 10px 5px;
    grid-gap: 0 10px;
}

.ImageBoxPer[b-uf6857nnnz] {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.ImageBoxPer:hover[b-uf6857nnnz] {
    opacity: 0.75;
}

.ImgPerDiv[b-uf6857nnnz] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    outline: 1px solid rgba(0,0,0,0.2);
}

.DivGalleryBox[b-uf6857nnnz] {
    display: flex;
    justify-content: center;
}

@media screen and (max-width: 1000px) {
    .GalleryBox[b-uf6857nnnz] {
        display: grid;
        grid-template-columns: auto auto;
        grid-gap: 20px;
    }

    .ImageBoxPer[b-uf6857nnnz] {
        margin-bottom: 0px;
    }

    .ImgPerDiv[b-uf6857nnnz] {
        width: 120px;
        height: 120px;
    }
}

@media screen and (max-width: 768px) {
    .GalleryBox[b-uf6857nnnz] {
        max-height: 87%;
        overflow-y: auto;
    }
}

@media screen and (max-width: 667px) {
    .CenterMain[b-uf6857nnnz] {
        position: relative;
        height: 90%;
        max-height: 80%;
        grid-template-columns: auto;
        grid-template-rows: 60% 40%;
    }

    .DetailMainBox[b-uf6857nnnz] {
        min-width: 1px;
        display: flex;
        flex-direction: column;
    }

        .DetailMainBox .Name[b-uf6857nnnz] {
            margin-top: 20px;
            font-size: 30px;
            display: flex;
            flex-direction: column;
            flex: 1;

            display: -webkit-box;
            -webkit-box-orient: vertical;
            overflow: hidden;
            -webkit-line-clamp: 2;
            line-clamp: 2;
            text-overflow: ellipsis;
        }

    .DivGalleryBox[b-uf6857nnnz] {
        flex: 1;
        border: solid 1px black;
        padding: 15px;
        max-height: 100px;
    }

    .GalleryBox[b-uf6857nnnz] {
        overflow-x: auto;
        display: flex;
        margin-top: 0px;
        height: 100%;
        max-height: none;
        user-select: none;
    }

    .ImageBoxPer[b-uf6857nnnz] {
        height: 100%;
        min-height: 100%;
        min-width: max-content;
    }

    .ImgPerDiv[b-uf6857nnnz] {
        min-width: fit-content;
        width: 100%;
        min-height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .WatchingBox[b-uf6857nnnz] {
        min-height: 30%;
        margin-right: 0px;
    }

    .DetailMainBox .DivGalleryBox[b-uf6857nnnz] {
        flex: 1;
        justify-content: left;
        overflow: hidden;
        min-height: fit-content;
    }
}
/* _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;
    }
