.company-information-icon {
    width: 20px;
    height: 20px;
}

.company-image {
    max-height: 120px;
    width: fit-content;
    max-width: 175px;
    height: 100%;
    border-radius: 100%;
    object-fit: cover;
}
.informations-with-icons {
    font-weight: 400;
}
.informations-with-icons div {
    width: fit-content;
    font-size: 14px;
}
.single-profile-company {
    border-radius: 25px;
}

.informations-with-icons {
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px !important;
}

.company-information-badge {
    background-color: var(--violet-color);
    color: white;
    padding: 5px 15px;
    box-sizing: border-box;
    border-radius: 30px;
    font-weight: 600;
    font-size: 1rem;
    width: fit-content;
}

.start-company-information h1 {
    max-width: 650px;
}

.basic-company-information .company-rating {
    position: absolute;
    top: 0px;
    right: 15px;
    color: var(--dark-color);
    font-weight: 500;
    font-size: 1rem;
    padding: 10px;
    /* border: 2px solid var(--gray-color); */
    border-radius: 25px;
}

.basic-company-information .company-rating .company-rate {
    font-size: 1.85rem;
    font-weight: 700;
}

.company-rating img {
    margin-left: 10px;
    height: 34px;
    width: 34px;
}

.report-profile-rights {
    padding-left: 20px;
    margin-top: 25px;
    color: var(--dark-color);
    display: flex;
    align-items: center;
    font-weight: 600;
    cursor: pointer;
}

.report-profile-rights img {
    height: 30px;
    margin-right: 5px;
}

/* Comments */

/*  */
.company-inline-information {
    background-color: white;
    padding: 10px 0;
    font-size: 1rem;
}

.company-inline-information:nth-child(even) {
    background-color: #10014605;
    border-radius: 10px;
}
.company-informations {
}
/* CAROUSEL */

.carousel-photo {
    max-width: 300px;
    object-fit: cover;
}

.carousel-company-photos .carousel-images {
    max-width: 100%;
    display: flex;
    overflow-x: hidden;

    min-height: 240px;
    cursor: grab;
}
.carousel-company-photos i {
    font-size: 28px;
    color: var(--gray-color);
    transition: all 0.2s;
}

.carousel-company-photos i.disactive {
    color: transparent;
    cursor: auto;
}

.carousel-company-photos .carousel-images img {
    margin: 0 10px;
    min-width: 320px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.carousel-company-photos .carousel-images.grabbing {
    cursor: grabbing;
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
    scroll-snap-type: none !important;
}

.carousel-company-photos {
    display: flex;
    justify-content: center;
    align-items: center;
}

.carousel-company-photos-next-image,
.carousel-company-photos-prev-image {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.company-rating.mobile {
    display: none !important;
    position: relative;
}

.start-company-information .mobile-rating {
    font-size: 1rem;
    display: none !important;
}
.basic-company-information.mobile {
    display: none !important;
}
/*  */
@media (max-width: 992px) {
    .company-rating {
        display: none !important;
    }
    .company-rating.mobile {
        display: flex !important;
    }
}
@media (max-width: 1200px) {
    .single-profile-company {
        padding-top: 10px;
        margin-top: 0px;
        border-radius: 0;
    }

    .company-image {
        max-height: 240px;
        height: 100%;
        width: fit-content;
        border-radius: 15px;
    }

    .start-company-information {
        flex-direction: column;
        gap: 12px;
    }

    .basic-company-information {
        display: none;
    }

    .basic-company-information.mobile {
        display: flex !important;
        flex-direction: column;
    }

    .company-image {
        /* width: 120px; */
    }
    .start-company-information .mobile-rating {
        font-size: 1rem;
        display: flex !important;
    }
    .company-rating {
        display: none !important;
    }
}
