.wrapper {
  margin-top: 5vh;
}

.dataTables_filter {
  float: right;
}

.table-hover > tbody > tr:hover {
  background-color: #ccffff;
}

@media only screen and (min-width: 768px) {
  /*.table {*/
  /*  table-layout: fixed;*/
  /*  max-width: 100% !important;*/
  /*}*/
}

thead {
  background: #ddd;
}

.table td:nth-child(2) {
  overflow: hidden;
  text-overflow: ellipsis;
}

.highlight {
  background: #ffff99;
}

/*@media only screen and (max-width: 767px) {*/
  /* Force table to not be like tables anymore */
/*  table,*/
/*thead,*/
/*tbody,*/
/*th,*/
/*td,*/
/*tr {*/
/*    display: block;*/
/*  }*/

  /* Hide table headers (but not display: none;, for accessibility) */
/*  thead tr,*/
/*tfoot tr {*/
/*    position: absolute;*/
/*    top: -9999px;*/
/*    left: -9999px;*/
/*  }*/

/*  td {*/
    /* Behave  like a "row" */
/*    border: none;*/
/*    border-bottom: 1px solid #eee;*/
/*    position: relative;*/
/*    padding-left: 50% !important;*/
/*  }*/

/*  td:before {*/
    /* Now like a table header */
/*    position: absolute;*/
    /* Top/left values mimic padding */
/*    top: 6px;*/
/*    left: 6px;*/
/*    width: 45%;*/
/*    padding-right: 10px;*/
/*    white-space: nowrap;*/
/*  }*/

/*  .table td:nth-child(1) {*/
/*    background: #ccc;*/
/*    height: 100%;*/
/*    top: 0;*/
/*    left: 0;*/
/*    font-weight: bold;*/
/*  }*/

  /*
  Label the data
  */
/*  td:nth-of-type(1):before {*/
/*    content: "S.No.";*/
/*  }*/

/*  td:nth-of-type(2):before {*/
/*    content: "Author Name";*/
/*  }*/

/*  td:nth-of-type(3):before {*/
/*    content: "National ISBN-No";*/
/*  }*/

/*  td:nth-of-type(4):before {*/
/*    content: "Book Title";*/
/*  }*/

/*  td:nth-of-type(5):before {*/
/*    content: "Amount";*/
/*  }*/

/*  td:nth-of-type(6):before {*/
/*    content: "PDF";*/
/*  }*/

/*  .dataTables_length {*/
/*    display: none;*/
/*  }*/
/*}*/


.sidebar-form {
    position: fixed;
    top: 50%;
    right: -350px;
    width: 350px;
    /* box-shadow: 0 0 5px rgba(0, 0, 0, .3); */
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.12);
    border-radius: 8px 0 0 8px;
    background-color: #00b8f5;
    padding: 5px;
    transform: translateY(-50%);
    transition: right .4s linear;
    z-index: 100;
    height: auto;
}

.sidebar-form .stickyForm-close-btn {
    position: relative;
    background-color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    cursor: pointer;
}

.sidebar-form .stickyForm-close-btn:hover {
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}

.sidebar-form .stickyForm-close-btn:hover i {
    color: #f0483e;
}

.stickyForm-close-btn i {
    position: absolute;
    top: 16%;
    left: 30%;
    font-size: 24px;
    cursor: pointer;

}

.sidebar-form-wrapper {
    background-color: white;
    border-radius: 10px;
    height: 420px;
}

.slider-form-logo {
    position: absolute;
    top: -20px;
    background-color: #00b8f5;
    height: 50px;
    width: 50px;
    left: 44%;
    border-radius: 50%;
    padding: 5px;
}

.sidebar-form.show {
    right: 0;
}

.sidebar-form .call-action {
    position: absolute;
    background-color: #00b8f5;
    font-weight: 400;
    letter-spacing: 0px;
    width: 150px;
    height: 24px;
    text-align: center;
    line-height: 20px;
    cursor: pointer;
    left: -86px;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    z-index: -1;
    border-radius: 8px 8px 0px 0px;
}

.sidebar-form h3 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 15px;
    text-align: center;
    color: var(--red);
}


.nav-item-login .login-btn {
  display: inline-block;
  padding: 5px 12px !important; /* Add space inside button */
  background-color: #000 !important;
  color: #fff !important;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  line-height: 1.2;
}

.nav-item-login .login-btn:hover {
  transform: scale(1.05);
  background-color: #222 !important;
}







