
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
}
.container {
  padding: 0px 15px;
  margin: 0 auto;
}
a {
  color: black;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

h1 {
  font-size: 23px;
  font-weight: 800;
}
.stock {
  font-family: "Inter", sans-serif;
  padding-top: 5px;
}
.tabs p {
  cursor: pointer;
  padding: 10px;
  font-size: 13px;
  border-radius: 8px;
  position: relative;
  z-index: 1;
  line-height: unset;
  /* background: white; */
}
.tabs a {
  cursor: pointer;
  padding: 10px;
  font-size: 13px;
  border-radius: 8px;
  position: relative;
  z-index: 1;
  line-height: unset;
  /* background: white; */
}
.grid {
  display: -ms-grid;
  display: grid;
  /* row-gap: 20px; */
}
.tabs {
  position: relative;
  margin-top: 15px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 2px;
  background: rgba(43, 93, 168, 0.1);
  border-radius: 10px;
}
.tabcontent {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
}
.current__item + .current__item{
  margin-top: 10px;
}
#current img {
  -webkit-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
  width: 100%;
  height: 100%;
}
.tabcontent.active {
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: fadeEffect 1s ease;
  animation: fadeEffect 1s ease;
}
.wrapper_tabcontent {
  padding-bottom: 26px;
}
@-webkit-keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
    -webkit-transform: unset;
    transform: unset;
  }
}
@keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
    -webkit-transform: unset;
    transform: unset;
  }
}
.flex-c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.tabs-completed-box--text {
  width: 100%;
  margin-left: 10px;
}
.tabs-completed-box--text h3 {
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 5px;
}
.tabs-completed-box--text p {
  font-size: 13px;
  line-height: 16px;
}
.tabs-completed-box {
  -webkit-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
  position: relative;
}

.tabs-completed-box--text {
  position: relative;
}
#completed {
  border-top: 1px solid rgba(43, 93, 168, 0.1);
  padding-top: 10px;
}
.jc-sb {
  margin: 15px 0px;
}
.tabs-completed-box:active * {
  color: #2b5da8;
}
#current img:active {
  -webkit-filter: brightness(0.8);
  filter: brightness(0.8);
}
.current-box {
  position: relative;
}
.current-box + .current-box{
  margin-top: 10px;
}





.current-btn {
  display: none;
  bottom: 30px;
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  left: 30px;
  line-height: 14px;
  font-size: 18px;
  color: white;
  padding: 18px 68px;
  -webkit-filter: drop-shadow(0px 10px 50px rgba(0, 0, 0, 0.15));
          filter: drop-shadow(0px 10px 50px rgba(0, 0, 0, 0.15));
  border-radius: 30px;
  border: 1px solid white;
  margin-bottom: unset !important;
  position: absolute;
}
.current-btn:hover {
  background: white;
  -webkit-box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.15);
  color: black;
}
a.overlay-link {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.tabs-toggle {
  border-radius: 8px;
  content: "";
  height: 83%;
  width: 24%;
  background: white;
  top: 0;
  position: absolute;
  left: 3px;
  bottom: 0;
  -webkit-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
  margin: auto;
}
/* .tab-right.active ~ .tabs-toggle {
  width: 57%;
  -webkit-transform: translateX(70%);
      -ms-transform: translateX(70%);
          transform: translateX(70%);
} */
.tab-right.active ~ .tabs-toggle {
  /* width: 57%; */
  -webkit-transform: translateX(117%) scaleX(1.5);
  -ms-transform: translateX(117%) scaleX(1.5);
  transform: translateX(117%) scaleX(1.5);
}
.tab-go.active ~ .tabs-toggle {
  /* width: 57%; */
  -webkit-transform: translateX(279%) scaleX(1.6);
  -ms-transform: translateX(279%) scaleX(1.6);
  transform: translateX(279%) scaleX(1.6);
}
.tabs-completed-box img {
  height: 80px;
  width: 80px;
}
/* alga color: #368CC9; fevral color: #368CC9; car color: #AA0E81; */


.tabs-completed-box--text {
    position: relative;
    padding-bottom: 30px;
    padding-top: 30px;
    border-bottom: 1px solid rgba(43, 93, 168, 0.1);
} 