@import '_content/BootstrapBlazor/BootstrapBlazor.bundle.scp.css';

/* /CustomCompones/DisplayProduto.razor.rz.scp.css */
.GroupProduto[b-2o2tqtzblx] {
    display: flex;
    flex-direction: column;
    width: 220px;
    height: 350px;
    align-items: center;
    justify-content: center;
    padding-bottom: 0.5em;
    /*border: 1px solid transparent;*/
    border: 1px solid #EEE;
    /* border-bottom: 1px solid #AAA;*/
    padding: 2px;
    margin-left: 1.5em;
    margin-right: 1.5em;
    margin-bottom: 1em;
    border-radius: 8px 8px;
}

    .GroupProduto:hover[b-2o2tqtzblx] {
        border: 1px solid #EC4E8A;
    }

.DivImg[b-2o2tqtzblx] {
    height: 210px;
    width: 100%;
    justify-content: center;
    align-items: center;
    padding: 4px;
}

    .DivImg a[b-2o2tqtzblx] {
        text-decoration: none;
    }

        .DivImg a img[b-2o2tqtzblx] {
            max-width: 100%;
            max-width: 100%;
            display: block;
        }

.Descricao[b-2o2tqtzblx] {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    flex: 1 1 auto;
    min-width: 100px;
    width: 100%;
    background: #F6F6F6;
}


.Comprar[b-2o2tqtzblx] {
    display: flex;
    flex-wrap: wrap;
    align-items: end;
    justify-content: flex-end;
    padding-left: 4px;
}

.DisplayIPI[b-2o2tqtzblx] {
    font-size: 8px;
    color: blue;
}

.R[b-2o2tqtzblx]{
    color:#666;
    font-size:xx-small;
    margin-right:2px;
}


@media(max-width:600px) {
    .GroupProduto[b-2o2tqtzblx] {
        width: 100%;
        height: 100px;
        flex-direction: row;
        margin-left: 2px;
        margin-right: 2px;
    }

    .DivImg[b-2o2tqtzblx] {
        width: 76px;
        height: 80px;
        padding: 0;
    }

        .DivImg a img[b-2o2tqtzblx] {
            min-width: 60px;
        }

    .Comprar[b-2o2tqtzblx] {
        min-width: 140px;
        max-width: 140px;
        border-left: 1px solid #CCC;
    }
    .DisplayIPI[b-2o2tqtzblx]
    {
        display:none;
    }
}
/* /CustomCompones/LeftMenus.razor.rz.scp.css */
.ProdutoMenuDiv[b-nmqukuwg14] {
    color: #EC4E8A;
    font-size: smaller;
    width: 390px;
}

.FindProduto[b-nmqukuwg14] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}



    .FindProduto div:first-child[b-nmqukuwg14] {
        width: 26px;
        margin-right: 0.5em;
    }

        .FindProduto div:first-child:hover[b-nmqukuwg14] {
            cursor: pointer;
        }

    .FindProduto div:last-child[b-nmqukuwg14] {
        flex: 1 1 auto;
    }


@media(max-width:600px) {
   
    .FindProduto div:first-child[b-nmqukuwg14] {
        display: block;
    }
}

@media(min-width:600px) {
    .FindProduto div:first-child[b-nmqukuwg14] {
        display: none;
    }
}
/* /Pages/Index.razor.rz.scp.css */
.ProdutoMenuDiv[b-b4n402zhog] {
    color: #EC4E8A;
    font-size: smaller;
    width: 360px;
}

.FindProduto[b-b4n402zhog] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}





    .FindProduto div:first-child[b-b4n402zhog] {
        display: block;
        flex: 1 1 auto;
    }
    .FindProduto div:last-child[b-b4n402zhog] {
        width:50px;
    }


.VerticaMenul[b-b4n402zhog] {
    display: block;
}

.IndexMain[b-b4n402zhog] {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}



.banner[b-b4n402zhog] {
    width: 98%;
    max-height:400px;
    height: auto;
    margin-bottom: 0.5em;
    overflow:hidden;
   
}

