/* #wpcontent {
    margin-left: 160px;
    padding-left: 20px;
    height: 100%
}

.wrap {
    margin: 10px 20px 0 2px;
    max-width: 1280px;
} */

/* custom */
.fff-report, .fff-widget-container {
    border-radius: 10px!important;
}

.fff-report.fff-report-box {
  background-color: #fdfdfd;
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.1);
}

.fff-report.fff-view {
    background-color:#ed7071;
    color: #fff;
}

.fff-report.fff-click {
    background-color:#0abb87;
    color: #fff;
}

.fff-report.fff-lead {
    background-color:#0068ff;
    color: #fff;
}

.fff-report .title-text {
    font-size: 2rem;
}

.btn:active {
    transform: scale(.98) translateY(2px);
}

.fff-widget-container table td {
    line-height: 35px;
    font-size: 14px;
}

.fff-widget-container button {
    font-size: 14px;
}

.fff-widget-container {
    font-size: 14px;
    background-color: #f3f6ff; 
    border-radius: 10px;
}

.fff-widget-container table th {
    font-size: 11px;
}

.fff-widget-template-container button {
    position: absolute;
    /* margin-top: 32px; */
}

.fff-widget-template-container .overlay {
    width: 90%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    border-radius: 10px;
}

.font-size-14 {
  font-size: 14px;
}

.fff-widget-container .dropdown-toggle::after {
  display: none;
}


/* pricing table */
  
  .pricing .card {
    border: none;
    border-radius: 1rem;
    transition: all 0.2s;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
  }
  
  .pricing hr {
    margin: 1.5rem 0;
  }
  
  .pricing .card-title {
    margin: 0.5rem 0;
    font-size: 0.9rem;
    letter-spacing: .1rem;
    font-weight: bold;
  }
  
  .pricing .card-price {
    font-size: 3rem;
    margin: 0;
  }
  
  .pricing .card-price .period {
    font-size: 0.8rem;
  }
  
  .pricing ul li {
    margin-bottom: 1rem;
  }
  
  .pricing .text-muted {
    opacity: 0.7;
  }
  
  .pricing .btn {
    font-size: 90%;
    /* border-radius: 5rem; */
    letter-spacing: .1rem;
    font-weight: bold;
    padding: 1rem;
    opacity: 0.7;
    transition: all 0.2s;
    /* background: #e02b20; */
    color:white;
  }

  .headerVip {
    padding-top:20px;
    padding-bottom:20px!important;
  }
  
  .nav-link .active {
    background-color: #007bff;
  }

  .nav-link:hover {
    background-color: #007bff;
  }