.tab-list:has(+ .tab-input){
  width: calc(100% - 30.3rem);
}
.tab-list-slider{
  padding-right: 3.3rem;
}
.tab-nav{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--light-black);
  padding: 1.1rem 2.4rem;
  border: 1px solid var(--border-secondary);
  border-radius: 999px;
}
.tab-nav:hover{
  background: var(--btn-secondary-hover);
  border-color: #BCC4D4;
}
.tab-nav.active{
  background: #20242B;
  border-color: #20242B;
  color: var(--white);
}
.tab-list-slider .owl-dots.disabled{
  display: none;
}
.tab-list-slider .btn-owl{
  position: absolute;
  top: calc(50% - 2.2rem);
  width: 4.4rem;
  height: 4.4rem;
  border-radius: 50%;
  border: 1px solid var(--border-secondary);
  background: var(--white);
  z-index: 2;
}
.tab-list-slider .btn-next{
  left: auto !important;
  right: 0;
}
/* .tab-list-slider .btn-owl::after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 16rem;
  height: 100%;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 4.55%, #FFFFFF 28.39%);
  opacity: 0.5;
} */
.tab-list-slider .btn-owl.disabled{
  display: none;
}
.tab-input{
  width: 100%;
  max-width: 27.1rem;
}
.tab-input .label{
  margin-right: 1.2rem;
  font-weight: normal;
}
.tab-input .select{
  flex-grow: 1;
  width: 100%;
}
@media(min-width:1360px) and (max-width:1459.98px){
  .tab-list:has(+ .tab-input) {
    width: calc(100% - 29rem);
  }
}
@media(min-width:1200px) and (max-width:1359.98px){
  .tab-list:has(+ .tab-input) {
    width: calc(100% - 29rem);
  }
}
@media(min-width:992px) and (max-width:1199.98px){
  .tab-list:has(+ .tab-input) {
    width: calc(100% - 29rem);
  }
}
@media(min-width:768px) and (max-width:991.98px){
  .tab-list:has(+ .tab-input) {
    width: calc(100% - 29rem);
  }
}
@media(max-width:767.98px){
  .tab-outer {
    display: block;
  }
  .tab-list:has(+ .tab-input) {
    width: 100%;
  }
  .tab-nav {
    padding: 1.1rem 1.4rem;
  }
  .tab-input {
    max-width: 100%;
    margin-top: 1.6rem;
  }
}