
@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');
@import '../css/Theme.css';



.sh-button {
    outline: none;
    border: 1px solid;
    color: var(--theme-text-color);
    height: 32px;
    width: fit-content;
    padding-inline: 14px;
    justify-content: center;
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    justify-items: center;
    border-radius: 3px;
    font-size: 0.8rem;
    font-family: "Nunito", sans-serif;
    font-weight: 700;
}

.sh-button-primary{
    background: var(--app-accent);
    color: #e1e1e1;
    border-color: transparent;
}
    .theme-gold .sh-button-primary{
        color: #242424 !important;
    }

.sh-button-neutral{
    background: transparent;
}
    .sh-button-neutral:hover {
        background: #dae0ff;
        color: var(--theme-text-color-light) !important; 
        box-shadow: none !important;
    }
.sh-button-disabled {
    pointer-events: none;
    background: transparent !important;
    border: 1px solid #cccccc !important;
    color: #929292;
}

.sh-button:hover {
    box-shadow: 0px 0px 5px var(--app-accent);
}

.sh-button .material-symbols-outlined {
    font-size: 1.1rem;
    margin-left: 5px;
}


.btn-primary {
}

.ui-text {
    font-family: "Nunito", sans-serif;
    font-size: 0.85rem;
    color: var(--theme-text-color);
}

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;


}
img{
    opacity: 1;
    transition: 0.3s;
}
.img-loaded{
    opacity:1 !important;
}
.img-default{
    opacity: 1 !important;
}
/*ligh theme --------------------------------------- */
.ignore-theme {
    color: var(--theme-text-color-soft-light) !important;
}

.values {
    --index-max-width: 1350px;
}
.index-max-width {
    max-width: var(--index-max-width) !important;
    padding-inline: 12px;
}

.app-max-width {
    padding-inline: 12px;
    align-self: center;
    width: var(--width) !important;
    max-width: var(--width);
    max-width: 100vw;
}

.settings-max-width {
    width: 100%;
    max-width: 1400px !important;
}

@media all and (min-width: 1700px){
    .settings-max-width{
        width: 100%;
        align-self: center;
        justify-self: center;
    }
}

