.form-group.required .control-label:after {
    content:" * ";
    color:red;
  }

.search-area {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  /* background-image: url("/storage/common-assets/images/library-bg.jpeg"); */ */
  /*background: red;*/
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  padding: 50px 40px;
}

#homepage .search-area {
	padding: 100px 40px;
}
.search-area form{
}

.footer-bottom {
    border-top: 1px solid #4a5867;
    padding: 19px 0;
}
footer, .footer-bottom {
    background-color: #2c3e50;

}

.footer-bottom, .footer-bottom .copyright a:not(:hover) {
    color: #c2c2c2;
    margin-left: 5px;
}

.footer-bottom ul{
	list-style: none;
}


.external-links{
	padding: 2%;
}

.box{
	height: 10em;
	width: 100%;
	
}
 
.external-links .imagebox{
	height: 6.5em;
	width: 6.5em;
}

.imagebox img{
	width: 100%;
	max-height: 100%;
}

.imagebox-xs.imagebox img{
	width: 45%;
	max-height: 100%;
}

.content-body {
    margin-top:5em;
}

/* enable absolute positioning */
.inner-addon { 
    position: relative; 
}

.inner-addon a{
    color: #333;
}
/* style icon */
.inner-addon .fa {
  position: absolute;
  padding: 5px;
}

/* align icon */
.left-addon.fa  { left:  0px;}
.right-addon.fa { right: 0px;}


/* add padding  */
.left-addon input  { padding-left:  30px; }
.right-addon input { padding-right: 30px; }

.marc-edit .card-header h2{
    font-size: 1.1rem;
    color: black;
}

.marc-edit .subfield{
    font-size: 0.8rem;
    color: black;
}

.marc-edit .card{
    margin-bottom: 0.8rem;
    border-bottom: 1px solid #e3e6f0 !important;
    border-bottom-left-radius: .35rem !important;;
    border-bottom-right-radius: .35rem !important;;
}

.marc-edit .card-body{
    padding: 0.0 0.7rem;
    margin-top: 0.7rem;
}


.marc-edit .card .card-header {
    border: 0;
    -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
            box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
    border-radius: 2px;

    background: rgb(160, 204, 255);
    /*background: rgb(250, 236, 176);*/
    /*background: #FFE472;*/
    color: #222;
    padding-right:1.5rem;
    padding-left:0.3rem;
    padding-top:0.3rem;
    padding-bottom:0.3rem;
  }
  

.marc-edit .btn-header-link{
    padding:0;

}

.marc-edit input.form-control, .marc-edit .indicator{
    color:black;
    height: calc(1.0em + .5rem + 2px);

}

.marc-edit .form-group{
    margin-bottom: 0.4rem;
}

.marc-edit .control-label{
    margin-bottom: 0;
}


.marc-edit .btn-header-link:focus, .marc-edit .btn-header-link:active {
    outline: none !important;
    box-shadow: none;
 }

.marc-edit .btn-header-link:after{
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    float: right;
}

.marc-edit .btn-header-link.collapsed:after {
    content: "\f105"; /* fa-angle-right*/
  }

  .zsearch-results .card-header, .zsearch-results .card-header div, .zsearch-results .btn{
      padding: 0;
     /* padding-right: 5px;*/
     margin: 0;
  }

  .zsearch-results .card-header .btn-link{
    font-weight: 300;
    text-decoration: none;
}

.zsearch-results-heading{
    padding: 0;
}

.zsearch-results .btn-link:focus, .zsearch-results .btn-link:active {
    outline: none !important;
    box-shadow: none;
 }
  
 ul.signup{
     list-style-type: decimal;
 }

.banner {
    display: flex;
    justify-content: center;
    align-items: center;
    /* background-color: #f8f9fa;  */
}

.banner img {
    height: 100%; /* Ensures the image fills the height of the banner */
    width: auto; /* Maintains aspect ratio */
    object-fit: contain; /* Ensures the whole image fits within the container */
    display: block; /* Prevents inline spacing issues */
}

/* Styles for large screens (desktops, tablets) */
@media (min-width: 768px) {
    .banner {
        height: 70px; /* Height for larger screens */
    }
}

/* Styles for small screens (mobile devices) */
@media (max-width: 767px) {
    .banner {
        height: 50px; /* Smaller height for mobile */
    }
}


