.click {
    cursor: pointer;
}

.btn:first-letter, h4:first-letter {
    text-transform: uppercase !important;
}
.btn, h4 {
    text-transform: lowercase !important;

}

.dataTable TR:not(.nohover):hover {
    background:#ecf0f1 !important;
    cursor:pointer;
}

.login-block {
    background: url('../files/assets/images/auth/bgice.png');
    background-size: cover;
}

.swal2-container {
    z-index: 5000000000 !important;
}

.page-header {
    margin-bottom: 10px !important;
}
LABEL {
    color:#7f8c8d;
}

#swal2-title {
    font-size: 22px !important;
}

.attachments LI {
    padding: 6px;
}

.price {
    font-size: 16px;
    font-weight: bold;
}


.price.green {
    color:#0aa699;
}
.price.orange {
    color: #f85c06;
}

.resultPrice {
    color: #0aa699;
    font-weight: bold;
    font-size: 16px;
}

.greenbg {
    background: rgba(26, 188, 156, 0.43);
    margin:10px 0px;
}
.orangebg {
    background: rgba(192, 57, 43, 0.45);
    margin:10px 0px;
}
.orangebg label {
    font-weight: bold;
    color: #626262;
}
.orangebg input {
    font-weight: bold;
    color: rgba(192, 57, 43, 1);
}

.greenbg label {
    font-weight: bold;
    color: #626262;
}

.DashdataTable, .DashdataTable tbody {
    width: 100%;
}
.DashdataTable TD {
    padding: 10px;
    border-bottom: 1px solid #333;
}

/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.fill {
    background-color: greenyellow;
}

TR.selected TD {
    background: rgba(189, 195, 199, 1);
}

.card-header {
    border-bottom: 1px solid #888 !important;
    font-size: 20px;
    font-weight: 400 !important;
    color:#666;
    padding: 10px 10px 10px 25px !important;
    background: #ecf0f1 !important;
}
.card-body, .card-block {
    padding-top:15px !important;
}

body {
    font-family: 'Poppins', sans-serif;
}

h4 {
    color:#7f8c8d !important;
    font-size: 16px;
}

.btn-outline-dark.selected {
    background:#f1c40f;
}

.text-homepage {
    color:#353C4D !important;
}

.khm_loaderbox {
    width: 100%;
    height: 100%;
    text-align: center;
    position: absolute !important;
    top:0px;
    left:0px;
    z-index: 200;
    background: rgba(51, 51, 51, 0.2);
}
.khm_loader {
    width: 48px;
    height: 48px;
    border: 5px solid #FFF;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.input.error {
    border: 2px solid red;
}
.date.error {
    border: 2px solid red;
}
.select.error {
    border: 2px solid red;
}

.d-inline-block {
    display: inline-block;
}
.bold {
    font-weight: bold;
}

.tab { display: inline-block; padding:2px 10px;  }
.tab-waiting {
    background: orange;
}
.tab-success {
    background: limegreen;
}

.container {
    display: flex;

    align-items: center;     /* Centrovaní vertikálně */

}

.tableTransferListList table tr:hover > td {
    background: #ecf0f1;
}
.tableTransferListList td {
    padding: 10px;
    white-space: nowrap;
}


/* ---- slider wrapper ---- */
.slider {
    margin: 0 auto;
    position: relative;
    max-width: 1440px;

    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0,0,0,.1);

}
.slide-popis {

    position: absolute;
    width: 100%;display:flex;            /* flex-kontejner */
    align-items:center;      /* svislé vycentrování  */
    justify-content:center;  /* vodorovné vycentrování */
    text-align:center;
    /*height: 100%;*/

}
.slide-popis2 {


    text-align: center;
    margin: 0 auto;
    width: 90%;display:flex;            /* flex-kontejner */
    align-items:center;      /* svislé vycentrování  */
    justify-content:center;  /* vodorovné vycentrování */
    text-align:center;
    /*height: 100%;*/

}
.slide-text {
    background: rgba(255, 255, 255, 0.44);
    padding: 10px;
    border-radius: 6px;
}
.slide-text img {

}
.slide-text.noborder {
    background: none;
}

/* ---- dílčí snímky ---- */
.slides {
    display: flex;
    max-width: 1440px;
    transition: transform .6s ease;

}
.slide {
    min-width: 100%;
    user-select: none;
    position: relative;
}
.slide2 {

    user-select: none;
    position: relative;
}
.slide img {
    width: 100%;
    /*height: 350px;*/
    object-fit: cover;
    display: block;
}

/* ---- šipky ---- */
.slider-nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: rgba(255,255,255,.75);
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    backdrop-filter: blur(4px);
    transition: background .25s;
}
.slider-nav-btn:hover { background: rgba(255,255,255,.9); }

.slider-prev { left: 16px; }
.slider-next { right: 16px; }

/* ---- tečky ---- */
.slider-dots {
    position: absolute;
    bottom: 16px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
}
.slider-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255,255,255,.65);
    cursor: pointer;
    transition: background .3s;
}
.slider-dot.active,
.slider-dot:hover { background: #ffffff; }

/* Input zobrazující zvolený název ikonky */
#iconInput{
    width:300px;
    padding:0.5rem 1rem;
    font-size:1rem;
    border:1px solid #ccc;
    border-radius:8px;
    margin-bottom:1rem;
}

/* Mřížka s ikonami – všechny třídy prefixed "iconsff-" */
.iconsff-grid{
    display:grid;
    grid-template-columns:repeat(auto-fill,minmax(50px,1fr));
    gap:12px;
    max-width:600px;
}
.iconsff-grid .selicon {
    padding: 10px;
}
.iconsff-grid i{
    font-size:24px;
    padding:12px;
    text-align:center;
    border-radius:8px;
    cursor:pointer;
    transition:background 0.2s,transform 0.1s;
}
.iconsff-grid i:hover{
    background:#f0f0f0;
    transform:translateY(-2px);
}
.iconsff-grid i.iconsff-selected{
    background:#1e88e5;
    color:#fff;
}