.button-transparent {
    border: none;
    background: transparent;
    margin-left: 0px !important;
}
div#DataTables_Table_0_length {
    float: left;
}
div#DataTables_Table_0_filter {
    float: right;
}
div#DataTables_Table_0_filter input{
    font-size: 0.875rem;
    color: #495057;
    border: 1px solid #e9ecef;
    border-radius: 0.5rem;
    padding: 6px 12px;
}
#DataTables_Table_0_length select {
    border-color: #e9ecef;
}

img.avatar {
    object-fit: cover;
}


.avatar-upload {
    position: relative;
    max-width: 170px;
    margin: 20px auto 30px;
  }
  
  .avatar-upload .avatar-edit {
    position: absolute;
    right: 12px;
    z-index: 1;
    top: 10px;
    border: 1px solid #939393;
    border-radius: 50%;
  }
  
  .avatar-upload .avatar-edit input {
    display: none;
  }

  .dt-button {
    color: #cb0c9f !important;
    background-color: #fff !important;
    border: solid 2px #cb0c9f !important;
    display: inline-block !important;
    font-weight: 700 !important;
    line-height: 1.4 !important;
    text-align: center !important;
    vertical-align: middle !important;
    cursor: pointer !important;
    height: 35px !important;
    width: 75px !important;
    font-size: 0.75rem !important;
    border-radius: 0.5rem !important;
    transition: all 0.15s ease-in !important;
    margin-bottom: 15px !important;
    margin-right: 20px !important;
  }
  
  .dt-button:hover {
    color: #ffffff !important;
    background-color: #cb0c9f !important;
  }
  
  .avatar-upload .avatar-edit input+label {
    display: inline-block;
    width: 34px;
    height: 34px;
    margin-bottom: 0;
    border-radius: 100%;
    background: #FFFFFF;
    border: 1px solid transparent;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
  }
  
  .avatar-upload .avatar-edit input+label:hover {
    background: #f1f1f1;
    border-color: #d6d6d6;
  }
  
  .avatar-upload .avatar-edit input+label:after {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 16px;
    height: 16px;
    background: url(../img/icons/edit-icon.png) no-repeat center center;
    right: 0;
    text-align: center;
    margin: auto;
  }
  
  .avatar-upload .avatar-preview {
    width: 162px;
    height: 162px;
    position: relative;
    border-radius: 5%;
  }
  
  .avatar-upload .avatar-preview>div {
    width: 220%;
    height: 130%;
    border-radius: 5%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
