/*!
 * Global CSS include.
 */
 @import url('defaults.css');

 /* Bright green text */
 .text-bright-green {
	 color: #4CD964;
 }
 
 /* Panel section */
 #panel-what-is-ingr {
	 width: 100%;
	 overflow: hidden;
	 background: #eff9f9;
 }
 
 /* Loading animation */
 #loading {
	 display: none;
	 justify-content: center;
	 align-items: flex-end;
	 position: absolute;
	 top: 9%;
	 left: 4%;
	 right: 4%;
	 bottom: 9%;
	 z-index: 100;
	 background-color: #ccc;
	 border-radius: 15px;
	 background-image: url(https://i.stack.imgur.com/FhHRx.gif);
	 background-repeat: no-repeat;
	 background-position: top 12px center;
 }
 
 #loading.active {
	 display: flex;
 }


/*New Code css*/
 

 .logo-container {
    display: flex;
    align-items: center;
	justify-content: space-between;
}

.logo-container img {
    width: 126px;
}

.logo-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 0;
    border-bottom: 1px solid #00000042;
    border-top: 1px solid #00000042;
    margin: 15px  0 0 0;
}
.border.bg-light {
    background: #f5f5dc00 !important;
    border: none !important;
}
.line-text {
    font-size: 16px!important;
}
