.d-none{
    display: none;
}
.notifications {
    max-width: 400px;
}
.notifications p{
    margin-bottom: 5px;
}
.notifications a{
        border-bottom: 1px solid #eee;
}
.d-flex{
    display: flex !important;
}
.alert-body{
    margin-left: 10px;
}
.toggle-password{
    background-color: #fff;
    cursor: pointer;
    border: 1px solid #eaedf1;
    padding: 6px 10px;
    border-radius: 6px;
}
.border-1{
    border: 1px solid #ddd;
    padding: 5px;
    background: #fff; 
}
.sidebar-header-options{
    margin-top: 8px;
}
.table thead > tr > th{
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}
.me-3{
    margin: 0px 3px !important;
}
.mb-0{
    margin-bottom: 0px !important;
}
.mb-1{
    margin-bottom: 10px !important;
}
.mb-3{
    margin-bottom: 30px !important;
}
.actions {
    list-style-type: none;
    display: flex;
}
.bg-white{
    background-color: #fff;
}
.p20{
    padding: 20px;
}
.my-0{
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}
.toast .toast-title
{
    font-size: 1.4rem !important;
}
.avatar-img{
    width: 50px;
    border-radius: 50%;
    border: 1px solid #ddd;
    padding: 3px;
}
.avatar-fallback {
  width: 40px;
  height: 40px;
  background-color: #6c757d; /* gray */
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 16px;
}
.rounded-circle{
    border-radius: 50%;
}
.modal-header {
  display: flex;
  justify-content: space-between; 
  align-items: center;            
  text-align: left;              
  width: 100%;
}

.modal-title {
  flex: 1;                       
  text-align: left;      
  margin: 0;
}
.img-detail{
    max-height: 220px;
}
li.paginate_button.page-item.previous a::before {
    content: "\2190"; 
    margin-right: 5px;
}

li.paginate_button.page-item.next a::after {
    content: "\2192"; 
    margin-left: 5px;
}
em{
    color: red !important;
}
form#upload_form .row {
    margin: 0px !important;
}
.select2-container .selection span.select2-selection {
height: 34px;
border: solid #dbe1e8 1px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height:34px !important;
    font-size : 14px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    top:4px !important;
}

.dropdown-menu.notifications {
    max-height: 300px;
    overflow: scroll;
}
.deleted_row{
    background-color:#ffe3e3;
}
.justify-content-between{
    justify-content:space-between !important;
}
.text-bold{
    font-weight: bold;
}

        
        .job-share a {
    padding: 5px 10px;
    border: 1px solid;
    border-radius: 100px;
    width: 35px;
    display: inline-block;
    text-align: center;
}
 .job-share a .fa-facebook{
     vertical-align:middle;
 }
.job-share .share-whatsapp {
    border-color: #25D366;
    color: #25D366;
}

.job-share .share-whatsapp:hover {
    background: #25D366 !important;
    color: #fff !important;
}

.job-share .share-facebook {
    border-color: #3b5998;
    color: #3b5998;
}

.job-share .share-facebook:hover {
    background: #3b5998 !important;
    color: #fff !important;
}

.job-share .share-linkedin {
    border-color: #0077b5;
    color: #0077b5;
}

.job-share .share-linkedin:hover {
    background: #0077b5 !important;
    color: #fff !important;
}
.swal2-html-container {
    font-size: 16px !important;
}