﻿.xbgdar {
    background-color: rgb(49, 58, 70);
}

.kafla {
    margin: 0 auto; /* Wyśrodkowanie poziome */
    position: relative;
    top: 50%; /* Przesunięcie o 50% wysokości rodzica */
    transform: translateY(-50%); /* Korekta przesunięcia */
    text-align: center; /* Opcjonalnie: wyrównanie tekstu */
}

.two-line {
    display: -webkit-box; /* Ustawia element jako elastyczny blok */
    -webkit-box-orient: vertical; /* Ustawia orientację na pionową */
    -webkit-line-clamp: 2; /* Ogranicza do 2 linii */
    overflow: hidden; /* Ukrywa zawartość poza widocznym obszarem */
    text-overflow: ellipsis; /* Dodaje wielokropek na końcu obciętego tekstu */
    white-space: normal; /* Zapewnia łamanie tekstu */
}

.one-line {
    display: -webkit-box; /* Ustawia element jako elastyczny blok */
    -webkit-box-orient: vertical; /* Ustawia orientację na pionową */
    -webkit-line-clamp: 1; /* Ogranicza do 1 linii */
    overflow: hidden; /* Ukrywa zawartość poza widocznym obszarem */
    text-overflow: ellipsis; /* Dodaje wielokropek na końcu obciętego tekstu */
    white-space: normal; /* Zapewnia łamanie tekstu */
}

#map {
    height: 100%;
}
.crazy-ico i {
    position: absolute;
    left: 0;
    bottom: -20px;
    font-size: 4rem;
    opacity: .4;
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
}

    /* Usuń dolną ramkę dla ostatniego wiersza tabeli */
    .tsimple tbody tr:last-child td {
    border-bottom: none;
}

/* Jeśli używasz DataTables z Bootstrapem, dodaj również poniższą regułę */
.tsimple.table-bordered tbody tr:last-child td {
    border-bottom: none;
}

/* Usuń dolną ramkę dla samej tabeli */
.tsimple {
    border-bottom: none;
}

    /* Jeśli używasz DataTables z Bootstrapem, dodaj również poniższą regułę */
    .tsimple.table-bordered {
        border-bottom: none;
    }


/* obrazki */
.image-scroll-container {
    overflow-x: auto;
    white-space: nowrap;
    padding: 15px 0;
    width: 100%;
}

.thumbnail-container {
    display: inline-block;
    width: 150px; /* szerokość miniaturki */
    height: 150px; /* wysokość miniaturki */
    overflow: hidden;
    margin-right: 10px; /* odstęp pomiędzy miniaturkami */
    position: relative;
}

.thumbnail {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    cursor: pointer;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* koniec */



.cut-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
    max-width: 150px;
}

.full-text {
    white-space: normal;
    cursor: pointer;
}

.default-cursor {
    cursor: default;
}


.tpictures thead {
    display: none;
    /*    Ukryj nagłówki*/
}

/* Usuń dolną ramkę dla ostatniego wiersza tabeli */
.tpictures tbody tr:last-child td {
    border-bottom: none;
}

/* Jeśli używasz DataTables z Bootstrapem, dodaj również poniższą regułę */
.tpictures.table-bordered tbody tr:last-child td {
    border-bottom: none;
}

/* Usuń dolną ramkę dla samej tabeli */
.tpictures {
    border-bottom: none;
}

    /* Jeśli używasz DataTables z Bootstrapem, dodaj również poniższą regułę */
    .tpictures.table-bordered {
        border-bottom: none;
    }

.thistory thead {
    display: none;
/*    Ukryj nagłówki*/
}

/* Usuń dolną ramkę dla ostatniego wiersza tabeli */
.thistory tbody tr:last-child td {
    border-bottom: none;
}

/* Jeśli używasz DataTables z Bootstrapem, dodaj również poniższą regułę */
.thistory.table-bordered tbody tr:last-child td {
    border-bottom: none;
}

/* Usuń dolną ramkę dla samej tabeli */
.thistory {
    border-bottom: none;
}

    /* Jeśli używasz DataTables z Bootstrapem, dodaj również poniższą regułę */
    .thistory.table-bordered {
        border-bottom: none;
    }

#modal-spinner {
    display: none;
}

.spinner-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%; /* Jeśli chcesz, aby kontener zajmował całą wysokość modal-body */
}



.centrum {
    display: flex;
    justify-content: center;
    align-items: center;
}



.bg-gradient-geco {
    background-color: #ad2d2c;
    background-image: linear-gradient(180deg, #ad2d2c 10%, #561717 100%);
    background-size: cover;
}

.geco-red {
    background-color: rgb(173,45,44) !important;
}

.geco-blue {
    background-color: rgb(64,94,132) !important;
}

.geco-lightblue {
    background-color: rgb(119,144,175) !important;
}

.text-geco-red {
    color: rgb(173,45,44) !important;
}

.text-geco-blue {
    color: rgb(64,94,132) !important;
}

.text-geco-lightblue {
    color: rgb(119,144,175) !important;
}

.border-geco-red {
    border-color: rgb(173,45,44) !important;
}

.border-geco-blue {
    border-color: rgb(64,94,132) !important;
}

.border-geco-lightblue {
    border-color: rgb(119,144,175) !important;
}

.btn-geco-blue {
    color: #fff;
    background-color: rgb(64,94,132) !important;
    border-color: rgb(64,94,132) !important;
}

    .btn-geco-blue:hover {
        color: #fff;
        background-color: rgb(51,75,106) !important;
        border-color: rgb(64,94,132) !important;
    }

.btn-geco-lightblue {
    color: #fff;
    background-color: rgb(119,144,175) !important;
    border-color: rgb(119,144,175) !important;
}

    .btn-geco-lightblue:hover {
        color: #fff;
        background-color: rgb(94,124,160) !important;
        border-color: rgb(119,144,175) !important;
    }



.navbar-geco {
    color: rgba(255, 1, 255, 0.9);
}

    .navbar-geco a,
    .navbar-geco a:hover,
    .navbar-geco a:focus {
        color: #fff;
    }


.geco-marked {
    background-color: #00000010 !important;
    border: 1px solid #00000015;
    border-radius: 5px;
    margin-bottom: 10px;
    padding-top: 5px;
}

.geco-inv {
    opacity: 0
}


table.dataTable > thead .sorting:before, table.dataTable > thead .sorting:after, table.dataTable > thead .sorting_asc:before, table.dataTable > thead .sorting_asc:after, table.dataTable > thead .sorting_desc:before, table.dataTable > thead .sorting_desc:after, table.dataTable > thead .sorting_asc_disabled:before, table.dataTable > thead .sorting_asc_disabled:after, table.dataTable > thead .sorting_desc_disabled:before, table.dataTable > thead .sorting_desc_disabled:after {
    position: absolute;
    bottom: .5em;
    display: block;
    opacity: .3
}
