.app-logo {
  max-width: 175px;
}

a {
  color: #2d7bd3;
}

a:hover {
  color: #215ea3;
}

.ck.ck-balloon-panel.ck-balloon-panel_visible.ck-balloon-panel_with-arrow{
  z-index: 1200 !important;
}

.regular-text {
  font-size: 15px !important;
  color: #495057 !important;
  position: relative;
}

.nav-link:hover {
  color: #2d7bd3 !important;
}

.route-link::after {
  content: "";
  position: absolute;
  width: 80%;
  bottom: 0px;
  left: 12%;
  border-bottom: 3px solid #2d7bd3 !important;
  opacity: 0;
}

.regular-text:hover.route-link::after {
  opacity: 1;
}

.prefix-icon {
  max-width: 20px;
  height: 20px;
  margin-right: 10px;
  filter: invert(54%) sepia(1%) saturate(0%) hue-rotate(115deg) brightness(94%)
    contrast(87%);
}
.prefix-icon1 {
  max-width: 20px;
  height: 20px;
  margin-right: 10px;
}

.nav-link:hover .prefix-icon {
  filter: invert(50%) sepia(67%) saturate(3570%) hue-rotate(193deg)
    brightness(86%) contrast(91%);
}

.route-link.active-link {
  color: #2d7bd3 !important;
}

.route-link.active-link .prefix-icon {
  filter: invert(50%) sepia(67%) saturate(3570%) hue-rotate(193deg)
    brightness(86%) contrast(91%);
}

.route-link.active-link::after {
  opacity: 1;
}

.custom-shadow {
  box-shadow: 0px 2px 15px 0px #0000001f;
}

.main-heading {
  color: #2d7bd3;
  font-size: 22px;
  font-weight: 600;
  max-width: 500px; /* Adjust based on layout */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  vertical-align: middle;
}

.sub-heading {
  color: #000 !important;
  font-weight: 600 !important;
}

.btn-stream-primary {
  font-size: 14px;
  background-color: #2d7bd3;
  border-color: #2d7bd3;
  min-height: 40px;
}

.btn-stream-secondary {
  font-size: 14px;
  background-color: #979797;
  border-color: #979797;
  min-height: 40px;
}

.btn-stream-secondary:hover {
  background-color: #6e6e6e;
  border-color: #6e6e6e;
}

.btn-stream-primary-small {
  font-size: 13px;
  background-color: #2d7bd3;
  border-color: #2d7bd3;
  padding: 5px 15px;
}

.btn-stream-primary:hover {
  background-color: #215ea3;
  border-color: #215ea3;
}

.search-box .form-control {
  min-height: 40px;
}

.form-control:focus {
  border-color: #215ea3;
}

.border-static-color {
  border: 0.8px solid #b1b5bacc;
}

.table th {
  font-weight: 500;
}

.table tbody tr {
  border-bottom: 0.8px solid #b1b5ba6f;
}

.table td {
  color: #495057;
  font-size: 14px;
}

.journal-thumbnail {
  height: 75px;
  width: 55px;
  object-fit: cover;
}

.clear-btn {
  background-color: transparent;
  border: none;
  color: #495057;
}

.clear-btn img {
  width: 16px;
  height: 16px;
}

.clear-btn:hover img {
  filter: invert(50%) sepia(67%) saturate(3570%) hue-rotate(193deg)
    brightness(86%) contrast(91%);
}

.clear-btn:hover {
  color: #2d7bd3;
}

.active > .page-link,
.page-link.active {
  background-color: #2d7bd3;
  border-color: #2d7bd3;
}

