.customTabs {
  border: none;
  --active-line-color: #ff8383!important;
  --active-title-color: #fff!important;
  --title-color: #a0a0a0!important;
  --inactive-title-color: #FFFFFF80;
  --tab-border-color: #ff8383;
}

.customTabs>div>div:last-child>div:first-child {
  z-index: 1;
  background: none;
  
}
.customTabs>div>div:last-child>div:first-child::after{
  content: "";
  background-image: url("https://levianderwinv01.tiefen.space/web_app_public/icons/tabindicator.png");
  height: 44px;
  background-size: cover;
  background-repeat: no-repeat;
  width: 40px !important;
  position: absolute;
  top: -48px;
  left: calc(50% - 25px);
}
/* .loginBox .adm-tabs .adm-tabs-tab {
  color: #a0a0a0;
} */
.customTabs>div>div:last-child>div>div {
  // font-weight: bold;
  font-size: 18px;
}


.customTabs>div {
  border-bottom: none!important;
}
.adm-list-body-inner {
  margin-top: 8px;
}
.adm-image-viewer-indicator{
  color: #fff;
}
.adm-list-item-content{
  padding-right: 0 !important;
}