@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.bundle.scp.css';
@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';

/* /Pages/Blogs/Blog.razor.rz.scp.css */

/* /Pages/Blogs/Blogs.razor.rz.scp.css */
.search-in-result[b-c0fqy9r8t9]:after{
	content:"" !important
}
.search-in-result input[b-c0fqy9r8t9] {
	background-color: #e6e6e6;
	padding: 5px 10px 5px 10px;
	width: 100%;
}
.search-in-result button[b-c0fqy9r8t9] {
	border: none;
	background-color: transparent;
	position: absolute;
	left: 5px;
	top: 7px;
	transition: all 0.3s ease-in-out;
}

/* /Pages/Checkout/Cart.razor.rz.scp.css */
.search-in-result[b-sqhyuik4hd]:after{
	content:"" !important
}
.search-in-result input[b-sqhyuik4hd] {
	background-color: #e6e6e6;
	padding: 5px 10px 5px 10px;
	width: 100%;
}
.search-in-result button[b-sqhyuik4hd] {
	border: none;
	background-color: transparent;
	position: absolute;
	left: 5px;
	top: 7px;
	transition: all 0.3s ease-in-out;
}

/* /Pages/Checkout/Payment.razor.rz.scp.css */
.search-in-result[b-t92myo5zb1]:after{
	content:"" !important
}
.search-in-result input[b-t92myo5zb1] {
	background-color: #e6e6e6;
	padding: 5px 10px 5px 10px;
	width: 100%;
}
.search-in-result button[b-t92myo5zb1] {
	border: none;
	background-color: transparent;
	position: absolute;
	left: 5px;
	top: 7px;
	transition: all 0.3s ease-in-out;
}

/* /Pages/Checkout/Shopping.razor.rz.scp.css */
.search-in-result[b-78azyc15yr]:after{
	content:"" !important
}
.search-in-result input[b-78azyc15yr] {
	background-color: #e6e6e6;
	padding: 5px 10px 5px 10px;
	width: 100%;
}
.search-in-result button[b-78azyc15yr] {
	border: none;
	background-color: transparent;
	position: absolute;
	left: 5px;
	top: 7px;
	transition: all 0.3s ease-in-out;
}

/* /Pages/Checkout/ZarinpalPayment.razor.rz.scp.css */
.search-in-result[b-3605uys02g]:after{
	content:"" !important
}
.search-in-result input[b-3605uys02g] {
	background-color: #e6e6e6;
	padding: 5px 10px 5px 10px;
	width: 100%;
}
.search-in-result button[b-3605uys02g] {
	border: none;
	background-color: transparent;
	position: absolute;
	left: 5px;
	top: 7px;
	transition: all 0.3s ease-in-out;
}

/* /Pages/Product.razor.rz.scp.css */
.search-in-result[b-0zn4d78xes]:after{
	content:"" !important
}
.search-in-result input[b-0zn4d78xes] {
	background-color: #e6e6e6;
	padding: 5px 10px 5px 10px;
	width: 100%;
}
.search-in-result button[b-0zn4d78xes] {
	border: none;
	background-color: transparent;
	position: absolute;
	left: 5px;
	top: 7px;
	transition: all 0.3s ease-in-out;
}

/* /Pages/Products.razor.rz.scp.css */
.search-in-result[b-4ovzxq5as3]:after{
	content:"" !important
}
.search-in-result input[b-4ovzxq5as3] {
	background-color: #e6e6e6;
	padding: 5px 10px 5px 10px;
	width: 100%;
}
.search-in-result button[b-4ovzxq5as3] {
	border: none;
	background-color: transparent;
	position: absolute;
	left: 5px;
	top: 7px;
	transition: all 0.3s ease-in-out;
}

/* /Shared/BlogLayout.razor.rz.scp.css */
/* /Shared/EmptyLayout.razor.rz.scp.css */
.page[b-upfqn9dgfx] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-upfqn9dgfx] {
    flex: 1;
}

.sidebar[b-upfqn9dgfx] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-upfqn9dgfx] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-upfqn9dgfx]  a, .top-row .btn-link[b-upfqn9dgfx] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-upfqn9dgfx] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-upfqn9dgfx] {
        display: none;
    }

    .top-row.auth[b-upfqn9dgfx] {
        justify-content: space-between;
    }

    .top-row a[b-upfqn9dgfx], .top-row .btn-link[b-upfqn9dgfx] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-upfqn9dgfx] {
        flex-direction: row;
    }

    .sidebar[b-upfqn9dgfx] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-upfqn9dgfx] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-upfqn9dgfx], article[b-upfqn9dgfx] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/Footer.razor.rz.scp.css */
.navbar-toggler[b-dut6c7ha81] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-dut6c7ha81] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-dut6c7ha81] {
    font-size: 1.1rem;
}

.oi[b-dut6c7ha81] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-dut6c7ha81] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-dut6c7ha81] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-dut6c7ha81] {
        padding-bottom: 1rem;
    }

    .nav-item[b-dut6c7ha81]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-dut6c7ha81]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-dut6c7ha81]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-dut6c7ha81] {
        display: none;
    }

    .collapse[b-dut6c7ha81] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-dut6c7ha81] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Shared/ImageLoader.razor.rz.scp.css */
.navbar-toggler[b-0tr6qev5o2] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-0tr6qev5o2] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-0tr6qev5o2] {
    font-size: 1.1rem;
}

.oi[b-0tr6qev5o2] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-0tr6qev5o2] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-0tr6qev5o2] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-0tr6qev5o2] {
        padding-bottom: 1rem;
    }

    .nav-item[b-0tr6qev5o2]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-0tr6qev5o2]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-0tr6qev5o2]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-0tr6qev5o2] {
        display: none;
    }

    .collapse[b-0tr6qev5o2] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-0tr6qev5o2] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Shared/MainLayout.razor.rz.scp.css */
/* /Shared/NavBlogMenu.razor.rz.scp.css */
.navbar-toggler[b-j0ncr6mzsu] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-j0ncr6mzsu] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-j0ncr6mzsu] {
    font-size: 1.1rem;
}

.oi[b-j0ncr6mzsu] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-j0ncr6mzsu] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    /*.nav-item:first-of-type {
        padding-top: 1rem;
    }*/

    .nav-item:last-of-type[b-j0ncr6mzsu] {
        padding-bottom: 1rem;
    }

    .nav-item[b-j0ncr6mzsu]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-j0ncr6mzsu]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-j0ncr6mzsu]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-j0ncr6mzsu] {
        display: none;
    }

    .collapse[b-j0ncr6mzsu] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-j0ncr6mzsu] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-4psb36w7fo] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-4psb36w7fo] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-4psb36w7fo] {
    font-size: 1.1rem;
}

.oi[b-4psb36w7fo] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-4psb36w7fo] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-4psb36w7fo] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-4psb36w7fo] {
        padding-bottom: 1rem;
    }

    .nav-item[b-4psb36w7fo]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-4psb36w7fo]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-4psb36w7fo]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-4psb36w7fo] {
        display: none;
    }

    .collapse[b-4psb36w7fo] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-4psb36w7fo] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
