.pos-relative {
    position: relative;
}

#wpra_options input[type=text],
#wpra_options input[type=number] {
    width: 100%;
    height: 36px;
    border: 1px solid #ccc;
    outline: none;
}

#wpra_options input[type=text]:focus,
#wpra_options input[type=number]:focus {
    box-shadow: none !important;
    border-color: #aaa;
}

.wpra-fake-counts {
    position: relative;
    display: flex;
    justify-content: center;
    margin: 0 -10px;
}

.wpra-fake-counts > div {
    margin: 0 10px;
    position: relative;
    width: 100%;
}

.wpra-fake-counts img {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 26px;
    height: 26px;
}

.wpra-stats-wrap {
    position: relative;
    display: flex;
    justify-content: center;
    margin: 0 -5px;
}

.wpra-stats-wrap .stat-single-emoji {
    width: 100%;
    position: relative;
    border: 1px solid #ddd;
    text-align: center;
    padding: 15px 0;
    margin: 5px;
    border-radius: 5px;
    background-color: #f9f9f9;
}

.wpra-stats-wrap .stat-emoji {
    position: relative;
    font-size: 20px;
    font-weight: 500;
}

.wpra-stats-wrap .stat-count {
    border-radius: 5px;
    color: #757575;
    font-size: 36px !important;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 0.5rem;
    line-height: 1;
}

.wpra-stats-wrap .stat-percentage {
    position: absolute;
    right: 5px;
    top: 5px;
    background-color: #aaa;
    color: #fff;
    padding: 0 7px;
    border-radius: 3px;
}

.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-nav {
    display: flex;
    justify-content: space-between;
}

.wpra-guide-box-nav span {
    font-size: 14px;
    cursor: pointer;
    color: #0077a6;
}

.wpra-guide-box-nav > div > span:first-child {
    display: none;
}

.wpra-guide-box-nav > div > span:last-child {
    margin-left: 10px;
}

.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_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: 15px -15px 15px -15px;
}

#wpra_options h2.wpra-inside-metabox-header > span {
    font-size: inherit;
    margin-left: 15px;
}

.wpra-fake-share-counts-wrap {
    position: relative;
}

.wpra-fake-share-counts-wrap label {
    display: block;
    margin-bottom: 5px;
    font-size: 1rem;
}

.wpe-switch-wrap.title-inline > p {
    display: block;
    margin: 0;
}

.wpra-share-counts-stats {
    position: relative;
    text-align: center;
    display: grid;
    grid-gap: 12px;
    grid-template-columns: repeat(6, 1fr);
}

.wpra-share-counts-stats-item {
    width: 100%;
    border: 1px solid #ddd;
    text-align: center;
    border-radius: 5px;
    background-color: #f9f9f9;
    color: #757575;
    padding: 20px 0;
    position: relative;
}

.wpra-share-counts-stats-item p {
    font-size: 36px !important;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 0.5rem;
    line-height: 1;
}

.wpra-share-counts-stats-item-count {
    text-transform: capitalize;
}

.wpra-share-counts-stats-item-label {
    position: absolute;
    right: 5px;
    top: 5px;
    background-color: #aaa;
    color: #fff;
    padding: 0 7px;
    border-radius: 3px;
}

.num-input-wo-arrows input::-webkit-outer-spin-button,
.num-input-wo-arrows input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}