:root {
  --primary-color: rgb(11, 78, 179);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  font-family: Montserrat, "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  margin: 0;
  place-items: center;
  min-height: 100vh;
}

/* Progressbar */
.progressbar {
  position: relative;
  display: flex;
  justify-content: space-between;
  counter-reset: step;
  margin: 2rem 0 4rem;
}

.progressbar::before,
.progress {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 4px;
  width: 100%;
  background-color: #dcdcdc;
  z-index: 0;
}

.progress {
  background-color: var(--primary-color);
  width: 0%;
  transition: 0.3s;
}

.progress-step {
  z-index: 1;
  width: 2.1875rem;
  height: 2.1875rem;
  background-color: #dcdcdc;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.progress-step::before {
  /* counter-increment: step;
  content: counter(step); */
}

.progress-step::after {
  content: attr(data-title);
  position: absolute;
  top: calc(100% + 0.5rem);
  font-size: 0.85rem;
  color: #666;
  white-space: nowrap;
}

.progress-step-active {
  background-color: var(--primary-color);
  color: #f3f3f3;
}

/* Form */
.form {
  background-color: #eeeeee;
  width: 1250px;
  margin: 0 auto;
  border: 1px solid #ccc;
  border-radius: 0.35rem;
  padding: 1.5rem 5rem;
}

.form-step {
  background-color: #fff;
  display: none;
  transform-origin: top;
  animation: animate 0.5s;
}

.form-step-active {
  display: block;
}

@keyframes animate {
  from {
    transform: scale(1, 0);
    opacity: 0;
  }
  to {
    transform: scale(1, 1);
    opacity: 1;
  }
}

#email {
  padding: 0.9rem 0.75rem;
}

.btnCTA {
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  background-color: #18b0df;
  border: 0;
  border-radius: 0 !important;
  color: #fff;
}

.btnCTA:hover{
	color:#000;
}

.btnID {
  gap: 8px;
}

/* Button */
.btns-group {
  display: flex;
  /* grid-template-columns: repeat(2, 1fr); */
  gap: 1.5rem;
}

.btn {
  padding: 0.75rem;
  display: block;
  text-decoration: none;
  background-color: var(--primary-color);
  color: #f3f3f3;
  text-align: center;
  border-radius: 0.25rem;
  cursor: pointer;
  transition: 0.3s;
}
.btn:hover {
  box-shadow: 0 0 0 2px #fff, 0 0 0 3px var(--primary-color);
}
.issuepara {
  white-space: nowrap;
  font-size: 18px;
  font-weight: 600;
}
.printerDivName:hover,
.printersIssueDiv:hover,
.osDivBox:hover {
  border-radius: 0.375rem;
  background-color: #d0d0d0;
}
.printersIssueDiv,
.printerDivName,
.osDivBox {
  box-shadow: 4px 4px 4px #9e9e9e;
}

.tick_container:hover > .printersImage {
  background-color: #d0d0d0 !important;
}
.printerDiv {
  padding: 20px 20px;
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, 1fr);
}
.issueDiv {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, 1fr);
}
.opsDiv {
  padding: 20px 100px;
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, 1fr);
}

.printerImage,
.printersIssueDiv {
  cursor: pointer;
}
.printersImage {
  box-shadow: 4px 4px 4px #9e9e9e;
  cursor: pointer;
  padding: 10px 80px;
}
.tick_container {
  width: 100%;
  top: 40%;
  transition: 0.5s ease;
  opacity: 0;
  position: absolute;
  cursor: pointer;
  text-align: center;
}
.tick {
  margin: auto;
  background-color: #4caf50;
  color: white;
  font-size: 16px;
  padding: 6px 12px;
  height: 40px;
  width: 40px;
  border-radius: 100%;
}

.options:checked + label > .tick_container {
  opacity: 1;
}

.options:not(:checked) + label > .tick_container {
  opacity: 0;
  background: #fff;
}

.options:checked + label > img {
  opacity: 0.3;
  background: #c4c4c4;
}

.options:not(:checked) + label > img {
  opacity: 1;
}

.form-control {
  border-color: #000;
}

.hpprint {
  width: 35%;
}

.osDivBox .printerImage {
  width: 100%;
}

.printerLoadMod img {
  width: 8%;
}

.loader {
  margin: auto;
  height: 15px;
  aspect-ratio: 4;
  display: grid;
}
.loader:before,
.loader:after {
  content: "";
  grid-area: 1/1;
  --_g: no-repeat radial-gradient(farthest-side, #000 94%, #0000);
  background: var(--_g) left, var(--_g) right;
  background-size: 25% 100%;
  animation: l34 1s infinite;
  transform: translate(var(--d, 0)) rotate(0);
}
.loader:after {
  --d: 37.5%;
  animation-delay: 0.5s;
}
@keyframes l34 {
  50%,
  100% {
    transform: translate(var(--d, 0)) rotate(0.5turn);
  }
}

body {
  background-color: #738062;
}
.modal-backdrop.show {
  opacity: 0.8;
}
.headDiv {
  width: 100%;
  padding: 0px 100px;
  background-color: #fff;
}

.modal-content {
  border: 5px solid #738062;
  border-radius: 30px;
}
.modal-content h3 {
  color: #738062;
}
@media only screen and (max-width: 600px) {
  .logoImg {
    margin-left: -75px;
  }
  .printerLoadMod img {
    width: 15%;
  }
  .hpprint {
    width: 35%;
  }
  .osDivBox .printerImage {
    width: 75%;
  }
  .form {
    padding: 20px 20px;
    width: 95%;
  }
  .printerDiv,
  .issueDiv {
    grid-template-columns: repeat(2, 1fr);
  }
  .printerDiv {
    box-shadow: none;
    gap: 25px;
    padding: 20px 10px;
  }

  .opsDiv {
    grid-template-columns: repeat(1, 1fr);
    padding: 0;
  }
  .printersImage {
    padding: 0px 25px;
  }
  .progress-step::after {
    display: none;
  }
  .printersIssueDiv {
    width: 130px;
  }
  .printersIssueDiv img {
    width: 70% !important;
  }
  .issuepara {
    font-size: 13px;
    white-space: nowrap;
    font-weight: 500;
  }
  .progressbar {
    margin: 2rem 0 2rem;
  }
  .form-step h4 {
    font-size: 15px;
  }

  .printerDivName{
    min-height: 91px !important;
  }
  .osDivBox{
    min-height: 91px !important;

  }


  .printersIssueDiv {
   
    min-height: 118px !important;
   
    font-size: 16px !important; 
    text-align: center !important;
  }
}

.printerName {
  font-size: 1.2rem;
  font-weight: bold;
  color: #333;
}
.printerDivName {
  transition: box-shadow 0.3s ease-in-out;
}
.printerDivName:hover {
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}
.tick_container {
  position: absolute;
  top: 10px;
  right: 10px;
  display: none;
}
input:checked + .printerDivName .tick_container {
  display: block;
}
.tick {
  background-color: #28a745;
  color: #fff;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.printersIssueDiv {
  justify-content: center !important;

  box-shadow: 4px 4px 4px #9e9e9e;
  min-height: 150px;
  font-weight: bold;
  font-size: 17px;
}

.printerDivName {
  justify-content: center !important;

  box-shadow: 4px 4px 4px #9e9e9e !important;
  min-height: 150px;
  font-weight: bold;
  font-size: 17px;
}

.osDivBox {
  justify-content: center !important;
  box-shadow: 4px 4px 4px #9e9e9e;
  min-height: 150px ;
  font-weight: bold;
  font-size: 17px;
}