/* Achievements Admin */  
  #achievement_details .first-select {
    margin-right: 20px;
  }

  #achievement_details select {
    min-width: 135px;
    padding: 5px;
    height: 30px;
  }

  #achievement_details select:disabled,
  #achievement_details input:disabled,
  #achievement_details ul.wpmu_spinner_control.disabled {
    opacity: 0.5;
    filter: alpha(opacity=50);
  }

  #achievement_image .inside {
    padding: 8px 0 6px;
    text-align: center;
  }

  #achievement_image img {
    max-width: 125px;
  }

  a#achievement_image_remove,
  .button_quest_remove {
    color: #f00;
    text-decoration: none;
    border-bottom: 1px solid #f00;
    padding: 1px 2px;
  }

  a#achievement_image_remove:hover,
  .button_quest_remove:hover {
    color: #fff;
    background-color: #f00;
    border-bottom-color: #f00;
  }

  .button_quest_remove {
    display: inline-block;
    margin: 5px 0 0 30px;
  }

  .button_quest_remove.disabled {
    opacity: 0.30;
    filter: alpha(opacity=30);
  }

  #achievement_image img.radio_btn {
    cursor: pointer;
    padding: 2px;
    margin-right: 3px;
    width: 50px;
    height: 50px;
    opacity: 0.60;
    filter: alpha(opacity=60);
    float: left;
  }

  #achievement_image img.radio_btn:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }

  #achievement_image img#selected_btn {
    padding: 0;
    border: 2px solid #21759B;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }

  #rank_image img.radio_btn {
    cursor: pointer;
    padding: 5px;
    margin: 5px;
    width: 80px;
    height: 80px;
    opacity: 0.60;
    filter: alpha(opacity=60);
    float: left;
  }

  #rank_image img.radio_btn:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }

  #rank_image img#selected_btn {
    padding: 5px;
    margin: 5px;
    opacity: 1;
    filter: alpha(opacity=100);
    border: 2px solid #21759B;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }

  #rank_image_close {
    text-align: right;
    align-content: right;
  }

  #default-image-selection {
    width: 228px;
    margin: 5px auto 0;
  }

  .post-type-wpcw_achievements .misc-pub-section#visibility,
  .post-type-wpcw_achievements .misc-pub-section .edit-timestamp,
  #achievement_image input[type="radio"],
  #default-image-selection,
  #achievement_details #post_id,
  #achievement_details #woo_order_limit,
  #achievement_details #wplms_evaluate_limit,
  #achievement_details #event_details,
  #achievement_image #upload_image,
  #achievement_image #no-image-links,
  #first_try,
  #ass_title {
    display: none;
  }

  .post-new-php #achievement_image #no-image-links {
    display: block;
  }

  #woo_order_limit {
    position: relative;
  }

  #woo_order_limit #wpa_woo_symbol {
    position: absolute;
    font-size: 14px;
    font-weight: bold;
    height: 32px;
    line-height: 32px;
    top: 0px;
    left: 8px;
  }

  #wpachievements_achievement_woo_order_limit {
    padding-left: 15px;
  }

  #achievement_details #wpachievements_achievements_data_post_id,
  #achievement_details #wpachievements_achievement_bp_group_title {
    max-width: 523px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }

  #wpbody-content .wpachievements-error {
    color: #F00;
  }

  #wpbody-content .wpachievements-error-border {
    border-color: #F00;
  }

  #wpbody-content .wpachievements-error-background {
    background-color: #F00;
  }

  #quest_add {
    margin: 10px 0 0 0;
  }

  .quest_sep {
    width: 100%;
    height: 11px;
    border-bottom: 1px dashed #fff;
  }

  #quest_spinner {
    margin-top: 14px;
    float: none;
  }

  .widget-awarded-points td,
  .widget-top-users td {
    padding: 7px !important;
  }

  .widget-awarded-points td.count {
    color: #21759B;
    font-size: 14px;
    font-weight: 500;
  }
  
/* Achievements Frontend */  
  .wpcw_fe_table_leaderboard{
    width: 100%;
  }
  .wpcw_fe_table_leaderboard td{
    border: 0px; font-size: 28px;
  }

  #achievements-container{
    clear: both;
  }

  #achievements-container h2{
    margin-bottom: 20px;
  }

  .achievement-container{
    width: 100%;
    background: rgba(4, 170, 109, 0.3);
    margin-bottom: 40px;
    display: flex;
    clear: both;
  }

  .achievement-badge-container{
    width: 30%;
    background-color: rgba(4, 170, 109, 0.3);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    float: left;
    padding: 20px;
  }

  .achievement-text-container{
    width: 70%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    float: right;
  }

  .achievement-badge{
    max-width: 256px;
  }

  #achievements-container .achievement-badge-image{
    max-width: 125px;
  }

  .achievement-description{
    margin: 20px;
  }

  .achievement-points {
    color: #222;
     margin-top: 10px;
    padding: 10px;
    background-color: rgba(4, 170, 109, 0.3);
  }