.theme {
    --app-gold: #dcd896;
    --light-blue: #3639de !important;
    --app-blue: #074ad3;
    --app-blue: #1e4cff;
    --app-blue: var(--light-blue);
    --width: 1400px;
    --pads-bg-deep-light: #e0e0e0;
    --theme-text-dark: #1f1f1f;
    --theme-text-color-soft-light: #4b4747;
    --theme-text-color-soft-dark: #eeeeee;
    --theme-text-color-soft-dark: #e2e2e2;
    --theme-text-color-light: #222222;
    --theme-text-color-dark: #F8F9FA;
    --theme-soft-border: 1px solid #7e7e7e70;
    --window-max-width: 1980px;
    --title-font: italic 1.6rem 'Bebas Neue', cursive;
    --weight-1: #b9bfff;
    --weight-2: #b9bfff;
    --weight-3: #81a6ff;
    --weight-4: #6a7fff;
    --weight-5: #4c76ff;
    --theme-bg-light-gradient: linear-gradient( #b6c2f2, #eaefff 50%);
    --theme-bg-light-gradient: linear-gradient( #eaecff, #eaefff 20%);
    --theme-bg-light: #f7f7f7;
    /*--theme-bg-light: #ffffff !important;*/
    --theme-bg-dark: #191919;
    --theme-bg-dark: #18191b;
    --theme-bg-dark: #222326;
    --theme-bg-dark: #1f1f24; /*best one*/
    --theme-bg-dark: #101114;
    --theme-bg-dark: #1C1C1C;
    --light-blue: #2b69ff;
    --pads-bg-deep-modern-light: #eeeeee;
    --pads-bg-deep-modern-dark: #1d1e22;
}

.theme-light {
    --light-blue: #3639de !important;
    --app-accent: var(--app-blue);
    --app-accent-bg: var(--app-blue);
    --pads-bg-light: #ffffff;
    --pads-bg-deep: var(--pads-bg-deep-light);
    --pads-bg-deep-modern: var(--pads-bg-deep-modern-light);
    --pads-border-color: #c4c4c4;
    /*theme bg*/
    --theme-bg: #dbdbdb;
    --theme-bg: var(--theme-bg-light);
    --theme-text-color: var(--theme-text-color-light);
    --theme-text-color-soft: var(--theme-text-color-soft-light);
    --theme-bg-form-panel: #fafafa;
    --scroll-track: #a4a4a4;
    --scroll-button: #ffffff;
    --sl-separator: #1e4cff;
    /*navigation*/
    --menu-button-hover: #939496;
    /*bootstrap buttons*/
    --btn-primary-bg: #3052f7;
    --btn-primary-color: #fff;
    /*    --btn-primary-border-color: ;*/
    /*index*/
    --card-bg: #1e4cff;
    /*schema*/
    --schema-block-bg: #d9d9d9;
    --schema-shadow: #8b8b8b;
    --rog-bg-alt: #e1e1e1;
    --row-border: #dbdbdb;
    --row-border: #8f8f8f;
    --pads-bg: var(--pads-bg-light); /*main pads background*/

    --shop-top-row: var(--pads-bg);
    --shop-top-row-shadow: #f2f2f2;
    --shop-bg: #ededed;
    --theme-box-shadow: 0px 0px 3px #94949473;
}

/*dark theme --------------------------------------- */
.theme-dark {
    --app-accent: var(--light-blue);
    --app-accent-bg: var(--app-blue);
    --pads-bg-light: #ffffff;
    --pads-bg-deep: #242424;
    --pads-bg-deep-modern: var(--pads-bg-deep-modern-dark);
    --pads-border-color: #343434;
    /*theme bg*/
    --theme-text-blue: #0082ff;
    --theme-bg: #222222;
    --theme-bg: #0e0e11;
    --theme-bg: #1b1c1d;
    --theme-bg: var(--theme-bg-dark);
    --theme-text-color: var(--theme-text-color-dark);
    --theme-text-color-soft: var(--theme-text-color-soft-dark);
    --theme-bg-form-panel: #262626;
    --scroll-thumb: #a2a3a8;
    --scroll-track: #2c2c2c;
    --scroll-button: #373737;
    --sl-separator: #1e4cff;
    /*navigation*/
    --menu-button-hover: #2a2a2a;
    /*bootstrap buttons*/
    --btn-primary-bg: #1e8aff;
    --btn-primary-color: #000000;
    --btn-primary-border-color: #1861ac;
    /*index*/
    --card-bg: #656565;
    /*schema*/
    --schema-block-bg: #303030;
    --schema-shadow: #0d0d0d;
    --rog-bg-alt: #3d3d3d;
    --row-border: #5f5f5f;
    --pads-bg: #333333; /*main pads background*/
    --pads-bg: #2e2e33; /*main pads background*/

    --shop-top-row: var(--pads-bg);
    --shop-top-row-shadow: #222222;
    --shop-bg: #ededed;
    --theme-box-shadow: 0px 0px 3px #1a1a1ac6;
    --theme-box-shadow: 0px 0px 4px #000000b7;
}
.theme-gold {
    --app-accent-bg: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%), radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%) !important;
    --app-accent: #dcd896 !important;
    /*--theme-bg: #18181a !important;*/
}
.theme-light-bg{
    background: var(--theme-bg-light);
}