.MainFrame[b-b4n402zhog] {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    overflow-y: scroll;
}


.DisplayProdutos[b-b4n402zhog] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 6px;
}


.small-Menu[b-b4n402zhog] {
    display: flex;
    flex-direction: row;
    flex-wrap:nowrap;
    overflow-x:auto;
    background: rgb(255, 101, 0);
    align-items: center;
    padding-left: 0px;
    width: 100%;
    margin-left:0px;
    margin-right: 4px;
   visibility:collapse;
}

    .small-Menu div[b-b4n402zhog] {
        flex: 0 0 auto;
        min-width:60px;
        font-weight: bold;
        line-height: 30px;
        font-size: 9px;
        padding: 3px 1em;
        color: white;
        border-left: 1px solid yellow;
        text-align: center;
    }
        .small-Menu div a:active[b-b4n402zhog]{
            background:#4cff00;
        }




        @media(max-width:700px) {
            .IndexMain[b-b4n402zhog] {
        flex-direction: column;
        flex-wrap: wrap;
    }

    .ProdutoMenuDiv[b-b4n402zhog] {
        position: fixed;
        top: 70px;
        z-index: 30;
        background: white;
        width: 100%;
    }

    .VerticaMenul[b-b4n402zhog] {
        display: none;
    }

    .MainFrame[b-b4n402zhog] {
        margin-top: 90px;
    }

        .MainFrame img[b-b4n402zhog] {
            display: none;
        }

    
    .small-Menu[b-b4n402zhog] {
        visibility: visible;
    }
}

@media(min-width:600px) {
    .MainFrame[b-b4n402zhog] {
        margin-left: 360px;
    }


    .ProdutoMenuDiv[b-b4n402zhog] {
        position: fixed;
        top: 80px;
    }

   
}
/* /Pages/Login.razor.rz.scp.css */

.login[b-adrhh6dwz9] {
    margin: 0.5em auto;
    border-radius: 10px 10px;
    /*弹性布局 让子元素称为弹性项目*/
    display: flex;
    /*让弹性项目垂直排列  原理是改变弹性盒子的主轴方向  
	父元素就是弹性盒子  现在改变后的主轴方向是向下了*/
    flex-direction: column;
    /*让弹性项目在交叉轴方向水平居中  现在主轴的方向是向下  
	交叉轴的方向是与主轴垂直 交叉轴的方向是向右*/
    align-items: center;
    max-width: 600px;
    padding: 40px;
    background-color: rgba(0, 0, 0, 0.9);
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.4);
}

    .login h2[b-adrhh6dwz9] {
        color: #fff;
        margin-bottom: 30px;
    }

    .login .login_box[b-adrhh6dwz9] {
        /*相对定位*/
        position: relative;
        width: 100%;
    }

        .login .login_box input[b-adrhh6dwz9] {
            /*清除input框自带的边框和轮廓*/
            outline: none;
            border: none;
            width: 100%;
            padding: 10px 0;
            margin-bottom: 30px;
            color: #fff;
            font-size: 16px;
            border-bottom: 1px solid #fff;
            /*背景颜色为透明色*/
            background-color: transparent;
        }

            .login .login_box input:-internal-autofill-selected[b-adrhh6dwz9] {
                color: #fff;
                background-color: transparent;
            }

        .login .login_box label[b-adrhh6dwz9] {
            position: absolute;
            top: 0;
            left: 0;
            padding: 10px 0;
            color: #fff;
            /*这个属性的默认值是auto 默认是这个元素可以被点击
	但是如果我们写了none  就是这个元素不能被点击，就好像它可见但是不能用  
	可望而不可及*/
            /*这个就是两者的区别*/
            pointer-events: none;
            /*加个过度*/
            transition: all 0.5s;
        }
        /*: focus 选择器是当input获得焦点是触发的样式 + 是相邻兄弟选择器
	去找与input相邻的兄弟label*/
        /*：valid 选择器是判断input 框的内容是否合法，如果合法会执行下面的属性代码，
	不合法就不会执行，我们刚开始写布局的时候给input框写了required 我们删掉看对比 
	当没有required的话   input框的值就会被认为一直合法，所以一直都是下方的样式，
	但是密码不会，密码框的值为空，那么这句话就不合法，required不能为空
	当我们给密码框写点东西的时候才会执行以下代码

*/
        .login .login_box input:focus + label[b-adrhh6dwz9],
        .login .login_box input:valid + label[b-adrhh6dwz9] {
            top: -20px;
            color: #03e9f4;
            font-size: 12px;
        }

    .login a[b-adrhh6dwz9] {
        /*overflow: hidden;*/
        position: relative;
        padding: 10px 20px;
        color: #03e9f4;
        /*取消a表现原有的下划线*/
        text-decoration: none;
        /*同样加个过渡*/
        transition: all 0.5s;
    }

        .login a:hover[b-adrhh6dwz9] {
            color: #fff;
            border-radius: 5px;
            background-color: #03e9f4;
            box-shadow: 0 0 5px #03e9f4,0 0 25px #03e9f4,0 0 50px #03e9f4,0 0 100px #03e9f4;
        }

        .login a span[b-adrhh6dwz9] {
            position: absolute;
        }
