﻿.user-profile-page .profile-editrounded {
    width: 150px;
    height: 150px;
}

    .user-profile-page .profile-editrounded img {
        width: 100%;
        height: 100%;
    }

.review-content .accordion-item {
    border: none;
}

.review-content .accordion-button {
    outline: none !important;
    font-size: 17px !important;
    font-weight: 500 !important;
}

    .review-content .accordion-button:not(.collapsed) {
        background-color: transparent;
        box-shadow: none;
    }

@media (max-width: 767px) {
    .terms-details p, .policy-paragraph, .cookie-page p, .accessibility-page p {
        font-size: 14px;
        text-align: center;
    }

    .terms-details h2,
    .terms-details h1,
    .cookie-page h1,
    .cookie-page h2,
    .accessibility-page h1,
    .accessibility-page h2 {
        text-align: center;
    }

    .terms-details ul li {
        font-size: 14px;
        border-bottom: 1px solid #ddd;
        padding: 5px 0;
    }

    .policy-paragraph .accordion-button,
    .user-profile-page .user-name p {
        font-size: 14px !important;
    }

    .accessibility-page .accessibility-list {
        list-style: none;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 5px;
        width: 100%;
        padding: 0;
    }

        .accessibility-page .accessibility-list li {
            padding: 5px;
            border: 1px solid #ddd;
        }

    .user-profile-page .profile-editrounded {
        width: 100px;
        height: 100px;
    }

    .user-profile-page .user-name h5 {
        font-size: 20px !important;
    }

    .user-profile-page .clsContent {
        font-size: 14px !important;
    }

    .user-profile-page #nav-tabContent p, .user-profile-page #nav-tabContent h2 {
        font-size: 17px !important;
        margin: 0;
    }

    .basic-card-page {
        box-shadow: none !important;
        padding: 0 !important;
    }

    .review-content {
        padding-bottom: 1rem !important;
    }
}

@media (max-width: 512px) {
    .user-profile-page .profile-editrounded {
        width: 75px;
        height: 75px;
    }

    .w-sm-100 {
        width: 100% !important;
    }

    .jobs-btn {
        font-size: smaller !important;
        text-wrap-mode: nowrap !important;
    }
}

/* START JOB CSS*/

.jobs-sub-tabs {
    font-size: 15px !important;
    font-weight: 500 !important;
}



.jobs-btn {
    padding: 10px;
    background: #f1f1f1;
    border-radius: 10px;
    margin: 0px 1px;
}
