.cookiepopup {
	display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 99999;
    background-color: black;
    color: white;
    transform: translate(-50%, -50%);
    width: 80%;
    border-radius: 5px;
	max-width:800px;
}
.cookie_footer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-top: 1px solid #ffffff38;
    padding: 20px;
    gap: 30px;
}
.cookie_footer_buttons {
    display: flex;
    flex-direction: row;
    gap: 30px;
}
.cookie_body .h2 {
    color: white;
    font-size: 20px !important;
    font-weight: bold;
}
.cookie_body a{
	color:#e95018 !important;
}
.cookie_body a:hover{
	color:#c13c0e !important;
}
.cookie_body {
    padding: 20px;
}
form#cookieConsentForm {
    height: 60vh;
    overflow: scroll;
}
button.accept {
    background-color: #e95018;
    border: 1px solid #e95018;
    color: white;
    width: 200px;
    height: 50px;
    border-radius: 5px;
}
button.kisisellestir {
    background-color: transparent;
    border: 1px solid #e95018;
    color: white;
    width: 200px;
    height: 50px;
    border-radius: 5px;
}
button.reddet {
    background-color: transparent;
    border: 1px solid #e95018;
    color: white;
    width: 200px;
    height: 50px;
    border-radius: 5px;
}
.cookie_header {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    border-bottom: 1px solid #ffffff38;
    padding: 20px;
    gap: 30px;
}
.cookie_form label {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-bottom: 1px solid #ffffff38;
    padding: 20px;
	flex-wrap: wrap;
}
form#cookieConsentForm .h2 {
    color: white;
    margin: 0;
}
.cookie_disabled{
	background: #494949 !important;
    cursor: not-allowed !important;
}
.cookie_form label p {
    margin-top: 20px;
    font-size: 14px !important;
    font-weight: 300;
}
#cookieConsentForm input {
    position: relative !important;
    bottom: 0;
	display:none;
}
.cookie_form{
	display:none;
}
.checkbox_cookie_back {
   	width: 65px;
    height: 30px;
    border-radius: 30px;
    overflow: hidden;
}
.cookie_check_label {
    display: block;
    width: 100%;
    height: 100%;
    background: white;
    position: relative;
    transition: 250ms;
    cursor: pointer;
}
.cookie_check_label:before {
    content: "" !important;
    width: 20px !important;
    height: 20px !important;
    background: black !important;
    position: absolute !important;
    border-radius: 100% !important;
    inset: 0 !important;
    margin: auto 0px !important;
    left: 4px !important;
	bottom: 10px !important;
    transition: ease-in 250ms !important;
}
.cookie_check_label:after{
	display:none !important;	
}
.cookie_check:checked + label:before {
    left: 40px !important;
    background: white !important;
}
.cookie_check:checked + label {
    background: #e95018;
}
div#cookie_geri {
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#cookie_geri svg{
	fill: #e95018;
	width:30px;
	height:30px;
	cursor:pointer;
}
#cookieConsentModal {
            display: none;
            position: fixed;
            bottom: 0;
            left: 0;
            right: 0;
            background: #fff;
            padding: 20px;
            box-shadow: 0 0 15px rgba(0,0,0,0.2);
			z-index:9999;
        }
        #cookieConsentModal.active {
            display: block;
        }
#flat-preloader-overlay small {
    display: none !important;
}