.v-tab__desktop {
  width: 320px;
}
@media (max-width: 1199px) {
  .v-tab__desktop {
    width: 280px;
  }
}
.v-tab__nav {
  margin-bottom: 50px;
}
.v-tab__item {
  border-bottom: 1px solid #DCDCDC;
}
.v-tab__button {
  text-align: left;
  width: 100%;
  color: #282828;
  font-size: 17px;
  line-height: 28px;
  padding: 14px 25px;
  transition: background-color 0.3s ease-out;
  border-radius: 0 16px 16px 0 !important;
}
.v-tab__button.active {
  background-color: #171C8F !important;
  color: #fff !important;
  font-weight: bold;
}
.v-tab__accordion .accordion-item {
  border: none;
}
.v-tab__accordion .accordion-button {
  padding: 14px 25px;
  font-size: 17px;
  line-height: 28px;
  color: #282828;
  box-shadow: none;
}
.v-tab__accordion .accordion-button:after {
  background-image: url("/media/apaf3wmz/icon_arrow_green-svg.svg");
  background-size: 12px 12px;
  height: 12px;
  width: 12px;
}
.v-tab__accordion .accordion-button:not(.collapsed) {
  background-color: #F6F6F6;
  border-bottom: 1px solid #DCDCDC;
}
.v-tab__accordion .accordion-body {
  padding: 0;
  background-color: #F6F6F6;
}
.v-tab__accordion .accordion-body .v-tab__button {
  padding-left: 40px;
}
.v-tab__accordion .accordion-header {
  border: none !important;
}
.v-tab-container .mobile-sidebar .v-tab__button:not(.subtab-button) {
  padding: 12px 12px;
  font-weight: bold;
  position: relative;
}
.v-tab-container .mobile-sidebar .v-tab__button:not(.subtab-button):after {
  content: "";
  width: calc(100% - 24px);
  position: absolute;
  bottom: 0;
  left: 12px;
  height: 1px;
  background-color: #90989F;
}
.v-tab-container .mobile-sidebar .v-tab__button.subtab-button {
  padding: 6px 12px;
}
.v-tab-container .mobile-sidebar .v-tab__item {
  border-bottom: none;
}
.v-tab-container .mobile-sidebar .v-tab__item:last-child .v-tab__button:after {
  background-color: transparent;
}
.v-tab-container .mobile-sidebar .v-tab-mobile__subtab {
  padding-bottom: 6px;
  position: relative;
}
.v-tab-container .mobile-sidebar .v-tab-mobile__subtab:after {
  content: "";
  width: calc(100% - 24px);
  position: absolute;
  bottom: 0;
  left: 12px;
  height: 1px;
  background-color: #90989F;
}
.v-tab-container .mobile-sidebar .v-tab-mobile__subtab:last-child:after {
  background-color: transparent;
}
.v-tab-container .mobile-sidebar .v-tab-mobile__subtab-head {
  font-weight: bold;
  padding: 12px 0px;
}
.v-tab-container .mobile-sidebar .dropdown-menu {
  z-index: 500;
}

/* Tab Container */
.v-tab-container .v-tab-content .content-wrapper {
  padding: 0;
}

.v-tab-content {
  width: calc(100% - 360px);
}
@media (max-width: 1199px) {
  .v-tab-content {
    width: calc(100% - 320px);
  }
}
@media (max-width: 992px) {
  .v-tab-content {
    width: 100%;
  }
}

@media (max-width: 992px) {
  .v-tab-container {
    padding: 0 15px;
  }
  .v-tab-container .v-tab__nav {
    margin-bottom: 0px;
  }
  .v-tab-container .nav-link {
    font-size: 16px;
    line-height: 24px;
  }
  .v-tab-content .content-wrapper {
    margin-bottom: 0;
    padding: 0;
  }
}
@media (max-width: 575px) {
  .v-tab-container .v-tab__nav {
    margin-bottom: 15px;
  }
  .v-tab-container .nav-link {
    font-size: 14px;
    line-height: 20px;
  }
}/*# sourceMappingURL=Vertical_tab_section.min.css.map */