.postinggoal_index {
      width: 100%;
  margin: auto auto;
  padding: 1px;
        }
        
        .postinggoal_index-headline {
             padding: 8px;
  font-family: Wolfpack;
  font-size: 11px;
  color: var(--highlight);
  letter-spacing: 3px;
  text-transform: uppercase;
  text-align: center;
			
}
 
        
        .postinggoal_index-counter {
           display: flex;
  flex-wrap: nowrap;
  padding: 10px 0;
  justify-content: space-around;
  align-items: center;
        }
        
        .postinggoal_index-counter-bit {
            text-align: center;
			font-size:10px;
			text-transform: uppercase;
			
        }

.postinggoal_index-count-goal
{ margin-top:8px;
	}
        
        .postinggoal_index-count-progress {
            font-weight: bold;
            font-size: 20px;
            display: flex;
            justify-content: center;
        }
        
        .postinggoal_index-toplist {
         border-top: 1px solid var(--designnavhr);
  padding: 6px;
  text-align: right;
			text-transform: uppercase;
			font-size:9px;
        }
        
   .postinggoal_index-toplist span {
      padding: 2px;
  margin-left: 5px;
  letter-spacing: 4px;
  font-weight: bold;
        }
        
 
        .postinggoal_index-progressbar {
            width: 50px;
            height: 50px;
            display: grid;
            place-items: center;
            position: relative;
            font-weight: 700;
            font-size: 13px;
        }
        
        .postinggoal_index-progressbar::before {
            content: '';
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            border-radius: 50%;
            background: conic-gradient( #f2f2f2, #f2f2f2, #f2f2f2 var(--progress, 0%), hsl(0, 0%, 70.2%) var(--progress, 0%) 100%);
            mask-image: radial-gradient(transparent 62%, black calc(62% + 0.5px));
        }
        
        #postinggoal_toplist {
            width: 100%;
            display: flex;
            gap: 20px;
            justify-content: space-between;
            align-items: flex-start;
        }
        
        .postinggoal_toplist-navigation {
            width: 20%;
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            padding: 1px;
        }
        
        .postinggoal_toplist-navigation-headline {
            min-height: 50px;
            width: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
            font-weight: bold;
            text-transform: uppercase;
            text-align: center;
            padding: 0 5px;
            box-sizing: border-box;
			font-family: wolfpack;
  letter-spacing: 3px;
			 
        }
        
        .postinggoal_toplist-navigation-item {
            min-height: 25px;
            width: 100%;
            margin: 0 auto;
            padding: 5px 20px;
            display: flex;
            align-items: center;
            box-sizing: border-box;
			background: var(--designbgcolor);
                 
        }
        
        .postinggoal_toplist-navigation-item:last-child {
           }
        
        .postinggoal_toplist-main {
           width: 80%;
  box-sizing: border-box;
  background: var(--designbgcolor);
  padding: 1px;
        }
        
        .postinggoal_toplist-headline {
            height: 50px;
            width: 100%;
            font-size: 30px;
            display: flex;
            justify-content: center;
            align-items: center;
            font-weight: bold;
            text-transform: uppercase;
            	font-family: wolfpack;
  letter-spacing: 3px;
			color: var(--accent);
 
        }
        
        .postinggoal_toplist-result {
                       padding: 10px;
            text-align: justify;
            }
        
        .postinggoal_toplist-table {
            display: flex;
            flex-direction: column;
                      padding: 1px;
         }
        
        .postinggoal_toplist-table-row {
            display: flex;
            font-size: 11px;
        }
        
        .postinggoal_toplist-table-row.header {
                background: var(--designnavhr);
  color: var(--highlight);
  text-transform: uppercase;
  font-size: 10px;
           
        }
        
           
        .postinggoal_toplist-table-cell {
            flex: 1;
            padding: 5px;
        }
        
        .postinggoal_toplist-table-cell:last-child {
            border-right: 0;
        }
        
        .postinggoal_goalstatus_reached {
            color: green;
            font-weight: bold;
        }
        
        .postinggoal_goalstatus_notreached {
            color: var(--accent);
            font-weight: bold;
        }
        .postinggoal_smalltext {
            font-size: 11px;
        }
        
        #postinggoal_usercp {
            width: 100%;
            margin: auto auto;
             padding: 1px;

        }
        
        .postinggoal_usercp-headline {
          color: var(--highlight);
  padding: 8px;
  font-weight: bold;
  font-family: wolfpack;
  font-style: italic;
  letter-spacing: 3px;
        }
        
        .postinggoal_usercp-headline:first-child {
          
        }
        
        .postinggoal_usercp-desc {
          background: var(--designbgcolor);
  text-align: justify;
  line-height: 180%;
  padding: 20px 40px;
        }
        
        .postinggoal_usercp-bit {
           background: var(--designbgcolor);
  padding: 0 0 5px;
         
        }
        
        .postinggoal_usercp-bit center {
            padding: 10px 0;
        }
        
        .postinggoal_usercp_add {
           background: var(--designbgcolor);
            padding-bottom: 10px;
        }
        
        .postinggoal_usercp_add-headline {
          color: var(--highlight);
  padding: 8px;
  font-weight: bold;
  font-family: wolfpack;
  font-style: italic;
  letter-spacing: 3px;
        }
        
        .postinggoal_usercp_add-container {
            display: flex;
            justify-content: space-around;
            width: 90%;
            margin: 10px auto;
            gap: 5px;
        }
        
        .postinggoal_usercp_add-bit {
            width: 100%;
            text-align: center;
        }
        
        .postinggoal_usercp_add-bit-headline {
           padding: 6px;
  background: var(--designnavhr);
  color: var(--highlight);
  text-transform: uppercase;
  font-size: 10px;
        }
        
        .postinggoal_usercp_add-bit-input {
            margin: 5px;
        }
        
        .postinggoal_challenge-headline {
            background: #0f0f0f ;
            color: #fff;
             padding: 6px;
            font-size: 12px;
        }
        
        .postinggoal_challenge-goals {
            display: flex;
            flex-wrap: nowrap;
            justify-content: space-around;
            align-items: center;
            padding: 10px 0;
        }
        
        .postinggoal_challenge-counter-bit {
            text-align: center;
            width: 33.4%;
        }
        
        .postinggoal_challenge-count-progress {
            font-weight: bold;
            font-size: 20px;
            display: flex;
            justify-content: center;
        }
        
        .postinggoal_challenge-notice {
            text-align: center;
            padding: 5px 0;
        }
        
        .postinggoal_challenge-statistic {
            padding: 5px 10px;
        }
        
        .postinggoal_challenge-table {
            display: flex;
            flex-direction: column;
            -moz-border-radius: 7px;
            -webkit-border-radius: 7px;
            border-radius: 7px;
        }
        
        .postinggoal_challenge-table-row {
            display: flex;
            font-size: 11px;
        }
        
        .postinggoal_challenge-table-row.header {
                  background: var(--designnavhr);
  color: var(--highlight);
  text-transform: uppercase;
  font-size: 10px;
           
        }
        
       
        .postinggoal_challenge-table-cell {
            flex: 1;
            padding: 5px;
        }
        
        .postinggoal_usercp-challene_past-headline {
            display: flex;
            justify-content: space-between;
        }
        
        .postinggoal_usercp-challene_past-headline-bit {
          width: 50%;
  background: var(--designnavhr);
  color: var(--highlight);
  padding: 6px;
  font-size: 10px;
  text-transform: uppercase;
        }