@import url('https://fonts.googleapis.com/css2?family=Mukta:wght@200;300;400;500;600;700;800&display=swap');


body {
    background: #E8EAEC;
    min-width: 800px;
}

.px-24 {
    padding-left: 24px;
    padding-right: 24px;
}

.pt-20 {
    padding-top: 20px;
}

.mt-20 {
    margin-top: 20px;
}

.logo {
    display: flex;
}

.w-70px {
    width: 70px;
}

.h-61px {
    height: 61px;
}

.flex-no-shrink {
    flex-shrink: 0;
}

.aspect-70-61 {
    aspect-ratio: 70 / 61;
}

.gap-12 {
    gap: 12px;
}

.w-60px {
    width: 60px;
}

.h-60px {
    height: 60px;
}

.px-12 {
    padding-left: 12px;
    padding-right: 12px;
}

.py-8 {
    padding-top: 8px;
    padding-bottom: 8px;
}

.gap-12 {
    gap: 12px;
}

.rounded-41 {
    border-radius: 41px;
}


.profile-icon svg {
    width: 32px;
    height: 32px;
    flex-shrink: 0;
}

.h-60px {
    height: 60px;
}

.px-32 {
    padding-left: 32px;
    padding-right: 32px;
}

.gap-52 {
    gap: 52px;
}

.rounded-100 {
    border-radius: 100px;
}

/* .menu-list {
    margin: 0px;

    display: flex;
    height: 60px;
    padding: 0px 32px;
    align-items: center;
    gap: 52px;
    border-radius: 100px;
    background: var(--Font-White, #FFF);
} */
.menu li:first-child a {
    font-weight: 600;
}

.menu-item,
a {
    list-style: none;
    color: #383D3A;
    text-decoration: none;
    font-family: Outfit;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    /* 21.6px */
}

.p-24 {
    padding: 24px;
}

.gap-20 {
    gap: 20px;
}

.gap-12 {
    gap: 12px;
}

.self-stretch {
    align-self: stretch;
}


.filter h2 {
    color: #383D3A;
    font-family: Outfit;
    min-width: 26%;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    margin: 0px;
    /* 43.2px */
}

.gap-12px {
    gap: 12px !important;
}


.filteroption .optionbtn:first-child {
    border-radius: 12px;
    background: #F4BC5D;
    display: flex;
    height: 40px;
    padding: 8px 16px;
    justify-content: flex-end;
    align-items: center;
}

.optionbtn {
    border: none;
    display: flex;
    height: 40px;
    padding: 8px 16px;
    justify-content: flex-end;
    align-items: center;
    border-radius: 12px;
    background: #FFF;
    color: #383D3A;
    font-family: Mulish;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    /* 21.6px */
}

.filterinputs {
    display: flex;
    align-items: center;
    gap: 12px;
}

    .filterinputs select {
        align-items: flex-start;
    }
/* 
.filterinputs select,
.filterinputs input {
    display: flex;
    width: 240px;
    height: 40px;
    flex-direction: column;
    gap: 8px;
    border-radius: 12px;
    border: 1px solid var(--Light-grey_BG, #EDEFF1);
    background: var(--Font-White, #FFF);

    padding: 8px 16px;
    justify-content: flex-end;
    color: #383D3A;

   
    font-family: Mukta;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
 
    flex: 1 0 0;
    align-self: stretch;
} */


.numberofcalls .card {
    height: 159px;
    padding: 12px 20px;
    border-radius: 12px;
    background: #FFF;
    gap: 24px;
    align-self: stretch;
}

    .numberofcalls .card .title {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 8px;
        color: #7E838A;
        text-align: center;
        /* H5 */
        font-family: Mukta;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: 120%;
        /* 21.6px */
    }

    .numberofcalls .card .callstats {
        display: flex;
        align-items: flex-end;
        gap: 20px;
        align-self: stretch;
    }

        .numberofcalls .card .callstats .number {
            color: #383D3A;
            text-align: center;
            font-family: Outfit;
            font-size: 62px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
        }

        .numberofcalls .card .callstats .percentage {
            text-align: center;
            font-family: Mukta;
            font-size: 16px;
            font-style: normal;
            font-weight: 500;
            display: none;
            padding: 17px 0px;
            align-items: center;
            gap: 6px;
            line-height: 110%;
            /* 17.6px */
        }

