@keyframes bob {
  0% {
    transform: translateY(-5px);
  }
  50% {
    transform: translateY(-2px);
  }
  100% {
    transform: translateY(-5px);
  }
}
@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
.can-be{
  display: none;
}
.table-scroll {
  position: relative;
  max-width: 100%;
  margin: auto;
  overflow: auto;
}
.table-wrap {
  width: 100%;
}

.clone {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 0;
}
.clone th,
.clone td {
  visibility: hidden;
  border: none !important;
}

.clone .famcell {
  visibility: visible;
  display: block;
}

.powerhead {
  text-align: center !important;
}
.powerhead a{
  color:#fff;
  transition:0.6s;
  text-decoration: none;

}
.powerhead a:hover{
  color:#70f2a7;
  transition:0.6s;
}
table.products-table {
  border-collapse: separate;
  border-radius: 20px;
  border-spacing: 0;

  margin: 4rem 0;
  width: 100%;
  z-index: 2;
}

table.products-table th {
  background-color: #fff;
  font-weight: normal;
  border-bottom: 1px solid #d1d1d1;
}

table.products-table th,
table.products-table td {
  line-height: 1.5;
  padding: 10px 15px;
  text-align: center !important;
  position: relative;
}

table.products-table td {
  background-color: white;
  border: 1px solid #f9f9f9;
}

.famcell {
  font-weight: bold;
  text-align: center;
  background-color: #051f42 !important;
  color: #fff !important;
  border: none !important;
  width: 74px;
  z-index: 100 !important;
}
.powerhead {
  color: #777d8b;
  background-color: #000000 !important;
  border: none;
  cursor: pointer;
}
th:first-child {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  z-index: 2;
}
table.products-table th:hover {
  color: #70f2a7;
}

#firstfotter {
  width: 74px;
  border:1px solid #0000
}

/**tbody tr:nth-child(odd) td {
    background-color: #f6f6f6;
  }
  **/
#firstfotter {
  border-bottom-left-radius: 20px;
}

table.products-table th:last-child {
  border-bottom-right-radius: 20px;
}

table.products-table tr:first-child th:first-child {
  border-top-left-radius: 20px;
}

tbody tr:first-child td:last-child {
  border-top-right-radius: 10px;
}
.true1 {
  transition: all 2s;
}
/* Stack rows vertically on small screens */


.arrow-down:after {
  content: "";
  border-left: 10px solid transparent;
  position: absolute;
  bottom: -10px;
  left: calc(50% - 10px);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #051f42 !important;
}
.fampic {
  width: 60px;
}

.myButton {
  background-color: #ffffff;
  border-radius: 28px;
  border: 1px solid #1940ab;
  display: inline-block;
  cursor: pointer;
  font-weight: bold;
  color: #165ec4;
  font-family: Arial;
  font-size: 11px;
  padding: 3px 23px;
  margin-top: 14px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #2f6627;
}
.myButton:hover {
  background-color: #165ec4;
  color: #fff;
}
.myButton:active {
  position: relative;
  top: 1px;
}
.power {
  color: #70f2a7;
}
.colorful {
  background: #70f2a7 !important;
}
.arrow-down {
  background: #fff !important;
}
#table-scroll {
  padding-top: 125px;
}
.noborder {
  border: none !important;
}
.tab-line{
  border: 1px solid #f9f9f9!important;
  padding: 10px;
  position: relative;
  
}
.colorize{
    width: 100%;
    height: 100%;
    position: absolute;
    background: #70f2a7;
    left: 0;
    top: 0;
}
.famdisplay h6{
  font-size: 14px;
  line-height:0;
}
.famdisplay a{
  padding: 10px;
}
.box-card{
  transition: all 2s;

}
.box-card img{
  height:45px!important;
  
}
.box-card {
  transition: all 2s;
  position: absolute;
  background-color: #fff;
  padding:0;
  border-radius: 18px;
  bottom: 50%;
  box-shadow: 0 0 25px #aaa;
  z-index: 3;
  animation: bob 3s infinite;
  padding:36px 15px 39px 15px;
  width: 135px;
  z-index:10;

}
.box-link{
  left: 0;
  position: absolute;
  width: 82%;
  height: 100%;
  top: 0;
}

.active{
  display: block;
  
}
.box-card h6{
	margin-top:25px;
}
.powerhead a{
	width:30px;display:block;
}
.famcell{
  position: sticky!important;
}


/* Track */

.sf-input-select::-webkit-scrollbar-thumb {
    background: #212121!important;
    border-radius: 21px!important;
}
.box-card h6 {
    margin-top: 0!important;
    margin-bottom: 36px!important;
}
.powerhead a{
	color: #fff!important;
    font-weight: bold;
    font-size: 14px;
}
.powerhead{
	color: #fff!important;
    font-weight: bold;
    font-size: 14px;
}
.noborder{
	padding-right: 38px!important;
    padding-left: 10px!important;
}
.units{
	font-size: 10px;
    color: #bdbbbb!important;;
}
.decript{
  position: absolute;
  top: -90px;
  background: #fff;
  left: 142px;
  width: 350px;
  border-radius:12px;
  box-shadow: 0 0 25px #aaa;
  padding:10px;
  display:none;
  z-index:20;
  transition: 0.6s !important;
  color:#212121!important;

}
.box-container:hover .decript{
  display:block!important;
  transition:0.6s!important;
}
.head-dec{
  margin: 0px 0px 10px 0px;
  padding: 14px 10px 12px 17px;
  background-color: #FECB00;
  border-radius: 10px 10px 10px 10px;
  text-align:left;
  font-size:12px;
	  color:#212121!important;


}
.body-dec{
  padding: 5px;
  background: #E7E7E7;
  border-radius: 10px;
  line-height: 36px;
  font-size:12px;
  margin: 0px 0px 10px 0px;
  text-align:left;
	  color:#212121!important;



}
.bold{
  font-weight:bold!important;
}
