/**For custom CSS**/

/**==Cookie Consent==**/
.cookie-alert {
    background-color: #f5f5f5;
    position: fixed;
    bottom: 0;
    width: 100%;
    box-shadow: 0px 0px 5px 0px #000000;
    display: none;
}

.cookie-alert-content {
    max-width: 900px;
    margin: 0 auto;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cookie-consent-button {
    cursor: pointer;
    background-color: #4CAF50;
    color: white;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    transition-duration: 0.4s;
    border: none;
}

.cookie-consent-button:hover {
    background-color: #45a049;
}
/**==Cookie Consent==**/

.error_strings{ 
	font-size:11px; 
	color:#ff0000; 
	font-style: italic;
}