.card.gain .percentage {
    color: #16C087;
}

.card.loss .percentage {
    color: #E32323;
}





.chart-section {
    display: flex;
    padding: 20px;
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 32px;
    flex: 1 0 0;
    align-self: stretch;
    border-radius: 20px;
    background: var(--Font-White, #FFF);
}


    .chart-section .chart-container {
        display: flex;
        width: 100%;
        height: 427px;
        height: 390px;
    }

    .chart-section .y-axis {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 352px;
        margin-right: 10px;
        font-size: 12px;
        margin-top: -.5%;
    }

        .chart-section .y-axis > div {
            color: #888B89;
            text-align: right;
            font-family: Mulish;
            font-size: 12px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
        }

    .chart-section .chart-title {
        color: #383D3A;
        text-align: center;
        font-feature-settings: 'liga' off, 'clig' off;
        font-family: Outfit;
        font-size: 22px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .chart-section .chart-heading {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 10px;
        align-self: stretch;
    }

        .chart-section .chart-heading select {
            height: 44px;
            flex-direction: row;
            gap: 8px;
            color: #383D3A !important;
            border-radius: 12px !important;
            border: 1px solid var(--Lines, #B3B6C0);
            background: var(--Font-White, #FFF);
            display: flex !important;
            align-items: center;
            width: 240px;
            padding: 12px 16px 9px 16px !important;
            justify-content: flex-end;
            /* appearance: none !important;
    -webkit-appearance: none;
    -moz-appearance: none; */
    appearance: base-select;
            font-size: 16px !important;
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='21' viewBox='0 0 20 21' fill='none'%3E%3Cpath d='M15.8537 8.14582C16.0493 8.34073 16.0499 8.65731 15.855 8.85292L10.39 14.3374C10.1751 14.5531 9.82574 14.5531 9.6108 14.3374L4.14582 8.85292C3.9509 8.65731 3.95147 8.34073 4.14708 8.14582C4.34269 7.9509 4.65927 7.95147 4.85418 8.14708L10.0004 13.3117L15.1466 8.14708C15.3415 7.95147 15.6581 7.9509 15.8537 8.14582Z' fill='%23707C7E'/%3E%3Cpath d='M15.8537 8.14582C16.0493 8.34073 16.0499 8.65731 15.855 8.85292L10.39 14.3374C10.1751 14.5531 9.82574 14.5531 9.6108 14.3374L4.14582 8.85292C3.9509 8.65731 3.95147 8.34073 4.14708 8.14582C4.34269 7.9509 4.65927 7.95147 4.85418 8.14708L10.0004 13.3117L15.1466 8.14708C15.3415 7.95147 15.6581 7.9509 15.8537 8.14582Z' fill='black' fill-opacity='0.2'/%3E%3C/svg%3E") !important;
            background-repeat: no-repeat !important;
            background-position: right 10px center !important;
            cursor: pointer;
            font-family: Mukta;
            font-style: normal;
            font-weight: 400;
        }

    .chart-section .chartbody {
        /* height: 427px; */
        align-self: stretch;
    }

    .chart-section .chart-grid {
        position: relative;
        width: 100%;
        height: 352px;
    }

    .chart-section .grid-lines {
        position: absolute;
        width: 100%;
        height: 352px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

        .chart-section .grid-lines div {
            border-top: 1.5px dotted rgba(56, 61, 58, 0.20);
            height: 1px;
        }

    .chart-section .chart {
        display: flex;
        /* width: 1803px; */
        height: 352px;
        padding: 0px 16px;
        align-items: flex-end;
        gap: 20px;
        flex-shrink: 0;
    }

    .chart-section .bar {
        width: 41.8px;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        position: relative;
    }

        .chart-section .bar div {
            width: 100%;
            color: #FFF;
            text-align: center;
            font-family: Mulish;
            font-size: 16px;
            font-style: normal;
            font-weight: 700;
            line-height: normal;
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 10px;
            align-self: stretch;
        }

    .chart-section .bar-total {
        color: #383D3A !important;
        text-align: center;
        font-family: Mulish;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        display: flex;
        width: 20px;
        height: 30px;
        flex-direction: column;
        justify-content: center;
        flex-shrink: 0;
    }

.conducted {
    background: #268AFF;
}

.answered {
    background: #2DE7C6;
}

.missed {
    background: #1ED6FF;
}

.Calls_conducted .missed {
    background: #F4AB3E;
}

.Calls_conducted .answered {
    background: #04B8EA;
}

.chart-section .bar-labels {
    display: flex;
    justify-content: flex-start;
    gap: 20px;
    padding: 0px 16px;
    font-size: 12px;
    margin-top: 5px;
}

    .chart-section .bar-labels > div {
        color: rgba(56, 61, 58, 0.60);
        text-align: center;
        font-family: Mulish;
        width: 41.8px;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

.chart-section .legend {
    display: flex;
    justify-content: flex-end;
    gap: 20px;
}

.chart-section .legend-item,
.section_4 .Calls_conducted .legend span {
    display: flex;
    align-items: center;
    /* font-size: 14px; */

    color:rgb(56 61 58);
    font-family: Mulish;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.legend-box {
    width: 12px;
    height: 12px;
    margin-right: 5px;
}

.section_4 {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    align-self: stretch;
}

@media ((min-width: 1358px)) {
    /* .section_4{
    flex-direction: column;
    
}  */
    .col-l-4 {
        /* flex: 0 0 auto; */
        width: calc(97%/ 3);
    }
}


canvas {
    /* max-width: 600px; */
    max-height: 283px;
}


.Calls_conducted {
    display: flex;
    height: 438px;
    padding: 32px;
    /* width: calc(97%/ 3); */
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    /* flex: 1 0 0; */
    border-radius: 20px;
    background: #FFF;
}

.Scheduled_Appointments,
.Client_Acquisition, .Qualified_Members, .Insurance_Acceptance {
    display: flex;
    /* width: calc(99%/ 3); */
    /* width: 616px; */
    padding: 32px 0px;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    align-self: stretch;
    border-radius: 20px;
    background: var(--Font-White, #FFF);
}

    .Calls_conducted h2,
    .Scheduled_Appointments h2,
    .Client_Acquisition h2, .Qualified_Members h2, .Insurance_Acceptance h2 {
        color: #383D3A;
        text-align: center;
        font-feature-settings: 'liga' off, 'clig' off;
        font-family: Outfit;
        font-size: 22px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

.section_4 .chart {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 32px;
    flex: 1 0 0;
    align-self: stretch;
}

.section_4 .graphic {
    display: flex;
    width: 100%;
    height: 283px;
    padding: 8px 0px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}





.section_4 .bar-group {
    display: flex;
    padding: 11px 28.675px 11.143px 0px;
    align-items: center;
    flex: 1 0 0;
    align-self: stretch;
    height: 16px;
}

.section_4 .name {
    color: rgba(56, 61, 58, 0.60);
    text-align: right;
    font-family: Mulish;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-right: 8px;
    align-self: stretch;
    width: 120px;
}

.section_4 .value {
    color: #383D3A;
    text-align: center;
    font-family: Mulish;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: flex;
    width: 60px;
    height: 30px;
    flex-direction: column;
    justify-content: center;
}

/* .section_4   .bar {
      display: flex;
      height: 20px;
      border-radius: 10px;
      overflow: hidden;
      width: 300px;
      margin-right: 15px;
    } */

.section_4 .bar {
    display: flex;
    padding-left: 1px;
    align-items: center;
    flex: 1 0 0;
    width: 444px;
    height: 20px;
    align-self: stretch;
}

    .section_4 .bar > div {
        height: 100%;
    }

.section_4 .Calls_conducted .legend {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 24px;
    align-self: stretch;
}

/* .section_4 .Calls_conducted  .legend .legend-item {
color: rgba(56, 61, 58, 0.60);
font-family: Mulish;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: normal;
    } */
.container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}

.Scheduled_Appointments .donut-chart {
    position: relative;
    width: 279px;
    height: 279px;
    min-width: 150px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background: conic-gradient(#42A5F2 0% 50%,
        
            #3DFFDC 50% 60%,
            
            #FBE947 60% 90%,
           
            #EF7BE3 90% 100%
            
        ); */
}

.Client_Acquisition .donut-chart, .Qualified_Members .donut-chart, .Insurance_Acceptance .donut-chart {
    position: relative;
    width: 279px;
    height: 279px;
    min-width: 150px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background: conic-gradient(#6845F9 0% 30%,
      
            #FE5857 30% 40%,
          
            #FE55E2 40% 90%,
       
            #79CAF7 90% 100%
          
        ); */
}

.donut-chart::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    /* width: 80%;
    height: 80%; */
    /* background: white; */
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.donutsection .legend-item {
    display: flex;
    align-items: center;
    gap: 12px;
}

    .donutsection .legend-item > div,
    .section_4 .Calls_conducted .legend .legend-item {
        display: flex;
        align-items: center;
        gap: 4px;
    }

.center-text {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 70px;
    width: 73px;
    transform: translate(-50%, -50%);
    text-align: center;
}

    .center-text .number {
        color: #383D3A;
        text-align: center;
        font-family: Outfit;
        font-size: 43.964px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .center-text .label {
        color: rgba(56, 61, 58, 0.60);
        text-align: center;
        font-family: Mulish;
        font-size: 11.836px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }




.donutsection {
    padding: 0px 20px;
    align-self: stretch;
}

.donut-legend {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}

    .donut-legend > div > div > span {
        color: #383D3A;
        font-family: Mulish;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

.donut-legend_number {
    color: #383D3A;
    font-family: Mulish;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.Partner_Referrals {
    background: #6845F9;
}

.Website_Submissions {
    background: #79CAF7;
}

.Insurance_Referrals {
    background: #FE5857;
}

.Direct_Inquiry {
    background: #FE55E2;
}

.Confirmed {
    background: #42A5F2;
}

.Completed {
    background: #EF7BE3;
}

.Pending_Reschedule {
    background: #3DFFDC;
}

.Cancelled {
    background: #FBE947;
}

.report_download h2 {
    color: #FF8189;
    text-align: center;
    font-family: Mulish;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0px;
}

.report_download > div {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 4px;
    align-self: stretch;
    justify-content: flex-end;
}

.table-section, tbody {
    width: 100%;
}

    .table-section table {
        border-radius: 20px;
        background: var(--White, #FFF);
        display: flex;
        flex-direction: column;
        align-items: center;
        align-self: stretch;
    }

    .table-section thead {
        border-radius: 4px 4px 0px 0px;
        border-bottom: 1px solid #EAEBEE;
        /* background: var(--White, #FFF); */
        display: flex;
        align-items: flex-start;
        align-self: stretch;
    }

    .table-section tr {
        display: flex;
        width: 100%;
        height: 48px;
        align-items: center;
    }

    .table-section thead th {
        display: flex;
        padding: 10px 16px;
        align-items: center;
        gap: 10px;
        flex: 1 0 0;
        align-self: stretch;
        justify-content: space-between;
        color: #7E838A;
        font-family: Mulish;
        font-size: 12px;
        font-style: normal;
        font-weight: 700;
        line-height: 20px;
        /* 166.667% */
    }

    .table-section tbody {
        border-collapse: separate;
    }

        .table-section tbody td {
            display: flex;
            height: 48px;
            padding: 10px 16px;
            align-items: flex-start;
            gap: 10px;
            flex: 1 0 0;
            justify-content: flex-start;
            color: #383D3A;
            border-bottom: 1px solid #EAEBEE;
            font-feature-settings: 'case' on;
            font-family: Mulish;
            font-size: 14px;
            font-style: normal;
            font-weight: 400;
            line-height: 20px;
            /* 142.857% */
        }