a.pagination-prev {
  border: 1px solid #dfe4ea;
  background: #ffffff;
  border-radius: 4px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

a.pagination-prev img {
  width: 15px;
  height: 15px;
  object-fit: contain;
}

a.pagination-next {
  border: 1px solid #dfe4ea;
  background: #ffffff;
  border-radius: 4px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

a.pagination-next img {
  width: 15px !important;
  height: 15px !important;
  object-fit: contain !important;
}

.pagination {
  height: 100%;
}

.page-item:last-child .page-link {
  border-radius: 0.25rem !important;
}

.page-item:first-child .page-link {
  border-radius: 0.25rem !important;
}

.page-item .page-link {
  border: 1px solid #dfe4ea;
  background: #ffffff;
  border-radius: 4px;
  cursor: pointer;
}

.page-item.active .page-link {
  background-color: #2d7bd3;
  border-color: #2d7bd3;
}

.paid-badge {
  background: #f9dbc0;
  border-radius: 6px;
  color: #4e4034 !important;
  padding: 5px 15px;
}

.open-badge {
  background: #cef7ce;
  border-radius: 6px;
  color: #527752 !important;
  padding: 5px 15px;
}

.hybrid-badge {
  background: #f9eec0;
  border-radius: 6px;
  color: #5d573f !important;
  padding: 5px 15px;
}

.breadcrumb-item.active {
  color: #2d7bd3;
}

.breadcrumb-item.active h4 {
  color: #2d7bd3;
}

.custom-shadow-2 {
  box-shadow: 0px 2px 15px 0px #0000001f;
}

.dot-dropdown {
  background: transparent;
  border: 1px solid #2d7bd3;
  height: auto;
  padding: 0;
}

.dot-dropdown i {
  font-size: 18px;
}

.dot-dropdown-menu {
  border: 0.8px solid #00000026 !important;
  box-shadow: 0px 8px 24px 0px #00000026 !important;
  padding: 0;
}

.dot-dropdown-menu li a {
  padding: 8px 12px;
  border-bottom: 1px solid #0000001a;
}

.todo-content.stream-todo {
  height: calc(100vh - 310px);
}

.title-td {
  max-width: 200px;
}

.ordering-btn {
  background: #fff;
  border: none;
}

.ordering-btn img {
  width: 25px;
  height: 25px;
}

.card-task-handle-blocks {
  background: #fbfbfb80;
  border-radius: 3px;
  margin: 18px 20px;
  padding: 10px 15px;
  border: 1px solid  rgba(191, 188, 188, 0.25);
}

.card-task-handle-blocks span {
  font-weight: 300;
  font-size: 14px;
  text-shadow: 1px 1px 2px rgba(12, 12, 12, 0.3); /* Adjust values as needed */
}

.card-task-handle {
  background: #f8f9ff80;
  border-radius: 5px;
  margin: 18px 20px;
  padding: 10px 15px;
  box-shadow: 1px 1px 10.8px rgba(0, 0, 0, 0.25);
}

.card-task-handle span {
  font-weight: 600;
  font-size: 14px;
}

.card-task-handle img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.volume-title-ss::after {
  font-family: "Material Design Icons";
  font-size: 15px;
  line-height: 20px;
  float: right;
  padding-right: var(--vz-breadcrumb-item-padding-x);
  color: var(--vz-breadcrumb-divider-color);
  content: var(--vz-breadcrumb-divider, "\f0142");
}

.volume-finder[aria-expanded="true"] .volume-title-ss::after {
  transform: rotate(90deg);
}

.volume-title-new-ss::after {
  font-family: "Material Design Icons";
  font-size: 15px;
  line-height: 20px;
  float: right;
  padding-right: var(--vz-breadcrumb-item-padding-x);
  color: var(--vz-breadcrumb-divider-color);
  content: var(--vz-breadcrumb-divider, "\f0142");
}

.volume-title-new-ss[aria-expanded="true"]::after {
  transform: rotate(90deg);
}

.btn-closed-ss {
  background: #e55555 !important;
  border-color: #e55555 !important;
}

.overflow-y-auto {
  overflow-y: auto;
  overflow-x: hidden;
}

label {
  font-size: 14px;
  margin-bottom: 30px;
}

.blue-note {
  color: #62686f;
  background: #e6edf6;
  border-radius: 5px;
  padding: 4px 10px;
  font-size: 12px;
}

.filepond--root :not(text) {
  font-size: 16px;
  font-weight: 400 !important;
}

.filepond--label-action.fw-semibold {
  font-weight: 600 !important;
}

.filepond--root {
  height: 10em !important;
}

.filepond--root .filepond--drop-label {
  height: 100%;
  background: #fbfbfd;
  border: 2px dotted #00000026;
  border-radius: 5px;
  min-height: unset;
}

.form-check-input:checked {
  background-color: #2d7bd3;
  border-color: #2d7bd3;
}

.select2-container--default.select2-container--focus
  .select2-selection--multiple {
  display: flex;
  align-items: center;
}

span.select2-selection.select2-selection--multiple {
  display: flex;
  align-items: center;
}

#select2-journalArticleKeywords-container {
  margin-bottom: 0px;
}

.d-flex.card-author.gap-3 {
  border: 0.3px solid #b9b9b9;
  background: #2d7bd30d;
  border-radius: 10px;
  padding: 10px;
}

.d-flex.card-author span.number {
  display: inline-flex;
  color: #2d7bd3;
  border: 1px solid #bac0c780;
  background: #ffffff;
  width: 25px;
  height: 25px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.d-flex.card-author h5.name {
  font-size: 14px;
  margin-bottom: 5px;
}

.d-flex.card-author p.affil {
  font-size: 14px;
  margin-bottom: 5px;
  font-weight: 600;
}

.d-flex.card-author h5.Corresponding {
  font-size: 14px;
  margin-bottom: 5px;
  margin-top: 10px;
  color: #2d7bd3;
  font-style: italic;
}

.d-flex.card-author p {
  margin: 0px;
}

.open-tag {
  color: #527752;
  background: #cef7ce;
  padding: 5px 10px;
  border-radius: 5px;
}

.content-card {
  border: 1px solid #00000026;
  background: #fbfbfd;
  padding: 10px 20px;
  border-radius: 5px;
}

.journal-detail-column .col-2 {
  width: 12%;
}

.journal-detail-column .col-10 {
  width: 88%;
}

.img-journal-thumb-container img {
  width: 150px;
  height: 200px;
  object-fit: contain;
  margin-bottom: 20px;
}

.text-primary-color {
  color: #2d7bd3 !important;
}

.text-black {
  color: #000;
}

.top-bar-menu {
  padding: 17px 0px 10px 0px;
    h4 {
        font-size: 19px;
        font-weight: 600;
        padding-left: 15px !important;
    }
}
.breadcrumb-space {
  margin-right: -5px;
}
.del-header {
  h4 {
    margin-top: -20px !important;
  }
  hr {
    margin-top: 10px !important;
  }
  p {
    margin-top: -15px !important;
  }
}
.del-text {
  margin: 12px 0px 10px 30px !important;
}

.btn-primary {
  background-color: #2d7bd3;
  border-color: #2d7bd3;
}
.btn-primary:hover {
  background-color: #2d7bd3;
  border-color: #2d7bd3;
}

.btn-light {
  background: #EEEEF1CC;
  border-color: #565e64;
  color:black;
  border: 1px solid #00000033
}

.btn-light:hover {
  background: #EEEEF1CC;
  border-color: #565e64;
  color:black;
  border: 1px solid #00000033
}



.del-input {
  background-color: #F5F6FA;
  font-size: 14px;
  padding: 7px;
}
.del-submit-box{
  padding-bottom: 15px;
}
.user-role-btn {
  color: #19395D !important; 
  background: #D4E0ED; 
  border: 1px solid #D4E0ED; 
  height: 30px;
}

.role-details-text {
  color: #313d4f !important;
}

.proceeding-role-btn {
  background-color: #85d7cc !important;
  color: #165D53 !important; 
  background: #D4E0ED; 
  border: 1px solid #D4E0ED; 
  height: 30px;
}

.books-role-btn {
  background-color: #a8d679 !important;
  color: #476A25 !important; 
  background: #D4E0ED; 
  border: 1px solid #D4E0ED; 
  height: 30px;
}

.role-tb-header {
  color: #2d7bd3 !important;
}

.indexing-main-heading {
  color: #2d7bd3;
  font-size: 20px;
  font-weight: 500;
}
.content-txt {
  color: #222222;
}

.indexing-hr {
  margin-top: -1px;
}

.indexing-left-content {
  margin-right: -13px;
  height: 400px;
}

.indexing-right-content {
  height: 400px;
}

.nav-links .active{
  background-color: #E2E8F0 !important;
}

.active {
  color: #2D7BD3 !important;
}

.active-pagination {
  background-color: #2D7BD3 !important;
  color:white;
}

.user-svg-css {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.li-separator{
  border-bottom: 1px solid #00000026 !important;
}

.li-fit-width{
  width:fit-width !important;
}

.a-padding{
  padding: 10px !important;
}

a.no-arrow.collapsed::after {
    display: none !important;
}
