.wpra-fake-counts input[type=text],
.wpra-fake-counts input[type=number] {
    width: 100%;
    height: 35px;
}
.wpra-fake-counts {
    position: relative;
    display: flex;
    justify-content: center;
}
.wpra-fake-counts .col-md-2 {
    width: 16.66%;
    margin: 0 10px;
}
.wpra-stats-wrap {
    position: relative;
    display: flex;
    justify-content: center;
}
.wpra-stats-wrap .stat-single-emoji {
    position: relative;
    width: 16.6666%;
    border: 1px solid #ddd;
    text-align: center;
    padding: 15px 0;
    margin: 10px;
    border-radius: 3px;
}
.wpra-stats-wrap .stat-emoji {
    font-size: 20px;
    font-weight: 500;
}
.wpra-stats-wrap .stat-percentage {
    position: absolute;
    right: -5px;
    top: -5px;
    background-color: #aaa;
    color: #fff;
    padding: 0 7px;
    border-radius: 3px;
}
.wpra-stats-wrap .stat-count {
    display: inline-block;
    border-radius: 5px;
    color: #aaa;
    font-size: 36px;
    font-weight: 500;
}
.wpra-guide-box {
    position: absolute;
    display: none;
    max-width: 350px;
    box-shadow: 0 0 5px 1px #ddd;
    background-color: #fff;
    z-index: 9999;
    transform: translate(-50%, -100%);
}
.wpra-guide-box-header {
    padding: 0.5rem 1rem;
    background-color: #a054ff;
    display: flex;
    align-items: center;
}
.wpra-guide-box-header span {
    color: #fff;
    margin-left: 10px;
    font-size: 16px;
    font-weight: 500;
}
.wpra-guide-box-header i {
    color: #a054ff;
    background-color: #fff;
    padding: 5px;
    font-size: 20px;
    border-radius: 50%;
    width: auto;
    height: auto;
}
.wpra-guide-box-content {
    padding: 1rem;
}
.wpra-guide-box-next {
    display: block;
    text-align: right;
    color: #0077a6;
    font-size: 14px;
    cursor: pointer;
}
.wpra-guide-box-content p:not(:last-child) {
    margin: 0 0 1rem 0;
}
.wpra-guide-box:after, .wpra-guide-box:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.wpra-guide-box:after {
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #fff;
    border-width: 15px;
    margin-left: -15px;
}
.wpra-guide-box:before {
    border-color: transparent;
    border-top-color: #eee;
    border-width: 17px;
    margin-left: -17px;
}
.wpra-restart-guides {
    position: absolute;
    right: 10px;
    top: -5px;
    background-color: #a054ff;
    border: 1px solid #a054ff;
    color: #fff;
    cursor: pointer;
    padding: 3px 7px;
    border-radius: 3px;
}
.wpra-fake-count-emojis {
    text-align: center;
}
.wpra-fake-count-emojis img {
    max-width: 60px;
}
#wpra_options .wpe-switch-title {
    font-size: 1rem;
}
#wpra_options h2.wpra-inside-metabox-header {
    padding: 15px 0;
    font-weight: 500;
    border-bottom: 1px;
    border-top: 1px;
    border-color: #e2e4e7;
    border-style: solid;
    border-left: none;
    border-right: none;
    margin: 30px -15px 15px -15px;
}
#wpra_options h2.wpra-inside-metabox-header > span {
    font-size: inherit;
    margin-left: 15px;
}