ul.resp-tabs-list {
  margin: 0;
  padding: 0;
/*  position: sticky;
  top: 0;
  z-index: 999;*/
}


.resp-tabs-list li,
.resp-tabs-list li.resp-tab-item.resp-tab-active {
  font-weight: bold;
  font-size: 1rem;
  display: inline-block;
  padding: var(--global_padding);
  margin: 0;
  margin-left: 1rem;
  list-style: none;
  cursor: pointer;
  transition: all 0.2s ease-out, border-color 0.8s ease-out;
  box-shadow: var(--layer1);
}


li {
  text-wrap: balance;
}

select {
  height: 2.4rem;
}
/*.resp-tabs-list li::after {
  position: absolute;
  left: 0;
  bottom: -1rem;
  right: 0;
  content: '';
  height: 1rem;
  background: linear-gradient(0deg, rgba(185,254,220,0) 0%, rgba(34,34,34,0.16) 97%);
  filter: blur(0.3rem);
}*/

#analyse_container_counter {
  display: none;
}

.resp-tabs-list li.resp-tab-item.resp-tab-active {
  /*box-shadow: inset 0 0 0.9rem rgb(0 0 0 / 8%);*/
/*  border-bottom: 1px solid rgba(0,0,0,0.12);*/
}


#main .resp-tabs-list li.small_logo {
  box-shadow: none;
  background-color: transparent;
}


.resp-tabs-container {
  padding: 0px;
  background-color: #fff;
  clear: both;
}

h2.resp-accordion {
  cursor: pointer;
  padding: 5px;
  display: none;
}

.resp-tab-content {
  display: none;
  padding: 1rem 1rem 3rem 1rem;
}



.KMBCTnK tfoot {
  display: none;
}


#analyse_container_btn {
  margin-left: 0;
}

#briefing_container_btn + #analyse_container_btn {
  margin-left: 1rem;
}

.resp-tabs-container {
  box-shadow: var(--layer1), 0 1rem 2rem 1px rgb(0 0 0 / 23%);
}

.resp-tab-active {
  border-bottom: none;
  background-color: hsla(150,90%,70%,0.33);
}

.resp-content-active,
.resp-accordion-active { display: block; }

/*.resp-tab-content { border: 1px solid #ccc; }*/

h2.resp-accordion {
  font-size: 13px;
  border: 1px solid #ccc;
  border-top: 0px solid #ccc;
  margin: 0px;
  padding: 10px 15px;
}

h2.resp-tab-active {
  border-bottom: 0px solid #ccc !important;
  margin-bottom: 0px !important;
  padding: 10px 15px !important;
}

h2.resp-tab-title:last-child {
  border-bottom: 12px solid #ccc !important;
  background: blue;
}

/*-----------Vertical tabs-----------*/

.resp-vtabs ul.resp-tabs-list {
  float: left;
  width: 30%;
}

.resp-vtabs .resp-tabs-list li {
  display: block;
  padding: 15px 15px !important;
  margin: 0;
  cursor: pointer;
  float: none;
}

.resp-vtabs .resp-tabs-container {
  padding: 0px;
  background-color: #fff;
  border: 1px solid #ccc;
  width: 68%;
  min-height: 250px;
  border-radius: 4px;
  clear: none;
}

.resp-vtabs .resp-tab-content { border: none; }

.resp-vtabs li.resp-tab-active {
  border: 1px solid #ccc;
  border-right: none;
  background-color: #fff;
  position: relative;
  z-index: 1;
  margin-right: -1px !important;
  padding: 14px 15px 15px 14px !important;
}

.resp-arrow {
  width: 0;
  height: 0;
  float: right;
  margin-top: 3px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 12px solid #ccc;
}

h2.resp-tab-active span.resp-arrow {
  border: none;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 12px solid #9B9797;
}


/*#tab_btn_container li {
  transition: background-color 0.2s ease-out;
}*/


#page #tab_btn_container .resp-tab-item:not( .resp-tab-active ):hover,
#smartai_drawer .ghost button:hover,
#page .ghost button:hover,
#page .ghost button.active {
  background-color: var(--hmkb_kick);
  color: #000;
  outline: none;
  cursor: pointer;
}

#tab_btn_container {
  margin-bottom: 1rem;
}

#page .ghost.hmkb_focus button:hover,
#page .ghost.hmkb_focus button.active {
  background-color: var(--hmkb-focus);
  color: #fff;
}

#page .ghost button.delete:hover,
#smartai_drawer .ghost button.delete:hover {
    box-shadow: 0 0 1rem hsla(0, 100%, 80%, 1);
}

.dark_ghost button:hover {
  background-color: #000!important;
}

.button_container.ghost button.btn:focus {
  background-color: #fff;
}

.resp-tab-item,
.ghost button {
  color: #777;
}

.resp-tab-item span.no_icon {
  height: 2rem;
  display: inline-block;
}

.resp-tab-item img {
  opacity: 0.6
}

.resp-tab-item.resp-tab-active {
  color: #000;
}


.resp-tab-item .tab_on {
  display: none;
}


.resp-tab-item.resp-tab-active .tab_on {
  display: inline-block;
}

.resp-tab-item.resp-tab-active .tab_off {
  display: none;
}


/*fill="hsl(140,100%,70%)"*/


/*-----------Accordion styles-----------*/

h2.resp-tab-active { background: #DBDBDB !important; }

.resp-easy-accordion h2.resp-accordion { display: block; }

.resp-easy-accordion .resp-tab-content { border: 1px solid #ccc; }

.resp-easy-accordion .resp-tab-content:last-child { border-bottom: 1px solid #ccc !important; }

.resp-jfit {
  width: 100%;
  margin: 0px;
}

.resp-tab-content {
  opacity: 0;
  transition: 0.2s ease-out;
}

.resp-tab-content-active { display: block; opacity: 1 }

h2.resp-accordion:first-child { border-top: 1px solid #ccc !important; }
/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 768px) {

  ul.resp-tabs-list { display: block; }

  h2.resp-accordion { display: none; }

  .resp-vtabs .resp-tab-content { border: 1px solid #ccc; }

  .resp-vtabs .resp-tabs-container {
    border: none;
    float: none;
    width: 100%;
    min-height: initial;
    clear: none;
  }

  .resp-accordion-closed { display: none !important; }

  .resp-vtabs .resp-tab-content:last-child { border-bottom: 1px solid #ccc !important; }
}
