@import '_content/WMBlazorOverlayScrollbars/WMBlazorOverlayScrollbars.bundle.scp.css';

/* _content/AMPOS.Server/Components/ComSpinner.razor.rz.scp.css */
.overlay[b-d6w1ru0tst] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(243, 247, 249, 0.6);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.overlay-wrapper[b-d6w1ru0tst] {
    padding: 10px 10px;
    background-color: white;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 0.375rem;
    -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.2);
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.2);
    height: 140px;
    margin-top: -30%;
    outline: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column !important;
}

/*.spinner {
    border: 16px solid silver;
    border-top: 16px solid #337AB7;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 700ms linear infinite;
}*/

.overlay .spinner[b-d6w1ru0tst] {
    display: block;
    position: relative;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #3498db;
    -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin-b-d6w1ru0tst 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

.overlay .spinner[b-d6w1ru0tst]:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #e74c3c;
    -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin-b-d6w1ru0tst 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

.overlay .spinner[b-d6w1ru0tst]:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #f9c922;
    -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin-b-d6w1ru0tst 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

.overlay-wrapper .text[b-d6w1ru0tst] {
    padding-top: 0.5rem;
    width: 100px;
}

    .overlay-wrapper .text[b-d6w1ru0tst]::after {
        content: "";
        animation: loading-text-b-d6w1ru0tst 2s infinite;
    }

@keyframes spin-b-d6w1ru0tst {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes loading-text-b-d6w1ru0tst {
    0% {
        content: "";
    }

    25% {
        content: ".";
    }

    50% {
        content: "..";
    }

    75% {
        content: "...";
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg); /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg); /* IE 9 */
        transform: rotate(0deg); /* Firefox 16+, IE 10+, Opera */
    }

    100% {
        -webkit-transform: rotate(360deg); /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg); /* IE 9 */
        transform: rotate(360deg); /* Firefox 16+, IE 10+, Opera */
    }
}

@keyframes spin-b-d6w1ru0tst {
    0% {
        -webkit-transform: rotate(0deg); /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg); /* IE 9 */
        transform: rotate(0deg); /* Firefox 16+, IE 10+, Opera */
    }

    100% {
        -webkit-transform: rotate(360deg); /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg); /* IE 9 */
        transform: rotate(360deg); /* Firefox 16+, IE 10+, Opera */
    }
}
/* _content/AMPOS.Server/Features/Authentication/Signin.razor.rz.scp.css */
[b-gk3bw8bmby] .valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

[b-gk3bw8bmby] .invalid {
    outline: 1px solid #e50000;
}

[b-gk3bw8bmby] .validation-message {
    color: #e50000;
}

[b-gk3bw8bmby] .blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    [b-gk3bw8bmby] .blazor-error-boundary::after {
        content: "An error has occurred."
    }

.authentication .btn-light[b-gk3bw8bmby]{
    width: 40px;
}

.authentication .icon-item[b-gk3bw8bmby] {
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #5e6e82;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    height: 2.5rem;
    width: 2.5rem;
    border: 0;
    font-size: 0.875rem;
    -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
/* _content/AMPOS.Server/Features/Layout/MainLayout.razor.rz.scp.css */
/* _content/AMPOS.Server/Features/Products/ProductProfile.razor.rz.scp.css */
.product-photo-container[b-ebs4tjrj5u] {
    min-height: 150px;
    border: 0.125rem dashed var(--default-border) !important;
    background-color: transparent !important;
    border-radius: 5px;
    padding: 20px 20px;
}
/* _content/AMPOS.Server/Features/Settings/Permission.razor.rz.scp.css */
.hover-actions[b-lihu3yemgj] {
    display: none;
    position: absolute;
}

.hover-actions.show[b-lihu3yemgj] {
display: inline-block;
}

.hover-actions.show + .hover-hide[b-lihu3yemgj] {
    display: none;
}

.hover-shadow:hover[b-lihu3yemgj], .hover-shadow:focus[b-lihu3yemgj] {
    -webkit-box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0.1);
}

.btn-group > .btn-group:not(:first-child) > .btn-light:first-child:not(.active):not(:active)[b-lihu3yemgj]:before, 
.btn-group > .btn-light:not(:first-child):not(.active):not(:active)[b-lihu3yemgj]:before {
    content: none;    
}

.btn-group > .btn-group:not(:last-child) > .btn-light:last-child:not(.active):not(:active):not(.dropdown-toggle)[b-lihu3yemgj]:after,
.btn-group > .btn-light:not(:last-child):not(.active):not(:active):not(.dropdown-toggle)[b-lihu3yemgj]:after {
    content: none;
}

.hover-actions-trigger[b-lihu3yemgj] {
    position: relative;
}

.hover-actions-trigger:hover .hover-actions[b-lihu3yemgj], .hover-actions-trigger:focus .hover-actions[b-lihu3yemgj] {
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

table div.group-name .text-badge .badge[b-lihu3yemgj] {
    inset-inline-end: -1.5rem;
    inset-block-start: 0rem;
}
/* _content/AMPOS.Server/Shared/MainHeader.razor.rz.scp.css */
@charset "UTF-8";

.flag-icon-background[b-1nshii2zp2], .flag-icon[b-1nshii2zp2] {
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
}

.flag-icon[b-1nshii2zp2] {
    position: relative;
    display: inline-block;
    width: 1.3333333333em;
    line-height: 1em;
}

.flag-icon[b-1nshii2zp2]:before {
    content: " ";
}

.flag-icon.flag-icon-squared[b-1nshii2zp2] {
    width: 1em;
}

.flag-icon-th[b-1nshii2zp2] {
    background-image: url(../img/flags/th.svg);
}

.flag-icon-th.flag-icon-squared[b-1nshii2zp2] {
    background-image: url(../img/flags/th.svg);
}

.flag-icon-la[b-1nshii2zp2] {
    background-image: url(../img/flags/la.svg);
}

.flag-icon-la.flag-icon-squared[b-1nshii2zp2] {
    background-image: url(../img/flags/la.svg);
}

.current_lang[b-1nshii2zp2] {
    cursor: pointer;
    text-transform: uppercase;
    overflow: hidden;
    padding: 0.4rem;
    border-radius: 0.3rem;
    border: 1px solid var(--header-border-color);
}

.lang span.lang-txt[b-1nshii2zp2] {
    display: inline-flex;
    margin-left: 8px;
    font-weight: 500;
}

.lang span span[b-1nshii2zp2] {
    color: #999;
    font-weight: 400;
    margin-left: 5px;
}
/* _content/AMPOS.Server/Shared/NavMenu.razor.rz.scp.css */
