.feedback-fetcher-plugin-wrapper {
    width: 100% !important;
    max-width:1200px !important;
    background: #f7f7f7;
}

.feedback-fetcher-plugin-wrapper .row { 
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.feedback-fetcher-plugin-wrapper img {
    vertical-align: middle;
    border-style: none;
}

.feedback-fetcher-plugin-wrapper .col-2 {
    position:relative;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.feedback-fetcher-plugin-wrapper .col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}

.feedback-fetcher-plugin-wrapper .col-10 {
    position:relative;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}

.feedback-fetcher-plugin-wrapper .col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}

.feedback-fetcher-plugin-wrapper .single-feed-box {
    background-color: #fff;
    margin-bottom: 15px;
    padding: 10px 0px 5px 0px;
}

.feedback-fetcher-plugin-wrapper .single-feed-box .row {
    margin-left: 0;
    margin-right: 0;
}

.feedback-fetcher-plugin-wrapper .feed-content-row, .feedback-fetcher-plugin-wrapper .feed-bottom-row {
    padding: 15px 15px 0 0;
    width: 100%;
}

.feedback-fetcher-plugin-wrapper .feed-bottom-row {
    border-top: 1px solid #dcdcdc;
    padding-top: 0;
    margin-top: 20px;
}

.feedback-fetcher-plugin-wrapper .feed-content-row .rating-box {
    float: left;
    position: relative;
    width: 12%;
}

.feedback-fetcher-plugin-wrapper  .feed-content-row .rating-score-circle {
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    height: 30px;
    line-height: 30px;
    margin: auto;
    text-align: center;
    width: 30px;
}

.feedback-fetcher-plugin-wrapper .feed-content-row .comment-outer-box {
    padding: 0 5px;
}

.feedback-fetcher-plugin-wrapper .feed-content-row .comment-box {
    line-height: 21px;
}

.feedback-fetcher-plugin-wrapper .text-black {
    color: #464646;
}

.feedback-fetcher-plugin-wrapper .text-light-grey {
    color: #6f6f6f;
}

.feedback-fetcher-plugin-wrapper .feed-bottom-row .feed-time-row {
    padding: 5px 20px;
    width: 100%;
    margin-top :5px;
}

.feedback-fetcher-plugin-wrapper .single-feed-box .row {
    margin-left: 0;
    margin-right: 0;
}

.feedback-fetcher-plugin-wrapper .feed-bottom-row .feed-time-row .time-meeting-box {
    float: left;
    font-size: 10px;
    width: 50%;
}

.feedback-fetcher-plugin-wrapper .feed-bottom-row .feed-time-row .time-meeting-box .meetingIcon {
    margin-left: 10px;
}

.feedback-fetcher-plugin-wrapper .feed-bottom-row .feed-time-row .meetingIcon, .feed-bottom-row .feed-time-row .timeIcon {
    height: 13px;
    margin-bottom: 3px;
    margin-right: 5px;
    width: 13px;
}

.feedback-fetcher-plugin-wrapper .feed-bottom-row .feed-time-row .voteIcon {
    height: 18px;
    margin-bottom: 3px;
    margin-right: 5px;
    width: 18px;
}

.feedback-fetcher-plugin-wrapper .fb-border-1 {
    border-left: 5px solid rgb(214, 87, 69);
}
.feedback-fetcher-plugin-wrapper .fb-background-1 {
    background-color: rgb(214, 87, 69);
}
.feedback-fetcher-plugin-wrapper .fb-color-1 {
    color: rgb(214, 87, 69);
}
.feedback-fetcher-plugin-wrapper .fb-border-2 {
    border-left: 5px solid rgb(231, 159, 60);
}
.feedback-fetcher-plugin-wrapper .fb-background-2 {
    background-color: rgb(231, 159, 60);
}
.feedback-fetcher-plugin-wrapper .fb-color-2 {
    color: rgb(231, 159, 60);
}
.feedback-fetcher-plugin-wrapper .fb-border-3 {
    border-left: 5px solid rgb(131, 189, 99);
}
.feedback-fetcher-plugin-wrapper .fb-background-3 {
    background-color: rgb(131, 189, 99);
}
.feedback-fetcher-plugin-wrapper .fb-color-3 {
    color: rgb(131, 189, 99);
}
.feedback-fetcher-plugin-wrapper .fb-border-4 {
    border-left: 5px solid rgb(76, 168, 209);
}
.feedback-fetcher-plugin-wrapper .fb-background-4 {
    background-color: rgb(76, 168, 209);
}
.feedback-fetcher-plugin-wrapper .fb-color-4 {
    color: rgb(76, 168, 209);
}