.CNPJS[b-adrhh6dwz9]
{
    width:100%;
}

@media(max-width:600px) {
    .login[b-adrhh6dwz9]{
        max-width:90%;
    }
   
}
/* /Pages/MeuPedidoDetalha.razor.rz.scp.css */
.Detalha[b-7cbi4uxnqi] {
    display: flex;
    flex-direction: column;
    overflow-x: auto;
}

.DetalhaRow[b-7cbi4uxnqi] {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    height: 66px;
   align-items:center;
   border-bottom:1px solid #EEE;
   align-content:stretch;
}

.TotalRow[b-7cbi4uxnqi], .HeaderRow[b-7cbi4uxnqi] {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    background: #F0F0F0;
    height: 40px;
    align-items: center;
    border-radius: 6px 6px;
}

    .TotalRow div[b-7cbi4uxnqi], .HeaderRow div[b-7cbi4uxnqi] {
        margin-right: 4px;
    }


.HeaderRow[b-7cbi4uxnqi] {
    justify-content: center;
    background: #FF650022;
}

.DetalhaRow div[b-7cbi4uxnqi] {
   
    margin-right: 4px;
  
   
}

.Preco[b-7cbi4uxnqi],
.Qtd[b-7cbi4uxnqi],
.ValorProduto[b-7cbi4uxnqi],
.Desconto[b-7cbi4uxnqi],
.ValorIPI[b-7cbi4uxnqi],
.ValorTotal[b-7cbi4uxnqi],
.ValorProdutoComIPI[b-7cbi4uxnqi],
.Delete[b-7cbi4uxnqi] {
    text-align: right;
    padding-right: 4px;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', 'Geneva', 'Verdana', 'sans-serif';
}



.FotoImage[b-7cbi4uxnqi] {
    width: 66px;
    max-width: 66px;
    max-height: 66px;
    padding: 2px;
}

.Codigo[b-7cbi4uxnqi] {
    width: 80px;
    font-weight: bold;
}

.Descricao[b-7cbi4uxnqi] {
    flex: 1 1 auto;
    min-width: 150px;
    max-width: 430px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}


.Preco[b-7cbi4uxnqi] {
    width: 80px;
    font-style: italic;
    color: forestgreen;
}

.Qtd[b-7cbi4uxnqi] {
    width: 150px;
    color: red;
    font-weight: bold;
}

.ValorProduto[b-7cbi4uxnqi] {
    width: 90px;
    font-weight: bold;
}



.Desconto[b-7cbi4uxnqi] {
    width: 60px;
    color: red;
}

.ValorTotal[b-7cbi4uxnqi] {
    width: 100px;
    color: green;
}

.ValorIPI[b-7cbi4uxnqi] {
    width: 70px;
    color: blue;
}

