.vertical-center {
    min-height: 100%;  /* Fallback for browsers do NOT support vh unit */
    min-height: 100vh; /* These two lines are counted as one :-)       */
  
    display: flex;
    align-items: center;
  }

  .input-orange{
    border-bottom: 1px solid #FF6B00;
    border-top: 1px solid #FFF;
  }

  .input-login{
    background: #f6f6f6;
    width: 100%;
    padding: 10px;
    border: 0;    
    border-bottom: 1px solid #51106F;
    color: #51106F;
    font-size: 13px;
  }

  .input-login::placeholder{
    color: #51106F;
    font-size: 12px;
  }
  

  .login{
    background-color: #FF6B00;
    background-image: url(../images/bg-orange.png);
    background-size:contain;
    background-repeat: no-repeat;
    background-position: top center;
  }

  .bg-login{
    background: url(../images/footer.png) center bottom no-repeat #FF6B00;
  }
  .bg-login h2{
    font-weight: bold; font-size: 47px; letter-spacing: -2px; color: #FFF7F3;
  }
  .bg-login p{
    font-size: 32px; line-height: 35px; color: #FFF7F3;
  }

  .bg-login-form{
    background: #f6f6f6;
    padding: 40px 60px 40px 60px!important;
    border-radius: 30px;
  }

  .login-heading h2{
    font-weight: bold; 
    color: #51106F; 
    margin: 0;
  }
  .login-heading p{
    color: #51106F;
    font-size: 13px;
  }

/* botão orange */

[dir] .btn-orange {
    background-color: #ff6b00;
    border-color: #ff6b00;
    color: #fff;
    box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
    border-radius: 30px;
}
.btn-orange:hover {
    color: #fff;
}
[dir] .btn-orange:hover {
    background-color: #ff8a36;
    border-color: #ff8a36;
}
.btn-orange.focus,
.btn-orange:focus {
    color: #fff;
}
[dir] .btn-orange.focus,
[dir] .btn-orange:focus {
    background-color: #ff6b00;
    border-color: #ff6b00;
    box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(66, 166, 245, 0.5);
}
.btn-orange.disabled,
.btn-orange:disabled {
    color: #fff;
}
[dir] .btn-orange.disabled,
[dir] .btn-orange:disabled {
    background-color: #ff6b00;
    border-color: #d15902;
}
.btn-orange:not(:disabled):not(.disabled).active,
.btn-orange:not(:disabled):not(.disabled):active,
.show > .btn-orange.dropdown-toggle {
    color: #fff;
}
[dir] .btn-orange:not(:disabled):not(.disabled).active,
[dir] .btn-orange:not(:disabled):not(.disabled):active,
[dir] .show > .btn-orange.dropdown-toggle {
    background-color: #ff6b00;
    border-color: #d15902;
}
[dir] .btn-orange:not(:disabled):not(.disabled).active:focus,
[dir] .btn-orange:not(:disabled):not(.disabled):active:focus,
[dir] .show > .btn-orange.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(66, 166, 245, 0.5);
}


/* botão orange vazado */

[dir] .btn-orange-off {
    background: #ededed;
    border: 0;
    color: #51106F;
    box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
    border-radius: 30px;
}
.btn-orange-off:hover {
    color: #fff;
}
[dir] .btn-orange-off:hover {
    background-color: #ff8a36;
    border-color: #ff8a36;
}
.btn-primary-off.focus,
.btn-primary-off:focus {
    color: #fff;
}
[dir] .btn-orange-off.focus,
[dir] .btn-orange-off:focus {
    background-color: #ff6b00;
    border-color: #ff6b00;
    box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(66, 166, 245, 0.5);
}
.btn-orange-off.disabled,
.btn-orange-off:disabled {
    color: #fff;
}
[dir] .btn-orange-off.disabled,
[dir] .btn-orange-off:disabled {
    background-color: #ff6b00;
    border-color: #d15902;
}
.btn-orange-off:not(:disabled):not(.disabled).active,
.btn-orange-off:not(:disabled):not(.disabled):active,
.show > .btn-orange-off.dropdown-toggle {
    color: #fff;
}
[dir] .btn-orange-off:not(:disabled):not(.disabled).active,
[dir] .btn-orange-off:not(:disabled):not(.disabled):active,
[dir] .show > .btn-orange-off.dropdown-toggle {
    background-color: #ff6b00;
    border-color: #d15902;
}
[dir] .btn-orange-off:not(:disabled):not(.disabled).active:focus,
[dir] .btn-orange-off:not(:disabled):not(.disabled):active:focus,
[dir] .show > .btn-orange.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(66, 166, 245, 0.5);
}



#togglePassword{
    position: absolute;
    right: 15px;
    top: 12px;
    color: #999999;
    cursor: pointer;
}

.mdk-drawer__content {
    z-index: 9999;
}

.mdk-drawer__scrim{
    z-index: 8888;
}


/* POPup de sucesso */

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 107, 0, 0.8); /* Overlay laranja transparente */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
  }
  
  /* Estilizando o pop-up */
  .popup {
    background-color: white;
    padding: 20px;
    border-radius: 100px; /* Bordas arredondadas */
    width: 600px;
    text-align: center;
    position: relative; 
  }
  
  /* Estilizando o botão de fechar */
  .close-btn {
    position: absolute;
    top: -15px;
    right: 20px;
    background: #590673;
    border: 4px solid #FF6B00;
    font-size: 30px;
    cursor: pointer;
    color: #FFFFFF;
    border-radius: 30px!important;
    padding: 0px 10px 0 10px;
    width: 50px;
    height: 50px;
  }
  
  /* Estilizando o texto dentro do pop-up */
  .popup p {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    color: #51106F;
  }


  .table tr.trdark{
    background: #666;
  }

  .table tr.trdark th{
    color: #FFFFFF;
  }

  .table-tamanhos tr td{
    background: #f5f5f5;
    font-size: 13px;
  }

  /* Listagem de produtos */

  .item-produto{
    padding: 20px;
    position: relative;

  }

  .item-produto img{
    margin-bottom: 10px;
  }

  .item-produto p{
    font-size: 12px;
    line-height: 15px;
  }

  
  .item-produto span{
    font-size: 11px;
  }

  .item-produto h5{
    font-size: 15px;
    line-height: 18px;
    font-weight: bold;
    margin: 0 0 5px 0;
  }

  .item-produto-detalhes h2{
    font-weight: 700;
  }

  .item-produto-detalhes h5{
    font-weight: 700;
  }


    /* Listagem de catalogo */

  .item-catalogo{
    padding: 10px 20px 15px 15px;
    background: #FFFFFF;
    position: relative;

  }

  .item-catalogo img{
    margin-bottom: 10px;
  }

  .item-catalogo p{
    font-size: 12px;
    line-height: 15px;
  }

  
  .item-catalogo span{
    font-size: 11px;
  }

  .item-catalogo h5{
    font-size: 15px;
    line-height: 18px;
    font-weight: bold;
    margin: 0 0 5px 0;
  }

  .item-catalogo .badge-lancamento{
    font-size: 14px; 
    padding: 5px 10px; 
    position: absolute; 
    top: 15px; 
    left: 15px;
  }

  .item-catalogo-detalhes h2{
    font-weight: 700;
  }

  .item-catalogo-detalhes h5{
    font-weight: 700;
  }


  .list-group-item{
    font-size: 13px;
  }

  .list-group-item.active{
    background: #eeeeee!important;
    border-color: #ff6b00!important;
  }

   .list-group-item.active a{
    color: #ff6b00!important;
  }

  .progress-bar{
    background: #21b110!important;
  }
  