.feedback-fetcher-plugin-wrapper .timeIcon, .meetingIcon {
    display: inline;
}

.feedback-fetcher-plugin-wrapper .comment-box {
    font-size: 16px;
}

.feedback-fetcher-plugin-wrapper .feedback-stats-list span {
    font-weight: bold;
}

.feedback-fetcher-plugin-wrapper .feedback-stats-header {
    text-decoration: underline;
    font-weight: bold;
}

/* Right sidebox */

.feedback-fetcher-plugin-wrapper #pageContainer {
    padding: 40px 15px 15px;
}

@media (min-width: 576px) {
    .feedback-fetcher-plugin-wrapper .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .feedback-fetcher-plugin-wrapper .container {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .feedback-fetcher-plugin-wrapper .container {
        max-width: 960px;
    }
}

.feedback-fetcher-plugin-wrapper .container {
    max-width:990px;
    width:100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.feedback-fetcher-plugin-wrapper .col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.feedback-fetcher-plugin-wrapper .col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.feedback-fetcher-plugin-wrapper .col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.feedback-fetcher-plugin-wrapper .page-inner-container {
    padding: 0 15px;
    width: 100%;
}

.feedback-fetcher-plugin-wrapper .right-company-box {
    background-color: #fff;
    height: 260px;
    margin-top: 0;
    width: 100%;
}

.feedback-fetcher-plugin-wrapper .company-top-area {
    background-color: #e9693a;
    float: left;
    height: 65px;
    width: 100%;
}

.feedback-fetcher-plugin-wrapper .right-company-box .company-name-section {
    font-size: 16px;
    font-weight: 600;
    margin: 40px 0 10px 0
}

.feedback-fetcher-plugin-wrapper .right-company-box .company-name-section, .feedback-fetcher-plugin-wrapper .right-company-box .company-numbers-section {
    float: left;
    padding: 0 20px;
    text-align: center;
    width: 100%;
}

.feedback-fetcher-plugin-wrapper .right-company-box .expectation-number, .feedback-fetcher-plugin-wrapper .right-company-box .participation-number {
    float: left;
    text-align: center;
    width: 50%;
}

.feedback-fetcher-plugin-wrapper .right-company-box .total-expec-number, .feedback-fetcher-plugin-wrapper .right-company-box .total-fb-number {
    color: #5a80a3;
    font-size: 30px;
    font-weight: 1000;
    padding-top: 10px;
}

.feedback-fetcher-plugin-wrapper .right-company-box .total-expec-title, .feedback-fetcher-plugin-wrapper .right-company-box .total-fb-title {
    color: #777;
    font-size: 10px;
}

.feedback-fetcher-plugin-wrapper .right-company-box .total-expec-number {
    color: #e79f3c;
}

.feedback-fetcher-plugin-wrapper .profile-picture-box {
    margin-top: 10px;
    left: 38%;
    position: absolute;
}

.feedback-fetcher-plugin-wrapper .profile-picture-box .profile-picture {
    width: 80px;
    height: 80px;
    border-radius:60px;
    border: 2px solid #e9693a;
}

.feedback-fetcher-plugin-wrapper .right-filter-box {
    background-color: #fff;
    float: left;
    min-height: 520px;
    width: 100%;
}

.feedback-fetcher-plugin-wrapper .right-filter-box .filter-top-area {
    background-color: #fff4f1;
    float: left;
    font-size: 12px;
    font-weight: 600;
    height: 40px;
    padding: 10px 20px;
    width: 100%;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.feedback-fetcher-plugin-wrapper .feed-bottom-row .feed-time-row .fb-stats-box {
    float: right;
    font-size: 10px;
    width: 50%;
    text-align: right;
}

.feedback-fetcher-plugin-wrapper .receiving-bar-container {
    background-color: #f1f4f9;
    width: 100%;
    height: 24px;
    border-radius: 12px;
    margin-bottom: 8px;
}

.feedback-fetcher-plugin-wrapper .receiving-bar {
    height: 24px;
    border-radius: 12px;
    text-align: right;
    margin-bottom: 8px;
    font-size: 14px;
}

.feedback-fetcher-plugin-wrapper .fb-breakdown-box  {
    font-size: 12px;
}

.feedback-fetcher-plugin-wrapper .fb-breakdown-box span {
    font-weight: bold;
}

.feedback-fetcher-plugin-wrapper .fb-breakdown-box p {
    font-size: 16px;
    font-weight: bold;
}
