
.book_title, .cijfer {font-weight:bold; color:#CF3313}
.bold {font-weight:bold;color:#CF3313}
.left-icon {font-size:25px;cursor:pointer;}
.add-edit-book {background-color:#CF3313!important;color:#fff }
#errors .modal-header {background-color:#CF3313;}
#success .modal-header {background-color:#096401;}
label[for='floatingTextarea'] {color:#9E9E9E}

.modal-header{
	background-color:#CF3313;
			color:#fff;
		}
.modal-header h1 {color:#fff}
.modal-content {
  overflow:hidden;
}

.book-cover-preview {
    max-width: 200px;
    max-height: 300px;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}
.rating-display {
    font-size: 1.2rem;
    font-weight: 600;
    color: #ffc107;
}

@media screen and (min-width: 768px) {
   .mleft100 {
         margin-left: 100px;
   }
}

li.dropdown {margin-top:3px;}

.dropdown-menu-dark {
   background-color: #212529 !important;
   font-weight:bold;
}

.readmore {
  position: relative;
  max-height: 100px;
  overflow: hidden;
  margin-bottom: 20px;
  transition:max-height 0.15s ease-out;
}

.readmore.expand{
  max-height: 5000px !important;
  transition:max-height 0.35s ease-in-out;
}

.readmore-link{
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  width:100%;
  height: 68px;
  text-align: center;
  color: #F54927;
  font-weight:bold;
  font-size:16px;
  padding-top:40px;
  background-image: linear-gradient(to bottom, transparent, white);
  cursor: pointer;
}

.readmore-link.expand {
  position: relative;
  background-image: none;
  padding-top:0px;
  height:20px;
}

.card {
  min-width: 18.5rem;margin-top:10px;
}

.card-background-user {
  background-color:RGB(250,250,250)!important;
  border: #ffb2b2 1px solid;
}

.gradiant-background-user {
  background-image: linear-gradient(to bottom, transparent, RGB(250,250,250));
}

.margin-bottom-10px {
  margin-bottom:10px;
}