
.select-ctr > div {
  padding: 15px 20px;
  position: absolute;
  width: 100%;
  font-size: 1.25rem;
  cursor: pointer;
}
.select-ctr .input-5 {
  top: 300px;
}
.select-ctr .input-4 {
  top: 240px;
}
.select-ctr .input-3 {
  top: 180px;
}
.select-ctr .input-2 {
  top: 120px;
}
.select-ctr .input-1 {
  top: 60px;
}
.select-ctr > div.input {
  background: #000 !important;
  color: #fff;
  z-index: 2;
  border-radius: 2px;
  display: none;
  box-shadow: 0 2px 15px 3px rgba(0, 0, 0, 0.1);
}
.select-ctr > div.input.active {
  color: #DD1A22;
}

.select-ctr > div.input2 {
  background: #000 !important;
  color: #fff;
  z-index: 2;
  display: none;
  border-radius: 2px;
  box-shadow: 0 2px 15px 3px rgba(0, 0, 0, 0.1);
}
.select-ctr > div.input2.active {
  color: #DD1A22;

}


.select-ctr > div.input-preview {
  color: rgba(255, 255, 255, 1);
  text-transform: uppercase;
  position: relative;
  transition: 0.3s all ease;
}

.select-ctr.active .input, .select-ctr.active .input2{
  display: block;
}

.select-ctr > div.input-preview.active {
  color: white;
}
.select-ctr > div.input-preview:before {
  content: "";
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: 20px;
  width: 20px;
  background: rgba(255, 255, 255, 0.75);
  -webkit-clip-path: polygon(50% 50%, 0 0, 100% 0);
  clip-path: polygon(50% 50%, 0 0, 100% 0);
  padding: 10px;
  box-sizing: border-box;
  transition: 0.3s all ease;
}
.select-ctr > div.input-preview.active:before {
  background: white;
  -webkit-clip-path: polygon(50% 0, 0 50%, 100% 50%);
  clip-path: polygon(50% 0, 0 50%, 100% 50%);
}

.select-ctr > div.input-preview2.active {
  color: white;
}
.select-ctr > div.input-preview2:before {
  content: "";
  position: absolute;
  top: 18px;
  right: 20px;
  bottom: 20px;
  width: 20px;
  background: rgba(255, 255, 255, 0.75);
  -webkit-clip-path: polygon(50% 73%, 0 0, 100% 0);
  clip-path: polygon(50% 73%, 0 0, 100% 0);
  padding: 10px;
  box-sizing: border-box;
  transition: 0.3s all ease;
}
.select-ctr > div.input-preview2.active:before {
  background: white;
  -webkit-clip-path: polygon(50% 0, 0 73%, 100% 73%);
  clip-path: polygon(50% 0, 0 73%, 100% 73%);
}

.select-ctr > div.input-preview2 {
  color: rgba(255, 255, 255, 1);
  text-transform: uppercase;
  position: relative;
  transition: 0.3s all ease;
}




.select-ctr2 > div {
  padding: 15px 20px;
  position: absolute;
  width: 100%;
  font-size: 1.25rem;
  cursor: pointer;
}
.select-ctr2 .input-5 {
  top: 300px;
}
.select-ctr2 .input-4 {
  top: 240px;
}
.select-ctr2 .input-3 {
  top: 180px;
}
.select-ctr2 .input-2 {
  top: 120px;
}
.select-ctr2 .input-1 {
  top: 60px;
}
.select-ctr2 > div.input {
  background: #000 !important;
  color: #fff;
  z-index: 2;
  border-radius: 2px;
  display: none;
  box-shadow: 0 2px 15px 3px rgba(0, 0, 0, 0.1);
}
.select-ctr2 > div.input.active {
  color: #DD1A22;
}

.select-ctr2 > div.input2 {
  background: #000 !important;
  color: #fff;
  z-index: 2;
  display: none;
  border-radius: 2px;
  box-shadow: 0 2px 15px 3px rgba(0, 0, 0, 0.1);
}
.select-ctr2 > div.input2.active {
  color: #DD1A22;

}


.select-ctr2 > div.input-preview {
  color: rgba(255, 255, 255, 1);
  text-transform: uppercase;
  position: relative;
  transition: 0.3s all ease;
}

.select-ctr2.active .input, .select-ctr2.active .input2{
  display: block;
}

.select-ctr2 > div.input-preview.active {
  color: white;
}
.select-ctr2 > div.input-preview:before {
  content: "";
  position: absolute;
  top: 18px;
  right: 20px;
  bottom: 20px;
  width: 20px;
  background: rgba(255, 255, 255, 0.75);
  -webkit-clip-path: polygon(50% 73%, 0 0, 100% 0);
  clip-path: polygon(50% 73%, 0 0, 100% 0);
  padding: 10px;
  box-sizing: border-box;
  transition: 0.3s all ease;
}
.select-ctr2 > div.input-preview.active:before {
  background: white;
  -webkit-clip-path: polygon(50% 0, 0 73%, 100% 73%);
  clip-path: polygon(50% 0, 0 73%, 100% 73%);
}

.select-ctr2 > div.input-preview2.active {
  color: white;
}
.select-ctr2 > div.input-preview2:before {
  content: "";
  position: absolute;
  top: 18px;
  right: 20px;
  bottom: 20px;
  width: 20px;
  background: rgba(255, 255, 255, 0.75);
  -webkit-clip-path: polygon(50% 73%, 0 0, 100% 0);
  clip-path: polygon(50% 73%, 0 0, 100% 0);
  padding: 10px;
  box-sizing: border-box;
  transition: 0.3s all ease;
}
.select-ctr2 > div.input-preview2.active:before {
  background: white;
  -webkit-clip-path: polygon(50% 0, 0 73%, 100% 73%);
  clip-path: polygon(50% 0, 0 73%, 100% 73%);
}

.select-ctr2 > div.input-preview2 {
  color: rgba(255, 255, 255, 1);
  text-transform: uppercase;
  position: relative;
  transition: 0.3s all ease;
}