   /* -- register -- */
   
   .body2 {

      background-color: #f8f9fa;
      height: 100vh;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .box1 {
      width: 800px;
      height: 600px;
      box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.25);
      border-radius: 20px;
      overflow: hidden;
      background-color: white;
    }

    .left-side1 {
      background-color: rgb(214, 231, 253);
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .left-side1 img {
      width: 60%;
      max-width: 350px;
    }

    .right-sidee {
      padding: 20px 40px;
    }


    .form-control:focus {
      border-color: #8faef0;
      box-shadow: 0 0 0 0.2rem rgba(42, 111, 214, 0.25);
    }


    /* -- login -- */


 
  .body1 {

    background-color: #f8f9fa;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .box2 {
    width: 800px;
    height: 550px;
    box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    overflow: hidden;
    background-color: white;
  }

  .left-side {
    background-color: rgb(214, 231, 253);
    display: flex;
    align-items: center;
    justify-content: center;
  }

    .right-side {
      padding: 70px 40px;
    }
    .right-side-icon {
      padding: 70px 10px;
    }

  .left-side img {
    width: 60%;
    max-width: 350px;
  }



    .icon1 {
      width: 90px;
      height: 90px;
      background-color: rgb(214, 231, 253);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto 20px auto;
    }


    .form-control:focus {
      border-color: #8faef0;
      box-shadow: 0 0 0 0.2rem rgba(42, 111, 214, 0.25);
    }




    /* -- data list -- */
 .top-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .custom-dropdown,
  .custom-button {
    margin-right: 10px;
  }


  .list-table {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
  }

  .list-table>li {
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #dee2e6;
  }

  .list-table>li.header {
    cursor: default;
  }

  .row {
    display: flex;
    padding: 0.5rem 0;
    margin: 0;
    list-style: none;
    align-items: center;
    text-decoration: none;
    color: #000;
  }

  .cell {
    flex: 1;
    padding: 0 0.75rem;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .cell.checkbox {
    flex: 0 0 40px;
    padding-left: 1rem;

  }

  .cell.image {
    flex: 0 0 80px;
    padding: 0;
  }


  img_data {
    width: 70px;
    height: auto;
    display: block;
  }

  input.form-check-input {
    pointer-events: auto;
  }


  .custom-hover:hover {
    background-color: #e8ecef !important;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }
  .content-wrapper{
    padding:0px;
  }
