<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.tabNext{
  background-color: #e7f6f9;
  height: 65px;
}

.tabNext &gt; div{
  height: 100%;
  width: 100%;
  text-align: center;
  position: relative;
  padding-top: 9px;
  color: #0394ad;
  text-decoration: none !important;
  display: block;
}
.tabNext &gt; div:before{
          content: "";
          position: absolute;
          height: 36px;
          width:39px; 
          background-color: antiquewhite;
          top: 15px;
          right: -19px;
          transform: rotate(56deg) skew(21deg);
          -webkit-box-shadow: 5px -5px 5px 0px rgb(76 105 116 / 24%);
          box-shadow: 5px -5px 5px 0px rgb(76 105 116 / 24%);
          background-color: #e7f6f9;
}
.tabNext &gt; div:nth-child(1){
          border-top-left-radius: 10px;
 }

 .tabNext &gt; div:nth-last-child(1){
	  border-top-right-radius: 10px;
 }

 .tabNext &gt; div:nth-last-child(1):before{
	  display: none;
 }


 .tabNext &gt; div:nth-child(1):after{
	  display: none;
 }
 
.tabNext &gt; div label.tabone-level {
	cursor: pointer;
	text-align: center;
	
}
.tabNext &gt; div input[type="radio"] {
	display: none;
}

.selected{
  background-color: #0494ac;
  color: #fff !important;
}

.selected:before{
  background-color: #0494ac !important;
  -webkit-box-shadow: 12px -6px 11px -4px rgba(205, 205, 206, 0.43); 
  box-shadow: 12px -6px 11px -4px rgba(33,190,255,0.43);
  z-index: 1 !important;
}
.selected:after{
          content: "";
          position: absolute;
          height: 36px;
          width:39px; 
          background-color: antiquewhite;
          top: 15px;
          left: -19px;
          transform: rotate(56deg) skew(21deg);
          -webkit-box-shadow: 6px -6px 3px 0px rgb(76 105 116 / 35%);
          box-shadow: 6px -6px 3px 0px rgb(76 105 116 / 35%);
          background-color: #e7f6f9;
 }

.tabContent{
  border: 1px solid #4dc8bd;
  padding: 20px;
  display: none;
}
.tabActive{
	display: block;
}

.tabContent h3{
  color: #0494ac !important;
}

.tabContent .row{
  margin-bottom: 10px;
}

.mobileTab{
  width: 100%;
  text-align: center;
  background-color: #0494ac;
  color: #fff;
  padding: 10px;
  padding:5px;
  display: none;
  border-bottom: 1px solid #fff;
}
@media (min-width: 300px) and (max-width: 576px){
	.col-9 {
		flex: 0 0 90%;
		max-width: 90%;
	}
}
@media (min-width: 576px) and (max-width: 768px) {
	.col-9 {
		flex: 0 0 90%;
		max-width: 90%;
	}
}</pre></body></html>