.wccf-container {
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 4px;
}
.wccf-clearfix {
    clear: both;
    height: 1px;
}
.wccf-hr {
    background-color: #ddd;
    margin: 20px 0;
}
.wccf-top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 20px 0;
}
.wccf-logout-button {
    background: var(--wccf-danger-color);
    color:  #FFF!important;    
}
.wccf-top h3 {
    margin: 0;
    line-height: 1;
    font-weight: bold;
}
ul.wccf-tabs {
    display: flex;
    list-style: none;
    margin: 0 0 20px 0;
    justify-content: center;
}
ul.wccf-tabs > li > a {
    transition: all 0.3s ease 0s;
    text-decoration: none!important;
    display: inline-block;
    padding: 10px;
    min-width: 180px;
    text-align: center;
    border: 1px solid #000;
    margin: 0 12px;
    color: #000;
}
ul.wccf-tabs > li > a:hover {
    background-color: #000;
    color: #FFF;
    outline: none!important;    
}
ul.wccf-inside-tabs > li > a:hover {
    outline: none!important;
}
ul.wccf-inside-tabs > li {
    cursor: pointer;
}
ul.wccf-tabs > li > a.wccf-tab-active {
    background-color: #000;
    color: #FFF;
    outline: none!important;    
}
.wccf-tab-content {
    display: none;
}
.wccf-inside-tab-content {
    display: none;
}
.wccf-tab-show {
    display: block;
}
.wccf-inside-tab-show {
    display: block;
}
#wccf-graph-wrap {
    margin-top: 20px;
}
.wccf-dashboard-summary {
    margin-top: 22px;    
}
.wccf-dashboard-summary ul {
    list-style: none;
    padding: 0;
    margin: 25px 0;
    display: flex;
}
.wccf-dashboard-summary ul:not(.wccf_pagination) li {
    display: inline-flex;    
    background: #f6f6fb;
    padding: 20px;
    position: relative;
    border-radius: 4px;
    border: 0!important;
    flex: 1 0 0;
    margin-right: 15px!important;
    /* cursor: pointer; */
}
.wccf-flex-dir-col {
    flex-direction: column;
}
.wccf-flex-dir-row {
    flex-direction: row;
}
.wccf-dashboard-summary ul li:last-child {
    margin-right: 0!important;
}
.wccf-dashboard-summary ul li .wccf-value {
    color: #686c8b;
    font-size: 25px;
}
.wccf-dashboard-summary ul li span.wccf-value-info {
    display: block;
    font-size: 12px;
}
.wccf-dashboard-summary ul li.active {
    background: var(--wccf-theme-color);
    color: #fff;
}
.wccf-dashboard-summary ul li.active .wccf-value, .wccf-dashboard-summary ul li.active .wccf-value-info {
    color: #fff;
}
.wccf-dashboard-summary ul li.active:after {
    position: absolute;
    content: "";
    left: 20px;
    bottom: -20px;
    width: auto;
    height: auto;
    border-width: 10px 10px;
    border-style: solid;
}
.wccf-dashboard-summary ul li.active:after {
    border-color: var(--wccf-theme-color) rgba(0,128,0,0) rgba(255,255,0,0) transparent;
}
.wccf-filter {
    margin-bottom: 0;
    float: right;
}
.wccf-filter input[type=text], .wccf_campaign_search_form input[type=text], .wccf_campaign_search_form select {
    background: transparent!important;
    box-shadow: none!important;
    border: 1px solid #ececec!important;
    width: auto;
    padding: 0.6180469716em;
    height: 45px;
    min-width: 85px;
}
.wccf_campaign_search_form input[type=submit] {
    padding: 0.6180469716em;
    height: 45px;
    min-width: 85px;   
}

