
.modal-content .modal-body .grp_company_para{
font-size: 17px;
}
/* component supplier */


.components_supplier ol li:not(:last-child)::after {
content: '';
position: absolute;
top: 50%;
left: calc(100% - 4px);
bottom: 0;
width: 18px;
height: 18px;
transform: translateY(-50%);
border-radius: 50%;
background-repeat: no-repeat;
background-size: cover !important;
background: url('assets/images/logo/gear.png');
}

.na_inc_modal{
    max-height: 500px;
    overflow-y: scroll;
}
.na_inc_modal::-webkit-scrollbar {
    width: 4px;
  }
  
  /* Track */
  .na_inc_modal::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey; 
    border-radius: 10px;
  }
   
  /* Handle */
  .na_inc_modal::-webkit-scrollbar-thumb {
    background: #14469f; 
    border-radius: 10px;
  }

.slideShow .slider {
display: block;
width: 100%;
max-width: 800px;
margin: 40px auto;
padding: 0;
list-style: none;
}

/* Slider Direct Child Element */
.slideShow .slider li {
width: 100%;
display: none;
margin: 0;
padding: 0;
}

/* Slider First Direct Child */
.slideShow .slider li:first-child {
display: block;
}

/* Slider Images, always flex with width of slider */
.slideShow.slider li img {
width: 100%;
height: auto;
}
