* {
  margin: 0px;
  padding: 0px;
}

.icon-utf {
  cursor: pointer;
}

.not-button {
  border: none;
  background-color: transparent;
}

select {
  cursor: pointer;
}

select:disabled {
  cursor: not-allowed;
}

.btnNot {
  width: 25px;
  border: none;
  background-color: transparent;
  margin-left: 2px;
}

.dvBlock {
  pointer-events: none;
  opacity: 0.5;
}

.Switch {
  position: relative;
  /* Set the size of our the slider container*/
  width: 60px;
  height: 34px;
}

.Switch__Input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.Slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 1rem;
  background-color: lightgray;
  transition: .3s;
}

.Slider::before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  border-radius: 50%;
  background-color: white;
  transition: .3s;
}

.Switch__Input:checked + .Slider::before {
  transform: translateX(26px);
}

.Switch__Input:checked + .Slider {
  background-color: #E86709;
}

.bgOrange {
  background-color: #E86709;
  color: #000;
}

.borderOrange {
  border: solid 2px #E86709;
}

.containerAdjunt {
  width: 100%;
  align-items: center;
  display: flex;
  justify-content: center;
  background-color: #fcfcfc;
}

.cardAdjunt {
  border-radius: 10px;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3);
  width: 600px;
  min-height: 230px;
  background-color: #ffffff;
  padding: 10px 30px 10px;
}

.cardAdjunt h3 {
  font-size: 22px;
  font-weight: 600;
  
}

.dropAdjun {
  max-height: 200px;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 3px dotted #E86709;
  border-radius: 5px;
}

.dropAdjun h4 {
  font-size: 16px;
  font-weight: 500;
  color: #2e2e2e;

}

.dropAdjun p {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  color: #a3a3a3;
}

.btnAdjunt {
  text-decoration: none;
  background-color: #E86709;
  color: #ffffff;
  padding: 10px 20px;
  border: none;
  outline: none;
  transition: 0.3s;
}

.btnAdjunt:hover{
  background-color: #ffffff;
  color: #E86709;
  border: none;
  border: 1px solid #E86709;
}
.form input {
  margin: 10px 0;
  width: 100%;
  background-color: #e2e2e2;
  border: none;
  outline: none;
  padding: 12px 20px;
  border-radius: 4px;
}

.cajaCheck{
  display: inline-flex;
  height: 80px;
  width: 100%;
  align-items: center;
  justify-content: space-evenly;
  border-radius: 5px;
  padding: 10px 10px;
}

.form-control:focus {
  border-color: #E86709;
  box-shadow:  2px -2px #E86709;
}

.form-select:focus {
  border-color: #E86709;
  box-shadow:  2px -2px #E86709;
}
.cajaCheck .option{
  background: #fff;
  height: 80%;
  width: 40%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin: 0 10px;
  border-radius: 5px;
  cursor: pointer;
  padding: 0 10px;
  border: 2px solid lightgrey;
  transition: all 0.3s ease;
}
.cajaCheck .option .dot{
  height: 20px;
  width: 20px;
  background: #d9d9d9;
  border-radius: 50%;
  position: relative;
}
.cajaCheck .option .dot::before{
  position: absolute;
  content: "";
  top: 4px;
  left: 4px;
  width: 12px;
  height: 12px;
  background: #E86709;
  border-radius: 50%;
  opacity: 0;
  transform: scale(1.5);
  transition: all 0.3s ease;
}
.radioCajaCheck{
  display: none;
} 

.labelCheckNew{
  font-size: 1rem;
  line-height: 1.1;
  display: grid;
  grid-template-columns: 1em auto;
  gap: 0.5em;
}

.checkNew{
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 1.15em;
  height: 1.15em;
  border: 0.15em solid #E86709;
  border-radius: 0.15em;
  transform: translateY(-0.075em);
  display: grid;
  place-content: center;
}

.checkNew::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  transform: scale(0);
  transform-origin: bottom left;
  transition: 80ms transform ease-in-out;
  box-shadow: inset 1em 1em #E86709;
  background-color: CanvasText;
}

.checkNew:checked::before {
  transform: scale(1);
}

.loader {
  color: #ff8000;
  font-size: 40px;
  text-indent: -9999em;
  overflow: hidden;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  margin: auto;
  position: relative;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
  animation: load6 1.7s infinite ease, round 1.7s infinite ease;
}

.borderStart{
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.borderEnd{
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

@-webkit-keyframes load6 {
  0% {
      box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }

  5%,
  95% {
      box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }

  10%,
  59% {
      box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }

  20% {
      box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }

  38% {
      box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }

  100% {
      box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}

@keyframes load6 {
  0% {
      box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }

  5%,
  95% {
      box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }

  10%,
  59% {
      box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }

  20% {
      box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }

  38% {
      box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }

  100% {
      box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}

@-webkit-keyframes round {
  0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
  }

  100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
  }
}

@keyframes round {
  0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
  }

  100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
  }
}

.textOrange{
  color: #E86709 !important;
}

input:read-only, textarea:read-only{
  cursor: not-allowed;
}

.contentReadOnly{
  background: black;
}

label[for], input[type='radio']{
  cursor: pointer;
}

:root,[data-bs-theme=light] {
  --bs-border-color:#a8a8a8;
}

.inputFileAdjunt{
  width: 1px;
  height: 1px;
}

input[type="checkbox"]{
  cursor: pointer;
}

.aRutaLicitacion {
  text-decoration: none;
  background-color: #F5BC35;
  color: black !important;;
  padding: 10px 20px !important;
  border: none;
  outline: none;
  transition: 0.3s;
  border-radius: 10px;
}

.aRutaLicitacion:hover,
.aRutaLicitacion.active {
  text-decoration: none;
  background-color: #ffffff;
  color: #E86709;
  padding: 10p 20px !important;
  border: none;
  border: 1px solid #E86709;
}
