
/* ----------------------AKD Tabs-------------------- */
#akd_custom_tabs .tabs-main-list{
    display: flex;
    gap: 50px;
  }
  #akd_custom_tabs ul .nav-item .nav-link{
    display: flex;
    justify-content: space-between;
    border-radius: 0px;
  }
  #akd_custom_tabs ul .nav-item .nav-link .tab-title-icon{
    display: flex;
    align-items: center;
  }
  #akd_custom_tabs ul .nav-item .nav-link .tab_tltle img{
    height: auto;
  }
  #akd_custom_tabs .nav-pills .nav-link.active, .nav-pills .show>.nav-link{
    background-color: transparent;
    border: 1px solid #ea8d43;
    border-radius: 0px;
  }
  #akd_custom_tabs .nav-pills .nav-item{
    border-radius: 10px;
  }
  #akd_custom_tabs .nav-pills .nav-link {
    border: 1px solid transparent;
  }
  #akd_custom_tabs .nav-pills .nav-link.active .tab_tltle img {
    filter: saturate(1) !important;
  }
  #akd_custom_tabs .nav-pills .nav-link.active{
    color:#fff !important;
  }
  #akd_custom_tabs .nav-item .nav-link.active .tab_tltle span{
    color:#fff !important;

  }
  #akd_custom_tabs .nav-pills .nav-item:last-child{
    margin-bottom: 0px !important;
  }
  #akd_custom_tabs .row:first-child{
    margin: 0px !important;
  }
  #akd_custom_tabs .nav-item .tab_tltle span{
    display: block !important;
    color: var(--e-global-color-primary);
  }
  .elementor-widget-akd-data-centers #akd_custom_tabs .nav-item:hover .tab_tltle span{
    color: var(--e-global-color-white) !important;
  }
  #akd_custom_tabs .content-bg {
    padding: 10px 10px 10px 10px;
    background-color:var(--e-global-color-white);
    border-radius: 10px;
}
#akd_custom_tabs #data-center-tabs {
    padding-left: 0px;
    padding-right: 36px;
    margin-left: -3px;
    
}
/* Style the container with overflow-y: scroll */
.content-scroll {
  overflow-y: scroll;
  color: var(--e-global-color-primary) !important;
  max-height: 250px; /* Set a max height if needed */
  /* Add other styling properties for your container */
}
  @media screen and (max-width: 767px) {

    #akd_custom_tabs .tabs-main-list{
        gap: 30px;
    }
        #akd_custom_tabs #myTab {
            flex-direction: inherit !important;
            justify-content: center;
    }
        #akd_custom_tabs #myTab.nav-pills .nav-item{
            flex: auto;
    }
    #akd_custom_tabs #myTab.nav-pills .nav-link{
        text-align: center;
        display: block;
    }
        #akd_custom_tabs .tabs-main-list{
            justify-content: center;
    }
        #akd_custom_tabs .nav-item .tab_tltle img{
            margin: 0 !important;
    }
        #akd_custom_tabs .nav-item .tab_tltle span{
            display: none;
    }
        #akd_custom_tabs .nav-item .tab-title-icon i{
            display: none;
    }
    #akd_custom_tabs .nav-pills .nav-item:last-child{
        margin-bottom: 10px !important;
    }
  }