#wpcontent {
    background-color: #F3F5F9;
    color: #337ab7;
}

#wpcontent #main-denakop {
    background-color: #FFFFFF;
    box-shadow: 0 2px 3px 2px rgb(0 0 0 / 3%);
}
#wpcontent #main-denakop #header{
    background-image: url(bg.jpg);
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center!important;
    justify-content: center!important;
    min-height: 150px;
    max-height: 300px;
    width: 100%;
}
#wpcontent #main-denakop #header #logo{
    margin: 0 auto;
}
#wpcontent #main-denakop #content{
    padding: 20px;
}
#wpcontent #main-denakop h2{
    color: #075da9;
}
input[type=color], input[type=date], input[type=datetime-local], input[type=datetime], input[type=email], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], select, textarea {
    border: 1px solid #ced4da;
}
.switch {
	position: relative;
	display: inline-block;
}
.switch-input {
	display: none !important;
}
.switch-label {
	display: block;
	width: 48px;
	height: 24px;
	text-indent: -150%;
	clip: rect(0 0 0 0);
	color: transparent;
	user-select: none;
}
.switch-label::before,
.switch-label::after {
	content: "";
	display: block;
	position: absolute;
	cursor: pointer;
}
.switch-label::before {
	width: 100%;
	height: 100%;
	background-color: #dedede;
	border-radius: 9999em;
-webkit-transition: background-color 0.25s ease;
	transition: background-color 0.25s ease;
}
.switch-label::after {
	top: 0;
	left: 0;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background-color: #fff;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.45);
-webkit-transition: left 0.25s ease;
	transition: left 0.25s ease;
}
.switch-input:checked + .switch-label::before {
	background-color: #89c12d;
}
.switch-input:checked + .switch-label::after {
	left: 24px;
}
#enable_amp_disclaimer {
    color: #FFFFFF;
    max-height: 0;
    max-width: 480px;
    overflow-y: hidden;
    transition: max-height 0.5s ease-in-out;
    margin: 20px 0 0;
}
#enable_amp_disclaimer.show {
    max-height: 100px;
    padding: 10px;
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}
