/* ======= common-css-start ====== */
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
:root { --primary: #171717; --secondary: rgba(23, 23, 23, 0.60); --secondary-light: rgba(23, 23, 23, 0.40); --white: #ffffff; --black: #000; --light-black: #2F2F2F; --green: #28A745; --red: #da0001; --light-grey: #F5F6F6; --dark-grey: #E9EAEC; --white-smoke: #F2F2F2; --pale-blue: #E4E9F2; --zircon: #E6E7E7; --yellow: #ecec1e; }
html { -ms-text-size-adjust: 100%; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
html, body { font-family: 'Montserrat', sans-serif; font-weight: 500; line-height: normal; -ms-text-size-adjust: 100%; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
body { background-color: var(--dark-grey); }
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; vertical-align: baseline; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.clearfix { display: inline-block; }
html[xmlns] .clearfix { display: block; }
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl { max-width: 100%; padding: 0; }
* html .clearfix { height: 1%; }
ul, li { font-family: 'Montserrat', sans-serif; padding: 0; margin: 0; list-style: none; }
ol { font-family: 'Montserrat', sans-serif; padding: 0; margin: 0; }
header, nav, section, article, aside, footer, hgroup { font-family: 'Montserrat', sans-serif; display: block; }
a { font-family: 'Montserrat', sans-serif; text-decoration: none !important; display: inline-block; }
a:hover, a:focus, a:active { text-decoration: none; }
a, *:hover, *:focus, *:active:focus { text-decoration: none; outline: none !important; outline-offset: 0 !important; -webkit-transition: all .4s ease-in-out; -moz-transition: all .4s ease-in-out; transition: all .4s ease-in-out; }
a img, img { border: none; outline: none !important; outline-offset: 0 !important; }
form, input, select, textarea { font-family: 'Montserrat', sans-serif; font-weight: 500; }
[type=button].cta, [type=reset].cta, [type=submit], button.cta { display: flex; justify-content: center; align-items: center; font-family: 'Montserrat', sans-serif; font-size: 14px; line-height: normal; font-weight: 600; color: var(--white); background-color: var(--primary); border: unset; border-radius: 4px; padding: 11.60px 25.08px; -webkit-transition: all .4s ease-in-out; -moz-transition: all .4s ease-in-out; transition: all .4s ease-in-out; }
[type=button].cta:hover, [type=reset].cta:hover, [type=submit].cta:hover, button.cta:hover { background-color: var(--red); }
input, select, textarea, .date-input input, .form-select, .flatpickr-input[readonly] { font-size: 14px; font-style: normal; font-weight: 500; line-height: 20px; color: var(--primary); background-color: var(--white); border-color: var(--pale-blue) !important; border-radius: 4px; box-shadow: unset !important; padding: 8px 12px 8px 16px; }
select { background-size: 24px !important; background-repeat: no-repeat !important; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='24' viewBox='0 0 25 24' fill='none'%3E%3Cg clip-path='url(%23clip0_363_3017)'%3E%3Cpath d='M17.2565 8.59L12.6665 13.17L8.0765 8.59L6.6665 10L12.6665 16L18.6665 10L17.2565 8.59Z' fill='%23323232'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_363_3017'%3E%3Crect width='24' height='24' fill='white' transform='matrix(-1 8.74228e-08 8.74228e-08 1 24.6665 0)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") !important; }
input::placeholder, select::placeholder, textarea::placeholder, .date-input input::placeholder { var(--secondary-light) !important; }
.flatpickr-calendar select { background-image: unset !important; }
.table>thead { background-color: var(--white-smoke); }
input[type="date"]::-webkit-calendar-picker-indicator { opacity: 0; display: none; }
input[type="date"] { appearance: none; -moz-appearance: none; -webkit-appearance: none; }
select { color: var(--secondary-light) !important; }
option[disabled] { color: var(--secondary-light) !important; }
select:valid { color: var(--primary) !important; }
select option:not([disabled]) { color: var(--primary) !important; }

.wrapper { display: flex; height: 100vh;  min-height: 100vh; flex-direction: column; overflow: hidden; }
.main-content { flex: 1; display: flex; overflow-x: hidden; }
.content { width: calc(100% - 256px); flex: 1; gap: 30px; padding: 30px; }
.content-wrap { gap: 30px; }
.card { background-color: var(--white); border: unset; border-radius: 10px; box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.05); }
.card-animate { -webkit-transition: all .4s; transition: all .4s; }
.card-animate:hover { -webkit-transform: translateY(calc(-1.5rem * 0.15)); transform: translateY(calc(-1.5rem * 0.15)); }
.apexcharts-datalabel, .apexcharts-datalabel-label, .apexcharts-datalabel-value, .apexcharts-datalabels, .apexcharts-pie-label { font-family: 'Montserrat', sans-serif !important; }
.apexcharts-canvas { width: 100% !important; } 

.primary-text { color: var(--primary); }
.secondary-text { color: var(--secondary); }
.secondary-light-text { color: var(--secondary-light); }
.white-text { color: var(--white); }
.black-text { color: var(--black); }
.light-black-text { color: var(--light-black); }
.green-text { color: var(--green); }
.red-text { color: var(--red); }
.light-grey-text { color: var(--light-grey); }
.dark-grey-text { color: var(--dark-grey); }
.white-smoke-text { color: var(--white-smoke); }
.pale-blue-text { color: var(--pale-blue); }
.zircon-text { color: var(--zircon); }
.yellow { color: var(--yellow); }

.primary-bg { background-color: var(--primary); }
.secondary-bg { background-color: var(--secondary); }
.secondary-light-bg { background-color: var(--secondary-light); }
.white-bg { background-color: var(--white); }
.black-bg { background-color: var(--black); }
.light-black-bg { background-color: var(--light-black); }
.green-bg { background-color: var(--green); }
.red-bg { background-color: var(--red); }
.light-grey-bg { background-color: var(--light-grey); }
.dark-grey-bg { background-color: var(--dark-grey); }
.white-smoke-bg { background-color: var(--white-smoke); }
.pale-blue-bg { background-color: var(--pale-blue); }
.zircon-bg { background-color: var(--zircon); }
.yellow-bg { background-color: var(--yellow); }

.text-12 { font-size: 12px; }
.text-14 { font-size: 14px; }
.text-15 { font-size: 15px; }
.text-16 { font-size: 16px; }
.text-18 { font-size: 18px; }
.text-20 { font-size: 20px; }
.text-24 { font-size: 24px; }
/* ======= common-css-end ====== */

/* ======= sidebar-css-start ====== */
.sidebar { width: 256px; background-color: var(--white); border-right: 1px solid var(--zircon); -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; position: sticky; top: 0; height: 100vh; z-index: 10; }
.sidebar.collapsed { width: 110px; }
.sidebar.collapsed .nav-text, .sidebar.collapsed img.logo-full, .sidebar.collapsed .submenu { display: none; }
.sidebar .nav-link { font-size: 15px; line-height: normal; font-weight: 600; display: flex; align-items: center; justify-content: flex-start; color: var(--primary); padding: 10px 20px; }
.sidebar.collapsed .nav-link { justify-content: center; }
.sidebar .nav-link:hover, .sidebar .nav-link.active { background-color: var(--light-grey); color: var(--primary); border-radius: 10px; }
.sidebar .submenu { display: none; flex-direction: column !important; padding-left: 2.5rem; transition: all 0.3s ease; overflow: unset; }
.sidebar .submenu.show { display: flex !important; flex-direction: column; gap: 10px; margin-top: 10px; overflow: unset !important; }
.sidebar.collapsed .logo-icon { width: 40px; }
.sidebar.collapsed .nav-item-child { position: relative; }
.sidebar.collapsed .submenu { display: none; position: absolute; left: 100%; top: 0; background-color: white; padding: 10px 0; min-width: max-content; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); z-index: 1000; }
.sidebar.collapsed .nav-item:hover .submenu { display: flex !important; flex-direction: column; }
.sidebar.collapsed .nav-link .item-arrow { display: none; }
.sidebar.collapsed ul.nav li.nav-item-child a.nav-link.submenu-toggle { justify-content: center; }
.sidebar.collapsed ul.nav li { padding: 0 23px;  }
.sidebar .logo { padding: 30px 15px; }
.sidebar .logo img.logo-icon { display: none; }
.sidebar.collapsed .logo img.logo-icon { display: flex; }
.sidebar ul { gap: 10px; height: calc(100% - 110px); max-height: max-content; overflow-x: hidden; overflow-y: auto; }
.sidebar ul.nav li { width: 100%; padding: 0 15px; }
.sidebar ul.nav li.nav-item-child a.nav-link.submenu-toggle { justify-content: space-between; }
.sidebar ul.nav li span.nav-text { font-size: 15px; line-height: normal; font-weight: 600; color: var(--primary); }
.sidebar .nav-link .icon { width: 24px; height: 24px; }
.sidebar .nav-link span.item-wrap { display: flex; align-items: center; gap: 8px; }
.sidebar .item-arrow { transition: transform 0.3s ease; }
.sidebar .item-arrow.rotated { transform: rotate(180deg); }
.sidebar.collapsed ul.nav li ul.submenu { height: 100vh; padding: 10px !important; }
.sidebar.collapsed ul.nav li ul.submenu li {  padding: 0; }
.sidebar ul.nav li span.nav-text { opacity: 1; visibility: visible; transition: opacity 0.3s ease, visibility 0.3s ease; white-space: nowrap; }
.sidebar.collapsed ul.nav li span.nav-text { opacity: 0; visibility: hidden; }
.sidebar ul.allow-overflow { overflow: visible !important; }
/* ======= sidebar-css-end ====== */

/* ======= header-css-start ====== */
.header { background-color: #fff; border-bottom: 1px solid var(--zircon); padding: 19.8px 20px; }
.hemberger-icon .default-icon { display: flex; }
.hemberger-icon .toggle-icon { display: none; }
.arrow-icon .default-icon { display: none; }
.arrow-icon .toggle-icon { display: flex; }
button#toggleSidebar { width: 40px; height: 40px; background-color: var(--white); border: unset; }
header.header .icon-title { gap: 20px; }
header.header .profile-logout { gap: 14px; }
header.header button { width: 42px; height: 42px; }
header.header button.profile { padding: 3.5px; }
header.header button.profile img { height: 35px; height: 35px; }
header.header .profile-logout button.logout { padding: 10px; }
header.header .profile-logout button.logout:hover { background-color: var(--primary); }
header.header .profile-logout button.logout:hover svg path { fill: var(--white); }
/* ======= header-css-end ====== */

/* ======= report-filter-css-start ====== */
.report-filter { gap: 20px; padding: 20px; }
.report-filter .title { width: max-content; }
.report-filter .report-form form { gap: 14px; }
.form-select { width: 35.3%; }
.date-range { width: 73.4%; display: flex; gap: 10px; }
.date-input { position: relative; width: 100%; }
.date-input input { width: 100%; border: 1px solid var(--pale-blue) !important; padding: 9.2px 12px 9.2px 16px !important; }
.date-input input::placeholder { color: #ccc; }
.calendar-icon { position: absolute; right: 10px; top: 50%; transform: translateY(-50%); pointer-events: none; }
.calendar-icon img { width: 16px; height: 16px; opacity: 0.8; }
.report-filter .report-form form .field-wrap { gap: 14px; }
input[type="date"]::-webkit-calendar-picker-indicator,
input::-webkit-calendar-picker-indicator { display: none !important; -webkit-appearance: none; }
input::-moz-focus-inner { border: 0; }
.report-filter .multiselect { width: 100%; gap: 20px; }
.report-filter .multiselect span.select2-selection { font-size: 14px; font-style: normal; font-weight: 500; line-height: 20px; color: var(--primary); background-color: var(--white); border-color: var(--pale-blue) !important; border-radius: 4px; box-shadow: unset !important; padding: 3px 9px 8px 13px; }
svg#arrowIcon { position: absolute; right: 12px; top: 6px; }
/* ======= report-filter-css-end ====== */

/* ======= call-cards-css-start ====== */
.call-cards .title-text { gap: 25px; }
.call-cards .icon { width: 60px; height: 60px; }
.call-cards .text { border-radius: 4px; padding: 6.5px 0; }
.text.active-call { color: var(--white); background: var(--green); padding: 6.5px; }
.text.warning-call { color: var(--white); background-color: var(--yellow); padding: 6.5px; }
.text.error-call { color: var(--white); background: var(--red); padding: 6.5px; }
.call-cards .icon svg { width: 28px; height: 28px; }
/* ======= call-cards-css-end ====== */

/* ======= charts-css-start ====== */
.apexcharts-legend.apx-legend-position-bottom.apexcharts-align-center, .apexcharts-legend.apx-legend-position-top.apexcharts-align-center { display: none; }
/* ======= charts-css-end ====== */

/* ======= call-summary-charts-css-start ====== */
.card-space { height: 100%; padding: 30px;overflow-x: auto; }
.custom-legend { display: flex; align-items: center; justify-content: center; margin-top: 10px; }
.legend-color-box { width: 60px; height: 24px; background-color: #FB3640; margin-right: 10px; display: inline-block; }
.legend-label { color: var(--secondary); font-size: 14px; }
.chart-scroll-wrapper { overflow-x: auto; width: 100%; }
.legend-wrap.offeredChart .custom-legend { width: 205px; }
.legend-wrap.offeredChart .custom-legend span.legend-label { width: 116px; }
.legend-color-box.offered-calls { background-color: #22577A; }
.legend-color-box.answered-calls { background-color: #BDBDBD; }
.legend-color-box.missed-calls { background-color: #D70000; }
.legend-color-box.afterhours-calls { background-color: #91908d; }
.legend-color-box.talk-time { background-color: #D70000;}
.legend-color-box.handle-time { background-color: #344B8A; }
/* ======= call-summary-charts-css-end ====== */

/* ======= call-disposition-charts-css-start ====== */
.dispo-break-card .title { margin-bottom: 20px; }
table.dispo-break>:not(caption)>*>* { padding: 0; }
table.dispo-break th { width: 45%; padding: 20.5px 19.5px; }
table.dispo-break th:first-child { width: 35%; border-top-left-radius: 10px; padding-left: 30px; }
table.dispo-break th:last-child { width: 20%; border-top-right-radius: 10px; padding-right: 30px; }
table.dispo-break tbody td { padding: 19.5px; }
table.dispo-break tbody td:first-child { padding-left: 30px; }
table.dispo-break tbody td:last-child { padding-right: 30px; }
table.dispo-break tbody td:nth-child(2) .progress { max-width: 71%; }
table.table.dispo-break { border-collapse: separate; border-spacing: 0; border-radius: 10px; border: 1px solid rgba(23, 23, 23, 0.10); background-color: var(--white); }
table.table.dispo-break td { border-bottom: 1px solid rgba(23, 23, 23, 0.10); }
table.table.dispo-break tr:last-child td { border-bottom: unset; }
.order-status { font-weight: 500; }
.progress-wrap { gap: 5px; }
.progress { background-color: rgba(23, 23, 23, 0.10); height: 8px; border-radius: 5px; }
.progress-bar { background-color: var(--primary); }
.table td, .table th { vertical-align: middle; }
.legend-box { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.legend-box span { display: inline-flex; align-items: center; gap: 10px; font-size: 14px; line-height: normal; font-weight: 500; color: rgba(23, 23, 23, 0.50); background-color: var(--white-smoke); border-radius: 4px; padding: 5px 8px; }
.legend-color { width: 30px; height: 6px; border-radius: 10px; display: inline-block; }
.dispo-breakdown-card { position: sticky; top: 10px; }
/* ======= call-disposition-charts-css-end ====== */

/* ======= daily-performance-report-css-start ====== */
.table-container.performance-report { border-top-left-radius: 10px; border-top-right-radius: 10px; /*overflow: hidden;*/ background: #fff; box-shadow: 0 0 10px rgba(0, 0, 0, 0.05); }
.performance-report .table thead { color: var(--white); background-color: var(--primary); }
.performance-report .table thead th { padding: 15px; }
.performance-report .table thead th:first-child { padding-left: 30px; }
.performance-report .table thead th:last-child { padding-right: 30px; }
.performance-report .accordion-content { /*display: none;*/ padding: 30px; overflow: hidden; }
.performance-report .accordion-content.show { /*display: table-row;*/ max-height: auto; animation: fadeIn 0.3s ease-in-out; }
.performance-report .toggle-icon-report { width: 26px; height: 26px; display: flex; justify-content: center; align-items: center; cursor: pointer; font-size: 26px; color: var(--white); background-color: var(--primary); border: 1px solid var(--primary); border-radius: 100%; }
.performance-report span.badge { color: #F8F7F2; background-color: var(--green); border-radius: 4px; padding: 2px 4px; }
.performance-report .pagination { justify-content: end; }
.performance-report .time-col { gap: 5px; }
.performance-report .accordion-toggle td { font-weight: 500; padding: 15px; }
.performance-report .table .accordion-toggle td:first-child { padding-left: 30px; }
.performance-report .table .accordion-toggle td:last-child { padding-right: 30px; }
.performance-report .accordion-content td { font-weight: 500; padding: 15px; }
.performance-report .accordion-content td:first-child { padding-left: 30px; }
.performance-report .accordion-content td:last-child { padding-right: 30px; }
.performance-report .table tbody .row-wrap:nth-child(even) td { background-color: var(--white-smoke) !important; }
.performance-report table { /*table-layout: fixed;*/ width: 100%; }
.performance-report th, .performance-report td { width: 12.5%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.performance-report th:first-child, .performance-report td:first-child { width: 5%; }
.performance-report th:nth-child(2), .performance-report td:nth-child(2) { width: 15%; }
.pagination-wrap { background-color: var(--white); border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.05); padding: 20px 30px 30px; margin-top: -30px; }
.pagination-wrap .showing-text p { font-weight: 500; color: #5E6278; }
.pagination-wrap nav ul.pagination { display: flex; justify-content: center; align-items: center; gap: 12px; }
.pagination-wrap nav li a { font-size: 14px; font-weight: 500; color: #7E8299; border: unset; }
.pagination-wrap nav li.active a { color: var(--white); background-color: var(--primary); border-radius: 6px; padding: 5px 11.48px; }
.pagination-wrap nav li a:hover { color: inherit; border-radius: 6px; }
.pagination-wrap nav li a:focus { color: inherit; outline: unset; box-shadow: unset; }
.performance-report .time-col span { font-weight: 500; }
.pagination-wrap .accordion-inner { overflow: hidden; }
.pagination-wrap nav li.active a:hover, .pagination-wrap nav li.active a:focus { color: var(--white); }
.performance-report .accordion-inner tr { overflow: hidden; }
.accordion-inner-wrapper { overflow: hidden; transition: height 0.3s ease; }
.performance-report th, .performance-report td { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.performance-report tr.accordion-toggle:nth-child(even) { background-color: var(--white-smoke); }
@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}
/* ======= daily-performance-report-css-end ====== */

/* ======= agent-performance-report-css-start ====== */
.table-container.agent-report { border-top-left-radius: 10px; border-top-right-radius: 10px; /*overflow: hidden;*/ background: #fff; box-shadow: 0 0 10px rgba(0, 0, 0, 0.05); padding: 30px 30px 0; }
.agent-report .table thead { color: var(--white); background-color: var(--primary); border: 1px solid var(--primary); }
.agent-report .table thead th { padding: 15px; }
.agent-report .table thead th:first-child { padding-left: 30px; }
.agent-report .table thead th:last-child { padding-right: 30px; }
.agent-report .accordion-content { /*display: none;*/ padding: 30px; overflow: hidden; }
.agent-report .accordion-content.show { /*display: table-row;*/ max-height: auto; animation: fadeIn 0.3s ease-in-out; }
.agent-report .toggle-icon-report { width: 26px; height: 26px; display: flex; justify-content: center; align-items: center; cursor: pointer; font-size: 26px; color: var(--white); background-color: var(--primary); border: 1px solid var(--primary); border-radius: 100%; }
.agent-report span.badge { font-size: 14px; color: #F8F7F2; background-color: var(--green); border-radius: 4px; padding: 2px 4px; }
.agent-report .pagination { justify-content: end; }
.agent-report .time-col { gap: 5px; }
.agent-report .accordion-toggle td { font-size: 14px; font-weight: 500; color: var(--secondary); padding: 15px; }
.agent-report .table .accordion-toggle td:first-child { padding-left: 30px; }
.agent-report .table .accordion-toggle td:last-child { padding-right: 30px; }
.agent-report .accordion-content td { font-size: 12px; font-weight: 500; color: var(--secondary); padding: 15px; }
.agent-report .accordion-content td:first-child { padding-left: 30px; }
.agent-report .accordion-content td:last-child { padding-right: 30px; }
.agent-report .table tbody .row-wrap:nth-child(even) td { background-color: var(--white-smoke) !important; }
.agent-report table { /*table-layout: fixed;*/ width: 100%; }
/* .performance-report th, .performance-report td { width: 12.5%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.performance-report th:first-child, .performance-report td:first-child { width: 5%; }
.performance-report th:nth-child(2), .performance-report td:nth-child(2) { width: 15%; } */
.pagination-wrap { background-color: var(--white); border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.05); padding: 20px 30px 30px; margin-top: -30px; }
.pagination-wrap .showing-text p { font-weight: 500; color: #5E6278; }
.pagination-wrap nav ul.pagination { display: flex; justify-content: center; align-items: center; gap: 12px; }
.pagination-wrap nav li a { font-size: 14px; font-weight: 500; color: #7E8299; border: unset; }
.pagination-wrap nav li.active a { color: var(--white); background-color: var(--primary); border-radius: 6px; padding: 5px 11.48px; }
.pagination-wrap nav li a:hover { color: inherit; border-radius: 6px; }
.pagination-wrap nav li a:focus { color: inherit; outline: unset; box-shadow: unset; }
.agent-report .time-col span { font-weight: 500; }
.pagination-wrap .accordion-inner { overflow: hidden; }
.performance-report .accordion-inner tr { overflow: hidden; }
.accordion-inner-wrapper { overflow: hidden; transition: height 0.3s ease; }
.agent-report th, .agent-report td { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.agent-report .accordion-inner { display: none; overflow: hidden; box-sizing: border-box; }
.agent-report table .inner-table { width: calc(100% - 60px); margin: 40px auto; position: relative; top: -20px; }
.agent-report .accordion-toggle.active { border: 1px solid rgba(23, 23, 23, 0.60); border-bottom: unset; }
.agent-report .accordion-content.active { border: 1px solid rgba(23, 23, 23, 0.60); border-top: unset; }
.agent-report table .inner-table tr { border: 1px solid rgba(23, 23, 23, 0.10); }
.agent-report table .inner-table tr th { font-size: 12px; font-weight: 500; background-color: var(--light-black); border: 1px solid var(--light-black); }
.agent-report table .inner-table tr:nth-child(even) { background-color: var(--white-smoke); }
.agent-report tr.accordion-toggle:nth-child(even) { background-color: var(--white-smoke); }
.agent-report .accordion-toggle td strong { font-weight: 600; }
@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}
a.clear-btn{
	display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: normal;
    font-weight: 600;
    color: var(--white);
    background-color: var(--primary);
    border: unset;
    border-radius: 4px;
    padding: 11.60px 25.08px;
}  
/* ======= agent-performance-report-css-end ====== */

/* ======= footer-css-start ====== */
.footer { border-top: 1px solid var(--zircon); padding: 21.2px 30px; }
.footer .secondary-text { color: rgba(0, 0, 0, 0.60); }
/* ======= footer-css-end ====== */


/* ==================== sales-week (30-7-2025) ======================= */
.table_wrap{border: 1px solid #1717171A;border-radius: 10px;overflow-x: auto;}
.table_wrap .table_border tr td{font-size:14px;line-height:100%;font-weight:500;color:#17171799;padding:15px;}
.table_wrap .table_border tr td:first-child{color:#171717;font-weight:600;}
.table_wrap .table_border tr td:has(span.badge) {padding: 10px;}
.table_simple.table_wrap .table_border tr td:first-child {font-weight:500;color:#17171799;}
.table-container.agent-report:has(.table_simple.table_wrap){padding-bottom:30px;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;}
.agent-report .table_simple .table thead th:first-child{padding:15px;}
.report_search_main{padding:20px 20px 30px 20px;}
.performance-report .table_wrap th:nth-child(2), .performance-report .table_wrap td:nth-child(2){width:auto;}
.performance-report .table_wrap th:first-child, .performance-report .table_wrap td:first-child {width: 5%;}
.performance-report .table_wrap th, .performance-report .table_wrap td{width: 16.5%;}
.icon_on_hover{padding: 6px;border: 1px solid #17171799;border-radius: 4px;background-color: transparent;transition: all .4s ease-in-out;}
.icon_on_hover svg path{fill: #17171799;transition: all .4s ease-in-out;}
.icon_on_hover:hover{border:1px solid #171717;background-color: #171717;}
.icon_on_hover:hover svg path{fill:#fff}
.only_hover{position: absolute;color: #171717;background-color: #ECECEC;border: 1px solid #1717171A;font-size: 12px;
    font-weight: 500;border-radius: 4px;padding: 2px 4px;top: -24px;visibility: hidden;transition: all .4s ease-in-out;}
.icon_active{position: relative;}
.icon_active:hover .only_hover{visibility: visible;}
.performance-report.agent-report th, .performance-report.agent-report td{white-space: wrap;text-align: center;}
.table-container.agent-report.add_client{padding:30px;border-radius:10px;}
.table-main_text{color:#000;}
.form_main_wrap{background-color:#F2F2F2;border-radius: 10px;padding:24px;margin-bottom: 30px;}
.form-floating_one label{margin-bottom: 10px;font-size:14px;font-weight:600;}
.form-floating_one input ,.form-floating_one textarea{background-color:#FFFFFF;border:1px solid #E4E9F2;height:40px;font-size:14px;font-weight:500;color:#000;
  border-radius: 4px;;}
.form-floating_one textarea{height:80px;display:block;width:100%;}
.row-gap-custom{row-gap:20px;}
.form-floating_one .form-select{width:100%;height:40px;border: 1px solid #E4E9F2;}
.form-floating_one .form-control:disabled{background-color:#DDDDDD;border:1px solid #E4E9F2;}
.custom-checkbox {display: flex;align-items: center;gap: 8px;}
.custom-checkbox input[type="checkbox"] {appearance: none;width: 18px;height: 18px;
  border: 1px solid #E4E9F2;border-radius: 4px;cursor: pointer;position: relative;padding:0;background:#FFFFFF;}
.custom-checkbox input[type="checkbox"]:checked::before {
  content: "";position: absolute;top: 0;left: 0;color: #fff;background-color: #000000;border-radius: 4px;
  width: 100%;height: 100%;display: flex;align-items: center;justify-content: center;border:1px solid #000000;
  background-image: url(../images/right.png);background-repeat: no-repeat;background-position: center;}
.form-floating_one label .custom-checkbox {margin-bottom: 0;}
.form_button{padding: 11px 42px;}
.select_wrap {width:100%;}
.legend-label_one{width:auto;}
.legend-color-box.sla-call{background-color: #22577A;}
.legend-color-box.answer-call{background-color: #D70000;}
.legend-color-box.inbond-call{background-color: #A6A6A6;}
.legend-color-box.talk-time_second{background-color: #FB3640;}
.legend-wrap.offeredChart .custom-legend.custom_new_chart{width: auto;}
.custom_table_button{position: absolute;bottom: -7px;left: 76px;font-size: 12px;color: #171717;font-weight: 500;border: 1px solid #1717171A;background-color: #ECECEC;
    border-radius: 4px;}
.table_wrap .table_border.table_remove_strong tr td:first-child{font-weight: 500;color: #17171799;}
.icon-input{position:relative;    max-width: 1100px;display: block;width: 100%;}
.icon-input__text-field{ max-width: 1100px;width: 100%;border: 1px solid #DEDEDE;background: #FFFFFF;border-radius: 8px;height: 45px;}
.icon-input svg{position:absolute;right: 11px;top: 13px;}
.icon-input input::placeholder{color:#14204A;opacity:40%;font-size:14px;font-weight:500;}
.performance-report .table thead th{font-weight: 600;}
select:valid{color:#17171766;font-size:14px;font-weight:500;}
.agent-report .table thead th span .custom_table_button{display: none;cursor: pointer;}
.agent-report .table thead th span:hover .custom_table_button {display: block; bottom: 9px;}

.flatpickr-calendar .flatpickr-weeks {
    background: #f0f0f0; 
    font-weight: bold;
    color: #333;
    border-right: 1px solid #ccc;
}
.flatpickr-weekwrapper span.flatpickr-day, .flatpickr-weekwrapper span.flatpickr-day:hover{
	color: black;
}