.wccf-space {
    margin: 0 5px;
}
.wccf_report_filter_form {
    margin:  0;
}
.wccf-dashboard-summary ul li.wccf-camp-product {
    background: #FFF;
    border: 2px solid #ececec!important;
    margin-bottom: 15px;
    flex: 1 0 0;
    margin-right: 0!important;
}
.wccf-dashboard-summary ul li.wccf-camp-product:last-child {
    margin-bottom:  0;
}
ul#wccf-camp-lists {
    margin-bottom:  0;
}
li.wccf-camp-product .wccf-left-block {
    margin-right: 20px;
    max-width: 350px;
}
.wccf-camp-title {
    line-height: 1;
    margin: 0 0 6px 0;
    display: inline-block;
    text-transform: capitalize;
}
.wccf-camp-status {
    display: inline-block;
    font-size: 12px;
    margin-left: 5px;
    color: var(--wccf-theme-color);
}
.wccf-camp-status-draft {
    color: var(--wccf-danger-color);   
}
p.wccf-author > span {
    color: var(--wccf-theme-color);
    text-transform: capitalize;
}
.wccf-right-block {
    flex: 1 0 0;
}
.wccf-camp-actions {
    float: right;
}
.wccf-btn-small {
    padding: 5px 10px;
    font-size: 12px;
}
.wccf-camp-edit {
    background: var(--wccf-success-color);
    color: var(--wccf-text-color-sec);
}
.wccf-camp-delete {
    background: var(--wccf-danger-color);
    color: var(--wccf-text-color-sec);
}
.wccf-camp-progress-area > div {
    width: 32%;
    float: left;
    margin-right: 2%;
}
.wccf-camp-progress-area > div:last-child {
    margin-right:  0;
}
p.wccf-author {
    margin: 0px 0px 10px 0px;
}
div.wccf-camp-desc {
    margin: 0 0 20px;
    min-height: 70px;
    overflow: hidden;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.wc_progressBarContainer {
    margin: 20px 0;
}

/** progress bar css starts*/
@keyframes growProgressBar {
  0%, 33% { --pgPercentage: 0; }
  100% { --pgPercentage: var(--value); }
}

@property --pgPercentage {
  syntax: '<number>';
  inherits: false;
  initial-value: 0;
}

div[role="wccf-camp-progressbar"] {
  --size: 4rem;  
  --bg: #dedede;
  --pgPercentage: var(--value);
  animation: growProgressBar 3s 1 forwards;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: 
    radial-gradient(closest-side, white 80%, transparent 0 99.9%, white 0),
    conic-gradient(var(--wccf-progress-bar-color) calc(var(--pgPercentage) * 1%), var(--bg) 0)
    ;
  font-family: Helvetica, Arial, sans-serif;
  font-size: calc(var(--size) / 5);
  color: var(--wccf-text-color-pri);
}
.wc_progressBarContainer div[role="wccf-camp-progressbar"] {
    width: 80px;
    height: 80px;
}

div[role="wccf-camp-progressbar"]::before {
  counter-reset: percentage var(--value);
  content: counter(percentage) '%';
}
/** progress bar css ends*/

.wccf_overlay {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 99999;
    background: url('../images/wcfr-loading.gif') rgba(0,0,0,0.1) center center no-repeat;
    background-size: 8%;
    visibility: hidden;
}
.wccf_absolute {
    position: absolute!important;
}
.wccf-radio label:not(.wccf-label) {
    margin: 0.35em 15px 0.5em 0!important;
    display: inline-block;
}
.wccf-label {
    font-weight: 600;
    margin-right: 50px;
    width: 150px;
    display: inline-block;
}
#wp-wccf_campaign_desc-wrap, .wccf-form-wrapper {
    margin-bottom:  25px;
}
.wccf-form-wrapper input[type="radio"] {
    border: 1px solid #cdcdcd;    
}
.wccf-form-wrapper input[type="radio"]::before {
    width: 12px;
    height: 12px;
}
.wccf-form-wrapper input[type="text"], .wccf-form-wrapper input[type="url"], .wccf-form-wrapper input[type="number"], .wccf-form-wrapper input[type="email"], .wccf-form-wrapper select {
    padding: 6px;
    max-width: 250px;
    width: 100%;
    border: 1px solid #cdcdcd;
    margin: 0 0 5px 0;
}
.wccf-form-wrapper input[type="color"] {
    border: 1px solid #cdcdcd;
}
span.wccf-tooltip {
    display: block;
    margin-left: 205px;
    color: #999;
    font-size: smaller;
}

