/*Transpacific software --- steps style here*/

.tps_latestv_steps_inner .tps_latestv_steps_item.active .tps_latestv_steps_node:before {
  border-top-color: var(--global-palette1);
  border-bottom-color: var(--global-palette1);
}

.tps_latestv_steps_item.tps_latestv_steps_common.tps_latestv_steps_one.active .tps_latestv_steps_node:before {
  content: none;
}

.tps_latestv_steps_inner {
  background: #fff;
}

.tps_latestv_steps .tps_latestv_steps_node::before {
  width: 0px;
  height: 0px;
  border-top: 43px solid #F0F0F0;
  border-bottom: 43px solid #F0F0F0;
  border-left: 15px solid transparent;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  transform: translate(-100%);
}

.tps_latestv_steps .tps_latestv_steps_node::after {
  width: 0;
  height: 0;
  border-top: 43px solid transparent;
  border-bottom: 43px solid transparent;
  border-left: 15px solid #F0F0F0;
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  transform: translate(100%);
}

.tps_latestv_steps .tps_latestv_steps_pho::after {
  content: '';
  width: 45px;
  height: 45px;
  background-image: url(../../assets/images/setting-listing-images/ringbuilder_latest_sprite.svg);
  background-repeat: no-repeat;
  display: block;
  margin: auto;
}

.tps_latestv_steps .tps_latestv_steps_pho.tps_latestv_steps_ring::after {
  background-position: -14px -10px;
}

.tps_latestv_steps .tps_latestv_steps_item.active .tps_latestv_steps_node .tps_latestv_steps_node-skin .tps_latestv_steps_ring::after {
  background-position: -14px -75px;
}

.tps_latestv_steps .tps_latestv_steps_pho.tps_latestv_steps_diamond::after {
  background-position: -82px -10px;
}

.tps_latestv_steps .tps_latestv_steps_item.active .tps_latestv_steps_node .tps_latestv_steps_node-skin .tps_latestv_steps_diamond::after {
  background-position: -82px -75px;
}

.tps_latestv_steps .tps_latestv_steps_pho.tps_latestv_steps_final::after {
  background-position: -159px -10px;
}

.tps_latestv_steps .tps_latestv_steps_item.active .tps_latestv_steps_node .tps_latestv_steps_node-skin .tps_latestv_steps_final::after {
  background-position: -159px -75px;
}

.tps_latestv_steps {
  font-family: var(--global-body-font-family);
  font-weight: 100;
  color: var(--global-palette4);
  letter-spacing: .8px;
  padding: 0;
  clear: both;
  margin: 0 auto;
  border-collapse: separate;
  table-layout: fixed;
  margin: 15px 0px 30px;
  border-left: none;
  border-right: none;
  position: relative;
  display: block;
  width: auto;
  height: 86px;
  background: #FFF;
  text-decoration: none;
}

.tps_latestv_steps .tps_latestv_steps_node {
  position: relative;
  display: block;
  width: auto;
  height: 86px;
  margin-right: 20px;
  background: #F0F0F0;
  text-decoration: none;
}

.tps_latestv_steps_item.tps_latestv_steps_common.tps_latestv_steps_three .tps_latestv_steps_node {
  margin-right: 0;
}

.tps_latestv_steps .tps_latestv_steps_item .tps_latestv_steps_node .tps_latestv_steps_node {
  width: 100%;
}

.tps_latestv_steps .tps_latestv_steps_item .tps_latestv_steps_node-skin {
  position: relative;
  z-index: 2;
  display: table;
  table-layout: fixed;
  width: 100%;
  height: inherit;
  vertical-align: middle;
}

.tps_latestv_steps .tps_latestv_steps_item .tps_latestv_steps_node-skin .tps_latestv_steps_num {
  font-size: 32px;
  font-weight: 600;
  text-align: center;
  width: 60px;
  line-height: 80px;
  color: #7F7F7F;
  font-family: var(--global-body-font-family);
}

.tps_latestv_steps .tps_latestv_steps_item .tps_latestv_steps_node-skin>div {
  display: table-cell;
  vertical-align: middle;
}

.tps_latestv_steps .tps_latestv_steps_item .tps_latestv_steps_node-skin .tps_latestv_steps_heading,
.tps_latestv_steps_item.tps_latestv_steps_heading .tps_latestv_steps_cont .tps_latestv_steps_nostyle_heading {
  font-size: 16px;
  text-transform: capitalize;
  font-family: var(--global-body-font-family);
  font-weight: 600;
  color: #7F7F7F;
}

.tps_latestv_steps .tps_latestv_steps_heading .nostyle-heading {
  font-size: 20px;
  color: var(--global-palette3);
  font-family: var(--global-body-font-family);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  cursor: pointer;
}

.tps_latestv_steps_item.tps_latestv_steps_three .tps_latestv_steps_heading .nostyle-heading{
  cursor: none;
}

