#hesap-alan {
	min-height: calc(100vh - 200px);
	}

.gizli {
    display: none !important;
}



  .info-box {
    display: flex;
    align-items: flex-start;
    background-color: rgba(255, 245, 245, 0.9);
    border-left: 4px solid #e53935;
    padding: 14px 18px;
    border-radius: 10px;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    color: #333;
    margin-top: 20px;
    line-height: 1.6;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  }

  .info-icon {
    font-size: 24px;
    color: #e53935;
    margin-right: 12px;
    margin-top: 2px;
  }

  .info-text strong {
    color: #c62828;
  }
