﻿.new-badge { 
    background: #D23859;
    border-radius: 4px;
    padding: 2px 4px;
    color: #ffffff;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;
    margin-left: 8px;
	position: relative;
    top: -2px;
}

.session-full-badge { 
  background:#905DA7;
  border-radius: 4px;
  padding: 2px 4px;
  color: #ffffff;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 16px;
  margin-left: 12px;
  position: relative;
  top: -2px;
}

.limited-seats-badge { 
  background: #44820D;
  border-radius: 4px;
  padding: 2px 4px;
  color: #ffffff;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 16px;
  margin-left: 12px;
  position: relative;
  top: -2px;
}

.new-badge__wrapper a{
	display: inline-block!important;
    width: auto!important;
}


.account-badge { 
    background: #F2F4D3;
    border-radius: 4px;
    padding: 2px 4px;
    color: #5F6313;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;
	position: relative;
    top: -2px;
}

.about-me-badge { 
    background: #E6F3D2;
    border-radius: 4px;
    padding: 2px 4px;
    color: #41610F;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;
	position: relative;
    top: -2px;
}

.explore-options-badge { 
    background: #F0E3F6;
    border-radius: 4px;
    padding: 2px 4px;
    color: #5A3A68;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;
	position: relative;
    top: -2px;
}

.goals-plans-badge { 
    background: #DCF0E6;
    border-radius: 4px;
    padding: 2px 4px;
    color: #285B42;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;
	position: relative;
    top: -2px;
}

.real-game-badge { 
    background: #D4EFF9;
    border-radius: 4px;
    padding: 2px 4px;
    color: #13576F;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;
	position: relative;
    top: -2px;
}

.lessons-badge { 
    background: #E1E9F7;
    border-radius: 4px;
    padding: 2px 4px;
    color: #34496B;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;
	position: relative;
    top: -2px;
}

.custom-lesson-badge { 
    background: #fce6d1;
    border-radius: 4px;
    padding: 2px 4px;
    color: #79400d;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;
	position: relative;
    top: -2px;
}

.custom-activity-badge { 
    background: #f7deeb;
    border-radius: 4px;
    padding: 2px 4px;
    color: #6c2d4f;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;
	position: relative;
    top: -2px;
}

.portfolio-badge { 
    background: #fff5d5;
    border-radius: 4px;
    padding: 2px 4px;
    color: #665213;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;
	position: relative;
    top: -2px;
}

.advisement-badge { 
    background: #f2f4d3;
    border-radius: 4px;
    padding: 2px 4px;
    color: #5f6313;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;
	position: relative;
    top: -2px;
}