.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;
}
.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;
    font-optical-sizing: auto;
    letter-spacing: 0.025rem;
}

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

.cardnew {
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}
.cardnew .data {
    font-weight: bold;
    color:#2980b9;
}
.colorb {
    color:#2980b9;
}

.khm-konto-bar {
    background: #f39c12;
    height: 5px;
    position: absolute; left:0px; bottom:0px;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
}
.khm-konto-bar.empty {
    background: rgba(189, 195, 199, 0.66);
    height: 5px;
    position: absolute; left:0px; bottom:0px;
}


/* ---- 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;
}