.serach-bg{
	position: relative;
    width: 100%;


    background-color:#009CDE;

 }
.searchcomponent{
    background-color:#009CDE;
        margin-left:-15px;
        margin-right:-15px;
    height:92px;
}



.search-tool-home-container{
    width: 100%;
    font-family: LibreFranklin-Regular;
}


	body.single.home .search-tool-home-container{
    min-height:210px;
    margin-bottom:20px;
}

.quick-guide{
    display: inline-block;
    font-family:'LibreFranklin-Bold';
    padding: 3px 10px 3px 10px;

    box-shadow: 0 1px 1px 0px grey; border-radius: 1.5px;
}

.advanced-search{
    display: inline-block;
    font-family:'LibreFranklin-Bold';
    padding: 3px 10px 3px 10px;

    box-shadow: 0 1px 1px 0px grey;border-radius: 1.5px;
}

.my-account{
    display: inline-block;
    font-family:'LibreFranklin-Bold';
    padding: 3px 10px 3px 10px;
    box-shadow: 0 1px 1px 0px grey;border-radius: 1.5px;
}

.search-main {
    padding: 10px;
}

.search-icon-1 {
    background: #fff;
    padding: 4px 7px;
    border-radius: 50px;
}

.search-icon-1 a img{

    height: 28px;
    overflow:visible;
}


.mysearch{
    width: 100%;
    box-shadow: 0px 0px 1px #eee;
    font-style: italic;
    border-radius: 1.5px;
    border: none;
}



.search-box{
    width: unset;
    position: relative;
     border-radius: 1.5px;
    width:400px;
}

.search-box label{
    display: inline;
    font-weight : bold;
}

.search-box input::placeholder {

    /*padding-left: 10px;*/
    border:none;
}
.mysearch:focus {
    outline: none;
    box-shadow: none;
    border: none; /* Only include this if you want zero border */
}


.search-title{
    display: inline-block;
    color: white;
    font-size: 26px;
}

.right{
    display: inline-block;
    float: right;
    position: relative;
    /*top: 3px;*/
}

.right a{
    text-decoration: none;
    font-size: 12px;
    color: black;
    font-weight: bold;
}

.hide{
    display: none;
}
#xs{
    position:absolute;
    top: 23%;
    color: transparent;
    font-size: 25px;
    right: 6px;
    background: transparent;
}

.searchItemsInnerWrap .imf-ico-search::before {
    font-size: 34px;
    font-weight: normal;
}

.clearable.x  { background-position: right 5px center; } /* (jQ) Show icon */
.clearable.onX{ cursor: pointer; }              /* (jQ) hover cursor style */



.search-main-search{
    left: 20px;

    margin: 10px 0 auto;
    width: 90%;
    position: relative;
    padding: 17px 0 28px 0;
    border-radius: 4px;
    display: flex;
    align-items: center;
    gap:20px;

}



body.double .search-main-search{
   /* border-bottom-left-radius:0!important;
    border-bottom-right-radius:0!important;*/
    box-shadow:none;
    padding-bottom:22px;
    top:0;
}

.searchHead{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
 }

.searchItemsOuterWrap{
    display: flex;
    flex-direction: row;
    align-items: center;
}

.searchItemsInnerWrap{
    position:relative;
    flex:1;
}
.searchItemsInnerWrap input{
    border-radius:50px;
    height: 35px;
    padding:12px;
}
.mysearch-label{
    font-family: LibreFranklin-Bold;
    margin-bottom:0;
    /* margin-left:10px; */
    margin-right:10px;
}

.librarysearchiconbox{

  	height: 23px;
    background-color: #fff;
    padding: 0px;
    font-size: 31px;
    vertical-align: middle;
    margin-top: -7px;
    display: inline-block;
    cursor: pointer;
    }

.serach-bg > img{
        display: block;
    overflow: hidden;
    width: 35%;

    padding: 0;

    position: relative;

    float:right;
    clear:both;

    }





.search-icon-1 img {
  transition: transform 0.1s ease, opacity 0.1s ease;
}

.search-icon-1 img:hover {
  transform: scale(1.09);  /* Slight zoom effect */


    border-radius:20px;/* Slightly transparent */
}
#firstPdf{
    margin:0 3px;
}