.tps_latestv_steps_item.tps_latestv_steps_three  .tps_latestv_steps_data,
.tps_latestv_steps_item.tps_latestv_steps_two .tps_latestv_steps_data{
  color: var(--global-palette3);
}

.tps_latestv_steps .tps_latestv_steps_item.tps_latestv_steps_common .tps_latestv_steps_cont {
  text-align: left;
}

.tps_latestv_steps .tps_latestv_steps_data,
.tps_latestv_steps .tps_latestv_steps_action {
  font-family: var(--global-body-font-family);
  color: #FFF;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: relative;
}

.tps_latestv_steps .tps_latestv_steps_pho {
  width: 60px;
  text-align: center;
  position: relative;
}

.tps_latestv_steps .tps_latestv_steps_action a {
  text-decoration: underline;
  transition: 0.3s ease;
  color: var(--global-palette4);
  margin-right: 10px;
  font-weight: 300;
}

.tps_latestv_steps .tps_latestv_steps_action a:nth-last-child() {
  margin-right: 0px;
}

.tps_latestv_steps .tps_latestv_steps_item.tps_latestv_steps_heading .tps_latestv_steps_node::before,
.tps_latestv_steps .tps_latestv_steps_item.tps_latestv_steps_three .tps_latestv_steps_node::after {
  display: none;
}

.tps_latestv_steps .tps_latestv_steps_item.active .tps_latestv_steps_node-skin .tps_latestv_steps_heading .nostyle-heading,
.tps_latestv_steps .tps_latestv_steps_item.active .tps_latestv_steps_node-skin .tps_latestv_steps_num,
.tps_latestv_steps .tps_latestv_steps_item.active .tps_latestv_steps_data,
.tps_latestv_steps_item.active .tps_latestv_steps_action,
.tps_latestv_steps_item.active .tps_latestv_steps_action a {
  color: var(--global-palette9);
}

.tps_latestv_steps .tps_latestv_steps_item.active .tps_latestv_steps_node::after {
  border-left-color: var(--global-palette1);
}

.tps_latestv_steps .tps_latestv_steps_item.active .tps_latestv_steps_node {
  background: var(--global-palette1);
}

.tps_latestv_steps .tps_latestv_steps_pho>.img-transparent {
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 27% 42%;
}

.tps_latestv_steps_inner,
.tps_latestv_steps_inner h1,
.tps_latestv_steps_inner h2 {
  font-family: inherit;
  margin: 0;
  color: inherit;
  font-size: 16px;
  text-align: center;
}

.tps_latestv_steps_inner .tps_latestv_steps_item {
  position: relative;
  width: 33.3%;
  display: table-cell;
  vertical-align: top;
  cursor: default !important;
}

