.tab-components {
  position: relative;
  z-index: 2;
}
.tab-components .nav-item::marker {
  content: none;
  display: none;
}

body.mobile-device .tab--style03 .tab-item-wrapper .nav-link:hover {
  color: #aaaaaa;
}
body.mobile-device .tab--style03 .tab-item-wrapper .nav-link.active {
  color: #e9e9e9;
}

.tab--style01 {
  width: 400px;
  height: 505px;
}
@media (min-width: 1200px) {
  .tab--style01 {
    height: 700px;
  }
}
@media (max-width: 1199px) {
  .tab--style01 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .tab--style01 {
    height: 300px;
  }
}
.tab--style01 .tab-wrapper {
  position: relative;
  width: 400px;
}
@media (max-width: 1199px) {
  .tab--style01 .tab-wrapper {
    width: 100%;
  }
}
.tab--style01 .tab-wrapper.has-bg:after {
  content: "";
  position: absolute;
  top: 0;
  width: 25%;
  height: 100%;
  pointer-events: none;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.tab--style01 .tab-wrapper.has-bg.right:after {
  right: 0;
  background: rgb(20, 20, 20);
  background: -webkit-gradient(linear, left top, right top, from(rgba(20, 20, 20, 0)), to(rgb(20, 20, 20)));
  background: -o-linear-gradient(left, rgba(20, 20, 20, 0) 0%, rgb(20, 20, 20) 100%);
  background: linear-gradient(90deg, rgba(20, 20, 20, 0) 0%, rgb(20, 20, 20) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#141414",endColorstr="#141414",GradientType=1);
}
.tab--style01 .tab-wrapper.has-bg.left:after {
  left: 0;
  background: rgb(20, 20, 20);
  background: -webkit-gradient(linear, right top, left top, from(rgba(20, 20, 20, 0)), to(rgb(20, 20, 20)));
  background: -o-linear-gradient(right, rgba(20, 20, 20, 0) 0%, rgb(20, 20, 20) 100%);
  background: linear-gradient(-90deg, rgba(20, 20, 20, 0) 0%, rgb(20, 20, 20) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#141414",endColorstr="#141414",GradientType=1);
}
.tab--style01 .tab-content {
  position: relative;
  height: 100%;
  overflow-x: hidden !important;
}
.tab--style01 .tab-content-wrapper {
  position: relative;
  height: 100%;
}
.tab--style01 .tab-content-wrapper.has-bg:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 25%;
  pointer-events: none;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.tab--style01 .tab-content-wrapper.has-bg.up:after {
  top: 0;
  background: rgb(20, 20, 20);
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(20, 20, 20, 0)), to(rgb(20, 20, 20)));
  background: -o-linear-gradient(bottom, rgba(20, 20, 20, 0) 0%, rgb(20, 20, 20) 100%);
  background: linear-gradient(0deg, rgba(20, 20, 20, 0) 0%, rgb(20, 20, 20) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#141414",endColorstr="#141414",GradientType=1);
}
.tab--style01 .tab-content-wrapper.has-bg.down:after {
  bottom: 0;
  background: rgb(20, 20, 20);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(20, 20, 20, 0)), to(rgb(20, 20, 20)));
  background: -o-linear-gradient(top, rgba(20, 20, 20, 0) 0%, rgb(20, 20, 20) 100%);
  background: linear-gradient(180deg, rgba(20, 20, 20, 0) 0%, rgb(20, 20, 20) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#141414",endColorstr="#141414",GradientType=1);
}
.tab--style01 .tab-content .grid-card--style01 {
  padding-right: 15px;
}
.tab--style01 .tab-item-wrapper {
  white-space: nowrap;
  width: 100%;
  overflow-x: auto;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.tab--style01 .nav-item:first-child > .nav-link {
  padding-left: 0;
}
.tab--style01 .nav-item > .nav-link {
  font-size: 16px;
  color: #717171;
  border-bottom: 2px solid #6a6a6a;
  min-width: 50px;
  padding: 15px 10px;
}
@media (min-width: 1601px) {
  .tab--style01 .nav-item > .nav-link {
    font-size: 20px;
  }
}
.tab--style01 .nav-item > .nav-link.active {
  color: #f9f9f9;
  border-bottom-color: #ff0000;
}
.tab--style02 .tab-item-wrapper {
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
}
.tab--style02 .tab-item-wrapper .nav-item {
  margin-bottom: -2px;
}
.tab--style02 .tab-item-wrapper .nav-item + .nav-item {
  margin-left: 50px;
}
@media (max-width: 1199px) {
  .tab--style02 .tab-item-wrapper .nav-item + .nav-item {
    margin-left: 30px;
  }
}
.tab--style02 .tab-item-wrapper .nav-link {
  font-size: 18px;
  padding-left: 0;
  padding-right: 0;
  border-bottom: 2px solid transparent;
}
@media (max-width: 1199px) {
  .tab--style02 .tab-item-wrapper .nav-link {
    font-size: 16px;
  }
}
.tab--style02 .tab-item-wrapper .nav-link.active, .tab--style02 .tab-item-wrapper .nav-link:hover {
  color: #E3DFD5 !important;
  border-bottom-color: #3B0D18;
}
.tab--style02 .tab-item-wrapper .nav-link:not(.active) {
  color: rgba(255, 255, 255, 0.3);
}
.tab--style03 .tab-wrapper {
  background: rgb(126, 126, 126);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(126, 126, 126)), to(rgb(88, 88, 88)));
  background: -o-linear-gradient(top, rgb(126, 126, 126) 0%, rgb(88, 88, 88) 100%);
  background: linear-gradient(180deg, rgb(126, 126, 126) 0%, rgb(88, 88, 88) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#7e7e7e",endColorstr="#585858",GradientType=1);
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  border-radius: 100px;
}
.tab--style03 .tab-item-wrapper .nav-link {
  font-size: 16px;
  color: #aaaaaa;
}
@media (min-width: 1601px) {
  .tab--style03 .tab-item-wrapper .nav-link {
    font-size: 20px;
  }
}
@media (max-width: 450px) {
  .tab--style03 .tab-item-wrapper .nav-link {
    padding: 0.5rem;
  }
}
.tab--style03 .tab-item-wrapper .nav-link.active, .tab--style03 .tab-item-wrapper .nav-link:hover {
  color: #e9e9e9;
}