/* font kit start here */
@font-face {
    font-family: 'Jost';
    src: url('../fonts/Jost-Regular.woff2') format('woff2'),
        url('../fonts/Jost-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Jost';
    src: url('../fonts/Jost-ExtraBold.woff2') format('woff2'),
        url('../fonts/Jost-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Jost';
    src: url('../fonts/Jost-Bold.woff2') format('woff2'),
        url('../fonts/Jost-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Jost';
    src: url('../fonts/Jost-Medium.woff2') format('woff2'),
        url('../fonts/Jost-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Jost';
    src: url('../fonts/Jost-SemiBold.woff2') format('woff2'),
        url('../fonts/Jost-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/* font kit end here */
body {
    font-family: 'Jost';
    margin: 0px;
    padding: 0px;
}

.home_main {
    background-image: url(../images/Lines.png);
}

a {
    text-decoration: none;
}

.form-control:focus,
.form-select:focus {
    border-color: #226241;
    box-shadow: none;
}

/* header css start here */
.home_header {
    padding: 40px 0px;
    background-color: #e2fff04d;
}

.home_header .navbar-nav {
    gap: 14px;
}

.home_header .navbar-nav a {
    font-family: Jost;
    font-size: 16px;
    font-weight: 400;
    line-height: 23.12px;
    color: #232323;
}

.home_header .navbar-nav a.learn_services {
    border: 1px solid #00000080;
    display: block;
    margin: 8px;
    border-radius: 5px;
    font-weight: 500;
    padding: 5px 12px;
}

/* header css end here */
/* home css start */
.home_sec {
    background-color: rgba(226, 255, 240, 0.3);
    position: relative;
}

.home_content span {
    font-size: 20px;
    font-weight: 600;
    line-height: 28.9px;
    color: #232323;
    background: linear-gradient(90deg, rgba(127, 221, 173, 0.72) 0%, rgba(127, 221, 173, 0) 86%);
    padding: 5px 3px;
}

.home_heading {
    margin: 16px 0px;
    height: 140px;
}

.home_heading h1 {
    font-family: Jost;
    font-size: 45px;
    font-weight: 700;
    line-height: 65.03px;
    color: #232323;
    /* display: none; */
    opacity: 0;
    transition: opacity 1s ease-in-out;
    position: absolute;
}

.home_heading .show {
    /* display: block; */
    opacity: 1;
}

.home_content p {
    font-family: Jost;
    font-size: 16px;
    font-weight: 400;
    line-height: 23.12px;
    color: #000000;
}

.home_content_btn {
    gap: 20px;
}

.home_content_btn button {
    box-shadow: 2px 2px 4px 0px #D8E7DF4F inset;
    background: #226241;
    border-radius: 10px;
    padding: 10px 17px;
    border: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 23.12px;
    color: #fff;
}

.home_content_btn button.contact_us_btn {
    background: #232323;
    box-shadow: 2px 2px 4px 0px #D8E7DF4F inset;

}

.home_sec {
    padding: 30px 0px;
}

/* home css end */
/* voice agent css start  */
.voice_agent_sec {
    padding: 65px 0px 100px;
    background-color: #F1FFF8;
    background-image: url(../images/wave-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.voice_agent_sec h5 {
    font-family: Jost;
    font-size: 25px;
    font-weight: 600;
    line-height: 36.13px;
    color: #232323;
    max-width: 890px;
}

.voice_agent_sec .mic_icon {
    height: 230px;
    width: 230px;
    border-radius: 100%;
    margin: 50px auto;
    background: radial-gradient(50% 50% at 50% 50%, rgba(217, 217, 217, 0) 65%, #7FDDAD 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    animation: float 2s linear .5s infinite alternate both;
}

@keyframes float {
    0% {
        transform: translateY(-10px);
    }

    50% {
        transform: translateY(5px);
    }

    100% {
        transform: translateY(20px);
    }
}

.voice_agent_btns {
    padding: 20px 0px 50px;
}

.voice_agent_btns a {
    color: #226241;
    font-family: Jost;
    font-size: 16px;
    font-weight: 500;
    line-height: 23.12px;
}

.voice_agent_btns a.give_try {
    border: 1px solid;
    border-image-source: linear-gradient(180deg, #F0FFF8 0%, #D1FFE9 100%);
    font-family: Jost;
    font-size: 20px;
    font-weight: 400;
    color: #000;
    background: #FFFFFFCC;
    box-shadow: 0px 0px 12px 0px #86DEB1F0;
    border-radius: 10px;
    padding: 10px 18px;
}

/* voice agent css end  */
/* video_sec css start */
.video_sec {
    padding: 120px 0px 80px;
    background: #E2FFF04D;

}

.video_sec h6 {
    font-family: Jost;
    font-size: 20px;
    font-weight: 600;
    line-height: 28.9px;
    color: #000;
}

.video_box {
    margin: 40px 0px;
}

.video_play_btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.video_play_btn button {
    background-color: rgba(0, 0, 0, 0.7);
    border: none;
    height: 116px;
    width: 116px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video_sec p {
    font-family: Jost;
    font-size: 20px;
    font-weight: 400;
    line-height: 28.9px;
    color: #000;
}

/* video_sec css end  */

/* logo_sec css start */
.logo_sec {
    padding: 60px 0px;
}

/* logo_sec css end  */

/* use_cases_sec css start */
.use_cases_sec {
    padding: 38px 0px;
    background: linear-gradient(180deg, #F0FFF8 0%, rgb(190 255 225 / 25%) 100%);
}

.use_cases_sec .heading h6 {
    box-shadow: 0px 0px 4px 0px #00000026;
    background: #FFFFFF;
    width: 118px;
    margin: auto;
    border-radius: 18px;
    padding: 3px 3px;
    font-size: 16px;
    font-weight: 500;
    line-height: 23.12px;
    color: #232323;
}

.use_cases_sec .heading h6 span {
    border: 1px solid #226241;
    border-radius: 18px;
    width: 100%;
    display: inline-block;
    padding: 5px;
}

.use_cases_sec .heading h2 {
    font-size: 35px;
    font-weight: 700;
    line-height: 50.58px;
    color: #226241;
    margin: 11px 0px;
}

.use_cases_sec .heading p {
    font-size: 16px;
    font-weight: 400;
    line-height: 23.12px;
    color: #000000;
    max-width: 880px;
    margin: auto;
}

.use_cases_tab {
    padding: 26px 0px;
}

.use_cases_tab .nav-tabs {
    width: fit-content;
    margin: auto;
    box-shadow: 0px 0px 12px 0px #86DEB1F0;
    border: 1px solid #E3FFF2;
    padding: 9px 13px;
    border-radius: 40px;
    gap: 18px;
    background-color: #fff;
}

.use_cases_tab .nav-link {
    font-size: 16px;
    font-weight: 400;
    line-height: 23.12px;
    color: #232323;
    border-radius: 40px;
}

.use_cases_tab .nav-link:hover,
.use_cases_tab .nav-link.active {
    background-color: #7FDDAD;
    color: #fff;

}

.use_cases_tab .nav-link:hover svg g rect,
.use_cases_tab .nav-link.active svg g rect {
    fill: #ffffff;
}

.use_cases_tab .tab-content {
    padding: 60px 0px;
}

.tabs_content_box {
    border: 2px solid #E3FFF2;
    box-shadow: 0px 0px 4px 0px #00000026;
    border-radius: 10px;
    background-color: #ffffff;
    padding: 23px 12px;
}

.tabs_content_box h4 {
    color: #000000;
    font-size: 20px;
    font-weight: 600;
    line-height: 28.9px;
    margin-bottom: 7px;
}

.tabs_content_box p {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    line-height: 23.12px;
}

.tabs_content_box .tab_box_img {
    margin-bottom: 30px;
}

.tabs_content .row {
    --bs-gutter-x: 33px;
    --bs-gutter-y: 33px;
}

/* use_cases_sec css end */

/* faq_sec css start */
.faq_sec {
    background: linear-gradient(180deg, #F0FFF8 0%, #F0FFF8 100%);
    padding: 20px 0px 90px;
}

.faq_sec .faq_heading h2 {
    font-size: 35px;
    font-weight: 700;
    line-height: 50.58px;
}

.faq_sec .faq_heading h1 {
    position: absolute;
    top: -35px;
    color: #226241;
    font-size: 69.31px;
    font-weight: 700;
    line-height: 100.16px;
    opacity: 0.05;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

.faq_outer .accordion-item {
    border: none;
    margin-bottom: 20px;
    box-shadow: 0px 0px 4px 0px #00000026;
    border-radius: 5px;
    overflow: hidden;
}

.faq_outer .accordion-item .accordion-button {
    font-size: 16px;
    font-weight: 500;
}

.faq_outer .accordion-item .accordion-button.collapsed {
    border-radius: 5px;
}

.faq_outer .accordion-item .accordion-button:focus {
    box-shadow: none;
}

.faq_outer .accordion-button:not(.collapsed) {
    background-color: #7FDDAD;
    color: #fff;
}

.faq_outer .accordion-button::after {
    content: '+';
    background-color: #7FDDAD;
    height: 30px;
    width: 30px;
    border-radius: 100%;
    background-image: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 27px;
}

.contact_us_box {
    padding-left: 40px;
}

.faq_outer {
    padding-right: 40px;
}
.accordion-slider .accordion{
    padding: 0px 6px;
}

.contact_us_box h2 {
    font-family: Jost;
    font-size: 35px;
    font-weight: 700;
    line-height: 50.58px;
    color: #000;
    margin-top: 35px;
}

.contact_us_box p {
    font-family: Jost;
    font-size: 16px;
    font-weight: 500;
    line-height: 23.12px;
}

.contact_us_box .form-control {
    box-shadow: 0px 0px 4px 0px #00000026;
    padding: 15px 14px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 300;
    line-height: 23.12px;
}

.contact_us_box .send_btn input {
    background-color: #226241;
    border-radius: 10px;
    padding: 10px 45px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 23.12px;
    border: none;
}

/* faq_sec css end */
/* footer css start */
footer {
    background-color: #226241;
    box-shadow: 0px 0px 4px 0px #0000001F;
    padding: 15px 0px;
}

footer p,
footer p a {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 23.12px;
}

footer p a:hover {
    color: #fff;
}




/* Ensure no underline appears on hover or focus or active */
li a:hover,
li a:focus,
li a:active {
    text-decoration: none !important;
}

footer .contact_us_text h6 {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 23.12px;
}

footer .contact_us_text p {
    font-weight: 400;
}

.footer_social_link a {
    height: 30px;
    width: 30px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}

/* footer css end */
/* login css start */
.login_signup_header {
    padding: 50px 0px;
}

.login_signup_header .header_inner {
    display: flex;
}

.login_signup_header .header_btns a {
    background-color: #232323;
    border-radius: 30px;
    color: #fff;
    padding: 8px 25px;
}

.left-side {
    max-width: 350px;
    margin: auto;
}

.login_sec {
    padding: 60px 0px;
}

.login_sec h1 {
    font-family: Jost;
    font-size: 60px;
    font-weight: 600;
    line-height: 86.7px;
    color: #232323;
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: center;
}


.login_sec .subtitle {
    font-size: 16px;
    color: #232323;
    font-weight: 400;
    line-height: 23.12px;
    letter-spacing: 0.05em;
    text-align: center;

}

.login_sec form {
    margin-top: 34px;
}

.login_sec input {
    width: 100%;
    padding: 10px 20px;
    border: 1px solid #2323234D;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 400;
    line-height: 23.12px;
    letter-spacing: 0.05em;
    color: #232323;
}

.password-input {
    position: relative;
}

.password-input img {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.forgot-password {
    text-align: center;
    margin: 20px 0px;
}

.forgot-password a {
    color: #277DFD;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 23.12px;
    letter-spacing: 0.05em;
}

.login-button {
    width: 100%;
    padding: 10px;
    background-color: #226241;
    color: white;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    font-size: 16px;
    letter-spacing: 5%;
}

.signUp_text .signup {
    text-align: center;
    margin-top: 20px;
    font-size: 16px;
    letter-spacing: 5%;
}

.signup a {
    color: #277DFD;
}

.signup-button {
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 10px 20px;
    background-color: #333;
    color: white;
    border: none;
    border-radius: 20px;
    cursor: pointer;
}

.login_sec .left-side .login_robot {
    display: inline-block;
    animation: Rightfloat 2s linear .5s infinite alternate both;
}

@keyframes Rightfloat {
    0% {
        transform: translateX(-10px);
    }

    50% {
        transform: translateX(5px);
    }

    100% {
        transform: translateX(20px);
    }
}

/* login css end */
/* signup css start */
.signup_sec {
    position: relative;
}

.signup_sec::after {
    content: '';
    position: absolute;
    background-image: url(../images/signUp-bg.png);
    height: 100%;
    width: 470px;
    bottom: 0px;
    z-index: -1;
}

.signup_sec h2 {
    color: #000;
    font-size: 30px;
    font-weight: 600;
    line-height: 43.35px;

}

.signup_sec form {
    margin-top: 19px;
}

.signup_sec .form-input {
    position: relative;
}

.signup_sec .form-input img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
}

.signup_sec .form-input input {
    padding-left: 37px;
    color: #232323;
    background-color: transparent;
}

.signup_sec .form-input input::placeholder {
    color: #232323;
}

.signup_sec .form-input img.show_pass_icon {
    left: unset;
    right: 10px;
}

.signup_sec select {
    padding: 10px 20px;
    border: 1px solid #2323234D;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 400;
    line-height: 23.12px;
    letter-spacing: 0.05em;
    background-color: transparent;
}

.signup_sec .left-side {
    max-width: 600px;
    margin: unset;
}

.signup_sec .login-button {
    max-width: 345px;
    margin: auto;
}

/* signup css end */

/******* admin dashboard css start *******/
.admin_dashboard {
    background-color: #e2fff04d;
    min-height: 100vh;
}

.admin_dashboard .left_side_menu {
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    padding: 30px 0;
    z-index: 9;
    width: 280px;
    height: 100%;
    border-radius: 20px;
}

section.admin_dashboard .content-page {
    width: calc(100% - 280px);
    margin-left: auto;
    padding: 16px 0;
    position: relative;
}

.admin_dashboard .sidebar_logo {
    padding: 0px 36px;
}

.dashboard_sidebar_links {
    margin: 70px 0px;
    height: calc(100vh - 300px);
    overflow: auto;
}

.dashboard_sidebar_links::-webkit-scrollbar {
    background-color: transparent;
    width: 5px;
}

.dashboard_sidebar_links::-webkit-scrollbar-thumb {
    background-color: #7FDDAD;
    border-radius: 5px;
}

.dashboard_sidebar_links ul li a {
    font-size: 16px;
    font-weight: 400;
    line-height: 23.12px;
    letter-spacing: 0.05em;
    padding: 14px 15px 14px 30px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    border-radius: 0px 30px 30px 0px;
    color: #232323;
    text-decoration: none;
}

.dashboard_sidebar_links ul li a.active {
    background-color: #226241;
    box-shadow: 2px 2px 4px 0px #D8E7DF4F inset;
    color: #ffffff;
    font-weight: 700;
}
.dashboard_sidebar_links ul li a svg.knowledge_base_icon{
    fill:#000000;
}
.dashboard_sidebar_links ul li a.active svg g rect, .dashboard_sidebar_links ul li a.active svg {
    fill: white;
}

.sidebar_bottom_user {
    width: fit-content;
    position: relative;
}

.sidebar_bottom_user .green_dot {
    height: 12px;
    width: 12px;
    background-color: #03C361;
    border-radius: 100%;
    position: absolute;
    right: 1px;
    top: 4px;
}

.dashboard_sidebar_bottom {
    padding: 0px 36px;
}

.dashboard_content_header .search_icon {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.dashboard_content_header input {
    border: 1px solid #23232380;
    border-radius: 10px;
    padding: 14px 23px;
    font-size: 16px;
    font-weight: 500;
    line-height: 23.12px;
    letter-spacing: 0.05em;
    color: #000000;
}

.dashboard_content_header .select-selected {
    cursor: pointer;
    width: 130px;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: end;
}

.dashboard_content_header .select-items {
    position: absolute;
    background-color: #f9f9f9;
    width: max-content;
    box-shadow: 0px 0px 12px 0px #86DEB1F0;
    border: 1px solid #E3FFF2;
    z-index: 99;
    right: 0px;
    border-radius: 10px;
    margin-top: 10px;
    overflow: hidden;
}

.dashboard_content_header .select-items .option {
    padding: 10px 40px 10px 20px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.dashboard_content_header .select-items .option img {
    margin-right: 10px;
    width: 30px;
    height: 30px;
}

.dashboard_content_header .select-items .option:hover {
    background-color: #ddd;
}

.dashboard_content_header .select-hide {
    display: none;
}

.dashboard_content_header .custom-select-container span {
    font-size: 16px;
    font-weight: 500;
    line-height: 23.12px;
    letter-spacing: 0.05em;
    color: #000;
}

.custom-select-container {
    padding-right: 30px;
}

/* .custom-select-container::after {
    content: '';
    position: absolute;
    right: 0px;
    background-image: url(../images/down-arrow.svg);
    width: 22px;
    height: 22px;
    top: 50%;
    transform: translateY(-50%);
} */

.dashboard_content_header {
    box-shadow: 0px 0px 4px 0px #00000026;
    padding: 12px 30px;
    border-radius: 10px;
    background-color: #fff;
}


.progress-circle .circle h6 {
    font-family: Jost;
    font-size: 25.03px;
    font-weight: 600;
    letter-spacing: 0.05em;
    color: #232323;
    z-index: 2;
}

.progress-circle .circle p {
    color: #000;
    z-index: 2;
    font-size: 10.01px;
    font-weight: 500;
    line-height: 14.47px;
    letter-spacing: 0.05em;
}

.dashboard_content_inner {
    padding: 30px 0px;
}

.tasks_outer .task_box {
    box-shadow: 0px 0px 3.25px 0px #00000026;
    background-color: #fff;
    border-radius: 10px;
    padding: 18px 18px;
}

.tasks_outer .task_box h5 {
    color: #226241;
    font-size: 20.32px;
    font-weight: 600;
    line-height: 29.36px;
    letter-spacing: 0.05em;
    margin-bottom: 26px;
}

.summary_cards_outer {
    box-shadow: 0px 0px 4px 0px #00000026;
    background-color: #fff;
    padding: 20px 40px;
    border-radius: 10px;
}

.summary_cards_outer h4 {
    color: #226241;
    font-size: 20.32px;
    font-weight: 600;
    line-height: 29.36px;
    letter-spacing: 0.05em;
    margin-bottom: 24px;
}

.summary_cards_outer .summary_cards_box {
    box-shadow: 0px 0px 4px 0px #0000001F;
    background-color: #EDFFF6;
    border-radius: 15px;
    padding: 26px 15px;
}

.summary_cards_outer .summary_cards_box h6 {
    font-size: 20px;
    font-weight: 500;
    line-height: 28.9px;
    letter-spacing: 0.05em;
}

.summary_cards_outer .summary_cards_box p {
    font-size: 16px;
    font-weight: 400;
    line-height: 23.12px;
    letter-spacing: 0.05em;
}

.summary_cards_outer .summary_cards_inner {
    max-height: 750px;
    overflow: auto;
}

.chart_outer {
    box-shadow: 0px 0px 3.25px 0px #00000026;
    background-color: #ffffff;
    padding: 23px 29px;
    border-radius: 9px;
    margin-top: 30px;
}

.chart_outer h4 {
    color: #226241;
    font-size: 16px;
    font-weight: 500;
    line-height: 23.12px;
    letter-spacing: 0.05em;
}

.chart_outer .sort_by_dropdown button {
    background-color: transparent;
    border: 1px solid #23232380;
    border-radius: 7px;
    padding: 4px 40px 4px 10px;
    color: #232323;
    font-size: 14px;
    font-weight: 400;
    line-height: 20.23px;
    letter-spacing: 0.05em;
}

.chart_outer .sort_by_dropdown button.dropdown-toggle::after {
    border: none;
    background-image: url(../images/down-arrow.svg);
    height: 22px;
    width: 22px;
    position: absolute;
    right: 10px;
}

.chart_outer .total_task {
    text-align: right;
    margin-top: 10px;
}

.chart_outer .total_task p {
    color: #232323;
    font-size: 14px;
    font-weight: 500;
    line-height: 20.23px;
    letter-spacing: 0.05em;
}

.chart_outer .line_chart {
    min-height: 365px;
    margin-top: -48px;
}

.chart_outer .line_chart .apexcharts-legend {
    padding: 0px;
}

.chart_outer .line_chart .apexcharts-legend-marker {
    border-radius: 3px !important;
}

.chart_outer .line_chart .apexcharts-legend-text {
    font-family: Jost !important;
    font-size: 14px !important;
    font-weight: 500 !important;

}

/* phone list css start */
.phone_list_table .setting_icon {
    cursor: pointer;
}
.table td .description{
    width: 280px;
}

.open_setting_box {
    background-color: #fff;
    border-radius: 10px;
    padding: 9px 9px;
}


.open_setting_box input,.open_setting_box select,
.open_setting_box textarea {
    box-shadow: 0px 0px 4px 0px #00000026;
    border: none;
    border-radius: 0px;
    padding: 6px 8px;
    font-family: Jost;
    font-size: 12px;
    font-weight: 400;
    line-height: 17.34px;
    letter-spacing: 0.05em;
    color: #232323;
}

.open_setting_box textarea {
    height: 70px;
    resize: none;
}
.open_setting_box .input_fields h5{
    font-size: 14px;
}
.open_setting_box .input_fields label{
    font-size: 12px;
}
.open_setting_box input:focus,
.open_setting_box textarea:focus,
.open_setting_box select:focus {
    box-shadow: 0px 0px 4px 0px #00000026;
}

.open-setting-box .open_setting_box {
    display: block;
}

.open-setting-box,
.open-aide-patient-box {
    overflow: hidden;
}

.open-setting-box::after,
.open-aide-patient-box::after {
    content: '';
    background-color: #23232380;
    height: 140%;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 9;
}

.open_setting_box .submit_btn {
    box-shadow: 2px 2px 4px 0px #D8E7DF4F inset;
    background-color: #226241;
    border-radius: 10px;
    border: none;
    color: #fff;
    font-family: Jost;
    font-size: 16px;
    font-weight: 400;
    line-height: 23.12px;
    padding: 6px 22px;
}

.close-setting {
    cursor: pointer;
}

.phone_list_table .table-responsive {
    box-shadow: 0px 0px 4px 0px #00000026;
    background: #F9F9F9;
    border-radius: 10px;
}

.phone_list_table th,
.phone_list_table td {
    color: #232323;
    font-size: 16px;
    font-weight: 600;
    line-height: 23.12px;
    letter-spacing: 0.05em;
    padding: 16px 25px;
    border-right: 2.5px solid #f2f2f2;
    vertical-align: middle;
}

.phone_list_table td {
    font-weight: 400;
    padding: 15px 25px;
    line-height: 17px;
    border-bottom: 1px solid rgb(35, 35, 35, 0.3);
}

.phone_list_table th:last-child,
.phone_list_table td:last-child {
    border-right: none;
}

.phone_list_table tr:last-child td {
    border-bottom: none;
}


.phone_number_heading {
    width: 230px;
}

.table_pagination .page-link {
    box-shadow: 0px 0px 4px 0px #00000026;
    background: #FFFFFF;
    border: none;
    border-radius: 3px!important;
    color: #232323;
    font-size: 12px;
    font-weight: 400;
    line-height: 17.34px;
    letter-spacing: 0.05em;
    cursor: pointer;
}

.table_pagination li.active .page-link {
    box-shadow: 2px 2px 4px 0px #D8E7DF4F inset;
    background-color: #246342;
    color: #fff;

}

.table_pagination .page-link:disabled {
    color: #0000004d;
}

.table_pagination .pagination {
    gap: 10px;
}

.phone_list_outer .phone_list_data {
    box-shadow: 0px 0px 4px 0px #00000026;
    padding: 17px 27px;
    border-radius: 10px;
    background-color: #fff;
    max-height: calc(100vh - 20px);
    overflow: auto;
}

.phone_list_outer .phone_list_data .data_box {
    background-color: #EDFFF6;
    box-shadow: 0px 0px 4px 0px #0000001F;
    border-radius: 15px;
    text-align: center;
    padding: 20px 10px;
    margin-bottom: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.phone_list_outer .phone_list_data .data_box p {
    color: #000000;
    font-size: 20px;
    font-weight: 500;
    line-height: 28.9px;
    letter-spacing: 0.05em;
}

.phone_list_outer .phone_list_data .data_box h1 {
    color: #226241;
    font-size: 66.67px;
    font-weight: 600;
    line-height: 96.33px;
    letter-spacing: 0.05em;
}

.caller_list_outer .create_btn button {
    background-color: #226241;
    border: none;
    border-radius: 10px;
    color: #fff;
    padding: 18px 80px;
    font-size: 16px;
    font-weight: 400;
    line-height: 23.12px;
    box-shadow: 2px 2px 4px 0px #D8E7DF4F inset;
}

.create_aide_patient_table {
    position: absolute;
    right: 50px;
    width: 190px;
    text-align: start;
    margin-top: 16px;
    z-index: 9;
}

.create_aide_patient_table::after {
    content: '';
    height: 20px;
    width: 20px;
    position: absolute;
    background: #fff;
    border: 2px solid #69F0AE;
    top: -10px;
    right: 33px;
    rotate: 45deg;
    z-index: 1;
}

.create_aide_patient_table_inner {
    position: relative;
    z-index: 2;
    border: 2px solid #69F0AE;
    box-shadow: 0px 0px 4px 0px #00000026;
    background-color: #fff;
    border-radius: 5px;
}

.create_aide_patient_table a {
    padding: 9px 16px;
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    line-height: 23.12px;
    display: block;
    border-bottom: 1px solid #2323231a;
}

.phone_list_table .active_tr {
    background-color: #288e5b1a;
    position: relative;
}

.phone_list_table .active_tr::after {
    content: '';
    position: absolute;
    background-color: #226241;
    height: 100%;
    width: 3px;
    left: 0px;
    top: 0px;
}

.search_aide_patient .search_icon {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.search_aide_patient .search_icon img {
    width: 18px;
}

.aide_patient_box_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 13px 54px;
}

.aide_patient_box {
    position: absolute;
    z-index: 99;
    width: 100%;
    max-width: 1087px;
    right: 0px;
    border: 2px solid #69F0AE;
    box-shadow: 0px 0px 4px 0px #00000026;
    border-radius: 15px;
    background: #fff;
    text-align: left;
    margin-top: 15px;
}

.aide_patient_box .form_check label {
    font-size: 12px;
    font-weight: 600;
    line-height: 17.34px;
    letter-spacing: 0.05em;
}

.aide_patient_box .form_check input {
    box-shadow: 0px 0px 4px 0px #0000001F;
    height: 23px;
    width: 23px;
    border: none;
}

.aide_patient_box .input_box {
    width: 100%;
    max-width: 272px;
}

.aide_patient_box .select_box {
    width: 100%;
    max-width: 315px;
}

.aide_patient_box .caller_input_box {
    width: 100%;
    max-width: 285px;
}

.caller_list_outer .close-setting img{
    width: 18px;
}
.aide_patient_box input.form-control,
.aide_patient_box select,
.aide_patient_box select.form-control{
    border: 2px solid #b4f7d7;
    padding: 12px 17px;
    font-size: 16px;
    font-weight: 400;
    line-height: 23.12px;
    letter-spacing: 0.05em;
    width: 100%;
}
#send_sms_on_rejection_instructions{
    border: 2px solid #b4f7d7;
    padding: 12px 17px;
    font-size: 16px;
    font-weight: 400;
    line-height: 23.12px;
    letter-spacing: 0.05em;
    width: 100%;
}

.aide_patient_box .rejection_instructions .select_box  select.form-control{
    width: 250px;
    border: 2px solid #b4f7d7;
    padding: 12px 17px;
    font-size: 16px;
    font-weight: 400;
    line-height: 23.12px;
    letter-spacing: 0.05em;
    width: 100%;
}
.aide_patient_box .calender_input input.form-control{
    width: 250px;
}
.aide_patient_box_table {
    border-radius: 15px 15px 0px 0px;
    overflow: hidden;
}

.aide_patient_box_table thead tr th {
    background-color: #e9f4ef;
}

.aide_patient_box_table td,
.aide_patient_box_table th {
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

.aide_patient_box_table tr:last-child td {
    border-bottom: 1px solid #e5e5e5;
}

.aide_patient_box_table input[type="checkbox"] {
    height: 27px;
    width: 27px;
    box-shadow: 0px 0px 4px 0px #0000001F;
    border-radius: 4px;
    border: none;
}

.aide_patient_box_table .table-responsive {
    background-color: #fff;
    max-height: calc(100vh - 610px);
}

.aide_patient_box .submit_btn {
    margin: 18px 50px;
}

.aide_patient_box .submit_btn button {
    background-color: #226241;
    border-radius: 10px;
    padding: 18px 85px;
    font-size: 16px;
    font-weight: 400;
    line-height: 23.12px;
    box-shadow: 2px 2px 4px 0px #D8E7DF4F inset;
}

.phone_list_table .action_btns {
    display: flex;
    gap: 20px;
}

.phone_list_table .action_btns a {
    box-shadow: 0px 0px 4px 0px #0000001F;
    background-color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.aide_table .form_check input {
    box-shadow: 0px 0px 4px 0px #0000001F;
    height: 23px;
    width: 23px;
    border: none;
}
.aide_table th{
    padding: 15px 19px;
}
.aide_table td {
    padding: 10px 19px;
}

.table_header_btns {
    margin: 0px 0px 20px;
}

.table_header_btns .table_buttons {
    gap: 30px;
}

.table_header_btns button {
    background: #226241;
    box-shadow: 2px 2px 4px 0px #D8E7DF4F inset;
    border-radius: 10px;
    padding: 16px 6px;
    width: 100%;
    max-width: 220px;
    border: none;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 23.12px;
    transition: all 0.3s ease;
}
.table_header_btns button:hover{
    background-color: #1a4d36;
}

.table_header_btns select {
    border: 1px solid #232323;
    border-radius: 10px;
    background-color: transparent;
    padding: 16px 25px;
    width: max-content;
    margin-left: auto;
    padding-right: 40px;
}

.aide_table tr th {
    color: #226241;
}

.call_type_btn button {
    border: none;
    box-shadow: 2px 2px 4px 0px #2323234F inset;
    width: 170px;
    padding: 11px 11px;
    font-size: 16px;
    font-weight: 500;
    line-height: 23.12px;
    letter-spacing: 0.05em;
    border-radius: 4px;
}

.call_type_btn button.inbound_call {
    background-color: #7FDDAD;
    color: #fff;
}

.call_type_btn button.outbound_call {
    background-color: #ECDB01;
}

.automation_table tr td {
    background: #fff;
}

.automation_workflow_popup {
    padding: 30px 26px;
    border: none;
    max-width: 998px;
}

.automation_workflow_popup label {
    font-size: 16px;
    font-weight: 500;
    line-height: 23.12px;
    letter-spacing: 0.05em;
    color: #000;
}

.automation_workflow_popup .form_inputs {
    margin-bottom: 15px;
}

.automation_workflow_popup .form_input_outer {
    display: grid;
    grid-template-columns: 60% 37%;
    align-items: end;
    gap: 3%;
}

.automation_workflow_popup input.form-control,
.automation_workflow_popup select {
    border: none;
    box-shadow: 0px 0px 4px 0px #00000026;
}

.automation_workflow_popup select:focus {
    box-shadow: 0px 0px 4px 0px #00000026;
}

.automation_workflow_popup::after, .aide_patient_box::after {
    content: '';
    height: 18px;
    width: 17px;
    position: absolute;
    background: #fff;
    top: -7px;
    right: 83px;
    rotate: 45deg;
    z-index: 1;
}


/* phone list css end */
/* call progress css start */
.call_progess_content .call_progess_box {
    gap: 30px;
}

.call_progess_content .bound_call_box {
    box-shadow: 0px 0px 4px 0px #0000001F;
    background: #fff;
    border-radius: 15px;
    padding: 19px 12px;
    width: 100%;
    max-width: 290px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    cursor: pointer;
}

.call_progess_content .bound_call_box.active {
    background: #226241;
    box-shadow: 2px 2px 4px 0px #D8E7DF4F inset;

}

.bound_call_box h6 {
    font-size: 16px;
    font-weight: 400;
    line-height: 23.12px;
    letter-spacing: 0.05em;
    color: #232323;
}

.bound_call_box.active h6 {
    color: #fff;
}

.bound_call_box .call_icon {
    width: 40px;
    height: 38px;
    border-radius: 8px;
    background-color: #69F0AE;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bound_call_box .call_icon svg g rect{
fill: #fff;
}
.bound_call_box.active .call_icon {
    background-color: #fff;
}
.bound_call_box.active .call_icon svg g rect{
    fill: #226241;
}
.call_progress_data {
    margin: 30px 0px;
}

.call_progress_data .tasks_outer .task_box h5 {
    font-size: 25px;
    color: #000;
}

.call_progress_data .tasks_outer .task_box p {
    font-size: 16px;
    font-weight: 400;
    line-height: 23.12px;
    letter-spacing: 0.05em;
}

.call_progress_data .tasks_outer .task_box h4 {
    color: #000000;
    font-size: 30px;
    font-weight: 500;
    line-height: 43.35px;
    letter-spacing: 0.05em;
    text-align: center;
    margin-top: 40px;
}

.call_progress_data .tasks_outer .task_box {
    padding: 24px 26px;
    padding-bottom: 0px;
}

.call_progess_content {
    max-width: 1000px;
}

.call_progress_data .barOverflow {
    position: relative;
    overflow: hidden;
    width: 280px;
    height: 140px;
    margin: auto;
}

.call_progress_data .progress-circle {
    width: 280px;
    height: 280px;
    background: conic-gradient(#F4F4F4 30%, #7FDDAD 80%);
}

.call_progress_data .progress-circle .circle {
    width: 200px;
    height: 200px;
}

.call_progress_data .progress-circle .progress_bar {
    background: conic-gradient(#fff 30%, #7FDDAD 30%);
    width: 180px;
    height: 180px;
}

.call_progress_data .yellow-progress-circle .progress_bar {
    background: conic-gradient(#fff 30%, #ECDB01 30%);
}

.call_progress_data .yellow-progress-circle {
    background: conic-gradient(#F4F4F4 70%, #ECDB01 30%);
}

.call_progress_data .progress-circle .progress_bar::after {
    width: 175px;
    height: 175px;
}

.call_progress_data .progress-circle .circle p {
    margin-top: -45px;
}

.calls_progress_data {
    box-shadow: 0px 0px 4px 0px #0000001F;
    background-color: #fff;
    border-radius: 15px;
    padding: 11px 24px;
}

.call_progess_content .calls_content {
    display: flex;
    align-items: center;
}

.call_progess_content .calls_content h6 {
    font-family: Jost;
    font-size: 18px;
    font-weight: 600;
    line-height: 26.01px;
    letter-spacing: 0.05em;
    color: #226241;
    margin-top: 15px;
}

.call_progess_content .calls_content p {
    font-family: Jost;
    font-size: 16px;
    font-weight: 400;
    line-height: 23.12px;
    letter-spacing: 0.05em;
    color: #000000;
}

.call_progress_data .option_dots {
    cursor: pointer;
}

.call_progress_data .option_data {
    position: absolute;
    right: -26px;
    z-index: 9;
    width: 246px;
}

.call_progress_data .option_data h6 {
    color: #232323;
    font-size: 10px;
    font-weight: 400;
    line-height: 14.45px;
    letter-spacing: 0.05em;
    text-align: end;
    margin-right: 11px;
}

.call_progress_data .option_data_table {
    border: 2px solid #69F0AE;
    border-radius: 12px;
    background-color: #fff;
    overflow: hidden;
    z-index: 2;
}

.call_progress_data .option_data_table .table-responsive {
    max-height: 220px;
    scrollbar-width: thin;
}

.call_progress_data .option_data_table th {
    font-size: 10px;
    font-weight: 500;
    line-height: 14.45px;
    letter-spacing: 0.05em;
    color: #000000;
    border-right: 1px solid #2323231a;
    background-color: #69f0ae33;
}

.call_progress_data .option_data_table td {
    font-size: 9px;
    font-weight: 400;
    line-height: 13.01px;
    letter-spacing: 0.05em;
    border-right: 1px solid #2323231a;
}

.call_progress_data .option_data_table tr:last-child td {
    border-bottom: none;
}

.option_data::after {
    content: '';
    height: 17px;
    width: 17px;
    position: absolute;
    background: #fff;
    border: 2px solid #69F0AE;
    top: 17px;
    right: 27px;
    rotate: 45deg;
    z-index: 1;
}

/* call progress css end */
/* history css start */
/* .history_logs_table {
    max-width: 790px;
} */

.history_log_detail_outer {
    background: #FFFFFF;
    box-shadow: 0px 0px 4px 0px #00000026;
    border-radius: 10px;
    padding: 34px 8px;
}

.history_log_detail_outer .detail_left {
    padding-left: 18px;
}

.history_log_detail_outer .detail_left .detail_data h6,
.history_log_detail_outer .detail_left .detail_data p,
.call_recording h6 {
    font-size: 16px;
    font-weight: 600;
    line-height: 23.12px;
    letter-spacing: 0.05em;
    color: #000;
}

.history_log_detail_outer .detail_left .detail_data p {
    font-weight: 400;
    margin-bottom: 0px;
}

.history_log_detail_outer .detail_left .detail_data {
    margin-bottom: 18px;
}

.history_log_detail_outer .detail_left .time_detail {
    display: flex;
    align-items: center;
    gap: 8px;
}

.history_log_detail_outer .detail_left .time_detail p {
    border: 1px solid #69F0AE;
    box-shadow: 0px 0px 4px 0px #0000001F;
    background-color: #fff;
    border-radius: 5px;
    padding: 6px 15px;
}

.history_log_detail_outer .detail_left .detail_data button {
    background-color: #226241;
    border-radius: 10px;
    padding: 11px 26px;
    font-size: 16px;
    font-weight: 600;
    line-height: 23.12px;
    letter-spacing: 0.05em;
    color: #fff;
    border: none;
}

.history_log_detail_outer .call_recording {
    background: #69f0ae1a;
    border-radius: 10px;
    padding: 15px 15px;
    width: 100%;
    max-width: 520px;
}

.call_recording span,
.call_transcript .call_transcript_heading span {
    border: 1px solid #69F0AE;
    border-radius: 15px;
    background-color: #fff;
    box-shadow: 0px 0px 12px 0px #86DEB1F0;
    padding: 3px 20px;
    font-size: 12px;
    font-weight: 400;
    line-height: 17.34px;
    letter-spacing: 0.05em;
}
.call_recording span a,
.call_transcript .call_transcript_heading span a{
    color: #333;
}
.call_recording audio::-webkit-media-controls-play-button,
.call_recording audio::-webkit-media-controls-panel {
    background-color: #fff;
    box-shadow: 0px 0px 4px 0px #0000001F;
    color: #c9e1d7;
}

.call_recording audio {
    width: 100%;
}

.call_recording audio::-webkit-media-controls-enclosure {
    border-radius: 10px;
}

.call_summary {
    box-shadow: 0px 0px 4px 0px #0000001F;
    background-color: #FFFFFF;
    padding: 15px 24px;
    border-radius: 10px;
    margin-top: 25px;
    position: relative;
    margin-left: 25px;
}
.call_summary::after{
    content: '';
    position: absolute;
    width: 17px;
    height: 33px;
    border: 2px solid #232323;
    opacity: 50%;
    border-right: 0px;
    border-top: 0px;
    top: -20px;
    left: -24px;
}
.call_summary h5 {
    font-size: 18px;
    font-weight: 500;
    line-height: 26.01px;
    letter-spacing: 0.05em;
}

.call_summary h6 {
    font-size: 16px;
    font-weight: 500;
    color: #226241;
}

.call_summary .call_summary_header a {
    color: #232323;
    font-size: 12px;
    font-weight: 400;
    line-height: 17.34px;
    letter-spacing: 0.05em;
    text-decoration: underline;
}

.call_summary li {
    font-family: Jost;
    font-size: 16px;
    font-weight: 400;
    line-height: 23.12px;
    letter-spacing: 0.05em;
    color: #000000;
    padding-bottom: 8px;
}

.call_summary li::marker {
    color: #226241;
}

.call_transcript {
    box-shadow: 0px 0px 4px 0px #00000026;
    border-radius: 10px;
    padding: 17px 19px;
    max-height: 960px;
    overflow: auto;
}

.call_transcript h6,
.call_ended_detail h6 {
    font-size: 16px;
    font-weight: 500;
    line-height: 23.12px;
    letter-spacing: 0.05em;
}

.call_ended_detail {
    box-shadow: 0px 0px 4px 0px #00000026;
    border-radius: 10px;
    padding: 13px 13px;
    gap: 27px;
}

.call_ended_detail .person_img {
    height: 40px;
    width: 100%;
    max-width: 40px;
    background-color: #868689;
    border-radius: 100%;
}

.call_ended_detail p {
    color: #232323;
    font-size: 14px;
    font-weight: 400;
    line-height: 20.23px;
    letter-spacing: 0.05em;
}

.call_ended_detail h5 {
    font-size: 14px;
    font-weight: 400;
    line-height: 20.23px;
    letter-spacing: 0.05em;
}

.timestamp_list {
    margin-top: 25px;
}

.timestamp_list h4 {
    color: #232323;
    font-size: 14px;
    font-weight: 400;
    line-height: 20.23px;
    letter-spacing: 0.05em;
}

.timestamp_list h2,
.timestamp_list p {
    font-size: 14px;
    font-weight: 600;
    line-height: 20.23px;
    letter-spacing: 0.05em;
    color: #000000;
}

.timestamp_list p {
    font-size: 12px;
    font-weight: 400;
}

.timestamp_list h2 {
    width: 100%;
    max-width: max-content;
}

.timestamp_list li {
    display: flex;
    gap: 15px;
    padding-bottom: 15px;
}

.timestamp_list .list_text {
    display: flex;
    gap: 10px;
}

/* history css end */

/* ai agent css start */
.select_agent_box {
    background: #FFFFFF;
    box-shadow: 0px 0px 4px 0px #00000026;
    border-radius: 15px;
    padding: 14px 14px;
}

.select_agent_box select {
    border: 1px solid #0000001A;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 400;
    line-height: 23.12px;
    letter-spacing: 0.05em;
    padding: 8px 17px;
}

.add_agent button {
    background: #DFFFEF;
    border-radius: 5px;
    width: 100%;
    border: none;
    padding: 9px 9px;
    font-size: 16px;
    font-weight: 500;
    line-height: 23.12px;
    letter-spacing: 0.05em;
    color: #232323;
    border: 1px solid #0000001A;
}

.add_agent button span {
    position: absolute;
    left: 10px;
}

.tools_box {
    box-shadow: 0px 0px 4px 0px #00000026;
    background-color: #FFFFFF;
    border-radius: 10px;
}

.tools_box .tools_box_header {
    padding: 30px 22px;
    cursor: pointer;
}

.tools_box .tools_box_header h5 {
    color: #226241;
    font-size: 20px;
    font-weight: 600;
    line-height: 28.9px;
    letter-spacing: 0.05em;
}

.tools_box .tools_box_header h6 {
    color: #232323;
    font-size: 16px;
    font-weight: 500;
    line-height: 23.12px;
    letter-spacing: 0.05em;
}

.tools_box .tools_list {
    padding: 0px 18px;
    border-top: 2px solid rgb(0, 0, 0, 0.20);
}
.tools_list .accordion .accordion-button{
    border: none;
    border-radius: 0px!important;
    color: #232323;
    font-weight: 500;
    padding: 14px 0px 0px;
}
.tools_list .accordion-button:not(.collapsed){
    background-color: transparent;
    box-shadow: none;
}
.tools_list .accordion-item{
    border: none;
    background-color: transparent;
}
.tools_list .accordion-body{
    padding: 16px 10px 0px;
}
.tools_list .accordion-button:focus{
    box-shadow: none;
}
.tools_box .tools_name.accrodion_list{
    padding: 0px;
}
.tools_box .accrodion_list.tools_name h4{
    font-weight: 400;
    font-size: 15px;
}
.tools_box .tools_name {
    padding: 15px 0px;
    display: flex;
    align-items: center;
    gap: 10px;
    border-bottom: 1px solid #e5e5e5;
    cursor: pointer;
}

.tools_box .tools_name h4,
.tools_detail h4 {
    color: #232323;
    font-size: 17px;
    font-weight: 500;
    line-height: 24.57px;
    letter-spacing: 0.05em;
}

.tools_detail h4 {
    color: #226241;
    display: flex;
    align-items: center;
    gap: 10px;
}

.tools_detail {
    position: absolute;
    width: 100%;
    max-width: 400px;
    left: 4px;
    top: 55px;
}

.tools_detail_inner {
    z-index: 2;
    border: 2px solid #69F0AE;
    box-shadow: 0px 0px 4px 0px #00000026;
    background: #fff;
    border-radius: 10px;
    padding: 0px 21px;
}

.tools_detail::after {
    content: '';
    height: 19px;
    width: 19px;
    position: absolute;
    background: #fff;
    border: 2px solid #69F0AE;
    top: -9px;
    left: 33px;
    rotate: 45deg;
    z-index: 1;
}

.call_transfer_form {
    padding-left: 22px;
    border-left: 1px solid #0000001a;
    margin: 18px 0px;
}

.call_transfer_form label {
    color: #000000;
    font-size: 15px;
    font-weight: 500;
    line-height: 21.68px;
    letter-spacing: 0.05em;
}

.call_transfer_form input {
    color: #000;
    box-shadow: 0px 0px 4px 0px #00000026;
    border: none;
    font-size: 15px;
    font-weight: 400;
    line-height: 21.68px;
    letter-spacing: 0.05em;
    padding: 15px 20px;
}

.call_transfer_form input::placeholder {
    color: #0000004d;
}

.call_transfer_form input:focus {
    box-shadow: 0px 0px 4px 0px #00000026;
}

.submit_btn input {
    background: #226241;
    box-shadow: 2px 2px 4px 0px #D8E7DF4F inset;
    border-radius: 10px;
    padding: 6px 22px;
    font-size: 16px;
    font-weight: 400;
    line-height: 23.12px;
    color: #fff;
    border: none;
}

.tools_box_header h5 span {
    transform: rotate(270deg);
}

.tools_box_header_open h5 span {
    transform: unset;
}

.add_agent_box {
    box-shadow: 0px 0px 4px 0px #00000026;
    background-color: #fff;
    border-radius: 10px;
    padding: 30px 22px;
}

.add_agent_box label {
    font-weight: 600;
}

.add_agent_box textarea,
.add_agent_box select, .add_agent_box textarea, .add_agent_box #beginMessageInput {
    box-shadow: 0px 0px 4px 0px #00000026;
    border-radius: 10px;
    padding: 17px 17px;
    height: 310px;
    resize: none;
    border: none;
    font-size: 15px;
    font-weight: 400;
    line-height: 21.68px;
    letter-spacing: 0.05em;
}
.add_agent_box #beginMessageInput{
    height: auto;
}
.add_agent_box select {
    height: auto;
}

.add_agent_box textarea:focus,
.add_agent_box select:focus {
    box-shadow: 0px 0px 4px 0px #00000026;
}

.agent_edit_box {
    box-shadow: 0px 0px 4px 0px #00000026;
    background: #ffffff;
    border-radius: 15px;
    padding: 35px 20px;
}

.agent_edit_box_header {
    display: flex;
    justify-content: space-between;
}

.agent_edit_box_header h4 {
    font-size: 16px;
    font-weight: 600;
    line-height: 23.12px;
    letter-spacing: 0.05em;
}

.agent_edit_box_header_btns button, .fetchAgentsBtn{
    border: 1px solid #7fddadcc;
    border-radius: 10px;
    padding: 9px 15px;
    color: #232323;
    font-size: 15px;
    font-weight: 400;
    line-height: 21.68px;
    letter-spacing: 0.05em;
    background: #7fddadcc;
}
.action-buttons button{
    padding: 6px 13px;
    border-radius: 5px;
}
.agent_edit_box_header_btns button.bg-white{
    box-shadow: 0px 0px 12px 0px #86DEB1F0;
    border: 1px solid #7FDDAD;
}

.agent_edit_box_header_btns button.setting_btn {
    width: 36px;
    height: 40px;
}

.copy_del_btn {
    display: flex;
    align-items: center;
    gap: 10px;
}

p.agent_id {
    font-size: 12px;
    font-weight: 400;
    line-height: 17.34px;
    letter-spacing: 0.05em;
    margin-top: 2px;
}

.agent_input_group {
    max-width: 270px;
}

.agent_input_group select {
    box-shadow: 0px 0px 4px 0px #00000026;
    background-color: #fff;
    border-radius: 10px;
    border: none;
    padding: 9px 9px;
    width: 160px;
}
.agent_input_group{
    box-shadow: 0px 0px 4px 0px #00000026;
    background-color: #fff;
    border-radius: 10px;
    border: none;
    padding: 9px 9px;
    /* width: 170px; */
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    max-width: fit-content;
}
.agent_input_group select:focus {
    box-shadow: 0px 0px 4px 0px #00000026;
}
.agent_input_group .select_name{
    padding-left: 40px;
    padding-right: 40px;
}
.agent_input_group .agent_img {
    height: 24px;
    width: 100%;
    max-width: 24px;
}
.agent_input_group .agent_img img{
    border-radius: 100%;
    height: 24px;
    width: 100%;
    max-width: 24px;
}
/* ai agent css end */

/* home slider css start */
.faq_outer .slick-dots li button:before{
    content: '';
    background-image: url(../images/slider-arrow.svg);
    background-repeat: no-repeat;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 1;
}
.faq_outer .slick-dots li button{
    background-color: #7FDDAD;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    position: relative;
}
.faq_outer #slick-slide-control00{
    transform: rotate(180deg);
}
.faq_outer .slick-dots{
    display: flex;
    justify-content: center;
    gap: 17px;
    align-items: center;
}
.loader-icon{
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
    display: none;
}
input[type="search"]::-webkit-search-cancel-button {
    display: none;
}
.delete_modal h4{
    font-size: 24px;
    font-weight: 500;
    line-height: 28.9px;
    letter-spacing: 0.05em;
}
.edit_modal .modal_footer button, .edit_modal .modal-footer button{
    padding: 6px 21px;
    border-radius: 5px;
    border: none;
}
.modal .modal_footer button.yes_btn, .modal .modal-footer button.yes_btn{
    background-color: #226241;
    box-shadow: 2px 2px 4px 0px #D8E7DF4F inset;
    font-family: Jost;
    font-size: 16px;
    font-weight: 400;
    line-height: 23.12px;
    color: #fff;
    padding: 6px 21px;
    border-radius: 5px;
    border: none;
}
.delete_modal .modal-dialog{
    max-width: 410px;
}
.delete_modal .modal-body {
    padding: 35px 20px;
}
.site_modal .automation_workflow_popup::after{
    content: none;
}
.site_modal .submit_btn button{
    background-color: #226241;
    border-radius: 10px;
    padding: 11px 39px;
    font-size: 16px;
    font-weight: 400;
    line-height: 23.12px;
    box-shadow: 2px 2px 4px 0px #D8E7DF4F inset;
    color: #fff;
    border: none;
}
.site_modal .close_btn{
    padding: 11px 39px;
    line-height: 23.12px;
    font-size: 16px;
    font-weight: 400;
    border: none;
    border-radius: 10px;
}
/* home slider css end */
.modal .edit_modal_body{
    width: auto;
    position: unset;
}
.modal .edit_modal_body::after{
    display: none;
}
.edit_callerList_modal .modal-content{
    border-radius: 15px;
}
.modal .edit_modal_body .submit_btn button{
    padding: 11px 35px;
    color: #fff;
    border: none;
}
.edit_callerList_modal .aide_patient_box_header{
    padding: 1px 1px;
}
.edit_callerList_modal .modal-dialog{
    max-width: 960px;
}
.progress_bar_outer {
    position: relative;
    margin: 4px auto 12px;
    text-align: center;
}
.progress_bar_outer .bar_Overflow {
    position: relative;
    overflow: hidden; 
    width: 280px;
    height: 140px;
    margin: auto;
    margin-bottom: -14px;
}
.progress_bar_outer .bar {
    position: absolute;
    top: 0;
    left: 0;
    width: 270px;
    height: 270px;
    border-radius: 50%;
    box-sizing: border-box;
    border: 40px solid #F4F4F4;
    border-bottom-color: #7FDDAD;
    border-right-color: #7FDDAD;
}
.yellow_progress_outer .bar{
    border-bottom-color: #ECDB01;
    border-right-color: #ECDB01;
}
.progress_bar_outer p{
    margin-top: -35px;
}
.dashboard_progress_outer .bar{
    border-left-color: #7FDDAD;
    border-top-color: #7FDDAD;

}
.dashboard_progress_outer.yellow_progress_outer .bar{
    border-left-color: #ECDB01;
    border-top-color: #ECDB01;

}
.dashboard_progress_outer.progress_bar_outer .bar_Overflow {
    overflow: unset;
    width: 240px;
    height: 240px;
}
.dashboard_progress_outer.progress_bar_outer p{
    margin-top: 0px;
}
.dashboard_progress_outer.progress_bar_outer .circle{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.dashboard_progress_outer.progress_bar_outer .bar{
    width: 240px;
    height: 240px;
}
.dashboard_progress_outer.progress_bar_outer .circle h6{
    font-family: Jost;
    font-size: 25.03px;
    font-weight: 600;
    letter-spacing: 0.05em;
    color: #232323;
    z-index: 2;
}
.dashboard_progress_outer.progress_bar_outer .circle p{
    color: #000;
    z-index: 2;
    font-size: 10.01px;
    font-weight: 500;
    line-height: 14.47px;
    letter-spacing: 0.05em;
}
.selectVoiceModal .modal-dialog{
    max-width: 1200px;
}
.selectVoiceModal table td{
    vertical-align: middle;
    padding: 16px;
}
.selectVoiceModal table thead th{
    background-color: #f5f7fb;
    font-size: 16px;
    color: #525586;
    font-weight: 500;
    padding: 16px;
}
.selectVoiceModal .trait_data span{
    background-color: #f5f7fa;
    padding: 2px 8px;
    border-radius: 10px;
    font-size: 12px;
    color: #525586;
}
.selectVoiceModal .use_voice_btn{
    background-color: #fff;
    box-shadow: 0px 0px 4px 0px #00000026;
    cursor: pointer;
    border-radius: 5px;
    padding: 5px 15px;
    font-size: 16px;
    font-weight: 400;
    line-height: 23.12px;
    width: fit-content;
    visibility: hidden;
}
.selectVoiceModal table tbody tr:hover .use_voice_btn{
    visibility: visible;
}
.selectVoiceModal .select_voice_table {
    border-radius: 10px;
    overflow: hidden;
}

.selectVoiceModal .voice_img img{
    height: 30px;
    width: 30px;
    border-radius: 100%;
}
.logout_option {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    gap: 7px;
    left: 37px;
    width: max-content;
    border: 1px solid #0000001A;
    border-radius: 25px;
    background: #fff;
    align-items: center;
    padding: 15px 20px 15px 66px;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    z-index: 1;
    color: #232323;
    color: #000;
}
.admin_panel_sidebar .user-img a .user-img-link {
    position: relative;
    z-index: 2;
}
.add_tool_btn, .verify-btn{
    border: 1px solid #7fddadcc;
    border-radius: 10px;
    padding: 9px 15px;
    color: #232323;
    font-size: 15px;
    font-weight: 400;
    line-height: 21.68px;
    letter-spacing: 0.05em;
    background: #7fddadcc;
}
.verify-btn span{
    height: 20px;
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background-color: #fff;
}
button.verify-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 135px;
    justify-content: center;
}
.unverified_btn{
    background-color: #d40000;
    border: 1px solid #d40000;
    color: #fff;
}
.select_language{
    width: 100%;
    max-width: max-content;
    box-shadow: 0px 0px 4px 0px #00000026;
    background-color: #fff;
    border-radius: 10px;
    border: none;
    padding: 9px 42px 9px 12px;
    cursor: pointer;
    gap: 10px;
}
.select_language:focus{
    box-shadow: 0px 0px 4px 0px #00000026;
}

/* privacy policy css start */
.privacy_policy_sec .faq_heading h2 {
    font-size: 35px;
    font-weight: 700;
    line-height: 50.58px;
}

.privacy_policy_sec .faq_heading h1 {
    position: absolute;
    top: -35px;
    color: #226241;
    font-size: 69.31px;
    font-weight: 700;
    line-height: 100.16px;
    opacity: 0.05;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

section.privacy_policy_sec {
    background-color: #e2fff04d;
    padding: 40px 0px 60px;
}

.privacy_policy_content p {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    line-height: 23.12px;
}

.privacy_policy_content p a {
    color: #3D81FF;
}

.privacy_policy_content .policy_data {
    padding: 10px 0px 0px;
}

.privacy_policy_content .policy_data h3 {
    color: #288E5B;
    font-size: 25px;
    font-weight: 700;
    line-height: 36.13px;
}

.contact_us_sec {
    background-image: url(../images/contact-us-img.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.contact_us_sec::after {
    content: '';
    position: absolute;
    background-color: #226241cc;
    height: 100%;
    width: 100%;
    z-index: 1;
    top: 0px;
}

.contact_us_heading {
    z-index: 2;
    text-align: center;
    padding: 200px 0px;
}

.contact_us_heading h1 {
    color: #ffffff;
    font-size: 55px;
    font-weight: 600;
    line-height: 79.48px;
}

.contact_address_sec {
    padding: 40px 0px;
    background-color: rgb(226, 255, 240, 0.30);
}

.contact_address_sec .address_box h6 {
    color: #000000;
    font-size: 25px;
    font-weight: 600;
    line-height: 36.13px;
}

.contact_address_sec .address_box p {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    line-height: 23.12px;
}

.contact_address_sec .address_box {
    width: 100%;
    max-width: 260px;
}

section.contact_us_form {
    padding: 30px 0px 80px;
    background: linear-gradient(0deg, #F0FFF8 0%, rgba(240, 255, 248, 0.25) 100%);
}

.contact_us_form .form_heading {
    width: 100%;
    max-width: 370px;
}

.contact_us_form .form_heading h2 {
    color: #000000;
    font-size: 35px;
    font-weight: 700;
    line-height: 50.58px;
}

.contact_us_form .form_heading p {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    line-height: 23.12px;
}

.contact_us_form form .input_fields {
    margin-bottom: 20px;
}

.contact_us_form form input,
.contact_us_form form select,
.contact_us_form form textarea {
    box-shadow: 0px 0px 4px 0px #00000040;
    background-color: #fff;
    border-radius: 5px;
    padding: 15px 19px;
    color: #232323;
    font-size: 16px;
    font-weight: 400;
    line-height: 23.12px;
}

.contact_us_form form input:focus,
.contact_us_form form select:focus,
.contact_us_form form textarea:focus {
    box-shadow: 0px 0px 4px 0px #00000040;
}
.contact_us_form form textarea{
    height: 158px;
    resize: none;
}
.contact_us_form .contact_us_btn input{
    background-color: #226241;
    box-shadow: 2px 2px 4px 0px #D8E7DF4F inset;
width: 100%;
border: none;
cursor: pointer;
color: #FFFFFF;
}
.assign_knowledge_base .select2{
        width: 100%!important;
}
.assign_knowledge_base .select2-container--default .select2-selection--single{
    height: auto;
}
.assign_knowledge_base .select2-container--default .select2-selection--single .select2-selection__rendered{
    padding: 4px 10px;
    font-size: 14px;
}
.assign_knowledge_base .select2-container--default .select2-selection--single .select2-selection__arrow{
    top: 6px;
    right: 5px;
}
.assign_knowledge_base .select2-container--default .select2-search--inline .select2-search__field{
    font-size: 14px;
    margin-top: 7px;
    font-family: 'Jost';
    padding-left: 5px;
}
.assign_knowledge_base .select2-container .select2-selection--multiple{
    min-height: auto;
    height: 36px;
    border: solid #aaaaaa 1px;
}
.table_header_btns .select-assign-workflow select{
    border: 1px solid #ced4da;
    background-color: #fff;
    padding: 6px 81px 6px 11px;
    border-radius: 5px;
}
.table_header_btns .employee-submit-btn button{
    padding: 9px 20px;
}


.view_patient_modal_tabs .nav-tabs {
    gap: 5px;
    justify-content: center;
}
.view_patient_modal_tabs .nav-link, .view_patient_modal_tabs button.nav-link {
  font-size: 17px;
  font-weight: 400;
  color: #353535;
  font-family: PT Sans;
  border: 1px solid transparent;
}
.view_patient_modal_tabs .nav-link.active, .login_form .form_outer   .view_patient_modal_tabs button.nav-link.active {
  background-color: #C2DCD5;
  font-weight: 700;
}
.view_patient_modal_tabs .nav-link.active {
  background-color: #C2DCD5;
  font-weight: 700;
}
.view_patient_modal_tabs .nav-link:hover {
  border: 1px solid #dee2e6;
}
.modal_spinner{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%);
}
.modal_spinner .spinner-border{
  border-width: 2px;
}
.view_patient_modal .tab-content{
  padding: 10px 20px;
  min-height: 200px;
}
.view_patient_modal .tab-content h3{
  font-size: 22px;
  font-weight: 600;
  font-family: PT Sans;
  margin-bottom: 15px;
}
.patient-info-data ,.visit-timing{
  padding: 12px 20px;
  background: #e4e6e77a;
  border-radius: 15px;
}
.patient-info-data p ,.visit-timing p{
  font-family: PT Sans;
    gap: 10px;
    display: flex;
}

.history_logs_date_filters{
    width: min-content;
}
.history_logs_date_filters button{
    border-radius: 7px;
    padding: 8px 19px;
}
.history_logs_table_tabs .nav-tabs .nav-link{
    color: #232323;
    font-size: 16px;
}
.history_logs_table_tabs .nav-tabs{
    margin-left: 30px;
}
.reset-filter-btn, .caller_list_outer .create_btn button.reset-filter-btn{
    background-color: #bc0000;
    color: #fff;
    border: none;
    padding: 7px 23px;
    border-radius: 7px;
}
.caller_list_outer .create_btn button.reset-filter-btn{
    padding: 12px 33px;
}
.reset-filter-btn:hover{
    background-color: #9a0000;
}

#google_translate_element .goog-te-combo{
    font-family: 'Jost'!important;
    height: auto!important;
}
.whitespace-nowrap{
    white-space: nowrap;
}
.aide_table_outer .table_header_btns button{
    padding: 11px 13px;
    width: 100%;
    max-width: unset;

}
.sample_csv_btn{
    width: 100%;
    white-space: nowrap;
}
.select2_box .select2-container{
    width:180px!important;
}

.select2_box .select2-container--default .select2-search--inline .select2-search__field{
    font-size: 13px;
    margin: 0px 9px;
    position: relative;
    top: 7px;
}
.select2_box .select2-container--default .select2-selection--clearable .select2-search--inline .select2-search__field{
    top: 0px;
}
.select2_box  .select2-container--default .select2-selection--multiple .select2-selection__clear{
    display: none;
}
.select2_box .select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
    position: relative;
    border-color: #50876b;
    color: #fff;
}
.select2_box .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{
    background-color: transparent;
    color: #fff;
}
.select2_box .select2-container--default .select2-selection--multiple .select2-selection__choice{
    background: #226341;
    padding: 2px 5px;
    color: #fff;
    font-size: 12px;
    text-align: center;
}
.select2_box .select2-container--default .select2-selection--multiple{
    overflow: auto;
}
.select2_box{
    position: relative;
    padding-right: 10px!important;
}
.select2_box::after{
    content: '';
    background-image: url(../images/down-arrow.svg);
    background-repeat: no-repeat;
    background-size: 15px;
    width: 15px;
    height: 15px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.sidebar_accordion .accordion-button:not(.collapsed){
    background-color: transparent;
    border: none;
    box-shadow: none;
    margin-bottom: 0px;
    color: #232323;
}
.sidebar_accordion .accordion-item{
    border: none;
}
.sidebar_accordion .accordion-body{
    padding-top: 0px;
    padding-left: 60px;
}
.dashboard_sidebar_links ul li .sidebar_accordion .accordion-body a{
    padding: 4px 0px;
    display: block;
    margin-bottom: 0px;
    font-size: 14px;
}
.dashboard_sidebar_links ul li .sidebar_accordion a.active{
    background-color: transparent;
    color: #226241;
    box-shadow: none;
}
.sidebar_accordion .accordion-button:not(.collapsed)::after{
    background-image: var(--bs-accordion-btn-icon);
}
.sidebar_accordion .accordion-button::after{
    background-size: 15px;
}
.table_header_btns  .callTypeFilterWrapper select{
    background-color: #fff;
    border: 1px solid #ced4da;
    padding: 6px 16px;
    border-radius: 6px;
    width: 200px;
}
.select-week{
    background-color: #fff;
    color: #707070;
    padding: 5px 20px;
    border-radius: 5px;
    width: fit-content;
    font-size: 20px;
    border-radius: 5px;
    border: 1px solid #d4d4d4;
}
.select-week i{
    cursor: pointer;
}
.add-custom-function-modal .example-parameters button{
    background-color: #000;
    color: #fff;
    border: none;
    padding: 3px 10px;
    border-radius: 20px;
    font-size: 14px;
    cursor: pointer;
}
.add-custom-function-modal .format-json-btn{
    background-color: #000;
    color: #fff;
    border: none;
    padding: 8px 10px;
    border-radius: 6px;
    font-size: 15px;
    cursor: pointer;
}
.add-custom-function-modal .submit_btn input{
    background-color: #000000;
    color: #fff;
    border: none;
    padding: 7px 15px;
    border-radius: 7px;
    font-size: 14px;
    cursor: pointer;
}
.add-custom-function-modal .submit_btn button{
    background-color: transparent;
    color: #000000;
    border: 1px solid #000000;
    padding: 7px 15px;
    border-radius: 7px;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
}
.add-custom-function-modal .submit_btn button:hover{
    background-color: #000000;
    color: #fff;
}
.add-custom-function-modal label{
    font-size: 14px;
    font-weight: 500;
    color: #000000;
}
.parameters-input textarea{
    height: 150px;
    background-color: #272836;
    color:#fff;
}
.parameters-input textarea:focus{
    background-color: #272836;
    color:#fff;
}
.add-custom-function-modal .modal-content{
    border-radius: 14px;
}
.template_content_text{
    overflow: hidden;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.template_content_text_full, .template_content_text{
    word-break: break-all;
}
/* privacy policy css end */

/* asana sync css start */
.dashboard-header h1{ 
    font-size: 24px;
    font-weight: 600;
    color: #232323;
}
.dashboard-header button{
    background: #226241;
    box-shadow: 2px 2px 4px 0px #D8E7DF4F inset;
    border-radius: 10px;
    padding: 10px 16px;
    border: none;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 23.12px;
    transition: all 0.3s ease;
}
.apply-filter-btn{
    background-color: #226241;
    color: #fff;
    border: none;
    padding: 7px 23px;
    border-radius: 7px;
}
.toggle-scheduling-btn{
    background: #ff1b1b;
    color: #fff;
    padding: 6px 5px;
    border: none;
    border-radius: 5px;
    font-size: 14px;
}
.asana-project-name{
    font-size: 20px;
    font-weight: 500;
}
.back-btn{
    background-color: #226241;
    color: #fff;
    border: none;
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}
.cursor-pointer{
    cursor: pointer;
}
/* asana sync css end */
/******* admin dashboard css end *******/
/* 
#spreadsheet {
    border-collapse: collapse;
    width: 100%;
    table-layout: fixed;
  }
  
  #spreadsheet th,
  #spreadsheet td {
    border: 1px solid #ccc;
    padding: 8px;
    min-width: 80px;
    min-height: 30px;
    position: relative;
  }
  
  #spreadsheet th {
    background-color: #f5f5f5;
    text-align: center;
    cursor: pointer;
  }
  
  #spreadsheet td {
    background-color: white;
    cursor: text;
  }
  
  .resizer-col,
  .resizer-row {
    position: absolute;
    background: #aaa;
    z-index: 2;
  }
  
  .resizer-col {
    right: 0;
    top: 0;
    width: 5px;
    height: 100%;
    cursor: col-resize;
  }
  
  .resizer-row {
    bottom: 0;
    left: 0;
    height: 5px;
    width: 100%;
    cursor: row-resize;
  }
  
  #add-row-footer {
    margin-top: 10px;
    padding: 10px;
    text-align: center;
  }
  
  #add-row-footer input {
    padding: 5px;
    width: 100px;
  }
  
  #add-row-footer button {
    padding: 5px 10px;
    margin-left: 5px;
  }
  
  .context-menu {
    position: absolute;
    list-style: none;
    padding: 5px 0;
    margin: 0;
    background-color: white;
    border: 1px solid #ccc;
    display: none;
    z-index: 999;
    width: 120px;
    box-shadow: 2px 2px 8px rgba(0,0,0,0.2);
  }
  
  .context-menu li {
    padding: 6px 12px;
    cursor: pointer;
  }
  
  .context-menu li:hover {
    background-color: #eee;
  }
  
  .drag-col-handle:hover {
    background-color: #d0e0ff;
  }

  .selected {
    background-color: #cce5ff!important;
  }
  
  .resizer-col {
    width: 5px;
    height: 100%;
    background: #000;
    cursor: col-resize;
    position: absolute;
    right: 0;
    top: 0;
  }
  tr.selected td {
    background: #d0e7ff;
  }
  td.col-selected, th.col-selected {
    background: #d0e7ff; 
  }
  tr.selected td.col-selected {
    background: #a0cfff;
  }

  #spreadsheet {
    border-collapse: collapse;
    user-select: none;
  }
  
  #spreadsheet th,
  #spreadsheet td {
    border: 1px solid #ccc;
    padding: 6px 10px;
    min-width: 60px;
    max-width: 300px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    vertical-align: middle;
  }
  
  #spreadsheet th {
    background: #f4f4f4;
    position: relative;
    user-select: text;
    cursor: pointer;
  }
  
  #spreadsheet tbody tr.selected-row {
    background-color: #d0e4ff;
  }
  
  #spreadsheet td.selected-cell,
  #spreadsheet th.selected-cell {
    background-color: #a4c1ff;
    color: #000;
  }
  
  .row-index {
    background: #f0f0f0;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    user-select: none;
  }
  
  .resizer-col {
    position: absolute;
    right: 0;
    top: 0;
    width: 5px;
    height: 100%;
    cursor: col-resize;
    user-select: none;
  }
  
  #context-menu {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    font-family: Arial, sans-serif;
    font-size: 14px;
  }
  #context-menu li:hover {
    background-color: #337ab7;
    color: white;
  }
  
  /* Highlight selected rows/columns */
.selected-row td,
.selected-col {
  background-color: #cce5ff !important;
}

/* Index headers */
th.row-index, td.row-index {
  background: #f0f0f0;
  font-weight: bold;
  text-align: center;
  width: 40px;
  user-select: none;
}

/* Context menu styling */
.context-menu {
  position: absolute;
  background-color: white;
  border: 1px solid #ccc;
  z-index: 1000;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}
.context-menu div {
  padding: 5px 10px;
  cursor: pointer;
}
.context-menu div:hover {
  background-color: #eee;
} */

/* asana sync css start */
.dashboard-header h1{ 
    font-size: 24px;
    font-weight: 600;
    color: #232323;
}
.dashboard-header button{
    background: #226241;
    box-shadow: 2px 2px 4px 0px #D8E7DF4F inset;
    border-radius: 10px;
    padding: 10px 16px;
    border: none;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 23.12px;
    transition: all 0.3s ease;
}
.apply-filter-btn{
    background-color: #226241;
    color: #fff;
    border: none;
    padding: 7px 23px;
    border-radius: 7px;
}
.toggle-scheduling-btn{
    background: #ff1b1b;
    color: #fff;
    padding: 6px 5px;
    border: none;
    border-radius: 5px;
    font-size: 14px;
}
.asana-project-name{
    font-size: 20px;
    font-weight: 500;
}
.back-btn{
    background-color: #226241;
    color: #fff;
    border: none;
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}
.cursor-pointer{
    cursor: pointer;
}
.user_bottom_name{
    font-size: 16px;
    font-weight: 400;
}
.loading-state{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
}
.site_loading {
    height: 80px;
    width: 80px;
    border: 4px solid #ccc; 
    border-top: 4px solid #000; 
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin: auto; 
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.edit_file_icon{
    border-radius: 7px;
    background: #226242;
    color: #fff;
    font-size: 12px;
    height: 25px;
    width: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.edit_file_icon:hover{
    color: #fff;
}
.caller_list_outer .create_btn button.individual-call-btn{
    padding: 0px;
    width: 40px;
    height: 40px;
}
/* asana sync css end */
/******* admin dashboard css end *******/
