html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.form-label {
    margin-bottom: 0; /* Usuń dolny margines */
    line-height: 1.5; /* Dopasuj do linii pola tekstowego */
}


.input-group-append button {
    cursor: pointer;
}

/* Styl dla input, aby wyglądał jak kontrolka do wyświetlania czasu */
#currentTime {
    font-family: monospace;
    text-align: center;
    /*max-width: 100px;*/
}

.border-shadow {
    border: 1px solid #ccc; /* Kolor i szerokość ramki */
    border-radius: 5px; /* Zaokrąglone rogi */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Cień ramki */
    padding: 5px 12px 15px 12px;
}

.limited-height {
    max-height: 150px; /* Dowolna wysokość */
    object-fit: cover; /* Zachowuje proporcje i przycina obraz */
    width: 100%; /* Dopasowanie do szerokości karty */
}


.table thead tr {
    border-top: none !important; /* Usunięcie linii nad wierszami nagłówka */
    border-bottom: 1px solid #000 !important;
}

.table td,
.table th {
    border: none !important;
}

.table tbody tr {
    border-bottom: 1px solid #dee2e6 !important;
}

.image-detailsheap {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-height: 500px;
    max-width: 100%;
    height: auto;
    width: auto; 
}

.marker-icon {
    font-size: 24px;
    text-shadow: -1px -1px 0 black, 1px -1px 0 black, -1px 1px 0 black, 1px 1px 0 black;
}

strong {
    color: black;
    font-weight: bold;
}

strong2 {
    color: red;
    font-weight: bold;
}

.flag-icon {
    vertical-align: text-top;
    width: 21px;
    height: auto;
    margin-left: 0px;
}

body #toast-container > div {
    opacity: 1;
}


#dropdownMenuButton {
    background-color: #e9ecef !important;
    border-color: #ced4da !important;
    color: #495057 !important;
}

#dropdownMenuButton:hover {
    background-color: #d6d8db !important;
}


#dropdownMenuNoteButton {
    background-color: #e9ecef !important;
    border-color: #ced4da !important;
    color: #495057 !important;
}

#dropdownMenuNoteButton:hover {
    background-color: #d6d8db !important;
}

.form-check-input {
    vertical-align: middle !important;
/*    margin-top: 0 !important;*/
/*    margin-bottom: 0 !important;*/
    display: inline-block;
}
