@import url('poppinsFont.css');

.rattings-title {
    color: #161617;
    font-size: 20px;
    font-weight: 600;
}

.peers-stars {
    font-size: 28px;

}

.work-againss {
    font-weight: 500;
    font-size: 16px;
    color: #58585D;
}

.ratings-point {
    font-weight: 500;
    font-size: 32px;
}

/* CSS for peer title and ellipses them to 1 line */
.title {
    font-weight: 600;
    font-size: 28px;
    color: #161617;
}

/* CSS for peer-designation and ellipses them to 2 lines */
.peer-designation {
    font-weight: 400;
    font-size: 14px;
    color: #58585D;
}

.work-again {
    font-weight: 500;
    font-size: 18px;
    color: #000000;
}

.work-agains {
    font-weight: 500;
    font-size: 18px;
    color: #58585D;
}

.user-rating-title {
    font-size: 14px;
    font-weight: 500;
    color: rgba(22, 22, 23, 1);
    margin-top: 4px;
}

.user-star-rating {
    font-size: 22px;
    flex-wrap: nowrap;
}

.user-star {
    width: 30px;
    height: 30px;
}

.user-rates {
    font-size: 32px;
    font-weight: 500;
    color: rgba(22, 22, 23, 1);
}

.user-name {
    font-size: 20px;
    font-weight: 600;
    color: rgba(88, 88, 93, 1);
}

.user-rating-logo {
    width: 64px;
    height: 64px;
}

.title-rating {
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    margin: 0px !important;
}

.title-overall {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #000000;
    margin: 0px !important;
}

.rates {
    font-family: 'Poppins';
    font-size: 24px;
    font-weight: 600;
    color: #000000
}

.rating-title {
    font-family: 'Poppins';
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0px;
}

.brand-name {
    font-size: 28px;
    font-weight: 600;
}

.address-name {
    font-size: 14px;
    font-weight: 400;
    color: #58585D;
}

.total-rating {
    font-size: 40px;
    font-weight: 500;
    line-height: 60px;
    color: #000000;
}

.border-bottom {
    border-bottom: 1px solid #ddd;
}

.border-right {
    border-right: 1px solid #ddd;
    margin-top: 4px;
    margin-bottom: none !important;
}

.logo {
    width: 50px;
    height: 50px;
}

.organization-name h3 {
    margin: 0;
}

.organization-name p {
    margin: 0;
    color: #666;
}

.star-rating {

    font-size: 2.1rem;
}

.star {
    color: #ddd;
    cursor: pointer;
}

.star.filled {
    color: #f5c518;
}

.star-filled {
    color: #f5c518;
    font-size: 28px
}
/* Disable pointer for non-gold stars when hovered */
.star:not(.filled):hover {
    cursor: not-allowed;
}
.btn-outline-primary {
    color: #007bff;
    background-color: transparent;
    border-color: #007bff;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.btn-primary {
    background-color: #007bff;
    border-color: #007bff;
}

.text-right {
    text-align: right;
}

.card {
    border-radius: 10px;
    border: none;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    background-color: #f8f9fa;
}

.p {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 400;
    margin-top: 20px;
    color: #00000066;
}

/* CSS for styling the text of of Button View All Peers, Rate & Compare buttons */
.btnStyle {
    font-size: 14px;
    font-weight: 600 !important;
}
.btnStyles {
    font-size: 14px;
    font-weight: 600 !important;
}

@media (min-width: 480px) {
    .btnStyle:hover {
        background: #6941C6 !important;
    }
}
@media (min-width: 480px) {
    .btnStyles:hover {
        background: #6941C6 !important;
    }
}
/* CSS for Initials inside div  */
.initialsInsideDivs {
    width: 64px; /* Adjust size as needed */
    height: 64px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 4px 0px #00000040;
}

/* CSS for the initials (Inside the initials div */
.initialsInsideDivs label {
    font-size: 18px;
    font-weight: 600 !important;
    color: #FFFFFF;
    margin-bottom: 0px;
}

/* CSS for Helpful thumbs-up & thumbs-down */
.helpful img{
    height:24px;
    width:24px;
}

/* CSS to Set the Star label size for 1024x291 screens */
@media (max-width: 1024px) and (min-width: 291px) {

    /* For screens 1024 x 291 */
    .peers-stars {
        font-size: 20px;
    }

    .ratings-point {
        font-size: 19px;
    }
}

.manage-spacing {
    margin-bottom: 10px;
}