/** modal box starts **/
@keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-moz-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-webkit-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-o-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-ms-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}
.wccf-modal-container {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.09);
    overflow: auto;
    animation: fadeIn linear 300ms;
   -webkit-animation: fadeIn linear 300ms;
   -moz-animation: fadeIn linear 300ms;
   -o-animation: fadeIn linear 300ms;
   -ms-animation: fadeIn linear 300ms;
}
.wccf-modal {
    max-width: 700px;    
    margin: auto;
    position: absolute;
    background-color: #FFFFFF;
    border: 1px solid #FFFFFF;
    box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    max-height: 750px;
    overflow-y: scroll;
    height: 100%;
}
::-webkit-scrollbar {
    width: 12px;
}
 
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 10px;
}
 
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
.wccf-modal.modern_round {
    border-radius: 6px;
}
.wccf-modal-logo {
    max-width: 150px;
    margin: 0 auto 20px;
}
.wccf-modal-header {
    padding: 0;
    position: relative;
    border: none;
}
.wccf-modal-header h4 {
    margin-bottom: 0;
    font-weight: bold;
}
.wccf-modal-header .close-wccf-rest-modal {
    display: block;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;    
    position: absolute;
    right: 5px;
    top: 5px;
    height: 22px;
    width: 22px;
    text-align: center;
    background: #FFF;
    border-radius: 100%;
    border: 1px solid #000;
    z-index: 2;
    line-height: 21px;
    outline: none!important;
    color: #000;
    background-color: #FFF;
    font-size: 13px;
    opacity:  1;

}
.wccf-modal-header .close-wccf-rest-modal:hover {
    background: #000;
    border-color: #000;
    color: #FFF;
}
.wccf-modal-content {
    padding: 35px 20px;
    background-color: #FFFFFF;
    position: relative;
}
.wccf-modal-open {
    overflow: hidden!important;
}
.wccf-modal-content-head {
    border-bottom: 1px solid #ddd;    
    margin-bottom: 20px;    
    margin-left: -15px;
    margin-right: -15px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
}
.wccf-modal-content-head > .top {
    display: flex;
    justify-content: space-between;
}
.wccf-modal-content-head > .top h3.wccf-prod-title {
    font-size: 22px;
    margin: 0;
    line-height: 1;
    color: var(--wccfPopTextColor);
}
.wccf_p_format {
    margin-bottom: 10px;
    font-size: 14px;
    color: var(--wccfPopTextColor);
}
.wccf-modal-content-body {
    margin-bottom: 20px;
    color: var(--wccfPopTextColor);
}
.wccf-modal-content-footer {
    display: block;
}
a.wccf_action {
    outline: none!important;
    border: 1px solid var(--wccfBtnBgColor);
    padding: 10px 12px;
    margin:  0 10px;
    display: inline-block;
    max-width: 120px;
    width: 100%;
    text-align: center;
    line-height: 1;
    font-size: 16px;
    color: var(--wccfBtnTextColor);
    background-color: var(--wccfBtnBgColor);
    transition:  all 0.3s ease 0s;
    transform: scale(1);
    -webkit-transform: scale(1);
}
a.wccf_action:hover {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.wccf-modal.modern_round .wccf_action {
    border-radius: 4px;
}
span.wccf-error {
    display: block;
    color: #FF0000;
    font-size: 12px;
}
.wccf-modal-loader {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: 99;
    height: 100%;
    background: rgba(255,255,255,0.75) url('../images/wcfr-loader.gif') center center no-repeat;
    display: none;
}
div#wccf-form-response p {
    margin: 10px 0;
}
div#wccf-form-response p.wccf-danger {
    color: var(--wccf-danger-color);
}
div#wccf-form-response p.wccf-success {
    color: var(--wccf-success-color);
}
/** modal box end **/

ul.wccf_pagination {
    margin: 25px 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
ul.wccf_pagination li a {
    display: block;
    height: 28px;
    width: 28px;
    text-align: center;
    margin-right: 15px;
    background: #fff;
    color: #000;
    border: 1px solid #ddd;
    text-decoration: none!important;
    line-height: 26px;
    border-radius: 4px;
    font-size: 14px;
    box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 15%);
    -webkit-box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 15%);
    -ms-box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 15%);
    -o-box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 15%);
    outline: none!important;
}
ul.wccf_pagination li a.wccf-active {
    background: var(--wccf-theme-color);
    border-color: var(--wccf-theme-color);
    color: #FFF;
    pointer-events: none;
}
ul.wccf_pagination li:last-child a {
    margin-right: 0;
}

