<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/*-----------------------------------------------------------------------------------------------------------------------*/
/* Responsive Video Iframe */
/*-----------------------------------------------------------------------------------------------------------------------*/

.videoWrapper { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; }
.videoWrapper iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/*-----------------------------------------------------------------------------------------------------------------------*/
/* Şifreli İçerik Alanları */
/*-----------------------------------------------------------------------------------------------------------------------*/

#form1 { /* position:relative; */ }

.panelWrap { width: 400px; position: absolute; background: #fff; left: 50%; top: 50%; transform: translate(-50%, -50%); z-index: 99999; box-sizing: border-box; border-radius: 4px; -webkit-box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.62); -moz-box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.62); box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.62); padding: 13px; }
#panelSifre { width: 100%; height: 100%; position: fixed; left: 0px; top: 0px; background: rgba(0, 0, 0, 0.6); z-index: 9999; }
#panelSifre h1 { color: #676363; width: 100%; float: left; font-size: 18px; border-bottom: solid 1px #d2d4c8; padding-bottom: 15px; text-align: center; margin-bottom: 19px; }
#panelSifre p { color: #fff; }
#textboxSifre { width: 100%; float: left; box-sizing: border-box; padding: 10px; border-radius: 3px; border: solid 1px #dcdcdc; text-align: center; }
#buttonSifre { width: 100%; float: left; box-sizing: border-box; padding: 12px; border-radius: 3px; background: #686f6a; color: #fff; font-size: 15px; margin-top: 19px; cursor: pointer; }

@media screen and (max-width: 660px) {
	.panelWrap { width: 90%; }
}

#panelSifreUyariUst { position: fixed; top: 15px; left: 15px; z-index: 9999; background-color: rgba(0, 0, 0, 0.8); padding: 20px; color: rgb(255, 255, 255); border-radius: 6px; }

#panelSifreUyariUst p { color: #fff; }
#buttonSifreCikis1 { }

/*-----------------------------------------------------------------------------------------------------------------------*/
/* Form Alanları */
/*-----------------------------------------------------------------------------------------------------------------------*/

#formYonetimi { /*border-radius: 4px;*/ /*padding: 10px;*/ margin: 0; width: 100%; float: left; /*background: #eee; border: 1px solid #ddd;*/ }
#formYonetimiSonucText { }
.ozelalangrup { margin-bottom: 20px; width: 100%; float: left; margin-top:0 !important; }
.ozelalangrup &gt; label { margin-bottom: 20px; font-size: 14px; width: 100%; float: left; display: none !important; }
.grup-elementleri { list-style: none; margin: 0; padding: 0; width: 100%; float: left; }
.grup-elementleri &gt; li { display: inline-block; width: 50%; padding: 10px; padding-left: 0; padding-right: 0; box-sizing: border-box; float: left; }

@media screen and (max-width: 760px) {
	.grup-elementleri &gt; li { width: 100%; /*padding: 0; margin-bottom: 20px;*/ }
	.grup-elementleri &gt; li:last-child { margin-bottom: 0; }
	.form-gonder-button { width: 100%; height: auto; min-height: 1px !important; min-width: inherit !important; padding: 17px 0px !important; }
}

.grup-elementleri &gt; li &gt; label { margin-bottom: 5px; line-height: 18px; }

.element-textbox-map { width: 100% !important; }
.element-colorbox &gt; input[type='text'], .element-textbox &gt; input[type='text'], .element-textbox &gt; input[type='password'], .maparamadiv input[type='text'] { border-radius:0; line-height: 18px; background-color: #fff; color: #686868; width: 100%; padding: 9px; box-sizing: border-box; border: 1px solid #aaa; }
.element-textarea textarea { border-radius:0; line-height: 18px; background-color: #fff; color: #686868; width: 100%; padding: 5px; box-sizing: border-box; border: 1px solid #aaa; resize: none; height: 90px; }

.grup-elementleri li:nth-child(3){ width: 100% !important;}
.grup-elementleri li:nth-child(4){ width: 100% !important;}
.grup-elementleri li.element-textarea{ width: 100% !important;}

.maparabuttondiv { margin-top: 5px; }
.map-div-button { border: none; padding: 10px; background-color: #0085a1; color: #fff; }
.map-div { width: 100%; height: 300px; border: 1px solid #808080; margin-bottom: 20px; }

.radio-custom { position: relative; padding: 0 0 0 25px; margin-bottom: 7px; margin-top: 0; /* Yan Yana Liste İçin */ display: inline-block; margin-right: 10px; }
.radio-custom input[type="radio"] { opacity: 0; position: absolute; top: 50%; left: 3px; margin: -6px 0 0 0; z-index: 2; cursor: pointer; }
.radio-custom label { cursor: pointer; margin-bottom: 0; text-align: left; line-height: 1.2; }
.radio-custom label::before { content: ''; position: absolute; top: 50%; left: 0; margin-top: -9px; width: 18px; height: 18px; display: inline-block; border-radius: 50px; border: 1px solid #bbb; background: #fff; }
.radio-custom input[type="radio"]:checked + label::after { content: ''; position: absolute; top: 50%; left: 5px; margin-top: -4px; display: inline-block; font-size: 11px; line-height: 1; width: 10px; height: 10px; background-color: #444; border-radius: 50px; -webkit-box-shadow: 0px 0px 1px #444; box-shadow: 0px 0px 1px #444; }
.checkbox-custom { position: relative; padding: 0 0 0 25px; margin-bottom: 7px; margin-top: 0; }
.checkbox-custom input[type="checkbox"] { opacity: 0; position: absolute; top: 50%; left: 3px; margin: -6px 0 0 0; z-index: 2; cursor: pointer; }
.checkbox-custom label { cursor: pointer; margin-bottom: 0; text-align: left; line-height: 1.2; }
.checkbox-custom label::before { content: ''; position: absolute; top: 50%; left: 0; margin-top: -9px; width: 19px; height: 18px; display: inline-block; border-radius: 2px; border: 1px solid #bbb; background: #fff; }
.checkbox-custom input[type="checkbox"]:checked + label::after { position: absolute; display: inline-block; content: '\2713 '; top: 50%; left: 4px; margin-top: -5px; font-size: 13px; font-weight: bold; line-height: 1; width: 16px; height: 16px; color: #333; }

.fileinput-button { position: relative; overflow: hidden; padding: 10px; background-color: #555555; color: #fff; display: inline-block; vertical-align: middle; }
.fileinput-button input { position: absolute; top: 0; right: 0; margin: 0; opacity: 0; -ms-filter: 'alpha(opacity=0)'; font-size: 200px; direction: ltr; cursor: pointer; }
.kaldir-button { border: none; padding: 10px; background-color: #494949; color: #fff; vertical-align: middle; max-height: 36px; margin-left: 5px; }

.form-gonder-button {
	border: none;
	padding: 10px;
	background-color: #1d1d1b;
	color: #fff;
	min-height: 76px;
	min-width: 215px;
	cursor: pointer;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	border-radius: .25rem;
}

.white-popup-block { width: 300px; margin: 0 auto; padding: 20px; background-color: #7a7a7a; color: #fff; }
.white-popup-block h1 { font-size: 18px; font-weight: bold; padding-bottom: 10px; }
.popup-modal-dismiss { display: inline-block; margin-top: 20px; background-color: #3D3D3D; padding: 10px; color: #fff; }

.g-recaptcha { display: inline-block; margin-bottom: 10px; vertical-align: top; margin-right: 10px; }



#aAramaUl, #aAramaUlTur { display: none; width: 100%; margin: 0 !important; position: absolute; top: 50px; right: 0px; border: 1px solid #e5ecf1; border-radius: 3px; background-color: #fff; z-index: 99; height: 230px; overflow-y: auto; overflow-x: hidden; padding: 10px 15px; -webkit-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.2); -moz-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.2); box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.2); box-sizing: border-box; -moz-box-sizing: border-box; z-index: 99999; }
#aAramaUl li a { display: block; padding: 10px 5px; }
#aAramaUl li, #aAramaUlTur li { cursor: pointer; border-bottom: 1px solid #ebebeb; margin: 0; width: 100% !important; }
#aAramaUl li a:hover, #aAramaUlTur li a:hover { background-color: #000; color: #fff; }
</pre></body></html>