@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;
}
.lead_normal{    
    /* background: linear-gradient(0deg, #d0dbf9 0%, #c3d2f7 100%); */
    /* background: linear-gradient(0deg, #def7ec 0%, #7dd3b6 100%); */
    background: #d4edf3;
}
.lead_high{    
    background: linear-gradient(0deg, #b6c7f6 0%, #839cdd 100%);
}
.lead_heavy{
    /* background: linear-gradient(0deg, #b6c7f6 0%, #839cdd 100%); */
    /* background: linear-gradient(0deg, #80b4d3 0%, #67d0f2 100%); */
    /* background: linear-gradient(0deg, #fdf6b2 0%, #cac488 100%); */
    background: #9ad0dc;
}

.lead_peak{    
    /* background: linear-gradient(0deg, #4d77eb 0%, #2f5de7 100%); */
    /* background: linear-gradient(0deg, #fde8e8 0%, #fd5e5eb5 100%); */
    background: #4ca2b9;
}

.lead_peak_inner{    
    background: linear-gradient(0deg, #4d77eb 0%, #2f5de7 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: 0px solid #f2f4f9;
    border-radius:12px; 
}
.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;
}
.table { 
	background-color: transparent;
	border-color: #dee2e6; /* Equivalent to var(--bs-border-color) */
	width: 100%;
	margin-bottom: 1rem;
	vertical-align: top;  
    caption-side: bottom;
    border-collapse: collapse;
    color: #666;
    white-space: nowrap;
    font-size: 14px;
}
.table thead{
    background: #fff;
    border-radius: 6px;
    border-bottom: 5px solid #fff;
}
.table thead th {
    border-top: 0;
    font-weight: 600;
    font-size: 15px; 
    color: #000;
    padding:0.85rem 0.85rem;
    text-align: left;
}
.table tbody tr{      
    border-radius: 100%;
    border-bottom: 5px solid #fff;
} 
.table tbody td {
    /* background-color: #fff; */
    padding:0.85rem 0.85rem;
    color: #333;  
} 
.table tbody tr td:first-child {
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}
.table tbody tr td:last-child {
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}
.table.inner_table tbody tr, .table.inner_table thead, .table.inner_table thead tbody tr{ 
    border-bottom-width:2px!important;
}

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


.overview_tabs {
    display: flex;
    gap: 1rem;
    margin-bottom: 1rem;
}

.overview_tabs .tab {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background: transparent;
    padding: 12px 24px;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.3s ease, color 0.3s ease;
    border: 2px solid transparent;
}

.overview_tabs .tab:hover {
    background: #f0f0f0;
}

.overview_tabs .tab.active {
    background: #fff;
    color: 000;
    border-color: #fff;
}
.overviewtabs_content {
    width: 100%;
}


.topreasons_tabs {
    display: flex;
    gap:8px;
    margin-left: 5px;
  }
.topreasons_tabs .tab {
    padding:8px 10px;
    cursor: pointer;
    color: #555;
    border-bottom: 2px solid transparent;
}
.topreasons_tabs .active {
    color: #007BFF;
    font-weight: 600;
    border-bottom: 2px solid #007BFF;
} 


.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;
}

.form_info .form_rep{
    margin-bottom: 5px;
}
.form_info .form_rep .label{
    margin-bottom: 3px;
    font-weight: 500;
    color: #000;
    text-transform: capitalize;
}
.form_info .form-control{
    background: #fff;
    border: 1px solid #ccc;
    padding: 5px 12px!important;
    border-radius: 10px!important;
    height: 40px!important;
}
.form_info .form-control.form_textarea{
    height: 100px!important;
} 