@import url('https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

/* width */
::-webkit-scrollbar {
    width:4px;
    height: 6px;
}  
/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}  
/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 5px;
}  
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #7c7c7c;
}
/* scrooling bar styles enf */

 


body{     
    /* font-family: "Urbanist", sans-serif; */
    font-family: "Poppins", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    color: #000;
    font-size: 14px;
    overflow-x: hidden !important;
}
h1,
h2,
h3,
h4,
h5,
h6{     
    color: #000;
}

.more_summery .btn_vewmore{
    background: #6f21d1;
    font-size: 13px;
    padding: 2.5px 8px;
    color: #fff;
    font-weight: 500;
    border-radius: 30px;
    margin-top: 10px;
} 
.more_summery .btn_vewmore:hover{
    background: #5b09be;
}
.speaker_inner p{
    color: #000;
}
.speaker_A .speaker_inner{
    background: #F5F6FA;
}
.speaker_B .speaker_inner{
    background: #F5F6FA;
}
.speaker_C {
    justify-content: flex-start!important;
}
.speaker_C .speaker_inner{
    background: #fdfdea;
}
.speaker_D .speaker_inner{
    background: #ffffff;
}
.speaker_E {
    justify-content: flex-start!important;
}
.speaker_E .speaker_inner{
    background: #f4f3ff;
}
.speaker_F .speaker_inner{
    background: #ebf1f5;
}
.speaker_F {
    justify-content: flex-start!important;
}
.speaker_H .speaker_inner{
    background: #fff7fb;
}

.grid_card_active{
    border:3px solid #6c2bd9 !important;
    
}

.side_menu ul li ul li a{
    padding-top: 2px;
    padding-bottom: 2px;
}

.label_highlighted{
 color: #6F21D1 !important;
}

.select_highlighted{
 border: 1px solid #6F21D1 !important;
}

.active_tab{
    background: #6f21d1 !important;    
    color: #fff !important;
}
.maindb_tabs ul li button.text-primary-600{
    background: #56636b;
    color: #fff;
}
.maindb_tabs ul li button{
    background: #fff;
    padding: 0.68rem 2.5rem;
    font-size: 1rem;
    font-weight: 600;
}
.maindb_tabs [role="tabpanel"] {
    background: none!important;
    padding: 0px;
}


.top_navbar{
    padding:0px 0px!important;
}

.top_navbar .container{
    max-width: 100%!important;
}
.main_nav{
    background:#F5F6FA;
    padding: 10px 8px;
    border-radius: 60px;
}
.main_nav ul {
    padding: 0px;
}
.main_nav ul li{ 
    margin: 0px 6px 0px 0px!important;
}
.main_nav ul li a,
.main_nav ul li [role="link"] {
    background: #F5F6FA;
    padding: 10px 20px;
    border-radius:60px;
    font-size: 14px;
    color: #8F9193;
}
.main_nav ul li a:hover,
.main_nav ul li [role="link"]:hover{
    background: #E5E7ED;
    color: #999;
}
.main_nav ul li a[active="true"] {
    background:#000;
    /* background: linear-gradient(0deg, #4d77eb 0%, #2f5de7 100%); */
    color: white; /* Active text color */  
}

.main_nav .menu_drop li a{    
    background: #fff;
    padding: 5px 20px;
    border-radius: 0px;
}
.leadstatus_rep{
    /* height: 3rem; */
    height: 2.5rem;
    border-radius: 0.5rem;
    background: #f3f4f6; /* base tile for empty/no-data cells */
}
.lead_normal,
.lead_low{
    background: #DBEAFE; /* blue-100 - light (Normal) */
}
.lead_heavy,
.lead_medium{
    background: #60A5FA; /* blue-400 - medium (Heavy) */
}
.lead_peak,
.lead_high{
    background: #2563EB; /* blue-600 - dark (Peak) */
}