.ValorProdutoComIPI[b-7cbi4uxnqi] {
    width: 100px;
    font-weight: bold;
    color: blue;
}
    .ValorProdutoComIPI span:first-child[b-7cbi4uxnqi]{
        font-size:xx-small;
        color:#666;
        margin-right:2px;
    }

    .Dt_Alt[b-7cbi4uxnqi] {
        width: 116px;
        color: darkmagenta;
    }

.Delete[b-7cbi4uxnqi] {
    width: 36px;
}

.DeleteButton[b-7cbi4uxnqi] {
    padding-left: 2px;
    width: 30px;
}



@media(max-width:900px) {
    .Desconto[b-7cbi4uxnqi], .ValorIPI[b-7cbi4uxnqi], .Dt_Alt[b-7cbi4uxnqi], .ValorProduto[b-7cbi4uxnqi], .ValorTotal[b-7cbi4uxnqi] {
        display: none;
    }
    .HeaderRow[b-7cbi4uxnqi]{
        display:none;
    }

    .DetalhaRow[b-7cbi4uxnqi] {
        border-bottom: 1px solid #F0F0F0;
        margin-bottom: 0.5em;
        flex-wrap: wrap;
        height: 140px;
        align-items:center;
    }

        .DetalhaRow div[b-7cbi4uxnqi] {
            border: none;
        }

    .ValorProdutoComIPI[b-7cbi4uxnqi] {
        flex: 0 0 auto;
        max-width:60px;
    }

}
/* /Pages/MeuPedidos.razor.rz.scp.css */
.DetalhaRow[b-j7iij9c6go] {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    border-bottom: 1px solid #CCC;
}

    .DetalhaRow div[b-j7iij9c6go] {
        padding: 2px;
    }


.TotalRow[b-j7iij9c6go], .HeaderRow[b-j7iij9c6go] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    background: #F0F0F0;
    min-height: 40px;
    align-items: center;
    border-radius: 6px 6px;
}

    .TotalRow div[b-j7iij9c6go], .HeaderRow div[b-j7iij9c6go] {
        margin-right: 4px;
    }


.HeaderRow[b-j7iij9c6go] {
    justify-content: center;
    background: #336699;
    color:white;
}

.DetalhaRow div[b-j7iij9c6go] {
    border-right: 1px solid #CCC;
    margin-right: 4px;
}



.NroPedido[b-j7iij9c6go] {
    font-weight: bold;
    min-width: 80px;
}

.DataPedido[b-j7iij9c6go] {
    min-width: 80px;
    flex: 1 1 90px;
   
}

.StatusPedido[b-j7iij9c6go] {
    width: 90px;
    flex: 0 0 90px;
    font-weight: bold;
    text-align: right;
}

.ValorProduto[b-j7iij9c6go],
.Desconto[b-j7iij9c6go],
.ValorIPI[b-j7iij9c6go],
.ValorTotal[b-j7iij9c6go],
.ValorProdutoComIPI[b-j7iij9c6go] {
    text-align: right;
    padding-right: 4px;
    flex: 1 1 auto;
}


.ValorProduto[b-j7iij9c6go] {
    width: 90px;
    font-weight: bold;
}



.Desconto[b-j7iij9c6go] {
    width: 70px;
    color: red;
    font-size:smaller;
}

.ValorTotal[b-j7iij9c6go] {
    width: 90px;
  
}

.ValorIPI[b-j7iij9c6go] {
    width: 100px;
  
}

.ValorProdutoComIPI[b-j7iij9c6go] {
    width: 100px;
    font-weight: bold;

   color:#FF6500;
}
.CNPJ[b-j7iij9c6go]
{
    width:120px;
    font-size:smaller;
    color:orchid;
}
.RAZAO[b-j7iij9c6go] {
    width: 230px;
    font-size: smaller;
    overflow-x:clip;
}


