.containerInputComp {
  position: relative;
  width: 100%;
  margin-top: 2vh;
}
.containerInputComp .labelComp {
  position: absolute;
  top: 10px;
  left: 20px;
  font-family: monserrat;
  pointer-events: none;
  transition: all 0.1s ease-out;
  color: #CBCBCB;
  resize: none;
  padding: 1px 10px;
  transition: 0.3s;
  font-size: 14px;
  background-color: transparent;
}
.containerInputComp .p-inputtext {
  font-family: monserrat !important;
  color: black !important;
  width: 100% !important;
  height: 45px !important;
  padding: 1.5vh 1vh !important;
  font-size: 14px !important;
  border-radius: 12px !important;
  background-color: white !important;
}
.containerInputComp .p-inputtext.inputtextIcon {
  padding: 1.5vh 1vh !important;
  padding-left: 3vh !important;
}
.containerInputComp .p-inputtext:disabled {
  font-family: monserrat !important;
  color: black !important;
  width: 100% !important;
  height: 45px !important;
  padding: 1.5vh 1vh !important;
  font-size: 14px !important;
  border-radius: 12px !important;
}
.containerInputComp .p-inputtext:not(:-moz-placeholder) + label {
  top: -13px;
  font-size: 12px;
  padding: 4px 5px 1px 5px;
  color: #a3a3a3;
  border-radius: 7px;
  border: none;
}
.containerInputComp.focused .labelComp,
.containerInputComp .p-inputtext:not(:placeholder-shown) + label {
  top: -13px;
  font-size: 12px;
  padding: 4px 5px 1px 5px;
  color: #a3a3a3;
  border-radius: 7px;
  border: none;
}
.containerInputComp .p-disabled {
  font-family: monserrat !important;
  color: black !important;
  height: 45px !important;
  padding: 1.5vh 1vh !important;
  font-size: 14px !important;
  border-radius: 12px !important;
  background-color: transparent !important;
  width: 100% !important;
  border: 2px dashed #a2a2a2;
}
.containerInputComp .p-disabled.inputtextIcon {
  padding: 1.5vh 1vh !important;
  padding-left: 3vh !important;
}
.containerInputComp .p-inputtext:enabled:focus {
  box-shadow: 0 0 1px 1px #5185ca;
  border: 1px solid #ccc !important;
}
.containerInputComp .p-inputtext:enabled:hover {
  border: 1px solid #ccc !important;
}
.containerInputComp .p-inputtext:not(:-moz-placeholder) + label {
  top: -13px !important;
  font-size: 12px !important;
  padding: 4px 5px 1px 5px !important;
  color: #a3a3a3 !important;
  background-color: white !important;
  border-radius: 7px !important;
}
.containerInputComp.focused .labelComp,
.containerInputComp .p-inputtext:not(:placeholder-shown) + label {
  top: -13px !important;
  font-size: 12px !important;
  padding: 4px 5px 1px 5px !important;
  color: #a3a3a3 !important;
  background-color: white !important;
  border-radius: 7px !important;
}
.containerInputComp .p-disabled:not(:-moz-placeholder) + label {
  top: -13px !important;
  font-size: 12px !important;
  padding: 4px 5px 1px 5px !important;
  color: #a3a3a3 !important;
  background-color: white !important;
  border-radius: 7px !important;
}
.containerInputComp.focused .labelComp,
.containerInputComp .p-disabled:not(:placeholder-shown) + label {
  top: -13px !important;
  font-size: 12px !important;
  padding: 4px 5px 1px 5px !important;
  color: #a3a3a3 !important;
  background-color: white !important;
  border-radius: 7px !important;
}
.containerInputComp .inputComp {
  width: 100%;
  height: 45px;
  padding: 1.5vh 1vh;
  font-size: 14px;
  border-radius: 12px;
  background-color: white;
  border: 1px solid #ccc;
}
.containerInputComp .inputComp:disabled {
  width: 100%;
  height: 45px;
  padding: 1.5vh 1vh;
  font-size: 14px;
  border-radius: 12px;
  background-color: white;
  border: 2px dashed #ccc;
}
.containerInputComp .inputComp:not(:-moz-placeholder) + label {
  top: -13px;
  font-size: 12px;
  padding: 4px 5px 1px 5px;
  color: #a3a3a3;
  background-color: white;
  border-radius: 7px;
}
.containerInputComp.focused .labelComp,
.containerInputComp .inputComp:not(:placeholder-shown) + label {
  top: -13px;
  font-size: 12px;
  padding: 4px 5px 1px 5px;
  color: #a3a3a3;
  background-color: white;
  border-radius: 7px;
}
.containerInputComp .custom-input-icon {
  position: absolute;
  transform: translate(20%, 45%);
  color: #CBCBCB;
}
.containerInputComp .inputCompIcon {
  width: 100%;
  height: 45px;
  padding: 1.5vh 1vh;
  padding-left: 3vh;
  font-size: 14px;
  border-radius: 12px;
  background-color: white;
  border: 1px solid #ccc;
}
.containerInputComp .inputCompIcon:disabled {
  width: 100%;
  height: 45px;
  padding: 1.5vh 1vh;
  padding-left: 3vh;
  font-size: 14px;
  border-radius: 12px;
  background-color: white;
  border: 2px dashed #ccc;
}

.clientePedidos .labelComp {
  position: absolute;
  top: 12px;
  left: 12px;
  font-family: monserrat;
  pointer-events: none;
  transition: all 0.1s ease-out;
  color: #CBCBCB;
  resize: none;
  padding: 1px 10px;
  transition: 0.3s;
  font-size: 12px;
  background-color: transparent;
}