.widget_wc-donation-widget #wc-donation-widget-f-compaign-value {
  height: 45px;
  width: 100%;
  padding: 10px;
  line-height: 100%;
  margin-bottom: 12px;
}
.widget_wc-donation-widget .wc-donation-in-action .in-action-elements {
  margin: 0 0 10px 0;
}
.widget_wc-donation-widget .wc-donation-in-action .in-action-elements.label,
.widget_wc-donation-widget .wc-donation-in-action .in-action-elements.radio {
  display: flex;
  margin: 0;
  height: auto;
}
.widget_wc-donation-widget .wc-donation-in-action .in-action-elements > * {
  margin: 0;
}
.price-wrapper {
  display: flex;
  flex-direction: row;
  width: 100%;
  position: relative;
  margin-bottom: 10px;
}
.wc-donation-error {
  color: #ff0000;
}
.price-wrapper.after::after {
  content: attr(currency);
  position: absolute;
  width: 50px;
  height: 100%;
  right: 0;
  top: 0;
  bottom: 0;
  align-items: center;
  justify-content: center;
  display: flex;
  border-radius: 0 4px 4px 0;
  color: var(--wccf-campaign-btn-text-color);
  background: var(--wccf-campaign-btn-color);
}
div.price-wrapper input[name="wc-donation-price"]:focus {
    outline: none !important;
}
div.price-wrapper select[name="wc-donation-price"]:focus {
    border-radius: 6px !important;
    border: 1px solid black !important;
}
.price-wrapper.before::before {
  content: attr(currency);
  position: absolute;
  width: 50px;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  align-items: center;
  justify-content: center;
  display: flex;
  border-radius: 4px 0 0 4px;
  color: #333333;
  background: #c5c5c5;
}
.wc-donation-f-submit-donation {
    background: var(--wccf-campaign-btn-color) !important;
    color: var(--wccf-campaign-btn-text-color) !important;
    border:  1px solid var(--wccf-campaign-btn-color) !important;
}
.price-wrapper.after select.after,
.price-wrapper.after input.after {
  padding-right: 55px!important;
}
.price-wrapper.before select.before,
.price-wrapper.before input.before {
  padding-left: 55px!important;
}
.wc-donation-in-action .in-action-elements .wc-label-select, input[name="wc-donation-price"] {
  flex-grow: 1;
  padding: 10px;
}
.wc-donation-in-action .wc-label-select.before {
  border-radius: 0px 4px 4px 0px;
}
.wc-donation-in-action .wc-label-select.after {
  border-radius: 4px 0 0 4px;
}
.wc-donation-in-action label[for="donation-price"] {
  display: block;
  margin-bottom: 5px;
}
.wc-donation-in-action .in-action-elements .wc-label-select, input[name="wc-donation-price"] {
  flex-grow: 1;
  padding: 10px;
/*   border: 1px solid var(--wccf-campaign-btn-color); */
  box-shadow: none;
  -webkit-box-shadow: none;
  -ms-box-shadow:  none;
  background: transparent;
}
.in-action-elements .row1 > .row1 {
  display: grid;
  grid-template-rows: repeat(1, max-content);
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  grid-template-rows: auto;
}
.wc_progressBarContainer > ul {
  margin: 0!important;
  padding: 0!important;
  list-style: none!important;
}
.wc_progressBarContainer > ul > li.wc_progress {
  height: 18px;
  width: 100%;
  border-radius: 20px;
  background: #C4C4C4;
  margin-bottom: 10px;
  position: relative;
}
.wc_progressBarContainer > ul > li.wc_progress div.progressbar {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 0;
  border-radius: inherit;
  background: var(--wccf-progress-bar-color);
}
li.wc_progress_details {
  display: flex;
  justify-content: space-between;
}
li.wc_progress_details {
  display: flex;
  justify-content: space-between;
  margin: 10px 0;
  line-height: 1;
}
li.wc_progress_details div.required_amount > span,
li.wc_progress_details div.raised_amount > span {
  padding: 0!important;
  display: inline-block!important;
  min-width: auto!important;
  color: #767676;
}
li.wc_progress_details div.raised_amount > span {
  font-weight: bold;
}
li.wc_donor_count {
  text-align: right;
  line-height: 1;
  color: #767676;
}
.wccf-single-camp-desc {
    margin-bottom: 20px;
}
.wccf-author-block {
    display: flex;
    align-items: center;
}
.wccf-author-block > img {
    border-radius: 100%;
    margin-right: 10px;
    border: 1px solid #ccc;
}
.wccf-author-block p.wccf-author {
    margin: 0;
    line-height: 1.2;
}
.wccf-author-block p.wccf-author span {
    display: block;
}
#wccf-shortcode-camp-lists {
    list-style: none;
    margin: 30px 0;
    padding:  0;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
