﻿.inputQtdBorder {
    border: none;
    outline: none;
    width: 50px;
    text-align: center;
}

.inputDivQtd {
    border: lightgray;
    border-width: 1px;
    border-style: solid;
    width: 150px;
    height: 60px;
    display: flex;
    align-items: center;
    padding: 5px;
    border-radius: 10px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.btnQtdControl {
    background-color: transparent;
    border: none;
    width: 45px;
    height: 45px;
    padding: 0px;
}

.card-title-min{
    min-height:35px;
}

.pnlDados {
    border-style: solid;
    border-width: 1px;
    border-radius: 5px;
    border-color: lightgray;
    max-width: 650px;
    padding: 20px;
    margin: auto;
}

.inputNew {
    outline-color: lightgray;
    background-color: #f1f0fa;
    border-color: lightgray;
    border: none;
    border-radius: 5px;
    padding: 20px;
    width: 100%;
    margin-top: 15px;
}

.inputWrong {
    background-color: #F3B9B3;
    border: solid;
    border-width: 1px;
    border-color: red;
    border-radius: 10px;
    padding: 20px;
    width: 100%;
    margin-top: 15px;
}

.pnlSenhaHelp {
    border: solid;
    border-width: 1px;
    border-color: lightgray;
    padding: 15px;
    border-radius: 15px;
    max-width: 250px;
    margin-top: 5px;
}

.txtRed {
    color: red;
}

.txtGreen {
    color: green;
}

.ejpmainbtn {
    background: var(--first-color);
    color: white;
    border: none;
    transition:0.3s;
}

.ejpmainbtn:hover {
    transform:scale(1.05);
    border-radius:0px;
}
