footer{
	margin-top: auto;
}


.footer{
	background-color: #1a1a1a;
}


.footer-link {
    color: #aaa;
    text-align: center;
}


.footer-link:hover {
    color: #fff;
  }


.text-footer a{
	text-decoration:none !important;
	border:none !important;
	color:#6C757D !important;
}

.text-footer{
    font-size: 14px;
    font-weight: 400;
	text-decoration:none !important;
	border:none !important;
}
  

.Copyright-box {
	border-top: 1px solid  rgba(255, 255, 255, 0.05);
	text-align: center;
}


.copyright-text{
  font-size: 15px;
  font-weight: 400;
}

/* Custom styles for the search form */
/* Custom styles for the search form */
.search-form {
    display: flex;
    align-items: center;
}

.search-container {
    position: relative;
    display: flex;
    align-items: center;
}

.search-field {
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 0;
    color: white;
    padding: 0.375rem 2rem 0.375rem 2rem; /* Dostosuj padding */
    width: 100%;
    outline: none;
}

.search-submit {
    background-color: transparent;
    border: none;
    color: white;
    position: absolute;
    right: 1rem;
    cursor: pointer;
}

.search-submit i {
    display: flex;
    justify-content: center;
    align-items: center;
}

.search-field::placeholder {
    color: #aaa;
}

.search-field:focus {
    box-shadow: none;
}





@media (max-width: 992px) {

    .copyright-text{
        font-size: 14px;
      }
      
      .footer-column{
        margin-top: 30px;
      }
} 


/* Optional: Adjust styles for responsiveness */
@media (max-width: 768px) {
    .search-form {
        flex-direction: column;
        align-items: stretch;
    }

    .search-field
    {
        width: 100%;
        margin-bottom: 8px;
    }

    .search-submit{
        margin-bottom: 9px;
    }

    .footer-column{
        margin-top: 0px;
    }
    
    .col-xs-12.col-md-6.col-lg-3{
        margin-top: 20px;
    }
}

/* Ukryj niebieski krzyżyk "Wyczyść pole" */
/* Ukryj niebieski krzyżyk "Wyczyść pole" na różnych przeglądarkach */
.search-field::-ms-clear,
.search-field::-ms-reveal {
    display: none;
}

.search-field::-webkit-search-clear-button,
.search-field::-webkit-search-cancel-button {
    display: none;
}


