/* Add here all your css styles (customizations) */
/*solmenuye eklenen nestedLeftMenu bölümü için eklendi*/
/* .sidebar-nav-v1 .nestedLeftMenu ul li a{ */
/* 	color: #555 !important; */
/* } */
/* .sidebar-nav-v1 .nestedLeftMenu ul li.focus a, */
/* .sidebar-nav-v1 .nestedLeftMenu ul li.hover a, */
/* .sidebar-nav-v1 .nestedLeftMenu ul li.active a, */
/* { */
/* 	color: #72c02c !important; */
/* } */

/* .sidebar-nav-v1 .nestedLeftMenu ul li.active a{ */
/* 	background-color: #555; */
/* } */



.color-1{
	background:#1abc9c !important;
	color: #fff;
}

.color-2{
	background:#e74c3c !important;
	color: #fff;
}

.color-3{
	background:#9b6bcc !important;
	color: #fff;
}

.color-4{
	background:#f1c40f !important;
	color: #fff;
}

.color-5{
	background:#e67e22 !important;
	color: #fff;
}

.color-6{
	background:#3498db !important;
	color: #fff;
}

.color-7{
	background:#e67e22 !important;
	color: #fff;
}
.color-8{
	background:#95a5a6 !important;
	color: #fff;
}

.color-9{
	background:#FF0000 !important;
	color: #fff;
}

.color-10{
	background:#800000 !important;
	color: #fff;
}

.color-11{
	background:#283593 !important;
	color: #fff;
}

.color-12{
	background:#008000 !important;
	color: #fff;
}

.color-13{
	background:#808000 !important;
	color: #fff;
}

.color-14{
	background:#000080 !important;
	color: #fff;
}

.color-15{
	background:#0000FF !important;
	color: #fff;
}

.color-16{
	background:#FFA500 !important;
	color: #fff;
}

.color-17{
	background:#546E7A !important;
	color: #fff;
}

.color-18{
	background:#008080 !important;
	color: #fff;
}

.color-19{
	background:#0277BD !important;
	color: #fff;
}

.color-20{
	background:#795548 !important;
	color: #fff;
}


.color-default{
	background:#72c02c !important;
	color: #fff;
}
.status-icon{
  position: absolute;
  top: 0;
  left: 0;
}

@keyframes blink {
        0% { opacity: 1; }
        50% { opacity: 0; }
        100% { opacity: 1; }
    }

    .blinking-green {
    	display: inline-block;
        color: green;
        animation: blink 3s infinite;
    }
    .blinking-red{
    	display: inline-block;
        color: red;
        animation: blink 3s infinite;
    }
        .captcha-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 10px;
        padding: 20px;
        border-radius: 8px;
        background: #f8f9fa;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        width: 400px;
        margin: auto;
        text-align: center;
    }
    .captcha-image-container {
        display: flex;
        align-items: center;
        gap: 10px;
    }
#captchaImage {
    border: 2px solid #007bff;
    border-radius: 5px;
    padding: 5px;
    background: #fff;
    width: 200px;
    height: 60px;
    object-fit: contain; /* Resmin sığmasını sağlar */
}

    .captcha-btn {
        background: #007bff;
        color: white;
        padding: 8px 15px;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        transition: 0.3s;
        font-size: 14px;
        display: flex;
        align-items: center;
        gap: 5px;
    }

    .captcha-btn:hover {
        background: #0056b3;
    }

    .captcha-btn i {
        font-size: 16px;
    }

    .captcha-input {
        width: 300px;
        height: 60px;
        padding: 8px;
        border: 1px solid #ccc;
        border-radius: 5px;
        font-size: 16px;
        text-align: center;
        margin-top: 10px;
    }
    #loading-overlay {
                display: none; /* Başlangıçta gizli */
                position: fixed;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background: rgba(255, 255, 255, 0.8); /* Yarı saydam beyaz arka plan */
                z-index: 9999;
                text-align: center;
            }
            #loading-spinner {
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                /* Basit bir dönen yükleme simgesi stili */
                border: 16px solid #f3f3f3;
                border-top: 16px solid #3498db;
                border-radius: 50%;
                width: 120px;
                height: 120px;
                animation: spin 2s linear infinite;
            }
            @keyframes spin {
                0% { transform: translate(-50%, -50%) rotate(0deg); }
                100% { transform: translate(-50%, -50%) rotate(360deg); }
            }
            .limit-textarea {
			    width: 100%;
			    max-width: 100%;
			    min-height: 90px;
			    padding: 10px 12px;
			    font-size: 13px;
			    line-height: 1.5;
			    color: #333;
			    background-color: #fcfcfd;
			    border: 1px solid #d9dee3;
			    border-radius: 8px;
			    resize: vertical;
			    transition: border-color 0.2s, box-shadow 0.2s;
			}
			
			/* Fokus efekti */
			.limit-textarea:focus {
			    outline: none;
			    border-color: #9bbbd4;
			    box-shadow: 0 0 0 2px rgba(50, 118, 177, 0.08);
			    background-color: #fff;
			}
			
			/* Karakter sayacı */
			.char-counter {
			    max-width: 300px;
			    text-align: left;
			    font-size: 11px;
			    color: #888;
			    margin-top: 4px;
			}
			
			/* Limit yaklaşınca uyarı rengi */
			.limit-textarea[data-warning="true"] + .char-counter {
			    color: #c0392b;
			}
			.cevap-label:hover {
			    filter: brightness(1.05);
			    transform: translateY(-1px);
			}
			
			.cevap-label input:checked + span {
			    font-weight: 600;
			}
			
			.cevap-label:has(input:checked) {
			    box-shadow: 0 0 0 2px rgba(50,118,177,.4);
			    border-color: #3276b1;
			}
			.floating-textarea {
			    position: relative;
			    max-width: 100%;
			    margin: 20px 0 0;
			}
			
			.floating-textarea textarea {
			    width: 100%;
			    min-height: 90px;
			    padding: 18px 12px 10px;
			}
			
			.floating-textarea label {
			    position: absolute;
			    top: 14px;
			    left: 12px;
			    font-size: 13px;
			    color: #9ca3af;
			    pointer-events: none;
			    background: #fff;
			    padding: 0 6px;
			    transition: all 0.2s ease;
			}
			
			/* Fokus veya yazı varsa yukarı çık */
			.floating-textarea textarea:focus + label,
			.floating-textarea textarea:not(:placeholder-shown) + label {
			    top: -8px;
			    font-size: 11px;
			    color: #6b7280;
			}