.tooltip-wrapper {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.custom-tooltip {
    visibility: hidden;
    background-color: #EFF0F0;
    color: #000;
    text-align: center;
    font-size:14px;
    border-radius: 4px;
    padding: 0px 4px;
    position: absolute;
    z-index: 10;

    top: 121%; /* Tooltip below the icon */
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.1s ease;
    white-space: nowrap;
    pointer-events: none; /* Prevent accidental interactions */
}

/* Arrow pointing up (tooltip is below the icon) */
.custom-tooltip::before {
    content: "";
    position: absolute;
    top: -6px;
    left: 50%;
    transform: translateX(-50%);
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #EFF0F0;
    background:transparent;
}

/* Hover effect only (no focus styles) */
.tooltip-wrapper:hover .custom-tooltip {
    visibility: visible;
    opacity: 1;
    transition-delay: 0.1s; /* Optional delay before tooltip appears */
}
body.single .search-main-search {top: -91px;
    left: 15px;} 



@media only screen and (min-width : 1200px){
       
    /* journals browse by */

    .select-div{
        
        color:black;
        font-family: Libre_Franklin;
        font-weight: bold;
        padding-left:3.2vh;
    }
    
.fa.fa-search {
    position: relative;
    bottom: -4px;
    float: right;
    right: 34px;
    color: #ded5d5;
}
}
@media (min-width: 1200px) {
    .contentBox {
        padding-top: 125px;
    }
}
@media only screen and (min-width : 993px) and (max-width : 1200px) {

.search-title{
    font-size: 27px;
}

.library-background > img{
	    min-height: 103px;
    }

.searchcomponent .search-main-search {
        margin: 0 auto;
       

                top:-75px !important;left: 0;

    }
        }

/* journals browse by */


.search-box {
    
    padding: 14px;
   /* padding-top: 13px; */
}

/*.search-tool-home-container {
    height: 110px;
        } */
 .single .cmp.cmp-breadcrumb{
   margin-top:30px;
}





@media only screen and (min-width : 1024px) and (max-width : 1199px) {

.search-main-search {
        margin-right: 33px !important;
    }
 .search-main-search .search-title {
        font-size: 18px;
    }
.search-box {
        width: 340px !important;
    }
#searchtoolMysearch {
        font-size: 12px;
    }

}


@media only screen and (min-width : 769px) and (max-width : 992px) {
    .searchcomponent .search-main-search{
    	left: 3px !important;;
        margin-left: 0px !important;
        top: -58px !important;
        padding-left: 0;
    }
}
.right{
    font-size: 12px;
}
        #xs{
        top:13%;}  

.search-title{
    font-size: 25px;
}

/* journals browse by */

.select-div{
    font-size: 12px;
    color: black;
    font-family: Libre_Franklin;
    font-weight: bold;
    margin-left: -8px;
}

.search-main-search {

    margin: auto;
    width: 100%;
    position: relative;
    /* height: 9em; */
    padding: 15px 22px 15px 3px;
    gap:0px;

    left: 9px;
}

.fa.fa-search {
    position: relative;
    bottom: 1px;
    float: right;
    right: 22px;
    color: #ded5d5;
}
.option-value {
    margin-left: 14px;
    font-size: 12px;
    
}
.sel-myList {
    font-family: Libre_Franklin;
    font-weight: bold;
    font-size: 12px;
    margin-left: 8px;
    margin-top: 13px;
    box-shadow: -2px 2px 5px #94948a;
}
select {
    padding: 2px 7px;
    width: 131px;
    background: white;
}
.search-main {
    padding: 8px;
    height: 183px;
}
.container2 {
    margin-left: 0px;

    max-width: 100%;
    max-height: 87px;
    box-shadow: -2px 1px 5px #94948a;
    background: #FBCA8F;
}

.search-box {
   
   padding: 14px;
}

/*database page*/
.search-main-db {
    background-color: #F7941E;
    margin: auto;
    width: 75%;
    position: relative;
    top: 20%;
    height: 211px;
    box-shadow: 0px 6px 17px #eee;
    padding: 10px;
}
.database-value {
    color: black;
    font-family: Libre_Franklin;
    padding: 9px;
    margin-bottom: 0px;
    font-size: 12px;
}
.database-value {
    color: black;
    font-family: Libre_Franklin;
    padding: 9px;
    margin-bottom: 0px;
}

body.single.home .search-tool-home-container {
    min-height: 140px;
    margin-bottom: 20px;
}



