@font-face {
    font-family: CircularStd-Medium;
    src: url(../../fonts/CircularStd-Medium.eot);
    src: url(../../fonts/CircularStd-Medium.eot?#iefix) format('embedded-opentype'), url(../../fonts/CircularStd-Medium.woff2) format('woff2'), url(../../fonts/CircularStd-Medium.woff) format('woff'), url(../../fonts/CircularStd-Medium.ttf) format('ttf'), url(../../fonts/CircularStd-Medium.svg#CircularStd-Medium) format('svg')
}

#top_match_reviews {
    text-align: initial !important;
    color: #142E43;
}

#top_match_reviews .content {
    width: 100%;
    height: max-content;
    background-color: #f1f8fc;
    padding: 0px 0px 62px 0px;
}

#top_match_reviews .content-header {
    height: 76px;
    background: url(../../img/top-match/bg-photo-min.jpg) no-repeat 0px;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: left;
    padding-left: 17px;
}

#top_match_reviews .content-header>a {
    height: 76px;
    background: url(../../img/top-match/bg-photo-min.jpg) no-repeat 0px;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: left;
    padding-left: 17px;
    text-decoration: none;
}

#top_match_reviews .content-header>a>img {
    opacity: 0.61;
}

#top_match_reviews .text-content-header-review {
    font-family: "CircularStd-Medium";
    font-size: 22px;
    color: white;
    text-align: center;
    margin: 0px 5px;
    opacity: 0.85;
}

#top_match_reviews .tm_company-info {
    display: flex;
    flex-direction: row;
    background-color: white;
    height: 98px;
    align-items: center;
    margin: 22px 12px;
    border-radius: 8px;
    justify-content: space-evenly;
}

#top_match_reviews .company-logo {
    height: 55px;
    width: 55px;
}

#top_match_reviews .company-logo>img {
    height: 100%;
    width: 100%;
    border-radius: 100px;
}

#top_match_reviews .company-text {
    margin-left: 11px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

#top_match_reviews .company-name {
    font-family: "CircularStd-Medium";
    font-size: 18px;
    font-weight: 700;
}

#top_match_reviews .company-tell {
    margin-top: 7px;
    color: #0082F9 !important;
    font-family: "CircularStd-Medium";
    font-size: 16px;
    font-weight: 600;
}

#top_match_reviews .company-tell > a > span {
    color: #0082F9 !important;
}

#top_match_reviews .company-tell > a {
    text-decoration: none;
}

#top_match_reviews .tm_reviews {
    background-color: white;
    height: max-content;
    margin: 0px 12px;
    border-radius: 4px;
    padding: 1px 0px;
    color: #142E43;
}

#top_match_reviews .review-blocks {
    display: flex;
    flex-direction: column;
    margin: 21px 18px 10px 18px;
}

#top_match_reviews .base-info {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

#top_match_reviews .base-info>.name {
    font-family: "CircularStd-Medium";
    font-size: 15px;
    font-weight: 700;
}

#top_match_reviews .base-info>.date {
    font-family: "CircularStd-Medium";
    font-size: 15px;
    font-weight: 100;
}

#top_match_reviews .rating {
    display: flex;
    flex-direction: row;
    margin-top: 7px;
    align-items: center;
}

#top_match_reviews .rating-number {
    font-family: "CircularStd-Medium";
    font-weight: 100;
    font-size: 16px;
    margin-left: 8px;
}

#top_match_reviews .tm_rating-stars {
    height: 16px;
    overflow: hidden;
}

#top_match_reviews .full {
    position: relative;
    top: -16.5px;
}

#top_match_reviews .review-text {
    font-family: "CircularStd-Medium";
    font-size: 14px;
    font-weight: 100;
    margin-top: 14px;
    margin-bottom: 15px;
}

#top_match_reviews .more {
    color: #0082F9;
    cursor: pointer;
}

#top_match_reviews .tm_underline {
    width: 100%;
    color: #707070;
    opacity: 0.2;
}

#top_match_reviews .pagination {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin: 25px 18px 31px 18px;
    font-family: "CircularStd-Medium";
    font-weight: 100;
    font-size: 14px;
}

#top_match_reviews .pagination-btn {
    color: #007EF2;
    cursor: pointer;
}

#top_match_reviews .inactive {
    cursor: default;
    color: #707070;
}


#top_match_reviews .stars-outer {
    display: inline-block;
    color: wheat;
    position: relative;
    font-family: FontAwesome;
}

#top_match_reviews .stars-outer::before {
    content: "\f006 \f006 \f006 \f006 \f006";
}

#top_match_reviews .stars-inner {
    position: absolute;
    top: 0;
    left: 0;
    white-space: nowrap;
    overflow: hidden;
    width: 0;
}

#top_match_reviews .stars-inner::before {
    content: "\f005 \f005 \f005 \f005 \f005";
    color: #f8ce0b;
}