.tabber .title {
  margin-left: .5rem;
  margin-right: .5rem;
  display: flex;
  position: relative;
  flex-wrap: wrap;
  overflow: hidden;
}

.tabber .title ul h2 {
    margin: 0;
}

.tabber .menu-title img{
  display:none;
}

.tabber  a.current .waves-ripple {
  background-color: #5327a43b;
}

.tabber .title ul {
  flex-wrap: nowrap;
}
.tabber .title {
  overflow-x: auto;
}

.tabber table small {
  line-height: 14px;
  font-family: WorkSans-Medium;
  font-size: 12px;
  color: #868e96;
}

.tabber h6 {
  font-size: 16px !important;
  line-height: 19px !important;
  margin: 0;
  font-family: WorkSans-SemiBold;
  color: #282828;
}

.tabber .menu ul {
  display: block;
  padding: 0;
  margin: 0;
  list-style: none;
  line-height: 1;
  margin-top: 1.5rem;
}

.tabber .menu a:hover {
  background-color: #f8f9fa;
}

.tabber .menu a:active {
  background-color: #e9ecef;
}

.tabber .menu a {
  padding: 0;
  line-height: 20px;
  cursor:pointer;
  color: #00B1D2!important;
   
}

.tabber .menu ul li {
  margin-top: 1.5rem;
}

.tabber .menu ul li:first-child {
  margin-top: 0;
}

.tabber .menu-title {
  margin-bottom: 1rem;
  margin-top: 1rem;
  color:#00B1D2;
  font-family: Worksans-Medium;
}

.tabber .title ul li a.current {
  color:#00B1D2;
}

.tabber .tab-content {
  display: none;
}

.tabber .tab-content.current {
  display: block;
}

.tabber li.slide-line {
  display: block;
  z-index: 0;
  position: absolute;
  height: 2px;
  left: 0;
  top: 0;
  background-color: #5327A4;
  margin-top: 10px;
}

.tabber .title ul li a {
  color: #282828;
  font-size: 16px;
  text-align: center;
  cursor:pointer;
  font-family: WorkSans-Regular;
  font-weight: 600;
  line-height: 20px;
  text-transform: none;
  padding: 6px 24px;
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  min-width:160px;
  white-space: normal;
  letter-spacing: -.11px;
  white-space: nowrap;
}

.tabber tbody tr.not td {
  color: #868e96;
}

.tabber .title ul {
  padding: 0;
  list-style: none;
  margin: 0;
  display: flex;
  padding-left: 56px;
  width:100%;
}

.tabber {
  padding-top: 3rem;
  padding-bottom:45px;
}

.tabber .inner {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.tabber .menu {
  width: 25%;
  background-color: rgb(244, 246, 251);
  padding: 0px 15px;
}

.tabber .content {
  width: 75%;
  padding: 0px 15px;
}

.tabber .wrapper {
  margin-top: 3rem;
}

.tabber table {
  border: 0;
  text-align: center;
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  border-collapse: collapse;
  display: block!important;
  border-spacing: 0;
}

.tabber thead tr {
  font-family: WorkSans-Regular;
  font-size: 16px;
  line-height: 19px;
}

.tabber th {
  border: 0px;
  padding: .75rem;
  border: 1px solid #dee2e6;
  border-bottom: 0px rgb(255, 255, 255);
  background-color: rgb(244, 246, 251) !important;
  border-top-color: rgb(255, 255, 255);
  border-right-color: rgb(255, 255, 255);
  border-left-color: rgb(255, 255, 255);color: #17285c!important;
}

.tabber td {
  border: 1px solid #f4f6fb;
  vertical-align: middle;
  padding: .75rem;
}

.tabber td:first-child {
  text-align: left!important;
}

.tabber tbody tr {
  font-family: WorkSans-Regular;
  font-size: 14px;
  line-height: 17px;
}

.tabber tbody td span {
  line-height: 14px;
  font-family: WorkSans-Medium;
  font-size: 12px;
  color: #868e96;
}

.tabber th:first-child {
  background: transparent !important;
  border: none !important;
}

.tabber .content-inner th {
  font-weight: 700!important;
  line-height: 22px;
  font-size: 16px;
  padding: 0;
  color: #282828 !important;
  width: Calc(25% + 7.5px);
}

.tabber .content-inner td {
  border: none;
  flex: 1;
  font-family: WorkSans-Regular;
  line-height: 22px;
  font-size: 16px;
}

.tabber .content-inner table {
  width: auto;
  margin: 0;
}

.tabber .content-inner th{
  padding: 0 !important;
  padding-right: 15px !important;
  margin-bottom: 1.5rem;
}

.tabber .content-inner td {
  padding: 0 !important;
  padding-right: 0px !important;
  margin-bottom: 1.5rem;
}


.tabber .content-inner tbody tr {
  display: flex;
  flex-wrap: wrap;
}

.tabber .content-inner tbody {
  width: 100%;
  display: block;
  text-align: left;
}


@media(min-width:1000px){
  .tabber  .table-tabber{
    display:none;
  }
}

@media(max-width:1000px){

  .tabber {
    padding-top: 1rem;
  }

  .tabber .menu {
    width: 100%;
  }

  .tabber .menu ul {
    margin: 0;
    display: none;
  }

  .tabber .title ul li a {
    padding: 6px 12px;
    min-width: auto;
  }

  .tabber .content {
    padding: 16px 31px;
    width: 100%;
  }

  .tabber  .menu-title img {
    display: inline-block;
    fill: rgb(23, 40, 92);
    margin-left: .5rem!important;
    width: 16px;
  }

  .tabber  .menu-title {
    text-align: center;
    cursor:pointer;
  }

  .tabber table.desktop {
    display: none !important;
  }

  .tabber .table-tabber .title ul {
    padding-left: 33px;
  }

  .tabber .menu-title.open + ul {
    display: block !important;
    padding-left: 1rem!important;
    margin-top: 1.5rem!important;
    padding-bottom: 1.5rem!important;
  }

  .tabber .menu-title.open img {
    -webkit-transform: rotate( 180deg );
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate( 180deg );
    transition: transform .1s linear 0s;
  }

  .tabber  .table-tabber-content .value {
    display: none;
  }

  .tabber  .table-tabber-content .value.current {
    display: table;
    width: 100%;
  }

  .tabber .table-tabber-content td {
    line-height: 17px;
    font-family: WorkSans-Regular;
    font-size: 14px;
    width: 50%;
  }

  .tabber .left-column table {
    display: table !important;
    margin-top: 1.5rem!important;
    margin-bottom: 1rem;
  }

  .tabber .table-tabber .title ul li a {
    max-width: 264px;
    min-width: 72px;
  }

  .tabber .table-tabber .title ul li a.current {
    font-family: WorkSans-SemiBold!important;
  }


}


@media(max-width:600px){

  .tabber .title {
    padding-left: 0;
  }
  .tabber .table-tabber .title {
    padding-left: 0;
    margin-left: -15px;
  }

  .tabber .title ul{
    padding-left: 0;
  }
  
  .tabber .table-tabber .title ul {
    padding-left: 0;
}

}


@media(max-width:480px){

  .tabber .content-inner th {
    width: 100%;
  }



}