/* font kit start here */
@font-face {
    font-family: 'Nunito Sans';
    src: url('../fonts/NunitoSans10pt-ExtraBold.woff2') format('woff2'),
        url('../fonts/NunitoSans10pt-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nunito Sans';
    src: url('../fonts/NunitoSans10pt-Medium.woff2') format('woff2'),
        url('../fonts/NunitoSans10pt-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nunito Sans';
    src: url('../fonts/NunitoSans10pt-Bold.woff2') format('woff2'),
        url('../fonts/NunitoSans10pt-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nunito Sans';
    src: url('../fonts/NunitoSans10pt-Regular.woff2') format('woff2'),
        url('../fonts/NunitoSans10pt-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nunito Sans';
    src: url('../fonts/NunitoSans10pt-SemiBold.woff2') format('woff2'),
        url('../fonts/NunitoSans10pt-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}



/* font kit start end */
body {
    margin: 0px;
    padding: 0px;
    font-family: 'Nunito Sans';
}

.form-control:focus,
.form-select:focus,
.form-check-input:focus {
    border-color: #499F5C;
    box-shadow: none;
}

/* header css start */

.site_header {
    background-color: #232323;
    padding: 26px 50px;
}

/* header css end */

/* make an outbond calls css start */
.outbond_calls_header {
    padding: 24px 50px;
    border-bottom: 1px solid #2323234D;
}

.outbond_calls_header button {
    border-radius: 5px;
    padding: 14px 22px;
    border: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 21.82px;
    transition: 0.5s;
}

body .green_btn {
    background-color: #499F5C;
    border: 1px solid #499F5C;
    color: #fff;
}

body .bg_transparent_btn {
    background-color: #fff;
    border: 1px solid #2323234D;
    color: #232323;
}
.knowledge-action-btn {
    background: none;
    border: none;
    cursor: pointer;
    padding: 5px;
}
.outbond_calls_header button:hover,
.submit_btn input:hover {
    background-color: #232323;
    color: #fff;
}

.select_all_box {
    padding: 17px 50px;
}

.select_all_box input,
.input_checkbox {
    height: 25px;
    width: 25px;
    border-radius: 3px;
}

.select_all_box input:checked,
.input_checkbox:checked {
    background-color: #499F5C;
    border-color: #499F5C;
}

.select_all_box label,
.select_all_box span {
    font-size: 16px;
    font-weight: 500;
    line-height: 21.82px;
}

.outbond_calls_detail {
    padding: 40px 60px;
    gap: 90px;
    border-bottom: 1px solid #23232380;
    justify-content: center;
}

.outbond_calls_content .question_ans {
    gap: 8%;
    display: grid;
    grid-template-columns: 83% 9%;
    margin-bottom: 15px;
}

.question_ans_content {
    border-bottom: 1px solid #0000001a;
    padding: 0px 0px 15px;
}

.outbond_calls_content .question_ans:last-child .question_ans_content {
    border-bottom: none;
    padding: 0px;
}

.outbond_calls_content .question_ans h6,
.outbond_calls_content .question_ans p {
    font-family: Nunito Sans;
    font-size: 16px;
    font-weight: 700;
    line-height: 21.82px;
}

.outbond_calls_content .question_ans p {
    font-weight: 40;
}

.blue_text {
    color: #0099F8;
    font-weight: 700;
}

.site_modal .modal-dialog {
    max-width: 1138px;
}

.site_modal .modal-content {
    margin: 0px 20px;
}

.site_modal .btn_close {
    border: none;
    background-color: transparent;
}

.site_modal .modal-header {
    background-color: #232323;
    border-radius: 0px;
    padding: 20px 40px;
}

.site_modal .modal-header h1 {
    font-size: 20px;
    font-weight: 700;
    line-height: 27.28px;
    color: #fff;
}

.site_modal form .form-fields {
    margin-bottom: 20px;
}

.site_modal form .form-fields label {
    color: #232323;
    font-size: 16px;
    font-weight: 700;
    line-height: 21.82px;
    margin-bottom: 11px;
}

.site_modal form .form-fields input,
.site_modal form .form-fields textarea,
.site_modal form .form-fields select {
    padding: 14px 18px;
    color: #232323;
    font-size: 16px;
    font-weight: 400;
    line-height: 21.82px;
    border: 1px solid #00000033;
    border-radius: 6px;
}

.site_modal form .form-fields textarea {
    height: 103px;
}

.site_modal form {
    max-width: 980px;
    margin: auto;
    padding: 20px 0px 100px;
}

.submit_btn input, .submit_btn button {
    border-radius: 10px 10px 0px 10px;
    padding: 10px 34px;
    font-size: 16px;
    font-weight: 700;
    line-height: 21.82px;
    transition: 0.5s;
}

.modal-backdrop.show {
    background: #232323;
}

.upload_csv input {
    display: none;
}

.site_modal form .form-fields .upload_csv label {
    cursor: pointer;
    font-weight: 600;
}

/* make an outbond calls css end */

/* call details css start */
.outbond_calls_header p {
    font-size: 16px;
    font-weight: 600;
    line-height: 21.82px;
    letter-spacing: 0.05em;
}

.call_details_sec .outbond_calls_header {
    border-bottom: none;
}

.call_details_table {
    margin: 0px 16px 16px;
    border: 1px solid #0000004D;
    border-radius: 15px;
    box-shadow: 0px 0px 4px 0px #00000026;
    zoom: 90%;
}

.call_details_table th,
.call_details_table td {
    font-size: 16px;
    font-weight: 700;
    line-height: 21.82px;
    letter-spacing: 0.05em;
    text-align: center;
    color: #232323;
    padding: 22px 30px;
    vertical-align: middle;
}

.call_details_table th {
    border-bottom: 1px solid #0000004D;
}

.call_details_table td {
    font-weight: 400;
    padding: 12px 30px;
}

.call_details_table .view_transcript button{
    border: 1px solid #0000004D;
    text-align: center;
    border-radius: 5px;
    padding: 8px 8px;
    font-size: 14px;
    font-weight: 400;
    line-height: 19.1px;
    width: fit-content;
    margin: auto;
    cursor: pointer;
    width: 98px;
    background-color: transparent;
}

.call_status span {
    padding: 8px 20px;
    border-radius: 5px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    line-height: 19.1px;
    border: 1px solid #00000033;
    width: 147px;
    display: block;
    margin: auto;
}

.call_status span.status_connected {
    color: #ffffff; /* Ensure text color is white */
    background-color: #499F5C; /* Green background */
}

.call_status span.status_missed {
    color: #ffffff; /* Ensure text color is white */
    background-color: #C71B16; /* Red background */
}


.loader-icon{
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
    display: none;
}

.table_pagination {
    border-top: 1px solid #dedede;
    padding-top: 19px;
}

.table_pagination .page-link {
    border-radius: 4px;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    color: #212B36;
}

.table_pagination .page-link.active, .table_pagination .active>.page-link, .table_pagination .page-link.active {
    border: 1px solid #232323;
    background-color: transparent;
}

.table_pagination .page-link[disabled] {
    background-color: #919EAB;
    color: #C4CDD5;
    opacity: 50%;
}

.table_pagination .page-link:focus {
    box-shadow: none;
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
    border-radius: 4px;
}

.call_details_table .table-responsive {
    height: calc(100vh - 284px);
}

.callTranscriptModal.site_modal .modal-dialog {
    max-width: 1380px;
}
.callTranscriptModal .summary_text .summary_text_inner{
    border: 1px solid #0000004D;
    padding: 10px;
    max-height: 300px;
    overflow: auto;
}
.callTranscriptModal .summary_text h4{
    font-size: 16px;
    font-weight: 700;
    line-height: 21.82px;
    letter-spacing: 0.05em;
    color: #232323;
}
.callTranscriptModal .summary_text p{
    font-size: 14px;
    font-weight: 400;
    line-height: 19.1px;
    letter-spacing: 0.05em;
    color: #232323;
    margin-bottom: 0px;
}
.call_ended_box .user_icon {
    height: 40px;
    width: 100%;
    max-width: 40px;
    border-radius: 100%;
    background-color: #499F5C;
    display: flex;
    align-items: center;
    justify-content: center;
}

.call_ended_box {
    width: 100%;
    max-width: 430px;
    box-shadow: 0px 0px 4px 0px #00000026;
    border-radius: 10px;
    padding: 13px 13px;
}

.call_ended_box h4 {
    color: #232323;
    font-size: 16px;
    font-weight: 700;
    line-height: 21.82px;
    letter-spacing: 0.05em;
    margin-bottom: 5px;
}

.call_ended_box p {
    color: #232323;
    font-size: 14px;
    font-weight: 400;
    line-height: 19.1px;
    letter-spacing: 0.05em;
}

.call_ended_box h6 {
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    line-height: 19.1px;
    letter-spacing: 0.05em;
}

.callTranscriptModal .call_detail {
    gap: 65px;
}

.call_audio audio {
    border: 1px solid #0000004D;
    border-radius: 10px;
}

.call_audio audio::-webkit-media-controls-enclosure {
    background: transparent;
}

.call_history_content .calls_content {
    display: grid;
    grid-template-columns: 5% 85% 5%;
    gap: 15px;
}

.call_history_content .calls_content .list_text {
    display: flex;
    gap: 10px;
}

.call_history_content .calls_content h4,
.call_history_content .calls_content h2 {
    color: #232323;
    font-size: 14px;
    font-weight: 400;
    line-height: 19.1px;
    letter-spacing: 0.05em;
}
.call_history_content .calls_content h4{
    width: 100%;
    max-width: 60px;
}
.call_history_content .calls_content h2 {
    font-weight: 700;
}

.call_history_content .calls_content p {
    color: #000000;
    font-size: 12px;
    font-weight: 400;
    line-height: 16.37px;
    letter-spacing: 0.05em;
}

.call_history_content th {
    font-weight: 500;
    padding: 0px;
}

.call_history_content td {
    vertical-align: middle;
    border: 1px solid #2323234D;
    padding: 13px 25px;
}

.call_history_content thead {
    border-bottom: 1px solid #2323234D;
}

.callTranscriptModal .call_history_content {
    margin-top: -10px;
}

.callTranscriptModal td.flag_score_box {
    width: 210px;
}

/* call details css end */


/* latest code css start */
/* header css start */
.site_header .navbar-nav a {
    font-size: 16px;
    font-weight: 600;
    line-height: 21.82px;
    letter-spacing: 0.05em;
    color: #FFFFFF;
}

.site_header .navbar-nav a.active {
    color: #fff;
    font-weight: 800;
    position: relative;
}

.site_header .navbar-nav a.active::after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border: 2.5px solid #ffffff;
    border-radius: 100%;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
}

.history_header_right {
    gap: 30px;
}

.search_box {
    width: 100%;
    max-width: 325px;
}

.search_box .search_icon {
    position: absolute;
    top: 50%;
    left: 16px;
    transform: translateY(-50%);
    opacity: 0.5;
}

.search_box input {
    border: 1px solid #23232333;
    background-color: #F6F6F6;
    padding: 14px 15px 14px 38px;
    color: #232323;
    font-size: 15px;
    font-weight: 400;
    line-height: 20.46px;
}

.call_history_header {
    padding: 20px 0px;
}

.filters button {
    background-color: #F6F6F6;
    border: 1px solid #2323234D;
    border-radius: 4px;
    padding: 6px 9px;
    color: #232323;
    font-size: 16px;
    font-weight: 600;
    line-height: 21.82px;
    letter-spacing: 0.05em;
}

.filters .dropdown-toggle::after {
    display: none;
}

.call_history_header h6 {
    color: #232323;
    font-size: 16px;
    font-weight: 600;
    line-height: 21.82px;
    letter-spacing: 0.05em;
}

.call_type_text {
    color: #0092ED;
    font-weight: 800;
}

.outbound_call {
    color: #DA7400;
}

.call_history_table .table-responsive {
    height: unset;
}

.call_history_sec {
    padding: 0px 12px;
}

.callHistoryModal .call_history_content td {
    border: none;
}

.callHistoryModal .call_history_content {
    border: 1px solid #0000004D;
    margin-top: 25px;
}

.callHistoryModal td.flag_score_box {
    border-left: 1px solid #0000004D;
    width: 120px;
}

.callHistoryModal .call_detail {
    gap: 24px;
}

.callHistoryModal .call_number {
    border: 1px solid #00000033;
    background: #499F5C;
    border-radius: 5px;
    padding: 9px 16px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 19.1px;
}

.download_call_detail button {
    border: 1px solid #2323234D;
    background: #F6F6F6;
    border-radius: 4px;
    padding: 7px 7px;
    color: #000000;
    font-size: 13px;
    font-weight: 400;
    line-height: 17.73px;
    letter-spacing: 0.05em;
}

.callHistoryModal .flag_score {
    width: 120px;
}

.history_header_right_btns button, .clear_sort_btn {
    border-radius: 5px;
    padding: 14px 14px;
    font-size: 16px;
    font-weight: 400;
    line-height: 21.82px;
    transition: 0.5s;
    border: 1px solid #2323234D;
}

.history_header_right_btns button:hover {
    background-color: #232323;
    color: #fff;
}
.call_again_btn button{
    background-color: #499F5C;
    border-radius: 5px;
    padding: 8px 19px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    line-height: 19.1px;
    width: 110px;
    margin: auto;
    border: none;
}
.dlt_btn button{
    background-color: rgb(209, 0, 0);
}
.w-57 {
    width: 51%;
}

.language_td,
.medicaid_number {
    background-color: #499F5C;
    border-radius: 5px;
    padding: 8px 19px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    line-height: 19.1px;
    width: fit-content;
    margin: auto;
}
.medicaid_number{
    background-color: #CFEDFF;
    border: 1px solid #00000033;
    color: #232323;
}
.call_details_table tr:last-child td{
    border-bottom: none;
}
/* header css end */

.status_disconnected {
    color: red;
}

.status_connected {
    color: green; /* or any other color for connected status */
}
.modal .modal_footer button.yes_btn, .modal .modal-footer button.yes_btn {
    background-color: #226241;
    box-shadow: 2px 2px 4px 0px #D8E7DF4F inset;
    font-size: 16px;
    font-weight: 400;
    line-height: 23.12px;
    color: #fff;
    padding: 6px 21px;
    border-radius: 5px;
    border: none;
}
.clear_Search_by_btn button{
    border-radius: 5px;
    padding: 14px 14px;
    font-size: 16px;
    font-weight: 400;
    line-height: 21.82px;
    transition: 0.5s;
    border: 1px solid #2323234D;
}
.status_connected {
    color: green;
}

.status_missed {
    color: red;
}

.status_ended {
    color: gray;
}
.conversation_status_outer{
    display: grid;
    grid-template-columns: 61% 40%;
    width: 100%;
    max-width: 460px;
    gap: 0px 15px;
}

.conversation_status_outer .conversation_status_text{
    display: grid;
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: 500;
}
.btn-success{
    background-color:#499F5C ;
    background-color:#499F5C ;
}
.selectBox .selected-option {
    cursor: pointer;
    border: 1px solid #dce3e8;
    border-radius: 5px;
    padding: 8px 8px;
}
.options_append {
    border: 1px solid #ddd;
    margin-top: 1px;
    border-radius: 5px;
    overflow: hidden;
    position: absolute;
    width: 100%;
    background: #fff;
    z-index: 2;
}
.selectBox .search-box {
    width: 100%;
    padding: 10px;
    border: none;
    border-bottom: 1px solid #ccc;
    outline: none;
    font-size: 16px;
}
.selectBox .options {
    list-style: none;
    padding: 0;
    max-height: 220px;
    overflow-y: auto;
    border-bottom: 1px solid #ccc;
}
.selectBox .options li {
    padding: 10px;
    cursor: pointer;
}
.selectBox{
    width: -webkit-fill-available;
}
.add_coller button, .add_text_btn, .assign-agent-btn{
    background-color: #499F5C;
    border: 1px solid #499F5C;
    padding: 5px 19px;
    border-radius: 5px;
    color: #fff;
}
.clear_filter_by_btn button{
    border-radius: 5px;
    padding: 8px 14px;
    font-size: 16px;
    font-weight: 400;
    line-height: 21.82px;
    transition: 0.5s;
    border: 1px solid #2323234D;
}
.history_header_right select{
    border-radius: 5px;
    padding: 8px 14px;
    font-size: 16px;
    font-weight: 400;
    line-height: 21.82px;
    transition: 0.5s;
    border: 1px solid #2323234D;
}
.site_modal form .text-field-set .form-fields input{
    padding: 9px 9px;
}
.site_modal form .text-field-set .form-fields label{
    margin-bottom: 4px;
}
.caller-details-link {
    display: inline-block;
    padding: 8px 16px;
    background: linear-gradient(to bottom, #ffffff, #f8f9fa);
    border: 1px solid #dee2e6;
    border-radius: 6px;
    color: #2c3e50;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    font-weight: 500;
    min-width: 180px;
    text-align: center;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.caller-details-link:hover {
    background: linear-gradient(to bottom, #f8f9fa, #e9ecef);
    color: #16a085;
    border-color: #16a085;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    transform: translateY(-1px);
}

.caller-details-link:active {
    transform: translateY(1px);
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
}

/* Add a small icon to indicate it's clickable */
.caller-details-link::after {
    margin-left: 8px;
    font-size: 14px;
    opacity: 0.7;
}

/* Add a subtle animation on hover */
.caller-details-link:hover::after {
    opacity: 1;
    transform: scale(1.1);
    transition: transform 0.2s ease;
}

/* Action buttons styling */
.action-btn-wrapper {
    position: relative;
    display: inline-block;
}

.action-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    padding: 8px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.2s ease;
    position: relative;
}

.action-btn svg {
    width: 20px;
    height: 20px;
    transition: transform 0.2s ease;
}

/* Button colors */
.action-btn.call-btn {
    background-color: #22c55e;
}

.action-btn.schedule-btn {
    background-color: #3b82f6;
}

.action-btn.edit-btn {
    background-color: #f59e0b;
}

.action-btn.delete-btn {
    background-color: #ef4444;
}

/* Hover effects */
.action-btn:hover {
    filter: brightness(110%);
    transform: translateY(-2px);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.action-btn:hover svg {
    transform: scale(1.1);
}

/* Tooltip styles */
.action-btn::before {
    content: attr(data-tooltip);
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(-4px);
    padding: 4px 8px;
    background-color: #1f2937;
    color: white;
    font-size: 12px;
    white-space: nowrap;
    border-radius: 4px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease;
}

.action-btn::after {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: 4px solid transparent;
    border-top-color: #1f2937;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease;
}

.action-btn:hover::before,
.action-btn:hover::after {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}

/* Active state */
.action-btn:active {
    transform: translateY(0);
    box-shadow: none;
}

/* Ensure proper spacing */
.d-flex.align-items-center.gap-2 {
    display: flex;
    align-items: center;
    gap: 8px;
}
