body {
    background: url('../img/setup-bg.jpg') no-repeat center center fixed;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.setup-container {
    display: flex;
    width: 980px;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
    border-radius: 12px;
    overflow: hidden;
}

.setup-left {
    width: 25%;
    background: #5567c9;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.setup-left img {
    max-width: 100%;
    height: auto;
}

.setup-right {
    width: 75%;
    padding: 30px;
}

.step-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}

.setup-buttons {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.nav-buttons {
    display: flex;
    gap: 10px;
}

.btn-primary {
    background: #5567c9;
    border: none;
    padding: 10px 20px;
    border-radius: 6px;
}

.btn-primary:hover {
    background: #4457b8;
}

.btn-danger {
    padding: 10px 20px;
    border-radius: 6px;
}
/* Apartman Formu İçin Scroll Ekle */
#apartman_form, #is_merkezi_form, #karma_form {
    max-height: 550px; /* Yüksekliği sınırla */
    overflow-y: auto; /* Dikey kaydırma aktif */
    padding-right: 0px; /* Scroll çubuğunun metni kapatmaması için */
    border: 1px solid #ddd; /* Formu ayırt edilebilir yap */
    border-radius: 8px;
    padding: 15px;
    background: #f9f9f9;
}

.form-label { font-weight:bold;}


.container {
    max-width: 880px;
    margin: 0 auto;
    padding: 20px;
    box-shadow: 0 2px 8px rgba(0,0,0,.1);
    background: #fff;
    border-radius: 8px;
}
label {
    font-weight: 600;
    margin-top: 10px;
    display: block;
}
.form-control {
    height: 36px;
    border-radius: 4px;
    font-size: 14px;
}
.blok-item {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}
.blok-item input {
    width: 60%;
    margin-right: 10px;
}
.blok-item .btn {
    height: 36px;
    font-size: 12px;
}
.tamamlandi {
    color: green;
    font-weight: 600;
}

.block-container {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 5px;
}

.block-container input {
    flex: 1;
    max-width: 200px;
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    padding: 5px;
}

.veriGir {
    background-color: #ffc107;
    border: none;
    padding: 5px 10px;
}

.tamamlandi {
    background-color: #28a745;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
}

.modal-content {
	border-radius: 12px;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
	width: 700px !important;
	padding:5px;
}
.modal-header {
	background-color: #007bff;
	color: white;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
}
.modal-footer {
	background-color: #f8f9fa;
}
.btn-primary {
	background-color: #007bff;
	border-radius: 6px;
}
.btn-secondary {
	border-radius: 6px;
}






















