/*--------------------------------------------------------------
## Table Style
--------------------------------------------------------------*/
.df-table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

/*Table Style1*/
.df-table.df-style1 .df-table-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #eaeaea;
}

.df-table.df-style1 .df-table-row:nth-child(even) {
  background-color: #fafafa;
}

.df-table.df-style1 .df-table-row.df-table-heading {
  background-color: transparent;
}

.df-table.df-style1 .df-table-row:last-child {
  border-bottom: none;
}

.df-table.df-style1 .df-table-row.df-table-heading .df-table-col {
  color: #b5b5b5;
}

.df-table.df-style1 .df-table-col {
  padding: 10px 20px;
  color: rgba(5, 30, 49, 0.8);
}

.df-table.df-style1 .df-table-row .df-table-col:first-child {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.df-table.df-style1 .df-table-row .df-table-col:nth-child(2) {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 180px;
}

.df-table.df-style1 .df-table-row .df-table-col:last-child {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 100px;
}

/*Table Style2*/
.df-table.df-style2 {
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  font-size: 14px;
  line-height: 1.6em;
}

.df-table.df-style2 .df-table-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #eaeaea;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.df-table.df-style2 .df-table-row:hover {
  background-color: #fafafa;
}

.df-table.df-style2 .df-table-row:last-child {
  border-bottom: none;
}

.df-table.df-style2 .df-table-col {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 9px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: rgba(5, 30, 49, 0.8);
}

.df-expericnce-img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
  overflow: hidden;
}

.df-expericnce-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.df-table.df-style2 .df-table-row.df-table-heading .df-table-col,
.df-table.df-style2 .df-table-row .df-table-col:first-child {
  color: #222;
  font-weight: 500;
}

.df-table-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  background-color: #3FC65F;
  color: #fff;
  border-radius: 4px;
  font-weight: 500;
  padding: 0.65em 1.7em;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.df-table-btn:hover {
  opacity: 0.8
}

.df-table.df-style2 .df-table-btn {
  margin-top: 5px;
  margin-bottom: 5px;
}

.df-table.df-style2 img {
  padding: 5px 0;
}

.df-table.df-style1.df-type1 .df-table-row {
  border-bottom: none;
}

.df-table.df-style1.df-type1 .df-table-row .df-table-col:nth-child(2),
.df-table.df-style1.df-type1 .df-table-row .df-table-col:last-child {
  text-align: center;
}

.df-table.df-style1.df-type1 .df-table-col {
  padding: 10px 30px;
  font-size: 16px;
  line-height: 1.6em;
}

.df-table.df-style1.df-type1 .df-table-row.df-table-heading .df-table-col {
  color: #222222;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.6em;
}

.df-table.df-style1.df-type1 .df-table-icon {
  color: #34c759;
}

.df-info-box {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  margin-left: 6px;
}

.df-info-box-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #b5b5b5;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.df-info-box-icon:hover {
  color: rgba(5, 30, 49, 0.8);
}

.df-info-box-in {
  position: absolute;
  width: 300px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #fff;
  font-size: 14px;
  line-height: 1.6em;
  padding: 15px 20px;
  border-radius: 4px;
  border: 1px solid #eaeaea;
  bottom: 100%;
  margin-bottom: 20px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.df-info-box-in:before {
  content: '';
  position: absolute;
  height: 12px;
  width: 12px;
  border: 1px solid #eaeaea;
  bottom: -6px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #fff;
  left: 50%;
  border-left: none;
  border-top: none;
  border-radius: 0 0 2px 0;
  margin-left: 2px;
}

.df-info-box:hover .df-info-box-in {
  opacity: 1;
  visibility: visible;
  margin-bottom: 10px;
}

.df-table.df-style1.df-type1 {
  overflow: initial;
}

.df-info-box:before {
  content: '';
  position: absolute;
  height: 30px;
  width: 40px;
  top: -25px;
  left: -10px;
}

@media screen and (max-width: 575px) {

  .df-table.df-style1,
  .df-table.df-style2 {
    width: 550px;
  }

}
