@import '_content/Website.Components/Website.Components.bundle.scp.css';

/* /Pages/Home/ProductsPage/ProductsPage.razor.rz.scp.css */
.btn-fuzzy[b-f9rf88qvrv] {
    transition: all 0.125s;
    cursor: pointer;
}

.btn-fuzzy > i[b-f9rf88qvrv] {
    transition: all 0.125s;
}

.btn-fuzzy:active[b-f9rf88qvrv] {
    border-color: #caa9ff;
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 0.25rem #9e61ff40;
}

.btn-fuzzy:active > i[b-f9rf88qvrv] {
    color: #73688d;
}

.btn-fuzzy:focus[b-f9rf88qvrv] {
    border-color: #9e61ff;
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 0.25rem #9e61ff40;
}

/* To Remove Increase and Decrease Buttons for Input type Number */
/* Chrome, Safari, Edge, Opera */
input[b-f9rf88qvrv]::-webkit-outer-spin-button,
input[b-f9rf88qvrv]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number][b-f9rf88qvrv] {
    -moz-appearance: textfield;
}
/* /Pages/User/MessagePage/Components/NewMessageHighlighter.razor.rz.scp.css */
.new-message-highlighter-arrow-right[b-h91kkot0yc] {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(100%, -50%);
    border: 0;
    border-top: 0.625rem solid transparent;
    border-bottom: 0.625rem solid transparent;
    border-left: 0.75rem solid #dc3545;
}

.new-message-highlighter-NEW[b-h91kkot0yc] {
    width: 3rem;
    height: 1.25rem;
    transform: translate(-50%, -50%);
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
    transition: transform 0.25s;
}

@media (max-width: 991px) {
    .new-message-highlighter-NEW[b-h91kkot0yc] {
        transform: translate(0, -50%);
        transition: transform 0.25s;
    }
}
/* /Pages/User/MessagesPage/MessagesPage.razor.rz.scp.css */
.NewMessagesIcon[b-q9dq52ee6h] {
    position: absolute;
    top: 50%;
    right: 10%;
    transform: translateY(-50%);
    color: #dc3545;
    font-size: 1.25rem;
    animation-name: NewMessageIconMove-b-q9dq52ee6h;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}

@keyframes NewMessageIconMove-b-q9dq52ee6h {
    0% {
        transform: translateY(-50%) rotateZ(0deg);
    }

    25% {
        transform: translateY(-50%) rotateZ(0deg);
    }

    50% {
        transform: translateY(-50%) rotateZ(-10deg);
    }

    75% {
        transform: translateY(-50%) rotateZ(10deg);
    }

    100% {
        transform: translateY(-50%) rotateZ(0deg);
    }
}
/* /Shared/Components/Products/ProductTag.razor.rz.scp.css */
.product-tag-button[b-f48ucs7vis] {
    transition: opacity 0.25s;
    opacity: 1.0;
    color: inherit;
    font-size: x-small;
    padding: 0.25rem 0.25rem 0.25rem 0.5rem;
}

.product-tag-button:hover[b-f48ucs7vis] {
    transition: opacity 0.25s;
    opacity: 0.4;
}
/* /Shared/Components/Products/ProductWorkshopItemCard.razor.rz.scp.css */
.workshop-item-image[b-ymgn7vfcgp] {
    width: 100%;
    max-width: calc(((1/3)*100%) - 0.5rem);
    background-color: rgba(0,0,0,.03);
}

.workshop-item-desc[b-ymgn7vfcgp] {
    max-width: calc(((2/3)*100%) - 0.5rem);
    display: block;
}

.workshop-item-create-date[b-ymgn7vfcgp] {
    display: block;
}

.workshop-item-fileid[b-ymgn7vfcgp] {
    height: 100%;
    width: auto;
}

.workshop-item-fileid > .ctooltip-wrapper > .form-control[b-ymgn7vfcgp] {
    margin-left: -1px;
    border-radius: 0;
    padding: .25rem .5rem;
    font-size: .875rem;
    position: relative;
    flex: 1 1 auto;
}

@media only screen and (max-width: 991px) {
    .workshop-item-image[b-ymgn7vfcgp] {
        max-width: 100%!important;
    }

    .workshop-item-desc[b-ymgn7vfcgp] {
        max-width: 100%!important;
    }
}

@media only screen and (max-width: 767px) {
    .workshop-item-desc[b-ymgn7vfcgp] {
        display: none;
    }
}

@media only screen and (max-width: 575px) {
    .workshop-item-create-date[b-ymgn7vfcgp] {
        display: none;
    }
    .workshop-item-fileid[b-ymgn7vfcgp] {
        width: 100%;
    }
}
/* /Shared/MainLayout.razor.rz.scp.css */
/* /Shared/NavMenu.razor.rz.scp.css */
.button-badge-count[b-78kdeu1yz2] {
    position: absolute;
    top: 50%;
    left: 70%;
    color: white;
    border-radius: 20%;

    padding: 2px 5px 2px 5px;
    font-weight: 900;

    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: 10px;
    background-color: red;
    font-family: Arial;
}
@media only screen and (max-width: 992px) {
    .navbar--right[b-78kdeu1yz2] {
        flex-direction: row;
    }

    .navbar-arrow-up[b-78kdeu1yz2]::after {
        right: 12px !important;
    }
}

@media only screen and (max-width: 575px) {
    .navbar--right[b-78kdeu1yz2] {
        justify-content: space-evenly;
    }
}

@media only screen and (max-width: 767px) and (min-width: 576px) {
    .navbar-arrow-up[b-78kdeu1yz2]::after {
        right: 132px !important;
    }
}

i[b-78kdeu1yz2] {
    transform: translateY(7%);
}

.NewMessagesDot[b-78kdeu1yz2] {
    position: absolute;
    right: -50%;
    bottom: 35%;
    left: 50%;
}

.navbar-btn-avatar[b-78kdeu1yz2],
.navbar-btn-avatar:active[b-78kdeu1yz2],
.navbar-btn-avatar:hover[b-78kdeu1yz2],
.navbar-btn-avatar:focus[b-78kdeu1yz2],
.navbar-btn-avatar:hover:active[b-78kdeu1yz2],
.navbar-btn-avatar:active:focus[b-78kdeu1yz2] {
    border: 0;
    background: transparent;
    outline: none !important;
    box-shadow: none !important;
    cursor: pointer;
    display: block;
}

.navbar-btn-avatar img[b-78kdeu1yz2] {
    height: 32px;
    width: 32px;
    border-radius: 4px;
}

.navbar-arrow-up[b-78kdeu1yz2]::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: -1px;
    right: 19px;
    transform: translateY(-100%);
    display: block;
    border: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid rgba(0,0,0,0.15);
}