.tps_latestv_steps_inner {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.tps_latestv_steps .tps_latestv_steps_item .tps_latestv_steps_data {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.tps_latestv_steps .tps_latestv_steps_item .tps_latestv_steps_data span.cyobar_title {
  word-wrap: break-word;
  display: block;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 200px;
}
.tps_latestv_steps .tps_latestv_steps_heading .tps-header-step-loader {
    display: inline-block;
    background: url(../images/common-images/loader.gif) no-repeat;
    background-size: 85%;
    width: 20px;
    height: 20px;
    color: transparent;
    position: absolute;
    right: auto;
    margin-left: 5px;
}
/*end*/

@media (hover: hover) {
  .tps_latestv_steps_inner .tps_latestv_steps_item:hover .tps_latestv_steps_node:before {
    border-top-color: var(--global-palette1);
    border-bottom-color: var(--global-palette1);
  }

  .tps_latestv_steps .tps_latestv_steps_item:hover .tps_latestv_steps_node::after {
    border-left-color: var(--global-palette1);
  }

  .tps_latestv_steps .tps_latestv_steps_item:hover .tps_latestv_steps_node {
    background-color: var(--global-palette1);
  }

  .tps_latestv_steps_item.tps_latestv_steps_three:hover .tps_latestv_steps_action a,
  .tps_latestv_steps_item.tps_latestv_steps_two:hover .tps_latestv_steps_action a,
  .tps_latestv_steps_item.tps_latestv_steps_three:hover .tps_latestv_steps_data, 
  .tps_latestv_steps_item.tps_latestv_steps_two:hover .tps_latestv_steps_data,
  .tps_latestv_steps .tps_latestv_steps_item:hover .tps_latestv_steps_node-skin .tps_latestv_steps_heading .nostyle-heading,
  .tps_latestv_steps .tps_latestv_steps_item:hover .tps_latestv_steps_node-skin .tps_latestv_steps_num {
    color: var(--global-palette9);
  }

  .tps_latestv_steps .tps_latestv_steps_item:hover .tps_latestv_steps_node .tps_latestv_steps_node-skin .tps_latestv_steps_ring::after {
    background-position: -14px -75px;
  }

  .tps_latestv_steps .tps_latestv_steps_item:hover .tps_latestv_steps_node .tps_latestv_steps_node-skin .tps_latestv_steps_diamond::after {
    background-position: -82px -75px;
  }

  .tps_latestv_steps .tps_latestv_steps_item:hover .tps_latestv_steps_node .tps_latestv_steps_node-skin .tps_latestv_steps_final::after {
    background-position: -159px -75px;
  }

  .tps_latestv_steps .tps_latestv_steps_action a:hover {
    text-decoration: none;
  }

}

@media(max-width:1280px) {

  .tps_latestv_steps .tps_latestv_steps_heading .nostyle-heading{
    font-size: 18px;
  }

}

@media(max-width:1199px) {

  .tps_latestv_steps .tps_latestv_steps_heading .nostyle-heading{
    font-size: 15px;
  }

}

@media(max-width:1050px) {
  .tps_latestv_steps .tps_latestv_steps_item .tps_latestv_steps_node-skin .tps_latestv_steps_num {
    font-size: 25px;
    width: 45px;
  }

  .tps_latestv_steps .tps_latestv_steps_item .tps_latestv_steps_node-skin .tps_latestv_steps_heading,
  .tps_latestv_steps_item.tps_latestv_steps_heading .tps_latestv_steps_cont .tps_latestv_steps_nostyle_heading {
    font-size: 13px;
  }

  .tps_latestv_steps .tps_latestv_steps_data,
  .tps_latestv_steps .tps_latestv_steps_action {
    font-size: 11px;
  }
}

@media(max-width:991px) {
  .tps_latestv_steps .tps_latestv_steps_item.tps_latestv_steps_common .tps_latestv_steps_cont {
    text-align: center;
  }

  .tps_latestv_steps .tps_latestv_steps_data .cyobar_title,
  .tps_latestv_steps .tps_latestv_steps_data .cyobar_icon,
  .tps_latestv_steps .tps_latestv_steps_data span.cyobar_price {
    display: none !important;
  }

  .tps_latestv_steps .tps_latestv_steps_item .tps_latestv_steps_node-skin .tps_latestv_steps_num,
  .tps_latestv_steps .tps_latestv_steps_data,
  .tps_latestv_steps .tps_latestv_steps_action {
    display: none;
  }

  .tps_latestv_steps .tps_latestv_steps_action {
    display: block;
  }

  .tps_latestv_steps .tps_latestv_steps_item.tps_latestv_steps_one .tps_latestv_steps_node::before {
    display: none;
  }

  .tps_latestv_steps .tps_latestv_steps_item .tps_latestv_steps_node-skin {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: space-evenly;
  }

  .tps_latestv_steps .tps_latestv_steps_pho::after {
    width: 35px;
    height: 35px;
  }
    .tps_latestv_steps .tps_latestv_steps_pho.tps_latestv_steps_ring::after {
        background-position: -18px -12px;
    }
      .tps_latestv_steps .tps_latestv_steps_pho.tps_latestv_steps_diamond::after {
        background-position: -297px -12px;
    }
    .tps_latestv_steps .tps_latestv_steps_pho.tps_latestv_steps_final::after {
        background-position: -359px -12px;
    }
  
  .tps_latestv_steps .tps_latestv_steps_item.active .tps_latestv_steps_node .tps_latestv_steps_node-skin .tps_latestv_steps_ring::after {
    background-position: -238px -77px;
  }

  .tps_latestv_steps .tps_latestv_steps_item.active .tps_latestv_steps_node .tps_latestv_steps_node-skin .tps_latestv_steps_diamond::after {
    background-position: -297px -77px;
  }

  .tps_latestv_steps .tps_latestv_steps_item.active .tps_latestv_steps_node .tps_latestv_steps_node-skin .tps_latestv_steps_final::after {
    background-position: -359px -77px;
  }

  .tps_latestv_steps .tps_latestv_steps_heading .nostyle-heading {
    font-size: 14px;
  }
  .tps-latestv-reset-step-popup {
    margin-top: 8px;
  }
}

@media(max-width:767px) {
  .tps_latestv_steps .tps_latestv_steps_heading .nostyle-heading {
    font-size: 12px;
  }

  .tps_latestv_steps .tps_latestv_steps_action a {
    font-size: 10px;
    margin-right: 5px;
  }

  .tps_latestv_steps .tps_latestv_steps_action a:nth-child(2) {
    margin-right: 0px;
  }

  .tps-ringbuilder-main-container {
    padding: 0px 20px;
  }

  .tps_latestv_steps {
    padding: 7px 0px 10px;
  }

}

@media(min-width:768px) and (max-width:991px) {
  .tps_latestv_steps .tps_latestv_steps_data {
    display: block;
  }

  .tps_latestv_steps .tps_latestv_steps_data .cyobar_title,
  .tps_latestv_steps .tps_latestv_steps_data .cyobar_icon {
    display: none;
  }
}