.theme-dark .logo-light{
    filter:drop-shadow(0px 0px 2px #ffffff);
}
.theme-light .logo-dark {
    display: none;
}
.theme-light .logo-light {
    filter:drop-shadow(2px 2px 1px #00000051);
}
.text-light {
    color: var(--theme-text-color-soft-dark) ;
}

.fit-img {
    display: flex;
}
.fit-img img{
    display:flex;
    width: 100%;
    max-height: 100%;
    min-width: 100%;
    min-height: 100%;
    height: 100%;
    object-fit: contain;
}
.img-cover{
    object-fit:cover !important;
}
.img-contain{
    object-fit: contain !important;
}

.theme-all {
    --top-row: #f7f7f7;
}

.flex-grow{
    display:flex;
    flex-grow: 1;
    flex-shrink: 0;
}
.scrolling {
}
.webtitle {
    font-family: 'Jura', sans-serif;
    font-size: 1.9rem;
    padding: 0 !important;
    text-decoration: none;
    color: #074ad3;
    color: var(--app-accent);
    transition: 0.05s;
    font-weight: 400;
}
.webtitle a{
    padding: 0 !important;
    margin: 0 !important;
}
    .webtitle a:hover {
        border-bottom: none;
        text-decoration: none;
        text-decoration-line: none;
        
    }
.section-title {
    font-family: 'Bebas Neue', cursive;
    font-style: italic;
    font-size: 1.7rem;
    letter-spacing: 0px;
    color: var(--theme-text-color);
}
.section-description {
    font-family: 'Assistant', sans-serif;
    font-size: 0.9rem;
    color: #727272e2;
}
.mainNavBar {
    display:flex;
    width: 100%;
    height: 40px;
    justify-content: space-evenly;
}

.mainNavBar {
    width: 100%;
    background: #111111;
    background: #191919;
    background: linear-gradient(to right, #000000, #191919, black);
    height: 60px;
    font-family: 'Quicksand', sans-serif;
    display: flex;
    color: #dbdbdb;
    padding-block: auto;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    /*    border-width: 1px;
    border-style: solid;
    border-image: linear-gradient( to top, rgba(0, 0, 0, 0), #6cde27, rgba(0, 0, 0, 0) ) 1 100%;
*/
}
    .mainNavBar div:hover::after {
        display: flex;
        border-bottom: 1px solid #d0d0d0;
        width: 100%;
    }

    .mainNavBar div {
        margin-inline: 40px;
        cursor: pointer;
    }

        .mainNavBar div::after {
            align-self: center;
            justify-content: center;
            justify-items: center;
            width: fit-content;
            content: '';
            border-bottom: 1px solid transparent;
            width: 100%;
            display: flex;
            flex-direction: row;
            transition: all 0.2s ease-out;
        }

        .mainNavBar div:hover::after {
            display: flex;
            border-bottom: 1px solid #d0d0d0;
            width: 100%;
        }

        .mainNavBar div:hover {
            filter: drop-shadow(0 0 1px #54de1da3);
        }
.module {
    max-width: 120px;
    padding: 1rem;
    color: white;
    border-width: 1px;
    border-style: solid;
    border-image: linear-gradient( to bottom, rgba(0, 0, 0, 0), #6cde27, rgba(0, 0, 0, 0) ) 1 90%;
}

.nav-bar-container {
    position: relative;
    max-width: 200px;
    min-width: 200px;
    overflow: hidden;
    background: red;
    align-items: stretch;
}


.theme-light, .theme-dark {

}


:root {
    --app-icon-color: #4166f7;
    --nav-icon: #4166f7;
}

body{
    overflow: hidden;
/*    width: 100%;*/
}
h1:focus {
    outline: none;
}

a, .btn-link {
    color: #0071c1;
}

.separator {

}

.app-icon {
    color: var(--app-icon-color);

}
.app-icon:hover{
    cursor: pointer;
}

.loader {
    position: relative;
}

    .loader:before, .loader:after {
        content: '';
        width: 8px;
        height: 8px;
        display: block;
        position: relative;
        margin: 10px auto;
        border-radius: 50%;
        background: #3a74ff;
        animation: left 1s infinite ease-in-out;
    }

    .loader:after {
        background: #3a74ff;
        animation: right 1s infinite ease-in-out;
    }


@keyframes right {
    0%, 100% {
        transform: translate(-8px)
    }

    50% {
        transform: translate(8px)
    }
}

@keyframes left {
    0%, 100% {
        transform: translate(8px)
    }

    50% {
        transform: translate(-8px)
    }
}

.loader2 {
    width:  28px;
    height: 28px;
    border-radius: 50%;
    display: block;
    margin: 15px auto;
    position: relative;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

    .loader2::after,
    .loader2::before {
        content: '';
        box-sizing: border-box;
        position: absolute;
        left: 0;
        top: 0;
        background: #3a74ff;
        width:  12px;
        height: 12px;
        transform: translate(-50%, 50%);
        border-radius: 50%;
    }

    .loader2::before {
        left: auto;
        right: 0;
        background: #3a74ff;
        transform: translate(50%, 100%);
    }

@keyframes rotation2 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
} 

/*PRODUCT CARD*/

.product-image{

}

.sale-top-decoration {
    background: #ff2626;
    background: linear-gradient(90deg, #ff2626 -0%, transparent);
    top: 0px;
    width: 100%;
    left: 0px;
    position: absolute;
    min-height: 5px;
    z-index: 98;
    display:none;
}
/*END OF PRODUCT CARD*/
.menu-button {
    display: flex;
    flex-direction: row;
    background: transparent;
    border: 0;
    outline: 0;
    gap: 5px;
    align-content: center;
    justify-content: center;
    align-items: center;
    justify-items: center;
    height: 40px;
    padding: 10px;
    color: var(--theme-text-color);
    font-size: 1rem;
}
    .menu-button:hover {
        background: inherit;
        filter: brightness(1.5);
        -webkit-filter: brightness(150%);
        background: var(--menu-button-hover);
      
    }
.single-line-separator {
    border-bottom: 1px solid var(--sl-separator);
    height: 3px;
    min-width: 100%;

}

.double-line-separator {
    border: 1px solid;
    height: 0px;
    min-width: 100%;
    background: blue;
}
.app-btn-primary{
    background: #345bdb;

}
.app-btn-primary, .app-btn-danger {
    max-height: 40px;
    width: 120px;
    filter: contrast(1.1);
    border-radius: 2px;
    font-weight: 600;
    transition: transform 0.02s;
    font-family: 'Bebas Neue', cursive;
    font-style: italic;
    letter-spacing: 0.5px;
    color: #d9d9d9;
    color: #f3f3f3;
    font-size: 1.1rem;
}
.app-btn-danger{
    background-color: #f33e3e;
}
.btn{
    outline: none;
    border: none;
}
.app-btn-primary:hover{
    outline: 1px solid #2c4aff2b;

}

.hover-pointer{
    cursor: pointer;
}
.pointer-none{
    pointer-events: none;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}


main {
    height: 100vh;
    position: relative;
    align-items: stretch;
    display: flex;
    flex-direction: column;
}
.Schema {
    flex: 1;
   
    align-items: stretch;
    position: relative;
}
.content {
    height: 100%;

}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}
.validation-message {
    font-size: 0.75rem !important;
    font-family: "Nunito", sans-serif;
    animation: val-spawn 0.12s linear;
    margin-top: 3px;
    font-family: 'Roboto', sans-serif;

}
@keyframes val-spawn{
    0%{
        filter:opacity(0);

    }
    100%{
        filter:opacity(1);
    }
}
#blazor-error-ui {
    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 {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.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;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

.loading-progress {
    position: relative;
    display: block;
    width: 8rem;
    height: 8rem;
    margin: 20vh auto 1rem auto;
}

    .loading-progress circle {
        fill: none;
        stroke: #e0e0e0;
        stroke-width: 0.6rem;
        transform-origin: 50% 50%;
        transform: rotate(-90deg);
    }

        .loading-progress circle:last-child {
            stroke: #1b6ec2;
            stroke-dasharray: calc(3.141 * var(--blazor-load-percentage, 0%) * 0.8), 500%;
            transition: stroke-dasharray 0.05s ease-in-out;
        }

.loading-progress-text {
    position: absolute;
    text-align: center;
    font-weight: bold;
    inset: calc(20vh + 3.25rem) 0 auto 0.2rem;
}

    .loading-progress-text:after {
        content: var(--blazor-load-percentage-text, "Loading");
    }

@media All 
{
    .nav-icon {
        margin-right: 0px;
        color: var(--nav-icon);
        font-size: 1.5rem;
    }

    .mainbody {
        overflow-x: hidden;
    }



    ::-webkit-scrollbar {
        width: 14px;
    }
    
    .small-scrollbar::-webkit-scrollbar{
        width:3px;
  
    }

    ::-webkit-scrollbar-button {
        background: var(--scroll-button);
        height: 15px;
       
        display: flex;
        background-repeat: no-repeat;
        background-position: center;

        background-size: 100%;
        mask-size: cover;
        background: #efefef;
    }
        ::-webkit-scrollbar-button:single-button:vertical:decrement {
            background-image: url(../Images/site/chevron-up.svg);
            background-position-x: 0px;
            background-size: 90%;
            background-repeat: no-repeat; 
        }
        ::-webkit-scrollbar-button:single-button:vertical:increment {
            background-image: url(../Images/site/chevron-down.svg);
            background-position-x: 0px;
            background-size: 90%;
            background-repeat: no-repeat;
        }

    ::-webkit-scrollbar-track-piece {
        -webkit-appearance: none;
        background-color: var(--scroll-track);

    }

    ::-webkit-scrollbar-thumb {
        background-color: var(--scroll-thumb);
        border-radius: 0px;
        max-height: 100px;
        background: #1e4cff;
        background: #55565b;
    }
    ::-webkit-scrollbar-thumb:hover{
        background: #a0a0a0;
        transform: scale(1.2);
        width: 30px;
    }

    .appbgblue {
        background: #4166f7;
    
    }
    .row-input{
        background: #1e51ff;
        background: #dddddd;
    }
    .row-input input {
        background: transparent;
        border-radius: 0;
        border-bottom: 1px solid #e4e4e4;
        caret-shape: bar;
        caret-color: #1e51ff;
        padding-inline: 5%;
    }
        .row-input input:focus {
            background: transparent;
            outline: none;
            border: none;
        }

}


/*LOADING ICON*/

.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

    .lds-ellipsis div {
        position: absolute;
        top: 33px;
        width: 13px;
        height: 13px;
        border-radius: 50%;
        background: #fff;
        animation-timing-function: cubic-bezier(0, 1, 1, 0);
    }

        .lds-ellipsis div:nth-child(1) {
            left: 8px;
            animation: lds-ellipsis1 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(2) {
            left: 8px;
            animation: lds-ellipsis2 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(3) {
            left: 32px;
            animation: lds-ellipsis2 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(4) {
            left: 56px;
            animation: lds-ellipsis3 0.6s infinite;
        }

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(24px, 0);
    }
}

/*app icons*/
@keyframes rotate-icon {
    from {
        transform: rotate(360deg);
    }

    to {
        transform: rotate(0deg);
    }
}

.rotate-icon{
    animation: rotate-icon 2s infinite ease;
}


/*SCHEMA DINAMIC*/

.inputtext {
    background: transparent;
    border: none;
    color: var(--theme-text-blue);
    font-weight: 600;
    font-size: 0.9rem;
}

.theme-dark .inputtext {
    color: #0082ff;
}

.inputtext:focus {
    outline: none;
    border: none;
    border: none;

}

/*.app-form{
    border-radius: 3px;
    border: 0;
    width: 100%;
    height: 38px;
    padding: 15px;
    background: transparent;
    border: 1px solid 
}
.app-form:focus{

    outline: 2px solid #ffc754;
}
*/
/*TAGS*/

.tag {
    --animat-durat: 0.2s;
    cursor: pointer;
    margin-block: 3px;
    margin-inline: 3px;
    background: #ededed;
    background: #f7f7f700;
    min-height: 38px;
    max-height: 38px;
    min-width: 80px;
    max-width: fit-content;
    padding-inline: 20px;
    min-width: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    border-radius: 3px;
    font-size: 0.7rem;
    box-shadow: 0 0 2px 2px #0000002b;
    box-shadow: 0 0 2px 2px #1212121d;
    box-shadow: 0 0 1px 1px #c8c8c8;
    transition: all var(--animat-durat);
    animation: tag-spawn ease var(--animat-durat) normal;
    font-weight: 600;
}
    .tag{
        color: var(--theme-text-color-soft) !important;
    }

.tag-weight-0 {
    font-weight: 400;
    color: var(--theme-text-color-soft) !important;
}
.tag-weight-1{background: var(--weight-1);color: var(--theme-text-color-soft-light) !important;}
.tag-weight-2{background: var(--weight-2); color: var(--theme-text-color-soft-light) !important;}
.tag-weight-3{background: var(--weight-3); color: var(--theme-text-color-soft-light) !important;}
.tag-weight-4{background: var(--weight-4); color: var(--theme-text-color-soft-light) !important;}
.tag-weight-5{background: var(--weight-5); color: var(--theme-text-color-soft-light) !important;}

@media ALL and (max-width: 330px){
    .tag{
        flex-grow: 1;
        flex-shrink: 0;
        width: 30% !important;
        max-width: unset !important;
    }
}

.tag:hover{
    outline: 3px solid #587aff;  
}
.tag-collection .tag {
    flex-grow: 1;
    max-width: unset ;
}
.Shop .tag{
}

.tag-animation {
}

@keyframes tag-spawn {
    0% {
        transform: translateY(-100px);
        filter: opacity(0);
    }

    100% {
        transform: translateX(0px);
        filter: opacity(1);
    }
}

/*end of TAGS*/

.center{
    display:flex;
    justify-items: center;
    align-items: center;
    justify-content: center;
    align-content: center;
}

.session-route {
    font-weight: 600;
    font-size: 0.9rem;
}
.session-route:hover{
    font-weight: 700;
    color: #3142ff;
}

/*UI DETAILS*/

.mini-tag-legend {
    border-radius: 2px;
    font-size: 0.7rem;
    letter-spacing: 1px;
    background: #aaaaaa;
    color: #f3f3f3;
    font-family: 'Archivo', sans-serif;
    padding-inline: 4px;
    padding-block: 0;
}

.small-scrollbar {
    overflow-y: scroll;
}
    .small-scrollbar::-webkit-scrollbar-track-piece {
        border-radius: 5px;
    }

    .small-scrollbar::-webkit-scrollbar-track-piece {

        border-radius:5px;

 
    }

    .small-scrollbar::-webkit-scrollbar-thumb {
        background-color: red;
        background-color: #3e5fca;
        border-radius: 0px;
        max-height: 80px;
    }

    .small-scrollbar::-webkit-scrollbar-button{
   
        height:0;
    }
/*END OF UI DETAILS*/


.notification-list {
    position: absolute;
    align-items:end;
    top: 50px;
    right: 20px;
    width: fit-content;
    display: flex;
    flex-direction: column;
    min-width: 15vw;
    height: fit-content;
    z-index: 12 !important;
}


/*global discount tag*/

.discount-tag {
    font-family: 'Bai Jamjuree', sans-serif !important;
    font-size: 1.0rem;
    background: #ff2626;
    padding-inline: 7px;
    display: flex;
    justify-content: center;
    max-height: fit-content;
    border-radius: 2px;
    color: #f2f2f2;
    font-weight: 600;
    font-style: italic;
}


/*Manager Settings*/



.setting input {
    
    border-radius: 5px;
    border: 1px solid #ffffff;
    display:flex;
    flex-grow:1;
    padding-inline: 10px;
    width: 500px;
    max-width: 100%;

}
.setting-numeric input{
    max-width: 80px;
}

/*end*/
.login-display-container * {
    color: var(--theme-text-color);
}

@media ALL and (max-width: 400px) {
    .login-name {
        display: inline-block;
        white-space: nowrap !important;
        word-break: keep-all;
        overflow: hidden !important;
        max-width: 140px !important;
        text-overflow: ellipsis !important;
    }
}


.pad-shadow{
    box-shadow: 0 0 2px 2px var(--shop-top-row-shadow);
}


/*ICONS*/

.icon-success{
    color: #1cff89;
}
.icon-warning {
    color: #ffd150;
}
.icon-danger {
    color: #e13f3f;
}
/*icons*/


/*cart-page*/


/*Links*/
.simple-link-text {
    color: var(--app-accent);
    font-weight: 600;
    cursor: pointer;
    font-size: 0.8rem;
    font-style: italic;
}

/*Reservations Globals*/

.reservation-container{
    animation: 0.2s fade-in;
}

.summary-card {
    animation: 0.2s fade-in;
}

@keyframes fade-in{
    0%{
        filter: opacity(0);
    }
    100%{
        filter: opacity(1);
    }
}


/*product imports*/

.import-display {
    margin-bottom: 5px;
    background: #ff9e04;
    padding: 3px;
    padding-inline: 9px;
    display: flex;
    align-content: center;
    align-items: center;
    gap: 5px;
    color: white;
    border-radius: 10px 4px 10px 4px;
    height: 19px;
    font-size: 0.78rem;
    padding-top: 6px;
}

    .import-display i {
        font-size: 0.90rem !important;
    }

.time {
    max-width: 160px;
    font-size: 0.75rem;
}


.dropdownlist-item {
    background: #e9e9e9 !important;
    color: #222222 !important;
}


/*Product CSS override*/

.section .product-card {
    border: none !important;
    background: transparent !important;
}

.section .product-title {
    color: #222222 !important;
}


/*buttons*/

.btn-large{
    width: 100%;
    height: 50px;
    font-weight: 600;

}

/*end of buttons*/

.active-user-navmenu-item li {
    background: #ebebeb;
}

.theme-light .active-user-navmenu-item li {
    background: #ebebeb;
    margin-bottom: 5px;
}

.theme-dark .active-user-navmenu-item li {
    background: #2b2c2f;
}

#user-nav-menu .nav-link {
    padding: 0px !important;
    margin: 0px !important;
    width: 100%;
}


/*GLOBALS*/
.no-select {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
/*GLOBALS*/

.box-panel {
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    border: 1px solid #8d8d8d5e;
    padding: 18px;
    color: var(--theme-text-color);
    background: #9393932b;
}

.box-panel h5{
    font: var(--title-font);
    letter-spacing: 2px;
    font-size: 1.4rem;
}

.direct-link {
    display: flex;
    align-items: center;
    transition: all 0.15s linear;
    
}
.direct-link:hover{
    transform:translateX(-11px);
}

/*Direct link on hover, light theme -> app-accent, dark theme -> soft white, gold-theme -> app-accent.*/
.direct-link:hover > *{
    color: var(--app-accent);
}
.theme-dark .direct-link:hover > *{
    color: var(--theme-text-dark-soft);
}
.theme-gold .direct-link:hover > * {
    color: var(--app-accent);
}
.direct-link a {
    text-decoration: none;
    display:flex;
    gap: 5px;
    align-items: center;
    font-size: 1.4rem;
}

.subtitle {
    font-family: 'Bebas Neue', cursive;
    font-style: italic;
    letter-spacing: 1px;
    text-decoration: none !important;
}

.sub-title {
    font-family: 'Bai Jamjuree', sans-serif;
    font-style: italic;
    font-size: 1.0rem;
}
/*ManagerSettings.razor*/

.setting .SelectList{
    min-width: 200px;
}

@media ALL and (max-width: 600px) {
    .setting {
        height: fit-content !important;
        padding-block: 10px !important;
    }
    .setting-numeric {
        max-height: 300px !important;
        min-height: 0px !important;
        height: 70px !important;
        flex-direction: column;
        justify-content: center !important;
        gap: 0px;
        padding: 0px !important;
    }
   

    .setting-numeric input {
        min-width: 100%;
    }
    .setting .SelectList{
        min-width: 100% !important;
        width: 100% !important;
    }

    .config-strings .setting{
        flex-direction: column !important;
    }
}

/*end of ManagerSettings.razor*/

.news-display{
    padding-inline: 20px;
    flex-grow: 1;
    max-width: 400px;
    height: 100%;
    min-height: 100% !important;
    display:flex;
    align-items: center;
    background: #1b1b1b;
    box-shadow: inset 0px 0px 10px #121212;
}

.quick-link {
    color: var(--app-accent);
    font-family: 'Bebas Neue', cursive;
    font-style: italic;
    font-size: 1.2rem;
    margin-inline: 6px;
    cursor: pointer;
    color: white;
}
.theme {
    --prd-card-sm-height: 125px !important;
}
.prod-card-sm {
    flex-grow: 1;
    flex-shrink: 0;
    display: flex;
    min-width: 25%;
    flex-grow: 1;
    border-radius: 0px;
    border-width: 1px;
    border-color: #a1a1a11b;
    border-style: solid;
    padding: 10px;
    padding-block: 12px;
    height: var(--prd-card-sm-height);
    max-height: var(--prd-card-sm-height);
    margin-inline: -1px;
    z-index: 0;
}

@media all and (max-width: 400px){
    .prod-card-sm{
        width: 100%;
    }
}
@media all and (max-width: 900px) {
    .prod-card-sm {
        width: 50% !important;
    }
}
@media all and (max-width: 1440px) {
    .prod-card-sm {
        width: 33.3%;
    }
}
@media all and (min-width: 1441px) {
    .prod-card-sm {
        width: 25%;
    }
}
.theme-light .prod-card-sm{
    background: #e5e5e5;
}

.prod-card-sm:hover{

}
.prod-card-sm:hover .catt{
}

.prod-card-sm:last-of-type{
}

.prod-card-sm:hover{
    z-index: 5;
    scale: 1.05;
    transition: 0.2s;
}

.prod-card-sm > div:first-child{
    min-width: 45%;
    max-width: 45%;
    gap: 10px;
}
.prod-card-sm .fit-img{
    max-height: 70px !important;    
    max-height: 100%;
}

.prod-card-sm > div:nth-child(2) {
    width: 55%;
    height: 100%;
}

    .specs div{
        width: 100%;
    }

.specs .product-name {
    font-size: 0.7rem;
    font-weight: 600;

}

.specs .name {
    font-size: 0.65rem;
    line-height: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3 !important;
    word-wrap: break-word;
}

.prod-card-sm .subtitle div{
    font-size: 0.9rem !important;
}

/*component*/
.Label {
    font-family: "Nunito", sans-serif;
    color: #7a7a7a;
    color: var(--theme-text-color);
}
/*component*/

/*ICONS*/
.new-icon{
    margin-inline: 20px;
    max-height: fit-content;
    align-items: center;
    display:flex;
    color:#f8f8f8;
    scale:1.4;
    translate: 0px -2px;
}
.theme-light .new-icon{
    filter: drop-shadow(2px 2px 2px var(--app-accent));
}
.theme-dark .new-icon {
    filter: drop-shadow(2px 2px 2px var(--app-accent));
}
.theme-gold .new-icon {
    filter: drop-shadow(1px 1px 1px var(--app-accent));
}
/*Index Footer*/
.IndexFooter * .nav-link {
    color: var(--theme-text-color) !important;
    margin-block: 0px;
    height: 25px;
    font-family: 'Bai Jamjuree', sans-serif;
    padding: 0px;
    margin-inline: 0px;
}
.IndexFooter * .nav-item{
    padding: 0px;
    margin-inline: 0px;
}
.IndexFooter * .nav-link:hover{
    color: var(--app-accent) !important;
}
.IndexFooter .subtitle {
    color: var(--app-accent) !important;
}

.app-text {
    font-size: 0.9rem;
    color: var(--theme-text-color) !important;
    font-family: 'Bai Jamjuree', sans-serif;
}

.theme-light .pad-sector {
    background: #f1f1f1 !important;
    box-shadow: 0px 0px 2px #00000038 !important;
}

.form-panel {
    box-shadow: -0px 0px 5px 0px #00000038;
    position: relative;
    padding: 14px;
    justify-content: space-between;
    background: var(--theme-bg-form-panel);
    border-radius: 3px !important;
    overflow: hidden;
}

.theme-light .form-panel {
    background: #efefef;
}

.form-panel h5 {
    font-size: 1.15rem;
    font-family: "Open Sans", sans-serif;
}

.form-panel-ribbon{
    position:absolute;
    width: 5px;
    height: 100%;
    background: var(--app-accent);
    top:0px;
    left: 0px;
}
.form-ribbon-secondary{
    background: linear-gradient(180deg,#ffbe48, #f71616) !important;

}

.sale-tag {
    font-size: 0.8rem;
    width: 100%;
    margin: 0px;
    padding-inline: 4px;
    align-items: center;
    font-weight: 700;
    z-index: 0;
    display: flex;
    line-height: 1.5em;
    background: #ff0000;
    border-radius: 3px;
    max-width: fit-content !important;
    color: #e4e4e4;
    font-family: 'Bai Jamjuree', sans-serif;
    font-style: italic;
    z-index: 2 !important;
    position: relative;
    font-size: 0.7em;
    height: fit-content;
}


.cartt-counter {
    margin-top: 2px;
    display: flex;
    align-self: center;
    height: 30px;
    flex-grow: 0;
    width: 30px !important;
    border-radius: 3px;
    border: 1px solid #82828269;
}
