.sidebar.new-header.sidebar-one .submenu ul {
    z-index: 20;
}

.user-menu .nav-item-box>a {
    width: 100%;
    margin: 10px;
}

.sidebar.new-header .sidebar-menu>ul>li span.titleFilter {
    font-weight: 500;
    font-size: 15px;
    color: #637381;
    padding: 22px 15px;
    display: inline-block;
}

.notifications .noti-content {
    padding: 10px;
}

.user-menu>li {
    margin-left: 10px;
}

.user-menu {
    padding-right: 2px;
    justify-content: right;
}

.notification-message .form-check-label .checkbox-form {
    margin-right: 10px;
}

#filter-div-menu {
    margin: 14px 0;
}

.li-filtr {
    margin: 14px 0;
}

.li-filtr .input-groupicon a {
    margin: 8px 0 0px 15px !important;
    display: inline-block;
}

.li-filtr .input-groupicon a.active-filtr-date {
    color: #FF9F43 !important;
}

.li-filtr .input-groupicon a {
    color: #637381 !important;
}

.li-filtr .input-groupicon a:hover {
    background: #F6F7F8 !important;
    padding: 0 7px 0 7px;
}

.datepicker.dropdown-menu table {
    background-color: #FFFFFF;
}

.bootstrap-datetimepicker-widget {
    height: 100%;
    display: block;
    background-color: #FFFFFF;
}

.dropdown-toggle span {
    font-size: 15px;
    font-weight: 500;
    color: #637381;
}

.sidebar.new-header .sidebar-menu>ul>li a img {
    top: 0;
}

.header .mobile-user-menu .dropdown-menu div {
    color: #333;
    line-height: 40px;
    padding: 0 10px;
}

.sidebar.new-header .sidebar-menu {
    width: 100%;
}

.form-group ul {
    padding: 13px;
}

#filter_inputs h5 {
    padding: 13px;
}

.header .header-right {
    float: right;
    height: 60px;
    position: relative;
    text-align: center;
    width: 260px;
    z-index: 1;
    padding: 0 20px;
    -webkit-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
    border-right: 1px solid #DEE2E6;
    border-bottom: 1px solid #DEE2E6;
}

.float-end {
    background-color: #fff;
}

.bootstrap-datetimepicker-widget {
    background-color: #fff;
    display: block;
    height: auto;
}



.search-set .btn-filter.setclose {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

a.dropdown-toggle.nav-link:hover {
    color: #FF9F43 !important;
}

.link-no-active,
.filter-link {
    color: #6c757d;
}

.link-set-active {
    color: #FF9F43 !important;
}

.sidebar.new-header .sidebar-menu>ul>li .menu-arrow,
.sidebar .sidebar-menu .menu-arrow {
    color: #FF9F43 !important;
}

.sidebar .sidebar-menu>ul>li>a span {
    font-size: medium;
    font-weight: bolder;
}

.header .mobile-user-menu .dropdown-menu img {
    height: 22px;

}

.header .mobile-user-menu .dropdown-menu .flag {
    float: left;
    display: inline-flex;

}


.header .mobile-user-menu .dropdown-menu .active {
    width: 20%;
    max-width: none;
}

.filter-width {
    width: 60%;
}

.search-set .btn-filter {

    color: white;
}

.notifications .noti-content {

    height: 200px;
    overflow: auto;
}

.btn-disable {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    background-color: #6c757d;
    border-color: #6c757d;
}

.sidebar.new-header .sidebar-menu>ul>li {
    margin-bottom: 0;
    margin-right: 0px;
}


table th,
table td {
    word-wrap: break-word;
    /* Rozdělit dlouhá slova */
    white-space: normal;
    /* Povolit zalomení textu */
    overflow-wrap: break-word;
    /* Alternativa pro lepší podporu */
    hyphens: auto;
    /* Automatické dělení slov, pokud je podporováno */
    max-width: 100%;
    /* Omezit maximální šířku buňky */
}

/* Specifická šířka pro první sloupec */
table th:nth-child(1),
table td:nth-child(1) {
    width: 20%;
    /* První sloupec zabírá 40 % šířky tabulky */
    max-width: 20%;
    /* Zajištění maximální šířky */
}

#categories-list {
    max-height: 600px;
    overflow-y: auto;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    padding: 0;
    margin-top: 0.5rem;
}

#categories-list .list-group-item {
    font-size: 0.9rem;
    padding: 0.4rem 0.75rem;
	max-width: 30%;
}

#categories-list .delete-category {
    font-size: 0.75rem;
    padding: 0.2rem 0.5rem;
}

/* Responzivní úpravy pro menší obrazovky */
@media (max-width: 768px) {

    table th,
    table td {
        font-size: 14px;
        /* Menší font na malých obrazovkách */
        padding: 6px;
        /* Zmenší mezery kolem obsahu */
    }

    table th:nth-child(1),
    table td:nth-child(1) {
       
        /* První sloupec zabírá 40 % šířky tabulky */
        max-width: 30%;
        /* Zajištění maximální šířky */
    }
}