body
{
    background-color: rgba(242, 250, 255, 0.635);
    font-family: nunito, sans-serif;
    overflow: hidden;
    /* overflow: hidden; */
}

a, a:hover
{
    text-decoration: none;
    color: inherit;
}

.text-primary
{
    color: rgb(14, 23, 79) !important;
}

.form-check-input:checked {
    background-color: rgb(14, 23, 79) !important;
    border-color: rgb(14, 23, 79) !important;
}

.bg-primary, .btn-primary
{
    background: rgb(14, 23, 79) !important;
    color: #eee;
    border: none !important;
}

.bg-safed, .btn-white
{
    background-color: #fff;
}
.bg-safed:hover
{
    color: inherit !important;
}

h1, h2, h3, h4, h5, h6
{
    font-weight: 600;
}

.navigation
{
    list-style: none;
    margin: 0;
    padding: 0;
    scrollbar-width: thin;
    scrollbar-color: #aab7cf transparent;
}

.navigation li 
{
    margin: 4px 0px;
}

.navigation .d-flex:hover
{
    background: #fff;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
    cursor: pointer;
}

.navigation .active .d-flex
{
    background: #fff;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}

.navigation li ul
{
    margin-bottom: 8px;
    margin-left: 30px;
}

#underNavItem
{
    display: none;
}

#underNavItem li:hover
{
    font-weight: 600;
}

.noselect {
    cursor: default;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

*::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    background-color: #fff;
}

*::-webkit-scrollbar-thumb {
    background-color: #aab7cf;
}

.dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: none !important;
    border-radius: 1rem;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.105)!important;
}

.dropdown-item i 
{
    color: rgb(97, 97, 97);
    margin: 8px 8px;
}

.modal-content {
    border: none !important;
    border-radius: 8px;
}

.pageTitle
{
    font-size: 1.2rem;
    padding: 0px 12px;
    margin: 0;
}

.card
{
    border: none !important;
    border-radius: 1.5rem;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
    margin: 8px 0px;
}

#v-pills-tab .nav-link
{
  font-size: 13px;
  padding: 8px 10px;
  text-align: start;
  color: rgb(109, 109, 109);
  border-radius: 20px;
}

.nav-link.active
{
  background-color: #012970 !important;
  color: #fff !important;
  font-weight: 600;
}

.filteredData
{
  min-height: 250px;
  height: 600px;
  overflow-y: auto;
}

.page-item.active .page-link
{
  background-color: #012970 !important;
  border: 1px solid #012970 !important;
}

#dataCard
{
    overflow-x: auto; 
    max-height: 78vh;
    overflow-y: auto;
}

#side__bar
{
    width: 350px;
}

table
{
    font-size: 14px;
}

.abhiModalBg
{
    z-index: 5000;
    position: fixed;
    top: 0; left: 0;
    height: 100vh; width: 100%;
    background: rgba(0, 0, 0, 0.715);
}

.abhiModal::-webkit-scrollbar {
    display: none;
}

.dt-button
{
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 5px 8px;
    font-size: 13px;
}

.left-col {
    float: left;
    width: 25%;
}
 
.center-col {
    float: left;
    width: 50%;
    margin-bottom: 20px;
}
 
.right-col {
    float: left;
    width: 25%;
}


  /* Activity */
  .dashboard .activity {
    font-size: 14px;
  }
  
  .dashboard .activity .activity-item .activite-label {
    color: #888;
    position: relative;
    flex-shrink: 0;
    flex-grow: 0;
    min-width: 64px;
  }
  
  .dashboard .activity .activity-item .activite-label::before {
    content: "";
    position: absolute;
    right: -11px;
    width: 4px;
    top: 0;
    bottom: 0;
    background-color: #eceefe;
  }
  
  .dashboard .activity .activity-item .activity-badge {
    margin-top: 3px;
    z-index: 1;
    font-size: 11px;
    line-height: 0;
    border-radius: 50%;
    flex-shrink: 0;
    border: 3px solid #fff;
    flex-grow: 0;
  }
  
  .dashboard .activity .activity-item .activity-content {
    padding-left: 10px;
    padding-bottom: 20px;
  }
  
  .dashboard .activity .activity-item:first-child .activite-label::before {
    top: 5px;
  }
  
  .dashboard .activity .activity-item:last-child .activity-content {
    padding-bottom: 0;
  }

#tableLeadName:hover
{
    text-decoration: underline;
}

.uactive
{
    font-weight: 800;
    color: rgb(14, 14, 59);
}


#dealerDataTable>:not(caption)>*>* {
    padding: 0.15rem 0.3rem;
}

.btn-title
{
    text-transform: uppercase;
    letter-spacing: 0.7px;
    line-height: 35px;
}

.d_btn
{
    border: 0;
    outline: none;
    padding: 4px 10px;
    background: #fff;
}

.d_active
{
    font-weight: 800;
    border-bottom: 2px solid rgb(35, 35, 35);
}
