.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.2); /* Semi-transparent background */
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.spinner {
    color: white;
    font-size: 20px;
    border-radius: 5px;
    padding:20px;
    background-color: #000;
}


#integrationLogoPreview  {
	height:30px;
	width:auto;
	max-width: 150px;
}

.navbar .nav>li>a
{
    padding:15px 8px;
}

.navbar-text {
    line-height: none;
    
}

div > div.div-width-text-full {
  width: 100% !important;
  padding : 2px 5px;
  display: inline-block;
  font-size: clamp(10px, 2vw, 14px);
}


#search_btn_block_span10 {
    margin: 0 auto;
    float: none;;
	text-align: center;
}
#search_btn_block_span10 div {
    padding: 10px 0px;
}

#search_btn_block_span10 span.search-label-holder {
    font-size: 14px;
    color: #ffffff;
    padding-right: 10px;
    font-weight: 500;
} 

#search_btn_block_span10 a {
	padding-right: 10px;
    padding: 6px 14px;
    background: rgba(255,255,255,0.15);
    color: #0088cc;
    border-radius: 20px;
    text-decoration: none;
    cursor: pointer;
    font-size: 14px;
     font-weight: 500;
    backdrop-filter: blur(4px);
    transition: 0.25s;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

#search_btn_block_span10  a:hover {
    background: rgba(255,255,255,0.30);
    transform: translateY(-2px);
}

#search_btn_block_span10  a:active {
    transform: scale(0.95);
}