.Login {
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url("../images/Background_Login.png") center center no-repeat;
    background-size: cover;
    overflow: hidden;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.BoxLogin {
    height: 400px;
    border-radius: 28px;

    -webkit-box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.12);

    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.BoxLogin_Logo {
    height: 400px;
    background: #0ca4c5 url("../images/Background_BoxLogo.png") center center no-repeat;
    border-top-left-radius: 28px;
    border-bottom-left-radius: 28px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.BoxLogin_Form {
    height: 400px;
    background-color: white;
    border-top-right-radius: 28px;
    border-bottom-right-radius: 28px;
}

.BoxLogin_Logo .Logo {
    width: 220px;
    height: auto;
    display: block;
    margin: 0 auto 0 auto;

}

.PortaFormLogin {
    height: 400px;
    padding: 0 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.FormLogin {
    width: 100%;
    margin: 0;

    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

@media (max-width: 450px) {

    .PortaFormLogin {
        padding: 0 20px;
    }
}

.Hide_FormLogin {
    opacity: 0 !important;
    pointer-events: none !important;
    margin-top: 30px !important;

    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.Disable_FormLogin {
    display: none !important;

    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.LabelUser {
    flex-direction: column;
    justify-content: center;
    position: absolute;
    width: 35px;
    height: 35px;
    z-index: 3;
    margin: 15px 0 0 -40px !important;

}

.LabelUser .SvgLogin {
    display: block;
    width: 25px;
    height: auto;
    margin: 0 auto 0 auto;

}

.BtnLogin {
    display: inline-block;
    background-color: #01acca;
    border-radius: 3px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 2px;
    color: white;
    margin: 0 0 0 0;
    padding: 10px 12px;
    outline: none;
    cursor: pointer;
    border: none !important;

}

.BtnLogin:hover,
.BtnLogin:focus {
    background: #0491b0;
    border: 0px solid rgba(48, 73, 92, 1.0);
    box-shadow: none;
    color: white;

}

.ShowPassword {
    position: absolute;
    background-color: transparent;
    background-image: url('../svg/Wink.svg');
    background-position: center -3px;
    background-repeat: no-repeat;
    border: 0px solid transparent;
    border-radius: 0;
    cursor: pointer;
    font-size: 100%;
    width: 26px;
    height: 20px;
    top: 0 !important;
    right: 0;
    margin: 20px -35px 0 0 !important;
    max-height: 100%;
    padding: 0;
    overflow: hidden;
    text-indent: -999em;
    -moz-appearance: none;
    -webkit-appearance: none;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;

}

.HidePassword {

    background-position: center -29px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;

}

.BtnLinks {
    display: block;
    width: 175px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 10px;
    color: #00a5c9;
    background: transparent;
    padding: 4px 8px;
    margin: 0 auto 0 auto;
    letter-spacing: 1.5px;

    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.BtnLinks:hover {
    background: #f1f0f0;

    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.BoxGrupoAcert {
    position: absolute;
    bottom: 0;
    width: 400px;
    height: 10vh;
    background: transparent;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.Large_BoxGrupoAcert {
    width: 600px !important;

    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.BoxGrupoAcert .BtnGrupoAcert {
    display: block;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 10px;
    line-height: 13px;
    color: #6FD4D9;
    padding: 0 0 0 16px;
    margin: 15px 0 12px 0;
    letter-spacing: 1.5px;

    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.BoxGrupoAcert .BtnGrupoAcert:hover {
    letter-spacing: 4px;
    color: white;

    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.FormEsqueceuSenha {
    display: none;
    opacity: 0;
    pointer-events: none;
    margin-top: 30px;

    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.Enable_FormEsqueceuSenha {
    display: block !important;

    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.Show_FormEsqueceuSenha {
    opacity: 1 !important;
    pointer-events: auto !important;
    margin-top: 0 !important;
}

@media (max-width: 450px) {

    .BoxLogin {
        height: auto;
    }

    .BoxLogin_Logo {
        height: 150px;
        border-radius: 0;
        border-top-left-radius: 28px;
        border-top-right-radius: 28px;
    }

    .BoxLogin_Logo .Logo {
        width: 160px;
    }

    .BoxLogin_Form {
        height: auto;
        border-radius: 0;
        border-bottom-left-radius: 28px;
        border-bottom-right-radius: 28px;
    }

    .FormLogin,
    .FormEsqueceuSenha {
        width: 75%;
    }

}





.DivImprimir {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100px;
    height: 100px;
    margin: 0 35px 35px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 1000;

    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.Sobe_DivImprimir {
    margin: 0 35px 65px 0;

    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.DivImprimir .BtnImprimir {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    background: #00a5c9;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;

}

.DivImprimir .BtnImprimir:hover {
    width: 85px;
    height: 85px;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.DivImprimir img {
    width: 50%;
    height: auto;
    display: block;
    margin: 0 auto;
}



.DivAtualizar {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100px;
    height: 100px;
    margin: 0 35px 125px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 1000;

    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.Sobe_DivAtualizar {
    margin: 0 35px 155px 0;

    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.DivAtualizar .BtnAtualizar {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    background: #00a5c9;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;

}

.DivAtualizar .BtnAtualizar:hover {
    width: 85px;
    height: 85px;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.DivAtualizar img {
    width: 45%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.Roda_ImagemAtualizar {
    transform: rotate(360deg);

    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}





.Config {
    height: 0;
    overflow: hidden;

    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

.Show_Config {
    height: 1200px !important;

    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

.Reseta_AlturaConfig {
    height: auto !important;
}

.Conteudo {
    width: 100%;
    padding: 40px 0 0 0;
}


.Card {
    border-radius: 12px;
    border: 0px solid rgba(0, 0, 0, 0.0);
    margin: 0 0 40px 0;
    overflow: visible;

    -webkit-box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.05);

    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.Card:hover {
    -webkit-box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.12);

    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.Card_Header {
    cursor: pointer;
    height: 65px;
    padding: 0 30px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    background-color: transparent;
    border-bottom: 0px solid rgba(0, 0, 0, 0.10) !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 10;
}

.Card_HeaderTabelas {
    cursor: pointer;
    height: 65px;
    padding: 0 30px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    background-color: transparent;
    border-bottom: 0px solid rgba(0, 0, 0, 0.10) !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 10;
}

.Card_ConfigCriterios,
.Card_Carrinhos {
    margin: 0 0 20px 0;
}

.Cards_Header_Pedidos {
    background: url("../svg/Pedido_Dash.svg") left center no-repeat;
    padding: 0 0 0 40px;
    line-height: 40px;
}

.Cards_Header_List {
    padding: 0 5px;
}

.Cards_HeightCardHeader {
    height: 65px;
    flex-direction: column;
}

.Cards_HeightCardHeader_Btns {
    height: 65px;
    flex-direction: row;
}

/*
.Card_Body h1 {
	position: absolute;
	top: 0;
	left: 0;
}
*/

.Card_BtnCloseCard {
    position: absolute;
    pointer-events: none;
    width: 20px;
    height: 65px;
    right: 0;
    margin: 0 40px 0 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 11;
}

.Card_BtnCloseCard img {
    width: 20px;
    height: 20px;
    right: 0;
}

.Card_BtnAtualizar {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0;
    margin: 20px 70px 0 0;
    background: white;
    z-index: 11;

    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.Card_BtnAtualizar .IconeAtualizar {
    width: 30px;
    height: 30px;
}

.Roda_IconeAtualizar {
    transform: rotate(360deg);

    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}


.Card_Body {
    padding: 0 40px 20px 40px;
}

.Card_Body_PaddingBottomBigger {
    padding: 0 40px 40px 40px;
}

.Card_LineHeader {
    width: 100%;
    height: 1px;
    margin: 0 auto 0 auto;
    background: rgba(0, 0, 0, 0.15);
}

.Item_Criterios {
    width: 235px;
    max-width: 235px;
    height: 250px;
}

.Card_Criterio {
    width: 205px;
    height: 220px;
    margin: 15px auto 0 auto;
    cursor: pointer;
}

.Card_Criterio .Linha1 {
    height: 100px;
    background: #00a5c9;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
}

.Card_Criterio .Linha2 {
    height: 90px;
    background: #f8f8f8;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.Card_Criterio .Linha3 {
    height: 30px;
    background: #f8f8f8;
    border-top: 1px solid #d5d5d5;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.Card_CriterioMarcado {
    position: absolute;
    top: 0;
    height: 0;
}

.NomeDoCriterio {
    position: absolute;
    width: 110px;
    top: 0;
    left: 0;
    margin: 35px 0 0 35px;
    font-size: 10px;
    pointer-events: none;
}

.PorcentagemDoCriterio {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 70px;
    color: #067A94 !important;
    line-height: 70px;
    letter-spacing: -1px;
    margin: 15px 10px 0 0;
    padding: 0;
    pointer-events: none;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.PorcentagemDoCriterio:span {
    font-size: 35px;
}

.ZoomH5 {
    font-size: 75px !important;

    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.horasCriterio {
    position: absolute;
    margin-top: -115px !important;
    margin-left: 174px !important;
    width: 50px !important;
    height: 50px !important;
    background: red !important;
    border-radius: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 900;
    font-size: 20px;
}

.BadgeCriterio {
    position: absolute;
    background: #067A94;
    width: 40px;
    height: 40px;
    margin: -20px 0 0 15px;
    border-radius: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #00a5c9;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 900;
    font-size: 20px;

    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.MoveBadge {
    margin: -30px 0 0 15px !important;

    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.TxtQtde {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    padding: 0 0 0 0;
}

.TxtQtdeCarrinho {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    padding: 5px 0 7px 32px;
    margin: 4px 0 0 0;
    color: #00a5c9 !important;
    background: url("../svg/Carrinho.svg") left center no-repeat;
}

.TxtImpresso {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 11px;
    line-height: 15px;
    padding: 0 0 0 0;
}

.AlturaCamposFiltros {
    height: 280px;
    flex-direction: column;
}

.BtnSeta {
    width: 25px;
    height: auto;
}

.BoxCampos {
    border: 1px solid #e5e5e5;
    padding: 10px 20px;
    height: 250px;
    overflow: hidden;
    overflow-y: auto;
}

.BoxCampos .BtnCampos,
.BoxCampos .BtnCampos2,
.BoxCampos .BtnCampos3,
.BoxCampos .BtnCampos4,
.BoxCampos .BtnCampos5 {
    display: block;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 1px;
    margin: 0;
    padding: 3px 8px;
    color: black;
}

.BoxCampos .BtnCampos:hover,
.BoxCampos .BtnCampos:active,
.BoxCampos2 .BtnCampos:hover,
.BoxCampos2 .BtnCampos:active,
.BoxCampos3 .BtnCampos:hover,
.BoxCampos3 .BtnCampos:active,
.BoxCampos4 .BtnCampos:hover,
.BoxCampos4 .BtnCampos:active,
.BoxCampos5 .BtnCampos:hover,
.BoxCampos5 .BtnCampos:active {

    background: #e5e5e5;
}

.BtnCampos_Ativo {
    background: #00a5c9 !important;
    color: white !important;
}

.CamposVisiveis1,
.CamposVisiveis3,
.CamposVisiveis5 {
    width: 28%;
}

.CamposVisiveis2,
.CamposVisiveis4,
.CamposVisiveis6 {
    width: 5%;
}

.BtnCardCriterios {
    width: 30px;
    height: 30px;
}

.BtnCardCriterios img {
    width: 30px !important;
    height: 30px !important;
}

.BtnAcoesCardCriterios {
    width: 40px;
    height: 40px;
    margin: 0 3px;
}

.BtnAcoesCardCriterios img {
    width: 40px !important;
    height: 40px !important;
}

.BtnAdicionaFiltro,
.BtnAdicionaFiltro:hover,
.BtnAdicionaFiltro:active {
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 300;
    font-size: 20px;
    color: #00a5c9 !important;
    line-height: 20px;
    letter-spacing: 1px;
    margin: 0;
    padding: 0;
}

.BtnAdicionaFiltro img {
    width: 30px !important;
    height: 30px !important;
}

.BadgeCardCriterio {
    background: #067A94;
    width: 40px;
    height: 40px;
    margin: 0;
    border-radius: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #00a5c9;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 900;
    font-size: 20px;
}

.page-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.page-link {
    border: 0px solid white;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: black;

}

.page-link:hover,
.page-link:active {
    box-shadow: none;
    outline: none;
    background: transparent;
}

.IconeCarrinhoTabelas {
    width: 35px !important;
    height: auto !important;
    display: inline-flex;
    margin: 0 7px 0 0;
}

.Card_BtnCloseCard_Tabelas {
    position: absolute;
    pointer-events: none;
    width: 20px;
    height: 65px;
    right: 0;
    margin: 0 20px 0 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 11;
}

.Card_BtnCloseCard_Tabelas img {
    width: 20px;
    height: 20px;
    right: 0;
}

.Relatorios .table {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
}

.Relatorios .table thead th {
    /*font-weight: 500;
    color: #00a5c9;
    vertical-align: middle;*/
    font-weight: 500;
    color: #00a5c9;
    vertical-align: middle;
    padding: .75rem .40rem;
}

.Relatorios .table thead td {
    font-weight: 400;
    color: black;
}

.Relatorios .table td {
    padding: .40rem;
    vertical-align: middle;
}

.AlturaLinhaHeaderTabela {
    height: 56px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.form-group-nomargin {
    margin-bottom: 0 !important;
}

.LarguraFormQuantidade {
    width: 60px !important;
    height: 40px !important;
    padding: 0 0 0 15px !important;
}

.BoxSelecionarQtdePedidos {
    justify-content: flex-end;
}

.BtnSetaUp,
.BtnSetaDown {
    transform: rotate(-90deg);
}
