#easy-post-align-center {
  text-align: center;
  position: relative;
  margin-top: 20px;
	margin-left: 20px;
}
.icon-align {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.m30 {
  margin-top: 30px;
}
#progressbar {
  margin-bottom: 30px;
  overflow: hidden;
  width: 65px;
  color: lightgrey;
}
.icon-bg svg {
  fill: none;
  width: 30px;
}
.icon-bg svg path {
  stroke: #cccccc;
}
.active svg path {
  stroke: white;
}
#progressbar .active {
  color: #46b5e8;
}
#progressbar .icon-bg {
  display: flex;
  background-color: white;
  width: 50px;
  height: 50px;
  border: 1px solid lightgray;
  border-radius: 25px;
  justify-content: center;
  align-items: center;
}
#progressbar .active .icon-bg {
  background-color: #46b5e8;
  border: 1px solid #46b5e8;
}

#progressbar li {
  list-style-type: none;
  font-size: 13px;
  width: 20%;
  float: left;
  position: relative;
  font-weight: 400;
}

#progressbar li:before {
  width: 50px;
  height: 50px;
  line-height: 45px;
  display: block;
  font-size: 20px;
  color: #ffffff;
  background: lightgray;
  border-radius: 50%;
  margin: 0 auto 10px auto;
  padding: 2px;
}

#progressbar li:after {
  content: "";
  width: 100%;
  height: 2px;
  background: lightgray;
  position: absolute;
  left: 0;
  top: 25px;
  z-index: -1;
}

#progressbar li.active:before,
#progressbar li.active:after {
  background: #46b5e8;
}

.d-flex {
  display: flex !important;
  padding-top: 10px;
  padding-bottom: 10px;
  gap: 15px;
  row-gap: 20px !important;
}
.align-items-center {
  align-items: center !important;
}

.f-warp {
  flex-wrap: wrap;
}
/* 
input style  */
fieldset {
  border: none !important;
}

.width-20 {
  width: 20% !important;
}
.width-33 {
  width: 33% !important;
}

.input-style {
  height: 40px;
}

fieldset:not(:first-of-type) {
  display: none;
}
/* @link https://utopia.fyi/clamp/calculator?a=325,1920,36—80 */
.th_heading {
  color: #f5c33b;
  font-size: clamp(36px, 27.0345px + 2.7586vw, 80px);
  margin-bottom: 10px;
}
.th_subheading {
  color: #f5c33b;
  font-size: clamp(22px, 18.3323px + 1.1285vw, 40px);
  margin-bottom: 10px;
  font-weight: 400;
  font-style: italic;
}

.th_to {
  color: #46b5e8;
  font-size: clamp(12px, 8.7398px + 1.0031vw, 28px);
  font-weight: 600;
  margin-bottom: 10px;
}

.th_blueheading {
  color: #46b5e8;
  font-size: clamp(22px, 18.3323px + 1.1285vw, 40px);
  margin-bottom: 10px;
  font-weight: 400;
  font-style: italic;
}

form#easy-post-label-form select {
  color: gray;
}
input.next.outline-btn-next,
input.outline-btn-previous,
.outline-btn-add-device,
button.remove-btn,
.outline-btn-next {
  padding: 12px 20px !important;
}

.select-Option {
  background-color: #f5f5f5;
  width: 100%;
  height: 48px;
  border-radius: 8px;
  padding-right: 15px;
}
form#easy-post-label-form input.input-style,
form#easy-post-label-form select {
  height: 48px;
  background: #f5f5f5;
  border-radius: 8px;
  border: none;
}

form#easy-post-label-form input.next {
  padding: 14px 33px 14px 33px;
}
@media only screen and (min-width: 992px) {
  ul#progressbar {
    display: flex;
    flex-direction: column;
    gap: 33px;
    padding-left: 0;
    justify-content: center !important;
    align-items: center;
  }
  #progressbar li.active:before,
  #progressbar li.active:after,
  #progressbar li:after {
    rotate: 90deg;
  }
  /*     div#easy-post-align-center {
    width: 25%;
} */
  #progressbar li {
    width: 100%;
  }
  #progressbar li:after {
    top: -3px;
    height: 2px;
    width: 38px;
    left: 21%;
    transform: translate(-70%, 100%);
  }
  .icon-align {
    margin-bottom: 20px;
  }
  .icon-align strong {
    line-height: 1.3;
    margin-top: 10px;
  }
}
#add_devices_container {
  padding-top: 10px;
}
#add_devices_detail,
#add_devices_container,
#need_box_container {
  display: none;
}
.linkEvent {
  text-align: right;
  text-decoration: underline;
}
#devices_add {
  margin-bottom: 10px;
}
.action-button {
  background-color: transparent !important;
  border: 1px solid #46b5e8 !important;
  color: #46b5e8 !important;
}

.action-button:hover {
  background-color: #46b5e8 !important;
  border: 1px solid #46b5e8 !important;
  color: white !important;
}
@media only screen and (max-width: 990px) {
  form#easy-post-label-form {
    flex-direction: column;
  }
  ul#progressbar {
    padding-left: 0;
    width: 100vw;
  }
  ul#progressbar {
    margin-bottom: 0px;
  }
  input.next.outline-btn-next.action-button {
    margin-top: 10px;
  }
}
#submit-btn .btn-text {
  color: white !important;
}
.spinner {
  width: 16px;
  height: 16px;
  border: 3px solid transparent;
  border-top: 3px solid white; /* Change color as needed */
  border-radius: 50%;
  animation: spin 1s linear infinite;
  display: inline-block;
  margin-left: 8px;
  vertical-align: middle;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.page-id-802 #top-title {
  display: none !important;
}

.th_description p {
  font-size: 16px !important;
}
.th_description p a {
  color: #010101 !important;
}
