@import url('https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..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-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    color: #5d5f73;
    font-size: 16px;
}
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: #eafdfd;
}
.speaker_B .speaker_inner{
    background: #f5fff8;
}
.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;
    
}
.summery_custom summary{ 
  list-style:none !important;
  display:block !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 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: #dde3f3;
    padding: 10px 20px;
    border-radius: 8px;
    font-size: 14px;
}
.main_nav ul li a:hover,
.main_nav ul li [role="link"]:hover{
    background: #bbcfff;
}
.main_nav ul li a[active="true"] {
    background: rgb(77,119,235);
    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: #13c1004f;
}
.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: #fff90096;
}

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

.lead_peak_inner{    
    background: linear-gradient(0deg, #4d77eb 0%, #2f5de7 100%); 
    
}

/* table_tabs start */
.table_tabs ul li button.text-primary-600{
    background: linear-gradient(0deg, #4d77eb 0%, #2f5de7 100%);
    color: #fff;
}
.table_tabs ul li button{
    background: #f4f5f6;
    padding: 0.68rem 1rem;
    font-size: 1rem;
    font-weight: 600;
}
.table_tabs [role="tabpanel"] {
    background: none!important;
    padding: 0px;
}

/* table_tabs end */


.card{
    width: 100%;
    min-width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    background: #fff; 
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    box-shadow: 0 0 10px 0 #b7c0ce33;
}
.card-body{
    flex: 1 1 auto;
    padding: 1.25rem;
}