.avatar2{
    width: 100px;
    height: 100px;
    overflow-x: hidden;
    border-radius: 50%;
    border: 3px solid #ADB5BD;
}
  
.avatar-student{
  width: 200px;
  height: 200px;
  overflow-x: hidden;
  border-radius: 50%;
  border: 3px solid #ADB5BD;
}

.img-profile{
    width: 100%;
}

hr.new1 {
    border-top: 2px solid #2285f4;
    
}

.hr-1{
    border-top-width: 1px
}

.hr-2{
    border-top-width: 2px
}

.hr-3{
    border-top-width: 3px
}

.hr-4{
    border-top-width: 4px
}

.hr-dotted{
    border-top-style: dotted;
}

.hr-solid{
    border-top-style: solid;
}

.hr-dashed{
    border-top-style: dashed;
}

.hr-primary{
  border-top-color: var(--bs-primary);
}

.hr-info{
  border-top-color: var(--bs-info);
}

.hr-success{
  border-top-color: var(--bs-success);
}

.hr-warning{
  border-top-color: var(--bs-warning);
}

.hr-danger{
  border-top-color: var(--bs-danger);
}



.strong_red { 
    font-weight: bold;
    color: red;
}

.dataTables_paginate{
    text-align: right;
  }
  
  .ellipsis{
    margin-left: 5px;
    font-size: large;
  }
  
  .paginate_button{
    display: inline-flex;
    border-radius: 9999px;
    border-width: 1px;
    border-color: transparent;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-weight: 700;
    color: white;
    background-color: rgb(var(--color-primary) / var(--tw-bg-opacity));
    text-transform: uppercase;
    transition-property: all;
    transition-duration: 200ms;
    transition-timing-function: linear;
    text-decoration: inherit;
    margin-left: 5px;
    cursor: pointer;
  }
  
  /* .dataTables_filter{
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(209 213 219 / var(--tw-border-opacity));
    border-color: rgb(var(--color-border) / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    background-color: rgb(var(--color-input) / var(--tw-bg-opacity));
    padding: 0.5rem 1rem;
  } */
  
  .dataTables_filter {
    position: relative;
    text-align: right;
    /* border-color: aqua; */
    outline: none;
  }
  
  /* .dataTables_filter input:focus{
    border-color: rgb(var(--color-primary));
    outline: none;
  } */
  .dataTables_filter input {
    width: 14%;
    appearance: none;
    border-radius: 0.25rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    /* border-color: aqua; */
    border-color: rgb(var(--color-border) / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    background-color: rgb(var(--color-input) / var(--tw-bg-opacity));
    padding: 0.5rem 1rem;
    border-radius: 9999px;
    font-family: inherit;
    font-size: 100%;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
    margin: 0;
    outline: none;
    
  }
  
  .dataTables_filter .fa-search {
    position: absolute;
    top: 10px;
    left: auto;
    right: 10px;
  }

