.person-photo {
    font-size: 90px;
    margin-right: 35px;
}
.employment-history h2,
.education-history h2 {
    width: fit-content;
    padding-bottom: 6px;
}
.opinions-for-person {
    margin-top: 10px;
}

.person-photo img {
    height: 110px;
    width: 110px;
    border-radius: 70px;
    object-fit: cover;
}

.informations-with-icons {
    font-weight: 400;
}
.informations-with-icons div {
    width: fit-content;
}

.personal-histories section {
    min-width: 340px;
}

.personal-histories hr {
    background-color: #FFFFFF50;
    margin: 0px;
}

.personal-histories a {
    color: white;
}

.employment-history,
.education-history {
    height: fit-content;
}

.employment-history h3,
.education-history h3 {
    font-weight: 600;
    font-size: 1.05rem;
    margin-bottom: 0;
}
.employment-history .job-badge,
.education-history .job-badge {
    margin-top: 10px;
    border-radius: 50px;
    background: linear-gradient(to right, var(--violet-color), var(--pink-color));
    color: white;
    padding: 2px 12px;
    text-align: center;
    width: fit-content;
    display: flex;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
}
.single-employment .dates,
.single-education .dates {
    font-weight: 500;
}

.education-history {
    color: white;
    border-radius: 25px;
}
.skills-and-hobbies ul {
    list-style-type: disc;
    font-size: 18px;
    font-weight: 400;
}
/*  */

.informations-with-icons {
    font-weight: 400;
}
.informations-with-icons div {
    width: fit-content;
}

.basic-person-information .person-rating {
    position: absolute;
    top: 0px;
    right: 15px;
    color: var(--dark-color);
    font-weight: 500;
    font-size: 1.1rem;
    padding: 10px;
    /* border: 2px solid var(--gray-color); */
    border-radius: 25px;
}

.basic-person-information .person-rating .person-rate {
    font-size: 1.85rem;
    font-weight: 700;
}

.person-rating img {
    margin-left: 10px;
    height: 34px;
    width: 34px;
}

.informations-with-icons {
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px !important;
}

.person-image {
    width: 150px;
}
.informations-with-icons {
    font-weight: 400;
}
.informations-with-icons div {
    width: fit-content;
    font-size: 14px;
}

.start-person-information .mobile-rating {
    font-size: 1rem;
    display: none !important;
}

/* 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;
}

.person-inline-information {
    background-color: white;
    padding: 10px 0;
    font-size: 1.05rem;
}

.person-inline-information:nth-child(even) {
    background-color: #10014605;
    border-radius: 10px;
}

.single-profile-person {
    padding: 0;
    margin-top: 20px;
    border-radius: 25px;
}

.person-information-icon {
    width: 24px;
    height: 24px;
}
.basic-person-information.mobile {
    display: none !important;
    flex-direction: column;
}

.basic-person-information h1 {
    font-size: 1.75rem !important;
}


.history {
    background: url('../../../../public/images/dark-bg.png');
    background-size: cover;
    color: white;
}


/*  */
@media (max-width: 992px) {
    .person-photo img {
        height: 115px;
        width: 115px;
        border-radius: 70px;
        object-fit: cover;
    }

    .person-rating {
        display: none !important;
    }
    .person-rating.mobile {
        display: flex !important;
    }
    .employment-history,
    .education-history {
        padding-left: calc(var(--bs-gutter-x) * 0.5) !important;
    }
}
@media (max-width: 1200px) {
    .start-person-information {
        margin-bottom: 0 !important;
        padding-bottom: 20px !important;
    }
    .single-profile-person {
        border-radius: 0;
    }

    .person-photo img {
        height: 125px;
        width: 125px;
    }

    .basic-person-information.mobile .badge-fill {
        font-size: 1rem;
    }
    .basic-person-information {
        display: none !important;
    }

    .basic-person-information.mobile {
        display: flex !important;
    }
    .start-person-information {
        flex-direction: column;
        margin-bottom: 10px;
    }

    .person-photo {
        margin-right: 0 !important;
    }

    .basic-person-information {
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .person-image {
        width: 120px;
    }
    .start-person-information .mobile-rating {
        font-size: 1rem;
        display: flex !important;
    }
    .person-rating {
        display: none !important;
    }
}

.employment-history hr:last-of-type,
.education-history hr:last-of-type {
    display: none;
}
