.btn_blue_border {
  background: none;
  border-color: #0747A8;
  color: #0747A8;
  height: 38px;
}

.custom-row-cols>.col {
  flex-basis: calc(100% / 8);
  max-width: calc(100% / 8);
  min-width: 200px;
}

.item-card-text {
  white-space: normal;
  overflow: overlay;
  overflow-wrap: anywhere;
  text-overflow: ellipsis;
  font-size: smaller;
  text-wrap: wrap;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  max-height: 60px;
}

.navi-style {
  width: 260px;
  height: 100vh;
  background-color: #327EF1;
}

.navi-item-style {
  color: white;
  width: 100%;
  box-sizing: border-box;
  display: block;
  text-decoration: none !important;
  padding: 10px;
}

p:has(>.navi-item-style) {
  margin-bottom: 0.25rem;
}

.navi-item-style.active {
  background-color: rgba(255, 255, 255, 0.24);
  border-radius: 6px;
}

.navi-item-style:hover {
  background-color: rgba(255, 255, 255, 0.48);
  border-radius: 6px;
  color: inherit !important;
}

.expandable-item>.nav-link:hover {
  background-color: rgba(255, 255, 255, 0.48);
  border-radius: 6px;
  color: inherit !important;
}

ul#expandableContent {
  padding-inline-start: 32px;
}

.navbar-style {
  box-shadow: none !important;
  color: white !important;
  background: white !important;
}

.search-input {
  background: url(/images/icon_search2-8185400d46ac964e5a8963af9698a0d9.png) no-repeat;
  background-position: 6px 50%;
}

.icon-button {
  background: none;
  border: none;
  padding: 6px;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #327EF1;
}

.icon-button:hover {
  color: inherit !important;
  background-color: rgba(177, 208, 255, 0.48);
}

.icon-button.active {
  background-color: rgba(177, 208, 255, 0.48);
}

.btn_bookshelf_body {
  display: flex;
  justify-content: space-between;
}

.star-icon {
  color: #E9E9E9;
  line-height: normal !important;
  background: none;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  padding: 3px;
}

.star-icon.checked {
  color: #0747A8;
}

.star-icon:hover {
  background-color: rgba(177, 208, 255, 0.48);
  text-shadow: 0px 0px 1px #0747A8;
}

.table {
  max-width: 100%;
  table-layout: fixed;
}

.table thead th {
  border-top: none;
}

/* Add book screen*/
.dropArea {
  background-color: rgba(177, 208, 255, 0.12);
  border: black dashed 1px;
  height: 200px;
  align-items: center;
  justify-content: center;
  display: flex;
  color: #000;
  flex-direction: column;
  border-radius: 10px;
  padding-top: 12px;
}

.icon-trash {
  background-position: right center;
  background-repeat: no-repeat;
  padding-right: 30px;
}

.icon-trash:focus {
  background-color: #fff;
}

div.radio_textbox .custom-control-label::before,
div.radio_textbox .custom-control-label::after {
  top: -8px !important;
}

.disabled-row {
  pointer-events: none;
  opacity: 0.5;
}

.scrollable-modal-body {
  max-height: 40vh;
  overflow-y: auto;
}

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

input[type="radio"] {
  width: 15px;
  height: 15px;
}

.btn_dark_blue {
  background: none;
  border-color: #0747A8;
  color: #0747A8;
  font-weight: bold;
  font-size: 14px;
}

.btn_dark_blue_filled {
  font-size: 14px;
  background-color: #0747A8;
  border-color: #0747A8;
}

.item-card-dialog-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.icon-radio-center {
  display: flex;
  align-items: center;
}

.font-size-12 {
  font-size: 12px;
}

.font-size-16 {
  font-size: 16px;
}

.font-size-14 {
  font-size: 14px;
}

.font-size-20 {
  font-size: 20px;
}

.grid-folder-background {
  background: white;
  border: 1px solid #93989D;
  height: 179px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: relative; /* Ensure relative positioning */
  overflow: visible;
}

.grid-favorite-button {
  position: absolute;
  bottom: 5px;
  right: 5px;
}

.table-truncate-text {
  display: inline-block;
  max-width: calc(100% - 40px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.background-loader {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
}

.center-loader {
  width: 150px;
  height: 150px;
  animation: spin 1s linear infinite;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-image: url(/images/loader1-74f19e87dbdeb3790b2382e7a0cff13a.png) , url(/images/loader2-a522974314e4c0426019e9296f9e4250.png);
  background-size: contain;
}

@keyframes spin {
  100% {
      transform: rotate(-360deg);
  }
}

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

.sort-column {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.column-space-between {
  justify-content: space-between;
  align-items: center;
}

.toggle-icon i {
  transition: transform 0.5s;
}

.user-row-title {
  width: 10%;
}

.error-cell {
  height: 20px;
  font-size: 14px;
  color: red;
}

.no-link-style {
  text-decoration: none;
  color: black;
}

.btn_transparent {
  background: none;
  border-color: black;
  color: black;
  font-size: 14px;
}
.btn-default {
  border-color: #0747A8;
  background-color: #0747A8;
  font-weight: bold;
  font-size: 14px;
}

.btn-action {
  background: none;
  border-color: #0747A8;
  color: #0747A8;
  font-weight: bold;
  font-size: 14px;
}

.btn-negative {
  font-weight: bold;
  font-size: 14px;
}

.btn-icon {
  color: #327EF1;
  cursor: pointer;
}

.gray-dark {
  color: #93989D;
}

.login-form {
  width: 25%;
}