@import url('https://fonts.googleapis.com/css2?family=Maven+Pro:wght@400..900&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
  --header-height: 3.5rem;

  /*========== Colors ==========*/
  /*Color mode HSL(hue, saturation, lightness)*/
  --white-color: #fff;

  --primary: #F11552;
  --eprimary: #E70E3C;
  --nprimary: #F5638B;
  --secondary: #33507A;
  --third: #2B4265;
  --ethird: #314c76;
  --nthird: #20334D;

  --gray-dark: #EFEDEB;
  --gray-light: #F9F9F9;
  --gray-text: rgb(79, 79, 79);
  --dark-gray-text: rgb(43, 43, 43);

  /*========== Font and typography ==========*/
  /*.5rem = 8px | 1rem = 16px ...*/
  --body-font: "Poppins", sans-serif;

  /*========== Font weight ==========*/
  --font-regular: 200;
  --font-semi-bold: 400;

  /*========== z index ==========*/
  --z-tooltip: 10;
  --z-fixed: 100;

  --border--radius: .2rem;

  --fw-100: 100;
  --fw-200: 200;
  --fw-300: 300;
  --fw-400: 400;
  --fw-500: 500;
  --fw-600: 600;
  --fw-700: 700;
  --fw-800: 800;

  --nunito-sans: "Nunito sans", serif;
  --poppins: "Poppins", serif;

  --box-shadow: 0px 8px 24px 0px rgba(140, 149, 159, 0.2);
}

.ship__quote{
  padding: 5rem 0;
  background-color: var(--gray-light);
}
#msform {
  text-align: center;
  position: relative;
}

#msform fieldset {
  background-color: white;
  border: 0 none;
  border-radius: 0.5rem;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding-bottom: 20px;
  position: relative
}

.right__aside .card {
  z-index: 0;
  border: none;
  width: 900px;
  position: relative;
  border-radius: .5rem;
  padding: 3rem;
  margin: 0 auto;
}

.form-card {
  text-align: left
}

#msform fieldset:not(:first-of-type) {
  display: none
}

/* #msform input,
#msform textarea {
  padding: 8px 15px 8px 15px;
  border: 1px solid #ccc;
  border-radius: 0px;
  margin-bottom: 25px;
  margin-top: 2px;
  width: 100%;
  box-sizing: border-box;
  font-family: montserrat;
  color: #2C3E50;
  background-color: #ECEFF1;
  font-size: 16px;
  letter-spacing: 1px
} */

/* #msform input:focus,
#msform textarea:focus {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 1px solid #070b2e;
  outline-width: 0
} */

#msform .action-button {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: .75rem;
  font-weight: 500;
  color: white;
  border: none;
  margin-top: 2rem;
  background-color: var(--secondary);
  float: right;
  padding: .8rem 2.5rem;
  background-color: var(--secondary);
  border-radius: var(--border--radius);
}

#msform .action-button:hover,
#msform .action-button:focus {
  background-color: #1a123a
}

#msform .action-button-previous {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: .75rem;
  font-weight: 500;
  color: var(--nthird);
  border: none;
  margin-top: 2rem;
  margin-right: 1rem;
  background-color: rgb(205, 205, 205);
  float: right;
  padding: .8rem 2.5rem;
  border-radius: var(--border--radius);
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
  background-color: rgb(168, 168, 168)
}
.fs-title {
  text-transform: none;
  font-size: 1.8rem;
  font-weight: 600;
  color: #070b2e;
  margin-bottom: 15px;
  text-align: left;
}

.purple-text {
  color: #070b2e;
  font-weight: normal
}

.steps {
  display: flex;
  align-items: center;
  gap: 2rem;
  font-size: 1rem;
  color: gray;
  margin-bottom: 10px;
  font-weight: normal;
  text-align: right;
  float: right;
}

.steps .number {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  font-weight: 500;
  font-size: .8rem;
  background-color: rgb(214, 214, 214);
  border-radius: .2rem;
}



.fieldlabels {
  color: rgb(0, 0, 0);
  text-align: left
}

#progressbar {
  overflow: hidden;
  color: var(--secondary);
}

#progressbar .active {
  color: #070b2e
}

#progressbar li {
  list-style-type: none;
  font-size: 30px;
  width: 25%;
  float: left;
  position: relative;
  font-weight: 400
}
/* .right__aside #msform .form-card{
  margin-top: 3rem;
} */

.progress {
  height: 8px;
}

.progress-bar {
  background-color: var(--secondary)
}

.fit-image {
  width: 100%;
  object-fit: cover
}



/* input groups ================*/
/* From Uiverse.io by PhyoTP */
/* .shipping__radios{
    width: 100%;
} */
.shipping__radios {
  margin-top: 2rem;
}

.input__class[type="radio"] {
  display: none;
}

.label__class {
  background-color: white;
  font-size: .8rem;
  color: #717171;
  width: 100%;
  display: block;
  cursor: pointer;
  font-weight: 400;
  margin-bottom: 1.5rem;
}
.label__class:hover {
  color: var(--secondary);
}

.label__class span {
  display: inline-flex;
  align-items: center;
  width: 100%;
  padding: 10px 20px 10px 10px;
  border-radius: .2rem;
  transition: .25s ease;
  border: 1px solid #cbcbcb;
}


.label__class span:hover,
.input__class[type="radio"]:checked+span {
  background-color: #ffffff;
  border: 1px solid var(--secondary);
}

.label__class span:before {
  content: "";
  background-color: #fff;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-right: 10px;
  transition: .25s ease;
  box-shadow: inset 0 0 0 1px #cbcbcb;
}
.label__class:hover span:before {
  box-shadow: inset 0 0 0 1px var(--secondary);
}

.input__class[type="radio"]:checked+span:before {
  box-shadow: inset 0 0 0 6px var(--secondary);
}


/* Toggle switch */
.checkbox {
  display: none;
}

.slider {
  width: 55px;
  height: 25px;
  background-color: rgb(227, 227, 227);
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  align-items: center;
  border: 4px solid transparent;
  transition: .3s;
  box-shadow: 0 0 10px 0 rgb(0, 0, 0, 0.25) inset;
  cursor: pointer;
}

.slider::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: #f5f5f5;
  transform: translateX(-30px);
  border-radius: 20px;
  transition: .3s;
  box-shadow: 0 0 10px 3px rgb(0, 0, 0, 0.25);
}

.checkbox:checked~.slider::before {
  transform: translateX(30px);
  box-shadow: 0 0 10px 3px rgb(0, 0, 0, 0.25);
}

.checkbox:checked~.slider {
  background-color: #00a71f;
}

.checkbox:active~.slider::before {
  transform: translate(0);
}
.toggle__align{
  display: flex;
  align-items: center;
  margin-top: .8rem;
}
.toggle__align span{
  font-weight: 400;
  font-size: .75rem;
}

.input_item input {
  width: 100%;
  height: 50px;
  padding: 1rem .8rem 0rem;
  border: solid 1px #e8e8e8;
  height: 50px;
  border-radius: .2rem;
}
.add__remove{
  display: flex;
  align-items: center;
  justify-content: center;
}
.select__parcel__items label{
  font-size: .75rem;
  font-weight: 400;
  padding-bottom: .5rem;
}
.select__parcel__items{
  margin-top: 2rem !important;
}