.lead_peak_inner{
    background: linear-gradient(0deg, #6366F1 0%, #4F46E5 100%);
}

/* table_tabs start */
.table_tabs ul li button.text-primary-600{ 
    color: #000;
    font-weight: 600; 
    border-bottom: 2px solid #000;
}
.table_tabs ul li button{
    background:transparent;
    padding: 0.68rem 1rem;
    font-size: 1rem;
    font-weight: 400; 
    border-bottom: 2px solid transparent;
}
/* .table_tabs .h-px{} */
.table_tabs [role="tabpanel"] {
    background: none!important;
    padding: 0px;
}

/* table_tabs end */



.statsbox_rep{
    padding:1rem;
    border-radius: 24px;
}
.statsbox_rep .stats_title{
    font-size: 14px;
}
.statsbox_rep .stats_icon{ 
    box-sizing: border-box;
    /* Auto layout */
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 4px 8px;
    width: 40px;
    height: 32px; 
    /* Drop shadow 1 */
    box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
    border-radius: 80px;
    /* Inside auto layout */
    flex: none;
    order: 1;
    flex-grow: 0;
}
.statsbox_rep .stats_count{
    font-size: 18px;
    font-weight: 500;
}
.statsbox_rep .stats_percentage{
    font-size: 14px;
    font-weight: 400;
}


.main_title{
    font-size: 1.05rem;
    font-weight: 600;
}
.btn{
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius:60px;
    padding: 0.5rem 0.8rem;
    gap: 0.5rem;
    font-size:14px;
    line-height: 1.2;
}
.btn.btn_large{
    height:40px;
    padding:1rem 1.5rem;
}
.btn.btn_small{
    height: 24px;
    padding: 0.5rem 0.8rem;
}
.btn.btn_medium{
    height:30px;
    padding: 0.5rem 0.6rem;
}
.btn_default{
    background: #ffff;
    border: 1px solid #c7c7c7;
}
.btn_primary{background: #000!important; color: #fff;}
.btn_primary:hover{background:#333!important;}
.btn_secondary{background: #376bfa; color: #fff;}
.btn_secondary:hover{background:#214bef;}
.btn_gray{background: #3a3a3a; color: #fff;}
.btn_gray:hover{background:#24272b;}
.btn_red{background: #f3797e; color: #fff;}
.btn_red:hover{background:#dc2626;}

.bb_primary{
    border: 1px solid #000;
    color: #000;
}
.bb_primary:hover{
    background: #E5E7ED;
}
.bb_secondary{
    border: 1px solid #376bfa;
    color: #376bfa;
}
.bb_secondary:hover{
    background: #dae6ff;
}
.bb_danger{
    border: 1px solid #dc2626;
    color: #dc2626;
}
.bb_danger:hover{
    background: #ffe0e0;
}
 
.card{
    width: 100%;
    min-width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius:16px;
}
.card-body{
    flex: 1 1 auto; 
    padding:1.5rem 1.5rem; 
}
.card .card-title { 
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0px;
}
.cart_fh{
    height: calc(100vh - 50px);
}
.card_maxh{
    max-height: 680px;
    overflow-y: auto;
}
.card.pagination_card{
    border-radius: 10px;
}




.table-responsive{
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border-radius: 12px;
    border: 1px solid #f3f4f6;
    background: #ffffff;
}
.table {
    background-color: transparent;
    width: 100%;
    margin-bottom: 0;
    border-collapse: separate;
    border-spacing: 0;
    color: #4b5563;
    font-size: 13.5px;
    white-space: nowrap;
    font-variant-numeric: tabular-nums;
    font-feature-settings: "tnum" 1, "ss01" 1;
}
.table thead {
    background: #fafafa;
}
.table thead th {
    border-top: 0;
    border-bottom: 1px solid #e5e7eb;
    font-weight: 600;
    font-size: 10.5px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #6b7280;
    padding: 14px 18px;
    text-align: left;
    background: transparent;
    position: sticky;
    top: 0;
}
.table thead th:first-child {
    padding-left: 22px;
}
.table thead th:last-child {
    padding-right: 22px;
}
.table tbody tr {
    transition: background-color 0.18s ease;
    position: relative;
}
.table tbody tr:hover {
    background-color: #fafafa;
}
.table tbody td {
    padding: 15px 18px;
    color: #4b5563;
    font-size: 13.5px;
    border-bottom: 1px solid #f3f4f6;
    background: transparent;
    vertical-align: middle;
    line-height: 1.4;
}
.table tbody tr:last-child td {
    border-bottom: none;
}
.table tbody td:first-child {
    padding-left: 22px;
    color: #111827;
    font-weight: 500;
}
.table tbody td:last-child {
    padding-right: 22px;
}
.table tbody td a {
    color: #111827;
    text-decoration: none;
    transition: color 0.15s ease;
}
.table tbody td a:hover {
    color: #4f46e5;
}
.table.inner_table thead th,
.table.inner_table tbody td {
    padding: 10px 14px;
    font-size: 13px;
}

.drop_downbx #dropdown_inbx{	
    width: 200px!important;
    left: inherit!important;
    right: 30px;
    top: 90px!important; 
}


.overview_tabs {
    display: inline-flex;
    background: #f4f4f5;
    padding: 4px;
    border-radius: 12px;
    border: 1px solid #e5e7eb;
    gap: 2px;
    margin-bottom: 16px;
}

.overview_tabs .tab {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: transparent;
    padding: 8px 16px;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.18s ease;
    border: 0;
    color: #6b7280;
    font-size: 13px;
    font-weight: 500;
}

.overview_tabs .tab span {
    color: inherit !important;
    font-size: 13px !important;
    font-weight: 500 !important;
}

.overview_tabs .tab:hover {
    background: rgba(255, 255, 255, 0.5);
    color: #111827;
}

.overview_tabs .tab.active {
    background: #ffffff;
    color: #111827;
    box-shadow: 0 1px 2px rgba(0,0,0,0.06), 0 0 0 1px rgba(0,0,0,0.04);
}

.overview_tabs .tab.active span {
    color: #111827 !important;
}

.overviewtabs_content {
    width: 100%;
}


.topreasons_tabs {
    display: flex;
    gap:8px;
    margin-left: 5px;
    background: #f3f4f6;
    border-radius: 60px;
    padding: 6px;
}
.topreasons_tabs .tab {
    padding:6px 10px;
    cursor: pointer;
    color: #555;
}
.topreasons_tabs .active {  
    color: #fff;  
    border-bottom: 0;
    background: #000;
    border-radius: 60px;
    font-weight: 600;
} 


.case_table{
    width: 100%;
    text-align: left;
}
.case_table tr{
    border-bottom: 1px solid #E5E7EB;
}
.case_table th{
    background: #F9FAFB;
    padding: 0.75rem 1rem;
    text-align: left;
}
.case_table td{
    padding: 0.75rem 1rem;
}

/* .df_list{
    list-style: disc;
} */
.df_list li{
    margin: 0px 0px 10px 0px;
    /* list-style: disc; */
}