.achievements .all-icons-input {
    display: none;
}

.achievements .icons-selector ~ .input-group-addon {
    display: none;
}

.achievements .fip-bootstrap.icons-selector .selector {
    width: 100%;
    max-width: 100%;
}

.small-achievements .all-icons-input {
    display: none;
}

.tiny-achievements .all-icons-input {
    display: none;
}

.small-achievements .icons-selector ~ .input-group-addon {
    display: none;
}

.tiny-achievements .icons-selector ~ .input-group-addon {
    display: none;
}

.small-achievements .fip-bootstrap.icons-selector .selector {
    width: 50%;
    max-width: 50%;
}

.tiny-achievements .fip-bootstrap.icons-selector .selector {
    width: 25%;
    max-width: 25%;
}

.achievements .icons-selector .selected-icon {
    width: calc(100% - 41px);
}

.small-achievements {
    width: 22em;
}

.small-achievements .icons-selector .selected-icon {
    width: calc(50% - 20px);
}

.tiny-achievements .icons-selector .selected-icon {
    width: calc(25% - 10px);
}

.main-wrapper {
    width: 90%;
    max-width: 900px;
    margin: 3em auto;
    text-align: center;
}
.profile  .achievement {
    position: relative;
    margin: 1.0em 3em;
    width: 5em;
    height: 7.6em;
    border-radius: 10px;
    display: inline-block;
    top: 0;
    transition: all 0.2s ease;
}

.small-achievement {
    position: relative;
    margin: 0.25em 0.5em  0.6em 1.16em;
    width: 2.0em;
    height: 3.04em;
    border-radius: 5px;
    display: inline-block;
    top: 0;
    transition: all 0.2s ease;
}

.tiny-achievement {
    position: relative;
    margin: 0.125em 0.25em  0.125em 0.58em;
    width: 1.0em;
    height: 1.52em;
    border-radius: 2.5px;
    display: inline-block;
    top: 0;
    transition: all 0.2s ease;
}

.achievement:before, .achievement:after, .small-achievement:before, .small-achievement:after, .tiny-achievement:before, .tiny-achievement:after {
    position: absolute;
    width: inherit;
    height: inherit;
    border-radius: inherit;
    background: inherit;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.achievement:before, .small-achievement:before, .tiny-achievement:before {
    transform: rotate(60deg);
}
.achievement:after, .small-achievement:after, .tiny-achievement:after {
    transform: rotate(-60deg);
}
.achievement:hover, .small-achievement:hover, .tiny-achievement:hover {
    top: -4px;
}
.achievement .circle {
    width: 60px;
    height: 60px;
    position: absolute;
    background: #fff;
    z-index: 10;
    border-radius: 50%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.small-achievement .circle {
    width: 24px;
    height: 24px;
    position: absolute;
    background: #fff;
    z-index: 10;
    border-radius: 50%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.tiny-achievement .circle {
    padding-left: 2.4px;
    align-items: center;
    display: flex;
    width: 12px;
    height: 12px;
    position: absolute;
    background: #fff;
    z-index: 10;
    border-radius: 50%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.achievement .circle i, .achievement .circle span {
    font-size: 2em;
}

.small-achievement  .circle i, .small-achievement .circle span {
    font-size: 1em;
}

.tiny-achievement  .circle i, .tiny-achievement .circle span {
    font-size: 0.5em;
}

.achievement .font {
    display: inline-block;
    margin-top: 1em;
}
.achievement .ribbon {
    position: absolute;
    border-radius: 4px;
    width: 120px;
    z-index: 11;
    color: #fff;
    bottom: -20px;
    left: 50%;
    margin-left: -60px;
    overflow: auto;
    padding: 7px;
    font-size: 10px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.27);
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    text-transform: uppercase;
    background: linear-gradient(to bottom right, #555 0%, #333 100%);
    cursor: default;
}

.small-achievement .ribbon {
    margin: 30px;
    position: relative;
    border-radius: 4px;
    width: 50px;
    z-index: 15;
    color: #fff;
    bottom: -10px;
    left: 50%;
    margin-left: -25px;
    overflow-y: auto;
    overflow-x: hidden;
    hyphens: auto;
    max-height: 40px;
    padding: 3.5px;
    font-size: 0.45em;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.27);
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    text-transform: uppercase;
    background: linear-gradient(to bottom right, #555 0%, #333 100%);
    cursor: default;
}

.achievement.inactive {
    background: grey;
    color:grey;
}


