
/*# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsImZpbGUiOiJjdXN0b20uY3NzIn0= */

/*# sourceMappingURL=custom.css.map */


.white-font {color: white;}
.password-icon {
    position: relative;
}
.password-icon input[type="password"] {
    padding-right: 30px;
}
.password-icon .toggle-password {
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    cursor: pointer;
}

#tableExport1_filter .form-control-sm{ width: 272px; }

.timeline {
    border-left: 1px solid hsl(0, 0%, 90%);
    position: relative;
    list-style: none;
  }
  
  .timeline .timeline-item {
    position: relative;
  }
  
  .timeline .timeline-item:after {
    position: absolute;
    display: block;
    top: 0;
  }
  
  .timeline .timeline-item:after {
    background-color: hsl(0, 0%, 90%);
    left: -38px;
    border-radius: 50%;
    height: 11px;
    width: 11px;
    content: "";
  }


  .timeline {
     
  overflow-y: auto;
  height: 300px; /* Adjust the height as needed */
 

  } 
  .custom-dropdown::after {
    content: "\25BC"; /* Unicode down arrow character */
    position: absolute;
    top: 70%;
    right: 10px;
    transform: translateY(-50%);
    pointer-events: none;
}

.custom-dropdown {
  position: relative;
  display: inline-block;
  width: 100%;
}


.text-align{ text-align: right !important; }

.select2-container--default .select2-selection--multiple .select2-selection__choice, .select2-container--default .select2-results__option[aria-selected=true], .select2-container--default .select2-results__option--highlighted[aria-selected]{
  background-color: #909beb !important;
  color: #fff;
  border: 1px dotted #b2b0c1 !important;
}