.wcb_item_points_wrapper {
    margin-top: 10px;
    margin-bottom: 10px;
}

.wcb_item_points_input-field {
    margin-top: 10px !important;
    width: 80px !important;
    height: 50px;
    display: block;
    font-size: 1.3em;
    text-align: center;
}

/* Box view shortcode style */
.mcs_wcb_box_view {
    text-align: start !important;
    width: 100%;
    min-width: 250px;
    /* height: 120px; */
    padding: 8px 15px 15px !important;
    box-sizing: border-box;
    background-color: #f5f5f5;
    border: none;

}

.mcs_wcb_title {
    font-size: 1.6em;
    line-height: 1.8em;
    font-weight: bold;
}

.mcs_wcb_info {
    overflow: auto;
    word-wrap: break-word;
    width: 100%;
    font-size: 1.3em;
    line-height: 1.5em;
    margin-bottom: 10px;
}

/* Progress Bar */
.mcs_wcb_progress_wrap {
    background-color: #fff;
    border: #313131 solid 1px;
    padding: 0;
    position: relative;
}
.mcs_wcb_progress_bar {
    width: 0%;
    height: 25px;
    background-color: green;
    padding: 0;
    text-align: center;
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    /* position: relative; */
}
.progress_value {
    font-weight: bold;
    position: absolute;
    top: 6px;
    left: 0;
    text-align: center;
    right: 0;
}