
@media (min-width: 1200px) {
    .path-breed-selector .cus-page h4, .cus-page .h4 {
        font-size: 30px;
    }
}

.checkbox-list-design ul.highwidth {
    padding: 0;
    list-style: none;
    width: 100%;
    display: flex;
    flex-direction: column;
    max-width: 519px;
    margin: 0 auto;
}
.helptext{font-size:20px;}
.path-breed-selector .cus-page .category-hero{padding: 10px}

/* CSS resiult page CSS */
.checkbox-list-design ul.highwidth {
    padding: 0;
    list-style: none;
    width: 100%;
    display: flex;
    flex-direction: column;
    max-width: 519px;
    margin: 0 auto;
}
.helptext{
    font-size: 20px;
}
.path-breed-selector .cus-page .category-hero{
    padding: 10px;
}

/* Breed User Results Page CSS Start */
.curve-container.mobile-show {
    display: none !important;
}
.path-breed-selector .cus-page .breed-selector-pg .category-hero {
    padding-top: 0;
}
.breed-user-result-pg .top-section {
    margin-top: 48px;
}
.hero-brand.cus-page.breed-user-result-pg .curve-container img {
    max-height: 530px;
}
.breed-user-result-pg h1 {
    color: #303030;
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: 72px;
    letter-spacing: -1.28px;
    margin: 0;
}
body .breed-user-result-pg .curve-container {
    margin-left: -24px;
    margin-right: -24px;
    width: calc(100% + 48px);
}
.chart-sec-container {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 24px;
    margin-top: 24px;
    padding-top: 24px;
}
.chart-sec {
    width: 100%;
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 400px 1fr;
}
.chart-sec .result-icons-sec {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 24px;
    border-left: 1px solid #E6E5EA;
    border-right: 1px solid #E6E5EA;
}
.chart-sec .result-icons-sec ul {
    padding: 24px;
    margin: 0;
    justify-content: start;
}
.pie-chart-sec {
    padding-right: 24px;
    min-height: 1px;
}
.chart-view-results {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 24px;
}
.chart-view-results button {
    display: flex;
    padding: 14px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 24px;
    border: 2px solid #303030;
    color: #303030;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    min-width: 200px;
    background-color: #ffffff;
}
.cus-page.user-results-pg.breed-user-result-pg .category-hero {
    border-radius: 8px 8px 0 0;
    overflow: hidden;
}
.result-icons-sec ul {
    display: flex;
    padding: 16px 8px;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
    gap: 12px;
    flex-wrap: wrap;
}
.result-icons-sec ul li {
    display: flex;
    width: 32px;
    height: 32px;
    justify-content: center;
    align-items: center;
    background: #D9D9D9;
    border-radius: 50%;
    padding: 6px;
}
.result-icons-sec ul li svg, 
.result-icons-sec ul li svg * {
    fill: #303030;
}
.result-icons-sec ul li.active {
    background: #303030;
}
.result-icons-sec ul li.active svg, 
.result-icons-sec ul li.active svg * {
    fill: #ffffff;
}
.result-icons-sec ul li.notimportant {
    background: #898989;
}
.result-icons-sec ul li.notimportant svg, 
.result-icons-sec ul li.notimportant svg * {
    fill: #ffffff;
}
.cus-prag {
    width: 100%;
    display: inline-block;
    border-radius: 16px;
    background: #FBFAF9;
    padding: 24px 40px;
    text-align: left;
}
.cus-prag .cus-prag-inner {
    width: 553px;
    margin: 0 auto;
}
.cus-prag .cus-prag-inner h5 {
    color: #303030;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: -0.24px;
    margin-bottom: 24px;
}
.cus-prag .cus-prag-inner p {
    color: #303030;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
}
.breed-user-result-pg .border-grey {
    border-top: 1px solid #E6E5EA;
}
.close-matches-grid {
    width: 100%;
    display: inline-block;
    margin: 24px 0 42px 0;
    padding: 24px 0;
}
.close-matches-grid h2 {
    color:#303030;
    padding: 24px 0;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 44px;
    letter-spacing: -0.8px;
    margin-bottom: 24px;
}
.close-matches-grid ul {
    display: grid;
    align-items: center;
    gap: 16px;
    padding: 0;
    list-style: none;
    margin: 0;
    grid-template-columns: 1fr 1fr 1fr;
}
.close-matches-grid ul li {
    width: 100%;
    display: inline-block;
    border-radius: 8px;
    background: #FBFAF9;
    overflow: hidden;
}
.matches-pro-img {
    width: 100%;
    display: inline-block;
}
.matches-pro-img img {
    clip-path: ellipse(160% 100% at 50% 0%);
}
.matches-pro-con {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 8px;
}
.matches-pro-inner-con {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding-bottom: 24px;
}
.matches-pro-inner-con h6 {
    width: 100%;
    display: inline-block;
    color: #000;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    margin: 0;
}
.matches-pro-inner-con .btn-view-summary {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.matches-pro-inner-con .btn-view-summary button {
    width: 146px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 14px 24px;
    gap: 10px;
    border-radius: 24px;
    border: 2px solid #303030;
    color: #303030;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
}
.close-matches-grid .result-icons-sec {
    max-width: 260px;
}
.close-matches-grid .result-icons-sec ul {
    display: flex;
    padding: 16px 8px;
    align-items: flex-start;
    gap: 14px 8px;
}
.close-matches-grid .result-icons-sec ul li {
    display: flex;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #D9D9D9;
}
.close-matches-grid .result-icons-sec ul li.active {
    background: #303030;
}
.close-matches-grid .result-icons-sec ul li.notimportant {
    background: #898989;
}
.show-matched-sec {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 24px;
}
.show-matched-sec .matched-close {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 20px 0 8px;
    padding-top: 24px;
}
.show-matched-sec .matched-close button {
    border: none;
    padding: 0;
    background: #ffffff;
    gap: 12px;
    display: flex;
    align-items: center;
}
.show-matched-sec .matched-close button span {
    color: #000000;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.show-matched-sec .matched-heading {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 24px;
}
.show-matched-sec .matched-heading svg {
    width: 64px;
    height: 64px;
    display: flex;
}
.show-matched-sec .matched-heading h5 {
    margin: 0;
    color: #000;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: -0.24px;
}
.show-matched-sec ul {
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    row-gap: 24px;
    column-gap: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.show-matched-sec ul li {
    width: calc(33.33% - 12px);
    display: flex;
    padding: 16px 16px 24px 16px;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    border-radius: 16px;
    background: #FBFAF9;
}
.show-matched-sec ul li .circle-icon {
    display: flex;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    background-color: #303030;
    border-radius: 50%;
}
.show-matched-sec ul li .circle-icon svg, 
.show-matched-sec ul li .circle-icon svg * {
    fill: #ffffff;
}
.show-matched-sec ul li h6 {
    color: #303030;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    margin: 0;
}
.show-matched-sec ul li p {
    color: #000000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    margin: 0;
}
.matched-container, .not-matched-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.not-matched-container {
    margin: 8px 0;
}
.breed-user-result-pg .top-section .heading-container p {
    display: none;
    color: #303030;
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: -0.24px;
}
.chart-sec .why-user-details {
    display: none;
}
.chart-sec .why-user-details h4 {
    color:#303030;
    text-align: center;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 34px;
}
.chart-sec .why-user-details p {
    color: #303030;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.show-matched-sec .accordion {
    display: none;
}
.close-matches-grid .matches-sign-up {
    width: 100%;
    display: none;
    align-items: center;
    justify-content: center;
    margin-top: 36px;
}
.close-matches-grid .matches-sign-up button {
    width: auto;
    display: flex;
    padding: 14px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 24px;
    border: 2px solid #303030;
    color: #303030;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    background-color: #ffffff;
}
/* Breed User Results Page CSS Ends */

/* Pie Chart CSS */
.pie .pie-holder {
    position: relative;
}
.pie .pie-holder span {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    width: auto;
    text-align: center;
    font-weight: normal;
    color: #000000;
    font-size: 1.8rem;
}
.pie .pie-holder span strong {
    font-weight: normal;
}
.pie .pie-holder svg {
    width: 140px;
    height: 140px;
}
.close-matches-grid .pie .pie-holder svg {
    width: 90px;
    height: 90px;
    z-index: 1;
    position: relative;
}
.close-matches-grid .pie .pie-holder span {
    font-size: 1.2rem;
    z-index: 1;
}
.close-matches-grid .pie-chart {
    width: auto;
    margin-top: -45px;
    margin-bottom: 20px;
}
.pie .pie-holder:before {
    content: "";
    background: #ffffff;
    width: 80px;
    height: 80px;
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
    border-radius: 50%;
}

@media (min-width: 1200px) {
    .path-breed-selector .cus-page h4, .cus-page .h4 {
        font-size: 30px;
    }
}
@media (max-width: 1023px) {
    .chart-view-results button {
        min-width: 100%;
    }
}
@media (max-width: 767px) {
    .curve-container.mobile-show {
        display: block !important;
    }
    .curve-container.desktop-show {
        display: none !important;
    }
    .breed-selector-pg .curve-container {
        margin-top: 1.5rem !important;
    }
    .breed-user-result-pg .top-section .heading-container p {
        display: block;
    }
    .breed-user-result-pg h1 {
        font-size: 40px;
        line-height: 44px;
        letter-spacing: -0.8px;
    }
    .breed-user-result-pg .border-grey {
        border-top: none;
    }
    .chart-sec {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    .chart-sec .result-icons-sec {
        border-left: none;
        border-right: none;
        max-width: 350px;
        padding: 0;
    }
    .chart-sec .why-user-details {
        display: block;
    }
    .pie-chart-sec {
        padding-right: 0;
        margin-bottom: 24px;
    }
    .chart-view-results {
        padding-left: 0;
    }
    .cus-prag {
        display: flex;
        padding: 36px 24px 24px 24px;
        justify-content: center;
        align-items: center;
        gap: 24px;
        text-align: center;
        border-radius: 8px;
    }
    .cus-prag .cus-prag-inner {
        width: 100%;
    }
    .show-matched-sec {
        border-radius: 16px;
        background: #FBFAF9;
        padding: 0px 20px 40px 20px;
    }
    .show-matched-sec .matched-close button {
        background: transparent;
    }
    .matched-container ul, 
    .not-matched-container ul {
        display: none;
    }
    .show-matched-sec .accordion {
        width: 100%;
        display: block;
    }
    .show-matched-sec .accordion .accordion-item {
        background-color: transparent;
        border-top: none !important;
        border-color: #E6E5EA !important;
    }
    .show-matched-sec .accordion .accordion-item .accordion-header button {
        border-radius: 0;
        border: none;
        background-color: transparent;
        box-shadow: none;
        padding-left: 10px;
        padding-right: 10px;
        gap: 24px;
        align-items: center;
        justify-content: center;
    }
    .show-matched-sec .accordion .accordion-item .accordion-collapse {
        border-radius: 0;
    }
    .show-matched-sec .accordion .accordion-item .accordion-collapse .accordion-body {
        text-align: left;
        padding: 20px 10px 16px 10px;
        border-top: 1px solid #E6E5EA;
    }
    .show-matched-sec .accordion .accordion-item .accordion-header button .circle-icon {
        display: flex;
        width: 40px;
        height: 40px;
        justify-content: center;
        align-items: center;
        background: #D9D9D9;
        border-radius: 50%;
        padding: 6px;
    }
    .show-matched-sec .accordion .accordion-item .accordion-header button h6 {
        color: #303030;
        text-align: center;
        font-size: 16px;
        font-weight: 600;
        line-height: 20px;
        margin: 0;
    }
    .show-matched-sec .accordion .accordion-item .accordion-header button .circle-icon {
        background: #303030;
    }
    .show-matched-sec .accordion .accordion-item .accordion-header button .circle-icon svg,
    .show-matched-sec .accordion .accordion-item .accordion-header button .circle-icon svg * {
        fill: #ffffff;
    }
    .show-matched-sec .accordion.not-matched-accordion .accordion-item .accordion-header button .circle-icon {
        background: #D9D9D9;
    }
    .show-matched-sec .accordion.not-matched-accordion .accordion-item .accordion-header button .circle-icon svg,
    .show-matched-sec .accordion.not-matched-accordion .accordion-item .accordion-header button .circle-icon svg * {
        fill: #303030;
    }
    .show-matched-sec .accordion .accordion-item:first-child {
        border-top: 1px solid #E6E5EA !important;
    }
    .close-matches-grid .matches-sign-up {
        display: flex;
    }
    .show-matched-sec .accordion .accordion-item .accordion-button::after {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    }
    .show-matched-sec .accordion .accordion-item .accordion-button:not(.collapsed)::after {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    }
    .close-matches-grid h2 {
        font-size: 30px !important;
        line-height: 34px !important;
        margin: 0;
        padding: 12px 0;
    }
    .close-matches-grid {
        margin: 12px 0 24px 0;
        padding: 12px 0;
    }
    .show-matched-sec .matched-heading h5 {
        font-size: 20px;
        line-height: 24px;
    }
    .chart-sec-container {
        margin-top: 12px;
        padding-top: 0;
    }
}
.viewsummary.active{background:#303030;color:#fff !important}
.breed-selector-pg .checkbox-list-design ul li .labelinfo{background:#FBFAF9}
.breed-selector-pg .checkbox-list-design ul li input:checked + label{background:#303030}



@media (min-width: 1200px) {
    .path-breed-selector .cus-page h4, .cus-page .h4 {
        font-size: 30px;
    }
}
@media (max-width: 1023px) {
    .chart-view-results button {
        min-width: 100%;
    }
}
@media (max-width: 767px) {
    .curve-container.mobile-show {
        display: block !important;
    }
    .curve-container.desktop-show {
        display: none !important;
    }
    .breed-selector-pg .curve-container {
        margin-top: 1.5rem !important;
    }
    .breed-user-result-pg .top-section .heading-container p {
        display: block;
    }
    .breed-user-result-pg h1 {
        font-size: 40px;
        line-height: 44px;
        letter-spacing: -0.8px;
    }
    .breed-user-result-pg .border-grey {
        border-top: none;
    }
    .chart-sec {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    .chart-sec .result-icons-sec {
        border-left: none;
        border-right: none;
        max-width: 350px;
        padding: 0;
    }
    .chart-sec .why-user-details {
        display: block;
    }
    .pie-chart-sec {
        padding-right: 0;
        margin-bottom: 24px;
    }
    .chart-view-results {
        padding-left: 0;
    }
    .cus-prag {
        display: flex;
        padding: 36px 24px 24px 24px;
        justify-content: center;
        align-items: center;
        gap: 24px;
        text-align: center;
        border-radius: 8px;
    }
    .cus-prag .cus-prag-inner {
        width: 100%;
    }
    .show-matched-sec {
        border-radius: 16px;
        background: #FBFAF9;
        padding: 0px 20px 40px 20px;
    }
    .show-matched-sec .matched-close button {
        background: transparent;
    }
    .matched-container ul, 
    .not-matched-container ul {
        display: none;
    }
    .show-matched-sec .accordion {
        width: 100%;
        display: block;
    }
    .show-matched-sec .accordion .accordion-item {
        background-color: transparent;
        border-top: none !important;
        border-color: #E6E5EA !important;
    }
    .show-matched-sec .accordion .accordion-item .accordion-header button {
        border-radius: 0;
        border: none;
        background-color: transparent;
        box-shadow: none;
        padding-left: 10px;
        padding-right: 10px;
        gap: 24px;
        align-items: center;
        justify-content: center;
    }
    .show-matched-sec .accordion .accordion-item .accordion-collapse {
        border-radius: 0;
    }
    .show-matched-sec .accordion .accordion-item .accordion-collapse .accordion-body {
        text-align: left;
        padding: 20px 10px 16px 10px;
        border-top: 1px solid #E6E5EA;
    }
    .show-matched-sec .accordion .accordion-item .accordion-header button .circle-icon {
        display: flex;
        width: 40px;
        height: 40px;
        justify-content: center;
        align-items: center;
        background: #D9D9D9;
        border-radius: 50%;
        padding: 6px;
    }
    .show-matched-sec .accordion .accordion-item .accordion-header button h6 {
        color: #303030;
        text-align: center;
        font-size: 16px;
        font-weight: 600;
        line-height: 20px;
        margin: 0;
    }
    .show-matched-sec .accordion .accordion-item .accordion-header button .circle-icon {
        background: #303030;
    }
    .show-matched-sec .accordion .accordion-item .accordion-header button .circle-icon svg,
    .show-matched-sec .accordion .accordion-item .accordion-header button .circle-icon svg * {
        fill: #ffffff;
    }
    .show-matched-sec .accordion.not-matched-accordion .accordion-item .accordion-header button .circle-icon {
        background: #D9D9D9;
    }
    .show-matched-sec .accordion.not-matched-accordion .accordion-item .accordion-header button .circle-icon svg,
    .show-matched-sec .accordion.not-matched-accordion .accordion-item .accordion-header button .circle-icon svg * {
        fill: #303030;
    }
    .show-matched-sec .accordion .accordion-item:first-child {
        border-top: 1px solid #E6E5EA !important;
    }
    .close-matches-grid .matches-sign-up {
        display: flex;
    }
    .show-matched-sec .accordion .accordion-item .accordion-button::after {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    }
    .show-matched-sec .accordion .accordion-item .accordion-button:not(.collapsed)::after {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    }
    .close-matches-grid h2 {
        font-size: 30px !important;
        line-height: 34px !important;
        margin: 0;
        padding: 12px 0;
    }
    .close-matches-grid {
        margin: 12px 0 24px 0;
        padding: 12px 0;
    }
    .show-matched-sec .matched-heading h5 {
        font-size: 20px;
        line-height: 24px;
    }
    .chart-sec-container {
        margin-top: 12px;
        padding-top: 0;
    }
    .close-matches-grid ul.keen-slider-new {
        gap: 0;
    }
    .close-matches-grid .keen-slider.keen-slider-new li .matches-pro-img img {
        height: 280px;
    }
}
@media (max-width: 599px) {
    .close-matches-grid ul.keen-slider-new {
        margin-right: -1.5rem;
        width: calc(100% + 1.5rem);
    }
}

.customSelectAll{    
    max-width: 340px;
    margin: 0px auto;
    font-size: 20px;
}
.movecenter span{flex-direction:row !important;justify-content:center;font-size:19px !important}
.movecenter {padding:12px !important}