@media(max-width:900px) {
    .HeaderRow[b-j7iij9c6go] {
        display: none;
    }

    .DetalhaRow[b-j7iij9c6go] {
        border-bottom: 1px solid #F0F0F0;
        margin-bottom: 0.5em;
        flex-wrap: wrap;
        height: 100px;
        align-items: center;
    }

        .DetalhaRow div[b-j7iij9c6go] {
            border: none;
        }

    .Desconto[b-j7iij9c6go],
    .ValorIPI[b-j7iij9c6go],
    .ValorProduto[b-j7iij9c6go],
    .ValorProdutoComIPI[b-j7iij9c6go] {
        display: none;
        visibility:hidden;
    }
    .ValorTotal[b-j7iij9c6go]{
        font-weight:bold;
        color:#FF6500;
    }
    .RAZAO[b-j7iij9c6go]{
        overflow: clip;
        width:100%;
        white-space:nowrap;
    }
}
/* /Pages/MinhaConta.razor.rz.scp.css */
.MinhaContaDiv[b-df4ox5ua9v] {
    display: flex;
    flex-direction: column;
    margin-left: 1em;
    margin-right: 1em;
    max-width: 300px;
    margin: 1em auto;
    border:1px solid #eee;
    border-radius:20px 20px;
    box-shadow:4px 4px 6px #FAFAFA;
}

.ItemDiv[b-df4ox5ua9v] {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    line-height: 60px;
  
}

    .ItemDiv div:first-child[b-df4ox5ua9v] {
        width: 32px;
    }

    .ItemDiv div:last-child[b-df4ox5ua9v] {
        margin-left: 1em;
        font-weight: bold;
    }
/* /Pages/ShowProdutoDetalha.razor.rz.scp.css */
.DetalhaContainer[b-sy243by1sy] {
    max-width: 1360px;
    margin: 0.5em auto;
    padding:0.5em;
}

.DetalhaFotos[b-sy243by1sy] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.ImageIndexArrary[b-sy243by1sy] {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.ImageIndex[b-sy243by1sy] {
    width: 120px;
    height: 120px;
    padding: 3px;
    margin-bottom: 0.5em;
    border: 1px solid #CCC;
}

    .ImageIndex:hover[b-sy243by1sy] {
        border: 1px solid #EC4E8A;
        box-shadow: 3px 3px 3px #CCC;
    }

    .ImageIndex img[b-sy243by1sy] {
        width: 100%;
        height: 100%;
        display: block;
    }


.BigFoto[b-sy243by1sy] {
    margin-left: 1em;
    margin-right: 1em;
    flex: 1 1 auto;
    align-items: center;
    justify-content: center;
    max-width:800px;
}

    .BigFoto img[b-sy243by1sy] {
        width: 100%;
        height: 100%;
        display: block;
        border: 1px solid #CCC;
        border-radius: 10px 10px;
    }

.Categoria[b-sy243by1sy] {
    width: 300px;
}

.ProdutosSimilentes[b-sy243by1sy] {
    display: flex;
    flex-direction: row;
}

@media(max-width:1000px) {
    .ImageIndexArrary[b-sy243by1sy] {
        flex-direction: row;
        justify-content: space-around;
    }

    .ImageIndex[b-sy243by1sy] {
        margin-left: 0.5em;
    }

    .BigFoto[b-sy243by1sy] {
        width: 95%;
    }
    .ProdutosSimilentes[b-sy243by1sy]
    {
        flex-direction:column;
    }

}
/* /Pages/Start.razor.rz.scp.css */
img[b-vwjzyxl34u] {
    width: 200px;
    height: 200px;
}

.Start[b-vwjzyxl34u] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height:100vh;
 
}

    .Start:hover[b-vwjzyxl34u] {
        cursor: pointer;
    }

.Left[b-vwjzyxl34u] {
    flex: 1 0 auto;
    background: url("/Images/Left.png") #000 no-repeat center;
    background-color: black;
    height: 100%;
    width: 48%;
}

.Right[b-vwjzyxl34u] {
    flex: 1 0 auto;
    background: url("/Images/Right.png") #FFF no-repeat center;
    width: 48%;
    height: 100%;
}

