* {
  font-family: 'Playfair Display', serif;
}

nav.navbar {
  /* margin-right: 12px !important; */
  /* padding-right: 12px !important; */
  right: 0;
}

 /* #table {
  border: none;
  border-radius: 20px;
  /* background: linear-gradient(to right, #3898dd, #36d4f0, #85daa8); */
  /* background: linear-gradient(to bottom, #0c0c0c, #2a2a2a, #646665); */
  /*background: linear-gradient(to right, #0a5f81, #093b3f, #1b1b1b);
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 10px;
  border: 3px solid black;
  box-shadow: 2px 2px 5px 2px black;
*/

#table { 
   
    border-radius: 20px;
    
    background: linear-gradient(to right,#f2c782fa , #cdaa7e , #d3c8a8);
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 10px;
    border: 3px solid #efe088;
    box-shadow: 2px 2px 5px 2px #ddbcbc;
}


.table thead th {
    vertical-align: bottom;
    border: none;
    
    color: black;
}
 
#table h1 {
  color: black;
}

.dataTables_wrapper .dataTables_filter input {
  border: 1px solid #aaa;
  border-radius: 3px;
  padding: 5px;
  background-color: transparent;
  margin-left: 3px;

  font-weight: bold;
}

.odd {
  display: none;
}

select {
  color: black;
}

.dataTables_wrapper .dataTables_length select {
  border: 1px solid #aaa;
  border-radius: 3px;
  padding: 5px;
  color: yellowgreen;
  padding: 4px;

  font-weight: bold;
}

label {
  color: white;
  font-weight: bold;
}

.datTables_paginate {
  color: white;
}

.pagination-right,
.pagination-left {
  color: white;
}

.navbar-nav li a:after {
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: relative;
  background: #fff;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}

.navbar-nav li a:hover:after {
  width: 100%;
  left: 0;
}

/* .nav-item{
  padding-right: 15px;
} */
#loading {
  position: fixed;
  width: 100%;
  height: 100vh;
  background: #03090f url("https://www.icegif.com/wp-content/uploads/loading-icegif.gif?fit=880%2C440&ssl=1") no-repeat center;
  z-index: 999;
}

.body-style {
  background-image: url("https://res.cloudinary.com/dkak37mek/image/upload/v1631569685/alfons-morales-YLSwjSy7stw-unsplash_jdnjxk.jpg?raw=true");

  background-size: cover;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0.9);
  box-shadow: inset 120px 100px 250px #000000, inset -120px -100px 250px #000000;
  z-index: 1;
}

.bg-info {
  /*   background-color: #2e2e2e!important;
  box-shadow: 0px 0px 16px 9px black; */
  background-color: #343a40 !important;
  box-shadow: 0px 0px 16px 9px black;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
  color: rgb(243 243 243);
  font-weight: bold;
}

/* Category */
.form-check-input {
  border-radius: 15px;
  margin-top: 10px;
  padding: 5px;
  width: 25%;
}

/* Authors */
.form-check-input1 {
  border-radius: 15px;
  margin-top: 10px;
  padding: 5px;
  width: 25%;
}

.container h1 {
  padding-top: 40px;
  color: rgb(255, 255, 255);
  /* font-family: "Poiret One", cursive; */
  font-weight: bolder;
  letter-spacing: 0.1em;
}

.navbar-light .navbar-nav .nav-link {
  color: rgb(255 255 255 / 50%);
  transition-duration: 0.3s;
  font-weight: bold;
}

.navbar-light .navbar-nav .nav-link:hover {
  transition-duration: 0.3s;
  color: rgb(255 255 255 / 100%);
}

html {
  scroll-behavior: smooth;
}

#issueDate {
  border-radius: 15px;
  height: 30px;
}

.input-box {
  border: none;
  border-bottom: 1.5px solid rgba(168, 154, 154, 0.322);
  border-radius: 0px;
  transition: none;
  width: 33%;
  height: 30px;
  padding-bottom: 2px;
  border-radius: 15px;
  margin-top: 14px;
  padding-left: 10px;
}

.input-box:focus {
  outline: none;
  border-bottom: 1.5px solid yellowgreen;
  /* zoom: 1.1; */
  transform: scaleY(1.05);
}

.input-box {
  transition: border 0.5s ease-out;
  /* transition: transform 0.5s ease-out; */
}

