@brand-primary: #F343A0;
@brand-friend: #27b6f6;
@color-success: #61ce70; //green
@color-complianz: #29b6f6;
@color-warning: #ff5722bf;
@color-rsssl: #f4bf3e;
@color-error: #d7263d;
@light-text-color: #3c3c3c;
@border-color: #DEDEDE;
/*
    show edit buttons in WP table class
*/
.wrap.zrdn-recipes .row-actions{
  left:0;
}
/*
    Hide nags from other plugins
*/

.notice:not(.really-simple-plugins){
  display:none;
}

.column-ID{
  width:50px;
}

.zrdn-selectable{
  -webkit-user-select: all; /* Safari */
  -khtml-user-select: all; /* Konqueror HTML */
  -moz-user-select: all; /* Firefox */
  -ms-user-select: all; /* Internet Explorer/Edge */
  user-select: all; /* Chrome and Opera */
}

.zrdn-recipes {
  .column-details, .column-sharing_status {
    padding-top:19px;
  }

  .zrdn-badge {
    padding: 5px 10px;
    border-radius: 20px;
    color: #fff;

    &.popular {
      background-color: @color-success;
    }

    &.ready {
      background-color: @color-success;
    }

    &.needs_improvement {
      background-color: @color-rsssl;
    }

    &.waiting_approval {
      background-color: #225cffbf;
    }

    &.approved {
      background-color: @color-success;
    }

    &.declined, &.not_activated {
      background-color: @color-error;
    }

    &.demo {
      background-color: @color-complianz;
    }

    &.nonfood {
      background-color: @color-rsssl;
    }
  }
}