@media (max-width: 640px) {
  
   
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-vjti6nb2ec] {
    position: relative;
    display: flex;
    flex-direction: column;
    max-width: 1920px;
    margin: 2px auto;
    height: 100%;
}

.wraped[b-vjti6nb2ec] {
    height: 100%;
}

.top-row[b-vjti6nb2ec] {
    background-color: #fefefe;
    border-bottom: 1px solid #F7F7F7;
    justify-content: flex-end;
    height: 70px;
    display: flex;

    align-items: end;
    width: 100%;
    flex: 0 0 auto;
}

    .top-row div:first-child[b-vjti6nb2ec] {
        flex: 1 0 auto;
    }

.logo[b-vjti6nb2ec] {
    width: 100px;
}

.botom-row[b-vjti6nb2ec] {
    background-color: #eee;
    color: #EC4E8A;
    border-top: 1px solid #F7F7F7;
    justify-content: space-between;
    height: 3.5rem;
    display: flex;
    width: 100%;
    align-items: center;
    flex: 0 0 auto;
}

    .botom-row a[b-vjti6nb2ec] {
        color: #EC4E8A;
    }

    .botom-row div[b-vjti6nb2ec] {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

        .botom-row div i[b-vjti6nb2ec] {
            flex-grow: 1;
            margin: 0.4em;
        }





main[b-vjti6nb2ec] {
    flex: 1 1 auto;
}

.DivOla[b-vjti6nb2ec] {
    color: #EC4E8A;
    font-weight: bold;
}

nav[b-vjti6nb2ec] {
    position: relative;
    bottom: 0px;
}

    nav ul[b-vjti6nb2ec] {
        padding: 0;
        margin: 0;
        float: right;
        margin-right: 30px;
    }

        nav ul li[b-vjti6nb2ec] {
            background: #fefefe;
            position: relative;
            list-style: none;
            display: inline-block;
        }

            nav ul li a[b-vjti6nb2ec] {
                display: block;
                padding: 0 0.5em;
                color: #FF6500;
                text-decoration: none;
                line-height: 2rem;
                font-weight: bold;
                font-size: 14px;
                border: 2px solid transparent;
            }

                nav ul li a:hover[b-vjti6nb2ec] {
                    border: 2px solid #CCC;
                    border-radius: 6px 6px;
                    transition: 0.5s;
                }

    nav #icon[b-vjti6nb2ec] {
        color: #FF6500;
        font-size: 30px;
        line-height: 3.5rem;
        float: right;
        cursor: pointer;
    }








@media (max-width: 600px) {
    nav #icon[b-vjti6nb2ec] {
        display: none;
    }

    main[b-vjti6nb2ec] {
        flex-wrap: nowrap;
        overflow-y: auto;
    }


    .top-row.auth[b-vjti6nb2ec] {
        justify-content: space-between;
    }

    .top-row[b-vjti6nb2ec]  a, .top-row[b-vjti6nb2ec]  .btn-link {
        margin-left: 0;
    }

    .top-row nav[b-vjti6nb2ec]  {
        display: none;
    }
}

@media (min-width: 641px) {

    .sidebar[b-vjti6nb2ec] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-vjti6nb2ec] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .botom-row[b-vjti6nb2ec] {
        display: none;
    }

    .top-row.auth[b-vjti6nb2ec]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-vjti6nb2ec], article[b-vjti6nb2ec] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-qkxs9drvpw] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-qkxs9drvpw] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-qkxs9drvpw] {
    font-size: 1.1rem;
}

.oi[b-qkxs9drvpw] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-qkxs9drvpw] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-qkxs9drvpw] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-qkxs9drvpw] {
        padding-bottom: 1rem;
    }

    .nav-item[b-qkxs9drvpw]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-qkxs9drvpw]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-qkxs9drvpw]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-qkxs9drvpw] {
        display: none;
    }

    .collapse[b-qkxs9drvpw] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