#wccf-shortcode-camp-lists li.wccf-camp-product {
    max-width: 300px;
    width: 100%;
    margin-bottom: 25px;
}
#wccf-shortcode-camp-lists li.wccf-camp-product div.wccf-camp-desc {
    margin: 0px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    min-height: unset;
}
#wccf-shortcode-camp-lists li.wccf-camp-product div.wccf-camp-desc p {
    margin-bottom: 10px;
}
#wccf-shortcode-camp-lists li.wccf-camp-product .wccf-left-block {
    margin:  0;
    max-width: 300px;
}
#wccf-shortcode-camp-lists li.wccf-camp-product .wccf-right-block {
    padding: 0 12px;
}
#wccf-shortcode-camp-lists li.wccf-camp-product .wc_progressBarContainer {
    margin: 0 0 15px 0;
}
#wccf-shortcode-camp-lists::after {
    content: "";
    max-width: 300px;
    width: 100%;
}
td.customer_details > span {
    display: block!important;
}
td.customer_details > span:last-child {
    font-size: small;
    width: 130px;
}
ul.wccf-inside-tabs > li {
    justify-content: center;
}
ul.wccf-inside-tabs > li > a {
    text-decoration: none!important;
    color: inherit;
    outline: none!important;
}
.wcfr-display-category-location del {
    font-size: 15px;
    font-weight: 200;
    vertical-align: bottom;
    margin-left: 6px;
}
.wcfr-display-category-location small {
    font-size: 85%;
    text-decoration: underline;
}
.wcfr-form-wrapper select {
    padding: 6px;
    max-width: 180px;
    width: 100%;
    border: 1px solid #cdcdcd;
    margin: 0 15px 5px 0;
}
input.wcfr-btn-filter {
    padding: 6px;
    max-width: 70px;
    width: 100%;
    border: 1px solid #cdcdcd;
    margin: 0 15px 5px 0;
    background: white;
    color: #000000d4;
}
.wccf-credit-card-ul li {
    padding: 0px 12px 0px 0px;
    list-style: none;
}
.wccf-credit-card-ul {
    display: inline-flex;
    margin: 0px;
}
.wccf-form-wrapper input[type="radio"]{
    margin: 0px 6px 0px 0px;
}
.wcfr_download_pdf_btn{
    background-color: #000000;
    font-size: 0.8rem;
    color: white;
    padding: 7px;
    text-decoration: none;
    position: absolute;
    text-decoration: none !important;
}

/* Social Share Icon Css */
.fa {
    font-family: normal normal normal 14px/1 FontAwesome !important;
}
.fa-simple {
  padding: 8px 12px !important;
  text-align: center;
  text-decoration: none;
  margin: 0px;
}
.fa-radius {
  padding: 9px 12px !important;
  text-align: center;
  text-decoration: none;
  margin: 0px;
  border-radius: 50%;
}
.fa-border {
  padding: 8px 12px !important;
  text-align: center;
  text-decoration: none;
  margin: 0px;
  border-radius: 8px !important;
}
.fa:hover {
    color: white;
}
.fa-facebook {
  background: #3B5998;
  color: white;
}
.fa-twitter {
  background: #55ACEE;
  color: white;
}
.fa-pinterest {
  background: #cb2027;
  color: white;
}
.fa-linkedin {
  background: #007bb5;
  color: white;
}
.wcfr-fa-label{
    margin-right: 20px;
}
.fa-instagram {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  color: white;
}
.fa-snapchat-ghost {
  background: #e7e412;
  color: white;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
.fa-whatsapp{
    background: #25D366;
    color: white;
}
.modal-social-icon{
    font-size: larger !important;
    width: 20px;
}
.fa-icon-front-style{
    margin: 20px 0px 0px 0px;
    display: inline-flex !important;
}
.fa-icon-front-style p {
    margin-bottom: 0px;
    text-shadow: none;
    margin-left: 5px;
    text-decoration: none;
}
.fa-icon-front-style {
    font: normal normal normal 14px/1 FontAwesome !important;
    cursor: pointer;
}
.wcfr_render_wp_editor{
    border: 1px solid black;   
}
.wcfr-campaign-short-link {
    color: black;
    font-size: 22px;
    cursor: pointer;
}
.wccf-modal-short-link {
    max-width: 500;
    margin: auto;
    position: absolute;
    background-color: #FFFFFF;
    border: 1px solid #FFFFFF;
    box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    max-height: 200px;
    overflow-y: hidden;
    height: 100%;
}
.wcfr-short-link {
    border: 1px solid #0000003b;
    padding: 10px;
    justify-content: space-between;
    display: flex;
}
.wcfr-short-link-heading {
    text-align: center;
    font-weight: 600;
    font-size: 22px;
}
.wcfr-short-link-copied a {
    color: #001fffed;
    text-decoration: underline;
}
/** All Media queries */
@media only screen and (max-width:  767px) {
    ul.wccf-tabs > li > a {
        min-width: unset;
        margin:  0 5px;
    }
    .wccf-dashboard-summary ul {
        display: block;
    }
    .wccf-dashboard-summary ul li {
        width: 100%;
        margin-bottom: 15px!important;
    }
    #wccf-raised-reports-container .dataTables_wrapper, #wccf-donated-reports-container .dataTables_wrapper {
        overflow: auto;
    }
}