.for-background {
    height: 125px;
        top: 25px;
}
.librarysearchiconbox{
    font-size: 27px;
    display: block;
    position: absolute;
    margin-top: -4px;
    right: 15px;
    color: #ded5d5;
    z-index: 2;
    }
 .single .cmp.cmp-breadcrumb,.double .cmp.cmp-breadcrumb{
   margin-top:20px;
}





@media only screen and (max-width : 768px){

    .searchcomponent{
    padding: 25px 0px;
    height:150px; 
            margin-top: -50px;
            /*margin-left: 10px;*/
}
    .searchcomponent .container{
   padding:10px;
}

.search-title{
    font-size: 24px;
}
.fa.fa-search {
    position: relative;
    bottom: 1px;
    float: right;
    right: 22px;
    color: #ded5d5;
}
.search-main-db {
    background-color:cornflowerblue;
    margin: auto;
    width: 75%;
    position: relative;
    top: 20%;
    height: 193px;
    box-shadow: 0px 6px 17px #eee;
    padding: 10px;
}
/* journals browse by */


.container2 {
    display: none;
}
.home .search-main-search {
    top:11px;
    }
.search-main-search {
    top:-46px;
    gap:15px;
    margin: 1em 0 auto;
    width: 100%;
    position: relative;
    /*height: 8em;*/
    padding: 15px 25px 20px 0px;
    flex-direction:column;
    align-items:start;
    left:10px;
}
.database-value {
    color: black;
    font-family: Libre_Franklin;
    padding: 9px;
    margin-bottom: 0px;
    font-size: 11px;
}
.search-box {
   
    padding: 0px ;
    width:100%;
}

body.single.home .search-tool-home-container {
    min-height: 140px;
    margin-bottom: 20px;
}

/*body.single .search-main-search {
   left:2%;
    margin-left:0px !important;
    top:-50px !important;
}*/

.for-background {
    height: 280px;
    top: 53px;
}
.searchItemsInnerWrap input{font-size:14px;}

.librarysearchiconbox{
    font-size: 25px;
    display: block;
    position: absolute;
    margin-top: -3px;
    right: 15px;
    color: #ded5d5;
    z-index: 2;
    }
#xs{
    top:10%;
}
.search-icon-1{
    position: absolute;
    right: 19px;
}

/* From carousel code */

.home .search-main-search {
    left: 10px !important;;
        margin-left: 0px !important;
        top: -58px !important;
        padding-left: 0;
    }
.search-main-search {
    top:-46px !important;
    gap:15px;
    margin: 1em 0 auto;
    width: 100%;
    position: relative;
    /*height: 8em;*/
    padding: 15px 30px 20px 30px;
    flex-direction:column;
    align-items:start;
    left:0px;
}

.search-icon-1{
    position: absolute;
    right: 30px;
}

}
@media only screen and (max-width : 767px){
body.single .search-main-search {
    margin: 15px 0 auto;
    padding-left: 30px;
    top: 5% !important;
    left:0 !important;
    position: absolute;
}
}
@media only screen and (min-width : 320px) and (max-width : 480px) {


.for-background{
    top: 52px;
	height: 264px;
 }
.library-background#forBackground{
	overflow: hidden;
        top:47px;
        height:130px;
} 
img#bg-image{
	width: 200%;
    margin-left: -50%;
}

.mysearch-label{display:none!important;}

.search-main {
    width: 80%;
    padding: 3%;
    height: 6em;
}


.container2 {
    display: none;
}
.fa.fa-search {
    bottom: 2px;
}
.search-title {
    font-size: 24px;
}

/* journals browse by */
.select-div{
    
    color:black;
    font-family: Libre_Franklin;
    font-weight: bold;
    padding-left:0px;   
}

body.single.home .search-tool-home-container {
    min-height: 140px;
    margin-bottom: 20px;
}


.home .search-main-search{
top: 19px;
        }

.search-main-search{
    bottom:0px;
    top:-44px !important;
	padding: 15px 30px 20px 30px;
    margin-left: 10px;
}
.librarysearchiconbox{
    font-size: 24px;
    display: block;
    position: absolute;
    margin-top: -3px;
    right: 15px;
    color: #ded5d5;
    z-index: 2;
    }


}
@media only screen and (min-width : 320px) and (max-width : 569px) {
    .quick-guide{
    display: none;
}

.advanced-search{
    display: none;
}
}
@media only screen and (min-width : 481px) and (max-width : 766px) {
    .search-main-search{top:-50px !important;margin-left: 10px;}
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
        .search-main-search{margin-left: 10px;}

    }