.btn {
  width: 150px;
  height: 40px;
  border: none;
  outline: none;
  color: #fff;
  background: #5282d4;
  background-image: -webkit-linear-gradient(top, #5282d4, #28667d);
  background-image: -moz-linear-gradient(top, #5282d4, #28667d);
  background-image: -ms-linear-gradient(top, #5282d4, #28667d);
  background-image: -o-linear-gradient(top, #5282d4, #28667d);
  background-image: linear-gradient(to bottom, #5282d4, #28667d);
  cursor: pointer;
  position: relative;
  z-index: 0;
  border-radius: 10px;
  margin-top: 2rem;
}

#searchsymbol {
  width: 30px;
  height: 41px;
}

#searchTxt {
  border-radius: 10px;
  height: 30px;
}

.btn:before {
  content: "";
  background: linear-gradient(45deg,
      #ff0000,
      #ff7300,
      #fffb00,
      #48ff00,
      #00ffd5,
      #002bff,
      #7a00ff,
      #ff00c8,
      #ff0000);
  position: absolute;
  top: -2px;
  left: -2px;
  background-size: 400%;
  z-index: -1;
  filter: blur(5px);
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  animation: glowing 20s linear infinite;
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
  border-radius: 10px;
  box-shadow: 0 9px blueviolet;
}

.btn-primary {
  margin-top: 4rem;
}

.btn:active {
  color: #000;
  box-shadow: 0 4px black;
}

.btn:active:after {
  background: transparent;
  animation: glowing 50s linear infinite;
  transition: opacity 0.4s ease-in-out;
}

.btn:hover:before {
  opacity: 1;
  box-shadow: 0 4px black;
}

.btn:after {
  z-index: -1;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #5282d4;
  background-image: -webkit-linear-gradient(top, #5282d4, #28667d);
  background-image: -moz-linear-gradient(top, #5282d4, #28667d);
  background-image: -ms-linear-gradient(top, #5282d4, #28667d);
  background-image: -o-linear-gradient(top, #5282d4, #28667d);
  background-image: linear-gradient(to bottom, #5282d4, #28667d);
  left: 0;
  top: 0;
  border-radius: 10px;
  /* box-shadow: 0 4px black; */
}

@keyframes glowing {
  0% {
    background-position: 0 0;
  }

  50% {
    background-position: 400% 0;
  }

  100% {
    background-position: 0 0;
  }
}

.space {
  margin-top: 10px;
}



/* footer */
footer {
  position: relative;
  width: 100%;
  background-color: #343a40;
  color: white;
  box-shadow: 0px 0px 16px 9px black;
  padding: 15px 0;
  text-align: center;
}

footer p {
  margin: 0;
}

.icons ul {
  display: flex;
  margin: 0;
}

.icons ul li {
  list-style: none;
}

.icons ul li a {
  display: block;
  position: relative;
  width: 25px;
  height: 25px;
  background-color: #fff;
  text-align: center;
  line-height: 20px;
  font-size: 15px;
  margin: 0 0 0 20px;
  border-radius: 50%;
  overflow: hidden;
  z-index: 1;
  border: 3px solid #fff;
}

.icons ul li a .icon {
  position: relative;
  color: #262626;
  transition: 0.5s;
  z-index: 3;
}

.icons ul li a:hover .icon {
  color: #fff;
  transform: rotateY(360deg);
}

.icons ul li a:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #55acee;
  transition: 0.5s;
  z-index: 2;
}

.icons ul li a:hover:before {
  top: 0;
}

.icons ul li:nth-child(2) a:before {
  background: black;
}

.ml-auto {
  margin-top: 13px;
  font-size: 20px;
  ;
}

.table thead th {
  vertical-align: bottom;
  border: none;
  background: rgb(114, 113, 112);
  text-align: center;
  color: black;
}

#topBtn {
  position: fixed;
  bottom: 10px;
  right: 30px;
  z-index: 9;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3 ease-in-out;
}

#topBtn a {
  height: 39px;
  width: 37px;
  text-align: center;
  background: #000;
  display: block;
  border-radius: 10px;
  cursor: pointer;
}

#topBtn a span {
  color: #f2f2f2;
  line-height: 39px;
  font-size: 28px;
}

.logo-img {
  margin-left: 40px;
  /* Width and height same to make icon look more professional */
  height: 3rem;
  width: 3rem;
}

@media only screen and (max-width: 500px) {
  .icons ul p {
    position: absolute;
    left: 41.1%;
    top: 20px;
  }
}

a.nav-link {
  /* To heighlight */
  color: floralwhite !important;
  font-size: 24px;
}

nav.navbar.navbar-expand-lg.navbar-light.bg-info {
  /* To make nav-bar sticky */
  position: absolute;
  top: 0;
  width: 100%;
  height: 45px;
}

a.nav-link {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
    padding-bottom: 0rem;
}

h1 {  /* To make headings look more appealing */
    text-decoration: overline;
}

.bg-info { /* To make proper distance between nav bar icons */
  /* To make nav-bar background transparent and shadow effect */
  /*     background-color: #ada39f00!important;
    box-shadow: 0px 0px 16px 9px #efecec4d; */
  z-index: 100;
}

strong {
  /* To make text more visible */
  color: floralwhite;
  font-size: 25px;
}

.row {
  /* To remove the overlapping due to responsive width change */
  display: flex;
  flex-direction: column;
}

/* Animation */

.bubbles img {
  width: 50px;
  animation: bubble 7s linear infinite;
}

.bubbles {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  position: absolute;
  bottom: -70px;
}

@keyframes bubble {
  0% {
    transform: translate(0);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  70% {
    opacity: 1;
  }

  100% {
    transform: translateY(-80vh);
    opacity: 0;
  }
}

.bubbles img:nth-child(1) {
  animation-delay: 2s;
  width: 25px;
}

.bubbles img:nth-child(2) {
  animation-delay: 1s;
}

.bubbles img:nth-child(3) {
  animation-delay: 3s;
  width: 25px;
}

.bubbles img:nth-child(4) {
  animation-delay: 4.5s;
}

.bubbles img:nth-child(5) {
  animation-delay: 3s;
}

.bubbles img:nth-child(6) {
  animation-delay: 6s;
  width: 20px;
}

.bubbles img:nth-child(7) {
  animation-delay: 7s;
  width: 35px;
}

/* scroll bar design */
/* width */
::-webkit-scrollbar {
  width: 9px;
}

/* Track */
::-webkit-scrollbar-track {
  background: rgb(77, 32, 32);
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #c68b59;
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #865439;
  border: solid 2px rgb(41, 2, 10);
}

/* scroll bar end */
/* preloader */
.headervdo_afterpreload {
  transition: ease-in 5s;
  opacity: 100;
}

.endpreloadopacity {
  opacity: 0;
  transition: 1s;
}

.preloader {
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: radial-gradient(circle,
      #020c19 100%,
      #040c1a 80%,
      #160b1e 60%,
      #2c0e29 40%,
      #400f2f 40%,
      #511036 48%,
      #3e0f2f 56%,
      #290e26 56%,
      #100c1d 8.32%,
      #020c17 8.32%);
  /*to be removed*/
}

.loader {
  --background: linear-gradient(135deg, #23c4f8, #275efe);
  --shadow: rgba(39, 94, 254, 0.28);
  --text: #6c7486;
  --page: rgba(255, 255, 255, 0.36);
  --page-fold: rgba(255, 255, 255, 0.52);
  --duration: 3s;
  width: 200px;
  height: 140px;
  position: relative;
}

.loader:before,
.loader:after {
  --r: -6deg;
  content: "";
  position: absolute;
  bottom: 8px;
  width: 120px;
  top: 80%;
  box-shadow: 0 16px 12px var(--shadow);
  transform: rotate(var(--r));
}

.loader:before {
  left: 4px;
}

.loader:after {
  --r: 6deg;
  right: 4px;
}

.loader div {
  width: 100%;
  height: 100%;
  border-radius: 13px;
  position: relative;
  z-index: 1;
  perspective: 600px;
  box-shadow: 0 4px 6px var(--shadow);
  background-image: var(--background);
}

.loader div ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}

.loader div ul li {
  --r: 180deg;
  --o: 0;
  --c: var(--page);
  position: absolute;
  top: 10px;
  left: 10px;
  transform-origin: 100% 50%;
  color: var(--c);
  opacity: var(--o);
  transform: rotateY(var(--r));
  -webkit-animation: var(--duration) ease infinite;
  animation: var(--duration) ease infinite;
}

.loader div ul li:nth-child(2) {
  --c: var(--page-fold);
  -webkit-animation-name: page-2;
  animation-name: page-2;
}

.loader div ul li:nth-child(3) {
  --c: var(--page-fold);
  -webkit-animation-name: page-3;
  animation-name: page-3;
}

.loader div ul li:nth-child(4) {
  --c: var(--page-fold);
  -webkit-animation-name: page-4;
  animation-name: page-4;
}

.loader div ul li:nth-child(5) {
  --c: var(--page-fold);
  -webkit-animation-name: page-5;
  animation-name: page-5;
}

.loader div ul li svg {
  width: 90px;
  height: 120px;
  display: block;
}

.loader div ul li:first-child {
  --r: 0deg;
  --o: 1;
}

.loader div ul li:last-child {
  --o: 1;
}

.loader span {
  display: block;
  left: 0;
  right: 0;
  top: 100%;
  margin-top: 20px;
  text-align: center;
  color: var(--text);
}

@-webkit-keyframes page-2 {
  0% {
    transform: rotateY(180deg);
    opacity: 0;
  }

  20% {
    opacity: 1;
  }

  35%,
  100% {
    opacity: 0;
  }

  50%,
  100% {
    transform: rotateY(0deg);
  }
}

@keyframes page-2 {
  0% {
    transform: rotateY(180deg);
    opacity: 0;
  }

  20% {
    opacity: 1;
  }

  35%,
  100% {
    opacity: 0;
  }

  50%,
  100% {
    transform: rotateY(0deg);
  }
}

@-webkit-keyframes page-3 {
  15% {
    transform: rotateY(180deg);
    opacity: 0;
  }

  35% {
    opacity: 1;
  }

  50%,
  100% {
    opacity: 0;
  }

  65%,
  100% {
    transform: rotateY(0deg);
  }
}

@keyframes page-3 {
  15% {
    transform: rotateY(180deg);
    opacity: 0;
  }

  35% {
    opacity: 1;
  }

  50%,
  100% {
    opacity: 0;
  }

  65%,
  100% {
    transform: rotateY(0deg);
  }
}

@-webkit-keyframes page-4 {
  30% {
    transform: rotateY(180deg);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  65%,
  100% {
    opacity: 0;
  }

  80%,
  100% {
    transform: rotateY(0deg);
  }
}

@keyframes page-4 {
  30% {
    transform: rotateY(180deg);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  65%,
  100% {
    opacity: 0;
  }

  80%,
  100% {
    transform: rotateY(0deg);
  }
}

@-webkit-keyframes page-5 {
  45% {
    transform: rotateY(180deg);
    opacity: 0;
  }

  65% {
    opacity: 1;
  }

  80%,
  100% {
    opacity: 0;
  }

  95%,
  100% {
    transform: rotateY(0deg);
  }
}

@keyframes page-5 {
  45% {
    transform: rotateY(180deg);
    opacity: 0;
  }

  65% {
    opacity: 1;
  }

  80%,
  100% {
    opacity: 0;
  }

  95%,
  100% {
    transform: rotateY(0deg);
  }
}

/* preloader end */


/* For making responsive */
@media (max-width:800px) {

  html {
    width:73.7rem;
  }

  #loading {
    width: 73.7;
  }
  .preloader{
    width: 100%;
    height: 100%;
  
  }
 /* .member{
   font-size: 5rem;
 } */

 .latest-blogs {
    font-size: 4rem;
 }

 .latest-blogs-p{
   font-size: 3.5rem;
 }
  .body-style {
    box-shadow: none;
    padding: 1rem;
  }

  #table {
    width: 29rem;
    height: 10rem;
  }

  .body-style {
    width: 100%;
  }

  .input-box {
    width: 15rem;
  }

  .nav-link {
    margin-left: 2rem;
  }

  .form-control {
    margin-left: 1.5rem;
  }

  .my-sm-0 {
    margin-left: 1.5rem;
  }
}

.suggestion {
  height: 120px;
  background-color: white;
}

.list li {
  width: 380px;
  height: 120px;
  text-align: center;
  font-size: 1cm;
  list-style: none;
}

.list {
  display: flex;
}

.book {
  height: 490px;
  background-color: #f3d094;
  ;
}

.tex {
  text-align: center;
}

.tex b {
  font-size: 0.7cm;
  font-family: 'Source Sans Pro', sans-serif;
}

.book div {
  height: max-content;
  font-family: 'Source Sans Pro', sans-serif;
}

.books {
  margin-left: 100px;
  margin-right: 100px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.books li {
  width: 200px;
  height: 300px;
}

.books li img {
  width: 200px;
  height: 300px;
}

.options {
  display: flex;
  justify-content: center;
  align-items: center;
}

.book-option {
  background-color: #f1dab3;
  margin-left: 10px;
  margin-right: 10px;
  border: none;
  border-radius: 15px;
}

.member {
  height: 400px;
  display: flex;
  justify-content: space-between;
  background-color: white;
}

.member section {
  /* border: 2px solid rgb(235, 167, 167); */
  width: 50%;
}

.donate div {
  text-align: center;
  margin-top: 60px;
  font-size: 0.5cm;
  font-family: Arial, Helvetica, sans-serif;
}

.text b {
  font-size: 1cm;
  font-family: Arial, Helvetica, sans-serif;
}

.donate-btn {
  background-color: rgb(35, 108, 156);
  height: 45px;
  width: 155px;
  border-radius: 10px;

}

.donate-btn a {
  color: white;
  font-weight: bold;
  font-family: 'Source Sans Pro', sans-serif;
}

.photo img {
  width: 310px;
  height: 400px;
}

.photo {
  display: flex;
}

.blogs {
  height: 450px;
  background-color: #f1dab3;
}

.blogs h1,
p {
  text-align: center;
  font-family: 'Source Sans Pro', sans-serif;
}

.update {
  height: 450px;
  color: white;
}

.login-box {
  /* position: absolute; */
  /* top: 70%; */
  /* left: 50%; */
  width: 650px;
  padding: 40px;
  /* transform: translate(-50%, -50%); */
  background: rgba(0, 0, 0, 0.871);
  box-sizing: border-box;
  box-shadow: 10px 10px rgba(255, 183, 0, 0.845);
  border-radius: 20px;
  transition-duration: 0.5s;
  margin: 50px;
}

.login-box h2 {
  margin: 0 0 10px;
  padding: 0;
  color: rgb(255, 183, 0);
  text-align: center;
  font-weight: bolder;
  letter-spacing: 0.2rem;
  margin: 3rem 0rem 3rem 0rem;
}

.login-box .user-box {
  position: relative;
}

.login-box .user-box input {
  width: 100%;
  padding: 10px 0;
  font-size: 16px;
  color: #fff;
  margin-bottom: 20px;
  border: none;
  border-bottom: 1px solid #fff;
  outline: none;
  background: transparent;
}

.login-box .user-box label {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px 0;
  font-size: 16px;
  color: #fff;
  pointer-events: none;
  transition: .5s;
}

.login-box .user-box input:focus~label,
.login-box .user-box input:valid~label {
  top: -20px;
  left: 0;
  color: rgb(255, 183, 0);
  font-size: 12px;
}

.login-box form a {
  position: relative;
  display: inline-block;
  padding: 10px 20px;
  color: rgb(255, 183, 0);
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
  overflow: hidden;
  transition: 1s;
  margin-top: 4.2rem;
  letter-spacing: 4px;
}

.login-box a:hover {
  background: rgb(75, 26, 222);
  color: #fff;
  border-radius: 5px;
  /* box-shadow: 0 0 5px #03e9f4,
              0 0 25px #03e9f4,
              0 0 50px #03e9f4,
              0 0 100px #03e9f4; */
}

.login-box a span {
  position: absolute;
  display: block;
}

.login-box a span:nth-child(1) {
  top: 0;
  left: -100%;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgb(255, 183, 0));
  animation: btn-anim1 2s linear infinite;
}

*/ .login-box a span:nth-child(2) {
  top: -100%;
  right: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(180deg, transparent, rgb(255, 183, 0));
  animation: btn-anim2 1s linear infinite;
  animation-delay: 2.2s
}

.login-box:hover {
  transition-duration: 0.4s;
  box-shadow: 0px 0px 19px 11px rgb(255, 183, 0);
}

@keyframes btn-anim2 {
  0% {
    top: -100%;
  }

  50%,
  100% {
    top: 100%;
  }
}

@keyframes btn-anim1 {
  0% {
    left: -100%;
  }

  50%,
  100% {
    left: 100%;
  }
}


.login-box a span:nth-child(3) {
  bottom: 0;
  right: -100%;
  width: 100%;
  height: 2px;
  background: linear-gradient(270deg, transparent, rgb(255, 183, 0));
  animation: btn-anim3 1s linear infinite;
  animation-delay: 2.5s
}

@keyframes btn-anim3 {
  0% {
    right: -100%;
  }

  50%,
  100% {
    right: 100%;
  }
}

.login-box a span:nth-child(4) {
  bottom: -100%;
  left: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(360deg, transparent, rgb(255, 183, 0));
  animation: btn-anim4 1s linear infinite;
  animation-delay: 2.7s
}

@keyframes btn-anim4 {
  0% {
    bottom: -100%;
  }

  50%,
  100% {
    bottom: 100%;
  }
}

/* scroll bar design */
/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: rgb(77, 32, 32);
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #c68b59;
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #c68b59;
  border: solid 2px rgb(41, 2, 10);
}

/* scroll bar end */

@media only screen and (max-width: 1100px) {
  .login-box {

    width: 700px;
  }
}

@media only screen and (max-width: 800px) {
  .login-box {
    top: 60%;
    width: 80%;
  }
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
  margin-top: 1rem;
}

.contact {
  display: flex;
  justify-content: space-between;
  background-color: rgb(153, 150, 150);
  width: 100%;
}

.contact ul {
  margin: 25px;
}

.contact ul li,
a {
  color: black;
  list-style: none;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: large;
  margin: 5px;
}

.heading {
  list-style: none;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: bolder;
}

.footer {
  background-color: rgb(56, 55, 55);
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.8cm;
  font-weight: bolder;
  color: white;
}

.header {
  height: 60px;
  color: white;
  background-color: rgb(48, 46, 46);
  width: 100%;
}

.header ul {
  display: flex;
  flex-direction: row;
  list-style-type: none;
  justify-content: space-between;
  height: 55px;
}

.header ul li {
  margin-right: 20px;
}

.new-nav {
  height: 50px;
  background-color: #f3d094;
  align-items: center;
}


.new-nav ul {
  margin-left: 40px;
  margin-right: 40px;
  /* margin-top: 17px; */
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.icons_{
  padding: 0 12px;
}


.new-nav li {
  font-family: sans-serif;
  margin: 10px 25px;
  list-style-type: none;
}

.new-nav li a {
  font-weight: 300;
  font-family: 'Source Sans Pro', sans-serif;
  color: #000;
}

.new-nav li a:hover {
  color: rgb(94, 80, 80);
}

.contain {
  height: 300px;
  width: 690px;
  color: black;
  margin-top: 50px;
  margin-left: 50px;
  background-color: white;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
}

.contain div {
  font-family: 'Source Sans Pro', sans-serif;
  margin: 30px;
  text-align: center;
}

.line {
  font-size: 0.6cm;
}

#bold {
  font-size: 1cm;
  font-family: 'Nunito', sans-serif;
  font-weight: bolder;
}

#search {
  align-items: center;
}



#searchTxt,
#searchsymbol {
  margin: 0;
}

#searchForm {
  display: inline-block;
  border: 1px solid grey;
  border-radius: 5px;
  align-items: center;
}

.nav-link {
  font-family: sans-serif;
  font-size: 0.5cm;
}

.login a:hover {
  color: grey;
}

.container div {
  /* border: 2px solid white; */
  /* width: 50%; */
  margin-left: 0;
}

.container {
  display: flex;
  margin-left: 20px;
  width: 100%;
  margin-right: 0;
  padding-left: 30px;
}

.col-sm-10 input,
.form-check-input1,
.form-check-input {
  width: 100%;
}

.col-sm-10 {
  width: 300px;
}

.form-group {
  width: 350px;
}

.issue {
  height: 40px;
  font-size: 25px;
  padding-left: 5px;
}

#libraryForm {
  width: 360px;
}

.right {
  width: 790px;
  padding-left: 55px;
  padding-right: 0px;
  justify-items: right;

}

#table {
  width: 92%;
  /* padding: 0; */
}

/*scrolling effect starts from here*/

#scrollpath {
  position: fixed;
  top: 0;
  right: 0;
  width: 10px;
  height: 100%;
  background: rgba(255, 255, 255, 0.05);
}

#progressbar {
  position: fixed;
  top: 0;
  right: 0;
  width: 10px;
  height: 100%;
  background: linear-gradient(to top, #008aff, #00ffe7);
  animation: animate 5s linear infinite;
}

#progressbar:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, #008aff, #00ffe7);
  filter: blur(10px);
}

#progressbar:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, #008aff, #00ffe7);
  filter: blur(30px);
}

@keyframes animate {

  0%,
  100% {
    filter: hue-rotate(0deg);
  }

  50% {
    filter: hue-rotate(360deg);
  }
}

::-webkit-scrollbar {
  width: 0;
}


.nav-item a{
  padding: 10px 10px 15px;
}

.nav-item :hover {

  background-color: rgb(247, 191, 9);
  opacity: 1;
}

.nav-item a{
text-decoration: none;
}