body {
  font-family: Ubuntu;
  background-color: hsl(227, 75%, 89%);
  height: 90vh;
  width: 100vw;
  display: flex;
  flex-direction: column;
  justify-content: center !important;
  align-items: center !important;
}
.mainrow {
  background-color: hsl(0, 0%, 100%);
  border-radius: 20px;
  height: 80%;
  width: 60% !important;
  padding: 0.1% 0.1%;
  display: flex;
}
.step1 {
  input {
    font-size: 16px;
    padding: 2% 4%;
  }
}
/* .attribution {
  margin-top: 50px;
} */
/* .mainrow {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap; */

.sidebar {
  background-image: url("assets/images/bg-sidebar-desktop.svg");
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  width: 15%;
  row-gap: 30px;
  flex-direction: column;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  margin: 2%;
  padding-top: 4%;
  padding-left: 2%;
  padding-right: 10%;
}
.step {
  display: flex;
  gap: 10px;
}
.hidden {
  display: none !important;
  /* visibility: hidden !important; */
}

.round-num {
  cursor: pointer;
  border-radius: 50%;
  border: 1px solid white;
  height: 25px;
  width: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 12px;
}
.p-info {
  color: white;
  font-weight: 100;
  font-size: 12px;
  margin-bottom: 0;
}
.num-detail {
  color: white;
  font-weight: 600;
  margin-top: 0;
}
.active {
  background-color: hsl(228, 100%, 84%);
  border: none;
  color: hsl(213, 96%, 18%);
  font-weight: 700;
}
.badge {
  border: 1px solid white;
}
.step1, .step2, .step3, .step4, .step5 {
  display: flex;
  flex-direction: column;
  padding: 4% 12% 2% 10%;
  width: 56%;
  p {
    font-size: 16px;
    color: hsl(231, 11%, 63%);
  }
}
h1 {
  color: hsl(213, 96%, 18%);
  font-weight: 900;
  margin-bottom: 0px;
}
.secondrow {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  margin-top: 30px;
}
.form-label {
  color: hsl(213, 96%, 18%);
  font-size: 14px;
}
.formdiv {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
input {
  width: 100%;
  color: hsl(213, 96%, 18%);
  font-weight: 700;
  padding: 7px;
  font-size: 11px;
  border-radius: 5px;
  border: 1px solid lightgray;
}
input:hover {
  cursor: pointer;
  border-color: hsl(213, 96%, 18%);
}
.btn {
  cursor: pointer;
  background-color: hsl(213, 96%, 18%);
  color: white;
  font-size: 14px;
  padding: 10px;
  border: 1px solid black;
  border-radius: 5px;
}
.button {
  text-align: right;
  margin-top: 20px;
}
.btn-link {
  border: none;
  background: transparent;
  font-size: 16px;
}
.btn-div {
  display: flex;
  justify-content: space-between;
  margin-top: 10%;
  a {
    text-decoration: none;
    color: hsl(231, 11%, 63%);
    font-family: 500;
  }
}
.card {
  border: 1px solid hsl(231, 11%, 63%);
  width: 30%;
  height: 130px;
  border-radius: 10px;
  padding: 2%;
  cursor: pointer;
  img {
    margin-top: 6%;
    width: 40px;
    height: 40px;
  }
  h4 {
    color: hsl(213, 96%, 18%);
    margin-bottom: 0px;
    margin-top: 30%;
  }
  .small {
    color: hsl(231, 11%, 63%);
    margin-top: 0px;
  }
}
.card1A {
  .card {
    border: 1px solid hsl(231, 11%, 63%);
    width: 30%;
    height: 140px;
    border-radius: 10px;
    padding: 2%;
    cursor: pointer;
    img {
      margin-top: 6%;
      width: 40px;
      height: 40px;
    }
    h4 {
      color: hsl(213, 96%, 18%);
      margin-bottom: 0px;
      margin-top: 30%;
    }
    .small {
      color: hsl(231, 11%, 63%);
      margin-top: 0px;
      margin-bottom: 0px;
    }
    .free {
      color: hsl(213, 96%, 18%);
      font-size: 12px !important;
      margin-top: 0px;
      font-weight: 500;
    }
  }
}
.card:hover, .card2:hover {
  border-color: hsl(213, 96%, 18%);
}
.active {
  background-color: hsl(217, 100%, 97%);
  border-color: hsl(213, 96%, 18%);
}
.card1 {
  margin-top: 4%;
  display: flex;
  flex-direction: row !important;
  column-gap: 4%;
}
.card1A {
  margin-top: 2%;
  display: flex;
  flex-direction: row !important;
  column-gap: 4%;
}

.switchs {
  background-color: hsl(217, 100%, 97%);
  border-radius: 8px;
  font-weight: 700;
  display: flex;
  align-items: center;
  column-gap: 20px;
  justify-content: space-around;
  margin-top: 10%;
  .slider.round {
    border-radius: 34px;
  }
  
  .slider.round:before {
    border-radius: 50%;
  }
  .switch {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 15px;
  }
  
  /* .switch input { 
    opacity: 0;
    width: 20px;
    height: 15px;
  } */
  
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: hsl(213, 96%, 18%);
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .slider:before {
    position: absolute;
    content: "";
    height: 14px;
    width: 14px;
    left: 4px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  input:checked + .slider {
    background-color: hsl(213, 96%, 18%);
  }
  
  /* input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
  } */
  
  input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
  }
  .mth {
    color: hsl(213, 96%, 18%);
  }
}
.form-check {
  border: 1px solid purple;
  border-radius: 5px;
  padding: 10px 50px;
  display: flex;
  justify-content: space-between;
}
.form-check-input[type='checkbox']:checked {
  .form-check {
    background-color: hsl(215, 74%, 85%) !important;
  }
}
.leftcard {
  display: flex;
  align-items: center;
}
.card2 {
  width: 100%;
  border: 1px solid hsl(231, 11%, 63%);
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 2%;
  align-items: center;
  cursor: pointer;
  padding: 0.05% 4%;
  h4 {
    margin-bottom: 0px;
  }
  .small {
    margin-top: 3px;
  }
  #tick {
    margin-right: 20px;
    background-color: hsl(213, 96%, 18%) !important;
    width: 18px;
    height: 18px;
  }
  .price {
    display: flex;
    justify-content: flex-end;
    color: hsl(243, 100%, 62%);
  }
}
.err {
  font-size: 12px !important;
  color: rgb(237, 10, 10) !important;
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: 900;
}
.label-flex {
  display: flex;
  justify-content: space-between;
}
span {
  color: purple;
  font-size: 14px;
}
h4 {
  color: hsl(213, 96%, 18%);
  font-weight: 600;
}
.selected {
  background-color: hsl(231, 100%, 99%);
  border-radius: 10px;
  padding: 1% 5%;
}
.arcade, .addons-select, .total {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.total {
  padding-left: 3%;
  padding-right: 3%;
}
.linkbtn {
  font-size: 14px;
  margin-top: 0px;
  text-decoration: underline;
  color: hsl(231, 11%, 63%);
  border: none !important;
  background-color: transparent !important;
}
.arcade-select {
  margin-bottom: 0px;
  color: hsl(213, 96%, 18%) !important;
  font-weight: 700;
  font-size: 16px !important;
}
.arcade-price {
  color: hsl(213, 96%, 18%) !important;
  font-weight: 700;
  font-size: 16px !important;
}
.addons-name, .addons-price {
  font-size: 14px !important;
}
.tot-amt {
  color: hsl(243, 100%, 62%) !important;
  font-weight: 900;
  font-size: 18px;
}
.step5 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  img {
    width: 70px;
    height: 70px;
  }
}

