@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,300;0,400;0,700;0,900;1,300;1,400');

body{
    margin: 0px;
    overflow: hidden;
     background-color: #faf9f8;
    background-image: url(../images/bgDot.png);
    background-repeat: repeat;
    background-size: 1.2%;
    background-position: center;
}

::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  background-color: #F5F5F5;
}

::-webkit-scrollbar
{
  width: 6px;
  height: 6px;
  background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb
{
  background-color: darkgray;
  border-radius: 10px;
}






/* Styl pro všechny prvky s atributem 'tooltip' */
[tooltip] {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black; /* Pokud chcete bodkovanou čáru pod textem */
  cursor: pointer;
  font-size: 11px;
  font-weight: 500;
  color: white;
  font-family: poppins;
}

/* Tooltip text */
[tooltip]:hover::after {
  content: attr(tooltip);
  visibility: visible;
  width: auto;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 5px 10px;
  border-radius: 6px;

  /* Umístění tooltipu */
  position: absolute;
  z-index: 1;
  bottom: 125%; /* Pozice nad prvkem */
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

/* Skrytý tooltip ve výchozím stavu */
[tooltip]::after {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.2s;
}

/* Zobrazení tooltipu při hoveru */
[tooltip]:hover::after {
  opacity: 1;
}



















.downloading{
    cursor: progress;
}


[disabled], .button.disabled{
    opacity: 0.6 !important;
    filter: contrast(80%) !important;
    pointer-events: none !important;
}

input.invalid, textarea.invalid, select.invalid{
    border-color: red;
}

.languageButtons span.invalid{
    border-color: red;
    color: red !important;
}

input, textarea{
    width: 100%;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    padding: 5px 10px;
    font-size: 12px;
    box-sizing: border-box;
    resize: none;
    outline: none;
    margin-top: 3px;
}

input[type="checkbox"]{
    margin: 0px 5px 0px 0px;
}

select{
    width: 100%;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    padding: 5px;
    outline: none;
    font-size: 12px;
    margin-top: 3px;
}

::placeholder{
    opacity: 0.5;
}

label{
    width: 100%;
    display: table;
    float: left;
    font-size: 11px;
    font-style: italic;
}

legend{
    font-size: 11px !important;
    font-style: italic;
    font-family: "Poppins";
}

.w10{width: 10% !important;}
.w20{width: 20% !important;}
.w30{width: 30% !important;}
.w40{width: 40% !important;}
.w50{width: 50% !important;}
.w60{width: 60% !important;}
.w70{width: 70% !important;}
.w80{width: 80% !important;}
.w90{width: 90% !important;}
.w100{width: 100% !important;}
.w33{width: 33.333% !important;}
.w25{width: 25% !important;}

.left{float: left;}
.right{float: right !important;}
.flex {display:flex!important;}
.table {display: table !important;}
.items-center{align-items: center!important;}

.textRight {text-align: right !important;}
.textLeft {text-align: left !important;}

.contentTable .textRight a {display:table !important;}

.contentTable tr td span, .contentTable tr td p, .contentTable tr td a, .contentTable tr th{
    cursor: pointer;
    white-space: nowrap !important;
} 

.contentTable tr.demo td{
    pointer-events: none;
}
.contentTable tr.demo td a{
    overflow: hidden;
}
.contentTable tr.demo td a, .contentTable tr.demo td input{
    filter: blur(3px);
    opacity: 0.5;
}


.contentTable tbody tr:not(:has(td.dataTables_empty)):hover td{
    background-color: #dddddd69;
}

.contentTable tr td:first-child{
    border-top-left-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
}

.contentTable tr td:last-child{
   border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
}

.contentTable tr.visited td:first-child{
    border-left: 1px solid #5e99f97d !important;
    border-top-left-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
}

.contentTable tr.visited td:last-child{
    border-right: 1px solid #5e99f97d !important;
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
}

.contentTable tr.visited td{
    border-top: 1px solid #5e99f97d !important;
    border-bottom: 1px solid #5e99f97d !important;
}

.contentTable tr.visited{
   /* box-shadow: 0px 0px 4px rgba(0,0,0,0.2);*/
}

.sidebar{
    width: 350px;
   height: calc(100% - 50px);
    float: left;
    position: fixed;
    border-right: 1px solid #edecef;
    z-index: 10;
   background-color: #182b55;
   color: white !important;
}

.sidebar .sidebarContent{
    padding: 0px;
    display: block;
    width: 100%;
    height: calc(100% - 150px);
    overflow-y: auto;
    padding: 10px;
    box-sizing: border-box;
}

.sidebar .sidebarHeader{
   padding: 20px;
   box-sizing: border-box;
   border-bottom: 1px solid #edecef40;
   display: flex;
   flex-direction: column;
   align-content: stretch;
   justify-content: center;
   align-items: center;
   width: 100%;
   font-family: "poppins";
   height: 79px;
  background-color: rgba(255,255,255,0.1);
}

.sidebar .sidebarHeader h3{
  padding: 0px;
  margin: 0px;
  width: 100%;
  color: white;
  text-align: left;
}

.sidebar .sidebarHeader span{
  padding: 0px;
  margin: 0px;
  width: 100%;
  text-align: left;
  text-decoration: none;
  color: black;
  opacity: 0.7;
  font-weight: 500;
  font-size: 12px;
  color: white;
}

.sidebar .sidebarHeader button{
      margin-right: 5px;
      font-size: 11px;
}


.sidebar .sidebarFooter{
   padding: 10px;
   box-sizing: border-box;
   border-top: 1px solid #edecef40;
   width: 100%;
   font-family: "poppins";
   position: absolute;
   bottom: 0px;
   left: 0px;
   background-color: rgba(255,255,255,0.1);
}

.sidebar .sidebarFooter button[icon="logout"]{
   background-color: transparent;
   color: white;
}

.sidebar .sidebarFooter button[icon="logout"]::before{
    margin-top: -2px;
    transform: rotate(180deg);
}





.sidebar ul, .sidebar ul li, .sidebar ul li a{
   width: 100%;
   height: auto;
   display: table;
   list-style: none;
   padding: 0px;
   box-sizing: border-box;
   z-index: 10;
}

.sidebar ul li a{
    padding: 10px 20px;
    text-decoration: none;
    color: black;
    font-family: "Poppins";
    font-weight: 600;
    font-size: 13px;
}

.sidebar [active]{
    background-color: #f3f3f3 !important;
}

.sidebar ul li:hover, .sidebar ul li[active]{
    background-color: #f3f3f3;
}

.sidebar ul li ul li:hover a, .sidebar ul li ul li[active] a{
    background-color: #f3f3f3;
}

.sidebar ul li:hover ul{
   display: table;
   position: absolute;
}

.sidebar ul li ul{
   background-color: white;
   margin-left: 100%;
   margin-top: -40px;
   display: none;
   border: 1px solid #edecef;
}

.sidebar ul li a:has(+ ul)::after{
    content: ">";
    float: right;
}

.sidebar a img{
    width: 15px;
    margin-right: 10px;
    margin-bottom: -2.5px;
}

.sidebar ul .logout{
    position: absolute;
    bottom: 0px;
}

.sidebar .logo{
    width: 60%;
    margin: 20px;
    display: table;
}

.subNavigation{
    width: calc(100% - 230px);
    background-color: white;
    height: auto;
    display: table;
    float: right;
    border-bottom: 1px solid #edecef;
    padding: 4px 20px;
    box-sizing: border-box;

}

.subNavigation a, .subNavigation span{
    font-family: "Poppins";
    color: black;
    opacity: 0.7;
    font-weight: 600;
    text-decoration: none;
    font-size: 11px;
    float: right;
    display: flex;
    align-items: center;
    margin-left: 10px;
}

.subNavigation span{
    float: left;
    margin: 0px;
}

.subNavigation a:hover{
    opacity: 1;
}


.subNavigation a img{
    width: 15px;
    margin-right: 7px;
}

.dataContent{
    width: calc(100% - 350px);
    height: calc(100vh - 80px);
    float: right;
    background-color: #faf9f8;
    background-image: url(../images/bgDot.png);
    background-repeat: repeat;
    background-size: 1.2%;
    background-position: center;
    overflow: auto;
    display: grid;
  column-gap: 20px;
  grid-auto-rows: min-content;
  padding: 20px;
  box-sizing: border-box;
}

.dataContent.folder{
    width: 100%;
    height: calc(100vh - 80px);
    float: right;
    background-color: #faf9f8;
    background-image: url(../images/bgDot.png);
    background-repeat: repeat;
    background-size: 1.2%;
    background-position: center;
    overflow: auto;
    display: grid;
    column-gap: 20px;
    grid-auto-rows: min-content;
    padding: 20px;
    box-sizing: border-box;
}


.content{
    width: 100%;
    height: calc(100vh - 80px);
    float: right;
    background-color: #faf9f8;
    background-image: url(../images/bgDot.png);
    background-repeat: repeat;
    background-size: 1.2%;
    background-position: center;
    overflow: auto;
    display: grid;
  column-gap: 20px;
  grid-auto-rows: min-content;
  padding: 20px;
  box-sizing: border-box;
}

.contentHeader{
    background-color: white;
    width: calc(100% - 350px);
    float: right;
    border-bottom: 1px solid #edecef;
    font-family: "Poppins";
    box-sizing: border-box;
    padding: 15px 20px;
    display: none;
}


.contentHeader h1{
    padding: 0px;
    margin:0px;
    font-size: 20px;
}

.contentHeader .backTrack{
    font-size: 12px;
}

.contentHeader .backTrack a{
    text-decoration: none;
    color: black;
    opacity: 0.7;
    font-weight: 500;
    cursor: pointer;
}

.contentHeader .backTrack a:hover{
    opacity: 1;
}

.contentHeader .backTrack a:not(:last-child)::after{
    content: ">";
    margin-left: 5px;
    margin-right: 2px;
}

.contentFooter{
    width: 100%;
    background-color: white;
    height: auto;
    display: table;
    float: right;
    border-top: 1px solid #edecef;
    box-sizing: border-box;
    padding: 7px 10px;
    font-size: 11px;
    font-family: "Poppins";
}

.dataFooter{
    width: calc(100% - 350px);
}


.contentFooter p{
    opacity: 0.5;
    padding: 0px;
    margin: 0px;
    font-weight: 500;
}


.contentFooter a{
    margin-right: 10px;
    color: black;
    opacity: 0.5;
    text-decoration: none;
    font-weight: 500;
}

.contentFooter a:hover{
    opacity: 1;
}


.wrap, .innerWrap{
    width: 100%;
    height: fit-content;
    background-color: white;
    border-radius: 5px;
    border: 1px solid #edecef;
    font-family: "Poppins";
    min-height: 100px;
    box-sizing: border-box;
}

.innerWrap{
    height: 100%;
}

.wrap .wrapHeader, .innerWrap .wrapHeader{
    width: 100%;
    border-bottom: 1px solid #edecef;
    padding: 10px 15px 10px 15px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    height: 55px;
    justify-content: space-between;
}

.innerWrap .profilePicture{
    width:180px;
    height: calc(100% - 20px);
    margin: 10px;
    border-radius: 5px;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.companyInfo small{
    opacity: 0.5;
    margin-left: 6px;
}

.companyInfo .socialNetworkButton.left{
    float: left !important;
    margin: 0px 3px 3px 0px !important;
}

.innerWrap .socialNetworkButton{
    cursor: pointer;
    text-decoration: none;
    width: 18px;
    margin: 0px 3px 3px 3px;
    float: right;
    display: table;
}

.innerWrap .socialNetworkButton:hover{
    filter: brightness(1.1);
}

.innerWrap .socialNetworkButton[href=""]{
    filter: saturate(0) contrast(0.7);
    opacity: 0.2;
    pointer-events: none;
}


.innerWrap .socialNetworkButton img{
    width: 100%;
}


.innerWrap .profilePicture.male{
    background-image: url("../images/male_blank.jpg");
}

.innerWrap .profilePicture.female{
    background-image: url("../images/female_blank.jpg");
}

.innerWrap .wrapHeader{
    padding: 13px 15px 5px 15px;
    height: 35px;
}

.innerWrap .wrapHeader h5{
    padding: 0px;
    margin: 0px;
}

.wrap .wrapFooter, .innerWrap .wrapFooter{
    width: 100%;
    border-top: 1px solid #edecef;
    padding: 10px 15px 10px 15px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    height: 55px;
}

.wrap .wrapHeader button{
    margin-left: 10px;
}


.wrap .wrapHeader div{
    height: 100%;
    display: table;
}

.popup.alert{
    z-index: 999;
    cursor: default;
}

.popup.alert .wrap{
    width: 350px;
    height: auto;
    text-align: center;
    padding: 20px;
}

.popup.alert .buttonsWrap{
    margin-top: 10px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.popup.alert .buttonsWrap a{
    margin: 3px;
}

.popup.alert .wrap h5, .popup.alert .wrap h4{
   margin: 0px 0px 5px 0px;
}

.popup.alert .wrap p{
    font-size: 12px;
    margin: 0px; 
}

.popup.alert .confirm{
    width: auto;
    margin: 10px auto 0px auto;
    display: table;
}

.popup.alert .confirm .button{
    float: left;
}

.popup.alert .closeClassificationAlert{
    margin-right: 5px;
}

.popup .wrap .wrapHeader div{
    height: 100%;
    display: flex;
    align-items: center;
}

.grid{
    display: grid !important;
    row-gap: 20px;
    column-gap: 20px;
    grid-auto-rows: min-content;
}

.wrap .wrapContent, .innerWrap .innerWrapContent{
    height: fit-content;
    display: block;
    padding: 20px 12px;
    box-sizing: border-box;
}

.wrap .wrapContent.scroll{
    overflow-y: auto;
}

.innerWrap .innerWrapContent{
    font-size: 12px;
}

.innerWrap .innerWrapContent h6{
    margin: 0px;
    font-size: 12px;
    opacity: 0.7;
    font-weight: 600;
}


.innerWrap .innerWrapContent .grid{
    row-gap: 4px !important;
    column-gap: 0px !important;
}

.innerWrap .innerWrapContent .row{
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 2fr;
    padding: 3px 8px;
    box-sizing: border-box;
}

.innerWrap .innerWrapContent .row:hover{
    background-color: #edecef4f;
}


.wrap .wrapHeader h4{
    font-size: 15px;
    font-weight: bold;
    padding: 0px;
    margin: 0px;
}


.wrap .wrapHeader span{
    opacity: 0.6;
    font-size: 12px;
    padding: 0px;
    margin: 0px;
}

.switch{
    width: 100%;
    display: flex;
    align-items: center;
    float: left;
    font-size: 11px;
    font-style: italic;
    justify-content: space-between;
}

.switch.right{
    justify-content: flex-end;
}

.suffix{
    margin-left: 10px;
}

.note{
    font-size: 11px;
    opacity: 0.7;
    margin: 0px;
    margin-bottom: 5px;
}

fieldset{
    border: 1px solid #edecef;
    border-radius: 5px;
    background-color: rgba(0,0,0,0.01);
    margin-bottom: 10px;
    margin-top: -5px;
}

fieldset legend{
    font-size: 13px;
    margin-left: -2px;
}

/* The switch - the box around the slider */
.switch label{
  position: relative;
  display: inline-block;
  width: 40px !important;
  height: 20px !important;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .15s;
  transition: .15s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  left: 4px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: .15s;
  transition: .15s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(18px);
  -ms-transform: translateX(18px);
  transform: translateX(18px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.switch{
    float: right;
}


.loginWrap{
    width: 100%;
    height: 100vh;
    background-color: #faf9f8;
    background-image: url(../images/bgDot.png);
    background-repeat: repeat;
    background-size: 1.2%;
    background-position: center;
    display: flex;
    align-items: center;
}

.loginWrap span{
    width: 100%;
    font-family: "poppins";
    text-align: center;
    display: table;
    font-size: 12px;
    padding-top: 10px;
    font-weight: 500;
}

.loginWrap span a{
    text-decoration: underline;
}

.loginWrap img{
    width: 200px;
    margin: -40px auto 40px auto;
    display: table;
}

.loginWrap .login{
    width: 300px;
    padding: 20px;
    background-color: white;
    display: table;
    margin: 0px auto;
    font-family: "Poppins";
    border: 1px solid #e1e1e1;
    border-radius: 5px;
}

.loginWrap .login h1{
    margin: 10px 0px;
    font-size: 20px;
}

.loginWrap .login label{
    margin-bottom: 5px;
}

.button{
    padding: 7px 15px;
    border-radius: 5px;
    border: none;
    outline: none;
    color: white;
    font-weight: bold;
    background-color: #9f9f9f;
    font-family: "Poppins";
    font-weight: 600;
    display: flex;
    align-items: center;
    text-decoration: none;
    font-size: 13px;
}

.button.clearFilterButton{
    padding: 4px 15px;
    font-size: 10px;
    display: table;
}

.button.fulltextButton{
    padding: 5px 15px;
    box-sizing: border-box;
    font-size: 10px;
    display: table;
    float: right;
    width: 100px;
    margin-left: 10px;
    text-align: center;
}

.button:hover{
    cursor: pointer;
    filter: brightness(1.1);
}

.button[icon]::before, .button[afterIcon]::after{
    content: "";
    width: 15px;
    height: 15px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    display: table;
    filter: invert(100%);
}

.button[icon]::before{
    margin-right: 10px;
    float: left;
}

.button[afterIcon]::after{
    margin-left: 10px;
    float: right;
}


.button.blank.red[icon='trash']::before{background-image: url(../images/trash-red.png); width: 14px;}
.button[icon='addToFolder']::before{background-image: url(../images/add-folder.png); width: 18px; height: 18px; margin-bottom: 2px;}
.button[icon='check']::before{background-image: url(../images/check.png);}
.button[icon='trash']::before{background-image: url(../images/trash.png);}
.button[icon='cross']::before{background-image: url(../images/cross.png); width: 10px; margin-top: 1px;}
.button[icon='logout']::before{background-image: url(../images/logout.png);}
.button[icon='download']::before{background-image: url(../images/download.png);}
.button[icon='show']::before{background-image: url(../images/show.png);}
.button[icon='edit']::before{background-image: url(../images/edit.png);}
.button[icon='save']::before{background-image: url(../images/save.png);}
.button[icon='back']::before{background-image: url(../images/back.png); width: 12px; margin-top: 1px;}
.button[afterIcon='next']::after{background-image: url(../images/back.png); transform: scaleX(-1); width: 12px; margin-top: 1px;}
.button[icon='add']::before{background-image: url(../images/add.png); width: 13px;}
.button[icon='editCircle']::before{background-image: url(../images/editCircle.png); width: 13px;}

.button.blue{background-color: #1b90ef}
.button.green{background-color: #64af0e; color: white;}
.button.orange{background-color: #ff8a00}
.button.red{background-color: #ef3317}
.button.blank{background-color: transparent; opacity: 0.7;}
.button.blank.black{color: black;}
.button.blank.red{color: #ef3317;}
.button.blank:hover{opacity: 1;}

.button.blank[disabled]{
    opacity: 0.3 !important;
}

.button.blank.red[icon]::before{
    filter: invert(0%);
    opacity: 0.9;
    width: 10px;
}

.button.blank.black[icon]::before{
    filter: invert(0%);
    margin-top: -1px;
}

.button.blank.black.disableSorting[icon]::before{
    width: 9px;
}

.errorMessage{
    position: fixed;
    right: 0px;
    bottom: 10px;
    background-color: gray;
    display: table;
    font-family: "Poppins";
    font-size: 12px;
    padding: 15px;
    box-sizing: border-box;
    width: 300px;
    color: white;
    border-radius-left-top: 85px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    z-index: 99999;
    border: 1px solid rgba(255,255,255,0.3);
    font-weight: 600;
    padding-right: 20px;
}

.errorMessage p{
    margin:0px;
}

.errorMessage span{
    opacity: 0.6;
}

.errorMessage img{
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 10px;
    width: 7px;
    filter: invert(100%);
    cursor: pointer;
}


.errorMessage.notification{background-color: #1b90ef}
.errorMessage.success{background-color: #64af0e}
.errorMessage.warning{background-color: #ff8a00}
.errorMessage.error{background-color: #ef3317}

.languageButtons{
    width: calc(100% - 270px);
    display: table;
    float: right;
    padding: 0px 20px;
    margin-bottom: -30px;
    position: relative;
}

.languageButtons span{
    padding: 5px 15px;
    display: table;
    float: left;
    font-family: "Poppins";
    font-size: 12px;
    font-weight: 600;
    background-color: #f5f5f5;
    margin-right: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border: 1px solid #edecef;
    border-top: none;
    color: rgba(0,0,0,0.8);
    cursor: pointer;
    border-top: none !important;
}

.languageButtons span:hover{
    background-color: white;
    color: black;
}

.languageButtons span[active]{
    background-color: white;
    color: black;
}





/* Style the buttons that are used to open and close the accordion panel */
.accordion {
    background: rgba(255,255,255,0.1);
  cursor: pointer;
  padding: 0px 18px;
  height: 30px;
  overflow: hidden;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.2s;
  font-family: "Poppins";
    font-size: 12px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: white;
    border-radius: 5px;
    margin-top: 5px;
}

.accordion:hover {
    background: rgba(255,255,255,0.15);
}

/* Style the accordion panel. Note: hidden by default */
.panel {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  font-family: "Poppins";
    font-size: 12px;
    font-weight: 400;
}

.panel li{
    hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    display: table;
    padding: 4px 0px;
    padding-left: 10px;
    box-sizing: border-box;
    position: relative;
    width: 100% !important;
}

.panel li:before{
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    display: table;
    width: 10px;
    border-left: 1px solid white;
    opacity: 0.5;
}

.panel li:last-child:before{
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    height: 50%;
    display: table;
    width: 10px;
    border-left: 1px solid white;
    opacity: 0.5;
}

.panel li:after{
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    height: 50%;
    display: table;
    width: 10px;
    border-bottom: 1px solid white;
    opacity: 0.5;
}

.panel .categoryName{
    width: 75%;
  float: left;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 17px;
  max-width: 250px;
  cursor: default;
  padding-left: 8px;
  box-sizing: border-box;
  font-style: italic;
}

.panel .amountOfResults{
    display: none !important;
    width: 25%;
    float: right;
    text-align: right;
    padding: 0px 10px;
    box-sizing: border-box;
    font-style: italic;
}

.updates .accordion{
    color: black !important;
    display: table !important;
    width: auto !important;
    padding: 0px;
    height: auto;
    width: auto;
    position: relative;
    padding-right:15px;
    margin-top: 0px;
}

.updates .accordion:after{
    content: ">";
    display: table;
    margin-left: 100px;
    font-weight: bold;
    position: absolute;
    right: 0px;
    top: 0px;
}

.updates .accordion.active:after{
    transform: rotate(90deg);
}

.updates .accordion span{
    font-weight: 400;
}

.updates .panel ul{
    margin: 5px 5px 10px 45px!important;
    padding: 0px !important;
}

.updates .panel li{
    margin: 0px !important;
    padding: 0px !important;
    list-style: inside !important;
    display: list-item;
}

.tabWrap .accordion {
    background: #e3e3e3b5;
    color: black;
    padding: 15px 20px;
     height: auto;
}

.tabWrap .panel {
    background-color: transparent;
}

.tabWrap .panel ul{
    padding: 10px 0px !important;
}

/*.sidebar .accordion, .sidebar .panel{
    display: none;
}*/

.accordion .amountOfResults{
    float: right;
    border-radius: 100px;
    padding: 3px 10px;
    display: none !important;
}

.accordion .categoryName::after{
    content: ">";
    display: table;
    transform: rotate(0deg);
    float: right;
    margin-left: 10px;
    font-size: 15px;
    line-height: 17px;
}

.accordion.active .categoryName::after{
    transform: rotate(90deg);
}

.popup.confirm{
    cursor: pointer;
}

.popup{
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(0,0,0,0.3);
    backdrop-filter: blur(5px);
    position: fixed;
    top: 0px; left: 0px;
    display: flex;
    align-items: center;
    z-index: 999;
    cursor: pointer;
    display: none;
}

.popup.disabled{
    cursor: wait;
}

.popup.active{
    display: flex;
}

.popup .wrap{
    width: 900px;
    height: 600px;
    margin: 0px auto;
    background-color: white;
    border-radius: 10px;
    cursor: default;
}

.popup.saveFilter .wrap{
    width: 380px;
    height: auto;
}

.popup.exportDataPopup .wrap{
    width: 350px;
    height: 205px;
}

.popup.activity .wrap{
    width: 350px;
    height: 145px;
}

.popup.addToFolderPopup .wrap{
    width: 400px;
    height: 500px;
}

.popup.addToFolderPopup .wrap .wrapContent{
    background-color: rgba(0,0,0,0.06);
    height: calc(100% - 130px);
    width: calc(100% - 20px);
    margin: 10px 10px 10px 10px;
    padding: 10px;
    display: block;
    border-radius: 10px;
    overflow: auto;
    border-top: 5px solid #f0f0f0;
    border-bottom: 5px solid #f0f0f0;
}

.popup.addToFolderPopup .folderRow{
    width: 100%;
    height: auto;
    padding: 10px;
    border: 1px solid rgba(0,0,0,0.1);
    box-sizing: border-box;
    border-radius: 5px;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    background-color: white;
}

.popup.addToFolderPopup .folderRow:hover{
    filter: brightness(0.98);
    cursor: pointer;
}

.popup.addToFolderPopup .folderRow.selected{
    outline: 2px solid #5e99f97d !important;
}

.popup.addToFolderPopup .folderRow .color{
    float: left;
    width: 15px;
    height: 15px;
    background-color: white;
    border-radius: 50px;
    margin-right: 15px;
    border:1px solid rgba(0,0,0,0.2);
}

.folderColor{
    display: block !important;
    float: left;
    width: 10px;
    background-color: white;
    border-radius: 50px;
    margin-right: 15px;
    border:1px solid rgba(0,0,0,0.2);
}

.popup.addToFolderPopup .folderRow span{
    font-size: 13px;
    font-weight: 500;
}

.popup.addToFolderPopup .folderRow .folderName{
    width: 300px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.popup.addToFolderPopup .folderRow .numberOfContacts{
   float: right;
   opacity: 0.7;
   text-align: right;
   flex:auto;
   margin-right: 10px;
}


[data]:empty:after, [noteIfEmpty]:empty:after{
    content: "Neuvedeno";
    opacity: 0.4;
    font-style: italic;
    font-size: 12px;
    font-weight: 500;
    font-family: "Poppins";
}

[data='mainCurrency']:empty:after{
    content: "";
}

.popup:not(.saveFilter, .exportDataPopup, .termsOfUse, .GDPR, .selectOffset) .wrapContent{
    background-color: rgba(0,0,0,0.06);
    height: calc(100% - 100px);
    width: calc(100% - 20px);
    margin: 0px 10px 10px 10px;
    display: block;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    overflow: auto;
    border-top: 5px solid #f0f0f0;
    border-bottom: 5px solid #f0f0f0;
}

.popup .tabButtons{
    width: calc(100% - 20px);
    margin: 0px 10px;
    margin-top: 10px;
    display: table;
}

.popup .tabButtons a{
    font-size: 12px;
    padding: 4px 20px;
    box-sizing: border-box;
    display: table;
    float: left;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-right: 3px;
    font-weight: 500;
    cursor: pointer;
}

.popup .tabButtons a.disabled{
    opacity: 0.6;
    pointer-events: none;
}

.popup .tabButtons a[blocked]{
    pointer-events: none;
    opacity: 0.5 !important;
}

.popup .tabButtons a:hover{
    background-color: rgba(0,0,0,0.03);
}

.popup .tabButtons a.active{
    background-color: rgba(0,0,0,0.06);
}

.popup .wrapContent .tabWrap:first-of-type{
    display: table;
}

.popup .wrapContent .tabWrap{
    display: none;
    width: 100%;
}

.popup .wrapContent .tabWrap ul[filter]{
    list-style: none;
    padding: 0px;
    position: relative;
}

.popup .wrapContent .tabWrap ul[filter] li{
    padding: 0px 30px;
    display: table;
    width: calc(100% - 60px);
}

.popup .wrapContent .tabWrap ul[filter] li label{
    display: table;
    width: calc(100% - 20px);
    height: 100%;
    padding: 2px 0px;
    margin: 0px;
    user-select: none;
    cursor: pointer;
    font-size: 13px;
}

.popup .wrapContent .tabWrap ul[filter] li label .headline{
    width: 515px;
    display: block;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.popup .wrapContent .tabWrap ul[filter] li label .headline.autoWidth{
    width: auto;
}

.popup .wrapContent .tabWrap ul[filter] li label .headline .headline-note{
    opacity: 0.4;
    color:black;
    font-size: 10px;
}

.popup.selectOffset .wrap{
    width: 350px;
    height: 275px;
}




.hidden{
    display: none;
}

.popup .wrapContent .tabWrap .expandButton ~ label{
    width: calc(100% - 40px);
}

.popup .wrapContent .tabWrap .expandButton.hidden ~ label{
    margin-left: 10px;
}

.popup .wrapContent .tabWrap .expandButton.hidden ~ label input{
    margin-right: -9px;
}


.popup .wrapContent .tabWrap ul li input{
    float: right;
    display: table;
    width: auto;
}


.popup .wrapContent .tabWrap ul[filter] li:hover{
    background-color: #cfddff85;
}

.popup .wrapContent .tabWrap .expandButton{
    width: 10px !important;
    height: 10px !important;
    margin: 5px 10px 0px 0px;
    font-size: 10px;
    background-size: cover;
    background-position: center center;
    float: left;
}

.popup .wrapContent .tabWrap .expandButton.expand{
    background-image: url("../images/expand.png");
    cursor: pointer;
}

.popup .wrapContent .tabWrap .expandButton.collapse{
    background-image: url("../images/collapse.png");
    cursor: pointer;
}

.popup .wrapContent .tabWrap ul[filter], ul[filter] ul {
list-style: none;
 margin: 0;
 padding: 0;
} 
.popup .wrapContent .tabWrap ul[filter] ul {
 margin-left: 35px;
}
.popup .wrapContent .tabWrap ul[filter] li {
 color: #369;
 font-weight: 700;
 border-left:1px solid #dfdfdf;
 position: relative;

}
.popup .wrapContent .tabWrap ul[filter] li:last-of-type {
   border-left:none !important;
}
.popup .wrapContent .tabWrap ul[filter] li:before {
  position:absolute;
  top:-0.3em;
  height:1em;
  width:29px;
  color:white;
  border-bottom:1px solid #dfdfdf;
  content:"";
  display:inline-block;
  left:0px;
}
.popup .wrapContent .tabWrap ul[filter] li:last-of-type:before {
  border-left:1px solid #dfdfdf;   
}

.popup .wrapContent .tabWrap ul[filter] li:first-of-type {
 border-left: none !important;
}

.popup .wrapContent .tabWrap ul[filter] li:first-of-type:before {
        position:absolute;
  top:0.7em !important;
  height:100% !important;
  width:29px;
  color:white;
  border-top:1px solid #dfdfdf;
  content:"";
  display:inline-block;
  left:0px;
  border-bottom: none;
  border-left:1px solid #dfdfdf;   
}


.popup .wrapContent .tabWrap ul[filter] > li:only-of-type:before  {
  position:absolute;
  top:0.1em !important;
  height:0.5em !important;
  width:29px;
  color:white;
  border-bottom:1px solid #dfdfdf;
  border-top: none;
  content:"";
  display:inline-block;
  left:0px;
}



.popup .wrapContent .tabWrap ul[filter] ul:before{
position: absolute;
height: 100%;
width: 1px;
color: black;
content: "";
display: inline-block;
left: -35px;
border-left:1px solid #dfdfdf; 
}


.popup .wrapContent .tabWrap ul[filter] ul:last-child:before{
border-left: none !important;
}

.contentTable:not(.smallTable) ~ .dataTables_info, .contentTable:not(.smallTable) ~ .dataTables_paginate{
    display: none !important;
}




.popup.termsOfUse, .popup.GDPR{
    display: flex;
    cursor: default;
}

.popup.termsOfUse .wrap, .popup.GDPR .wrap{
    width: 700px;
}

.popup.termsOfUse .wrapContent, .popup.GDPR .wrapContent{
   height: calc(100% - 112px);
   overflow-y: auto;
   padding: 30px 40px;
   box-sizing: border-box;
   background-color: rgba(0,0,0,0.04);
}


.tag[icon]{
    width: auto;
}

.tag[icon]:before{
    content: "";
    width: 10px;
    height: 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: table;
    float: left;
    margin-top: 1px;
    margin-right: 4px;
}

.tag[icon]:hover{
    filter: brightness(1.1);
}

.tag[icon="download"]:before{
   background-image: url(../images/download.png);
   filter: invert(1);
}

.customPaging{
    float: right;
    margin: 15px auto;
    display: flex;
    font-size: 13px;
}

.customPaging input{
    width: 50px;
    padding: 3px;
    text-align: center;
    margin: 0px 5px;
}

.customPaging input::-webkit-outer-spin-button,
.customPaging input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.customPaging input[type=number] {
  -moz-appearance: textfield;
}


.customPaging span{
    opacity: 0.9;
    padding: 3px;
    cursor: pointer;
    user-select: none;
    float: left;
    display: table;
    min-width: 15px;
    text-align: center;
}

.customPaging span:hover{
    text-decoration: underline;
}


.customPaging span.active{
    font-weight: bold;
    opacity: 1;
}

.sidebarContent .emptyNote{
    width: 100%;
    display: table;
    margin: 20px 0px;
    font-family: "poppins";
    text-align: center;
    opacity: 0.4;
    font-size: 13px;
}

header{
    background-color: white;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    width: 100%;
    border-bottom: 1px solid #edecef;
    justify-content: space-between;
    padding: 0px 0px 0px 0px;
}

header nav{
    display: flex;
    align-items: center;
    padding-left: 20px;
}

header ul{
    margin: 0px;
    padding: 0px;
     float: left;
     margin-left: 40px;
}

header ul li{
    list-style: none;
}


header .navbutton{
    padding: 8px 15px;
    box-sizing: border-box;
    float: left;
    text-decoration: none;
    font-family: "Poppins";
    font-weight: 600;
    font-size: 13px;
    color: black;
    display: flex;
    align-items: center;
    opacity: 0.6;
    border-radius: 5px;
    margin-right: 5px;
}

header .navbutton[disabled]{
    opacity: 0.3 !important;
}


header .navbutton.green, header .navbutton.green.active{
    color: white;
    opacity: 1;
    background-color: #64af0e;
}

header .navbutton.green:hover{
     background-color: #64af0e;
     filter: brightness(1.1);
}

header .navbutton.green[icon]:before{
    filter: invert(100%);
}

.navbutton.credits{
    pointer-events: none;
    opacity: 1;
    font-weight: bold;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.navbutton.credits.red, .navbutton.credits.red strong{
    color: red !important;
}

.navbutton.credits.red{
    background-color: rgba(255,0,0,0.2);
}

.navbutton.credits strong{
    margin-left: 5px;
    color: #2d81ff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.navbutton.credits strong.red{
    color: red;
}

.navbutton.credits strong:after{
    content: " kr.";
}

.navbutton.credits:hover{
    background-color: transparent;
}

header .navbutton:hover, header .navbutton.active{
    background-color: #afafaf30;
    opacity: 1;
}

header .navbutton[icon]:before{
    content: "";
    width: 15px;
    height: 15px;
    display: table;
    float: left;
    margin-right: 8px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    margin-bottom: 2px;
}

header .navbutton[icon="data"]:before{ background-image: url(../images/data.png);}
header .navbutton[icon="dashboard"]:before{ background-image: url(../images/dashboard.png);}
header .navbutton[icon="user"]:before{ background-image: url(../images/user.png);}
header .navbutton[icon="userCircle"]:before{ background-image: url(../images/userCircle.png);}
header .navbutton[icon="folder"]:before{ background-image: url(../images/folder.png); width: 15px;}
header .navbutton[icon="logout"]:before{ background-image: url(../images/logout.png);}
header .navbutton[icon="show"]:before{ background-image: url(../images/show.png);}

header .profileInfo{
    padding: 7px 20px;
    box-sizing: border-box;
}

header .logo{
    display: table;
    float: left;
}

header .logo img{
    width: 110px;
}

.contentTable .tag, .contentTable .status{
    padding: 2px 10px 1px 10px;
    background-color: gray;
    border-radius: 50px;
    margin-left: 7px;
    font-size: 9px;
    font-weight: 600;
    color: white;
    display: table;
    float: left;
    min-width: 20px;
    text-align: center;
}

.contentTable .status{
    font-size: 10px;
    padding: 1px 16px;
    margin: 0px;
    border: 1px solid rgba(0,0,0,0.1);
}

.contentTable .status.blank{
    background-color: transparent !important;
    padding: 0px;
    color: black;
    opacity: 0.6;
    font-weight: 500;
    font-size: 11px;
    border: none !important;§
    font-style: italic;
}


.contentTable .tag.blue{background-color: #1b90ef}
.contentTable .tag.green{background-color: #64af0e}
.contentTable .tag.orange{background-color: #ff8a00}
.contentTable .tag.red{background-color: #ef3317}
.contentTable .folderTag{
    min-width: 12px;
    min-height: 12px;
    border-radius: 100%;
    margin-right: 5px;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.folderTagContainer {
  margin-right: 5px;
}

.folderTagContainer:empty {
  margin-right: 0px;
}

.contentTable .contactInfo{
    min-width: 210px;
}

.contentTable .contactInfo i{
    opacity: 0.6;
    font-style: italic;
    font-size: 11px;
    font-weight: 500;
    font-family: "Poppins";
}

.companyInfo .keywords{
    display: table;
}

.companyInfo .keywords:empty:after, .companyInfo .phoneNumbers:empty:after, .companyInfo .emails:empty:after, .companyInfo .websites:empty:after, .companyInfo .socialNetworks:empty:after, .companyInfo .databox:empty:after{
    content: "Neuvedeno";
    opacity: 0.4;
    font-style: italic;
}

.companyInfo .websites span, .companyInfo .phoneNumbers span, .companyInfo .emails span{
    width: 100%;
    display: table;
}

.companyInfo .keywords span{
    padding: 2px 10px 1px 10px;
    background-color: #393d65;
    border-radius: 3px;
    margin-right: 3px;
    margin-bottom: 3px;
    font-size: 10px;
    font-weight: 600;
    color: white;
    display: table;
    float: left;
    min-width: 20px;
    text-align: center;
}

.contentTable .contactInfo span[icon]{
    margin-right: 5px;
    font-size: 11px;
    font-weight: 600;
    line-height: 16px;
    background-color: #393d65;
    color: white;
    border-radius: 5px;
    padding: 2px 6px;
}

.contentTable .contactInfo span[icon][results="0"]{
    display: none;
}


.contentTable .contactInfo span[icon]:before{
    content: "";
    display: table;
    width: 15px;
    height: 15px;
    margin-right: 6px;
    float: left;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 90%;
    filter: invert(100%);
}

.contentTable .contactInfo span[icon="user"]:before{ background-image: url(../images/user.png);}
.contentTable .contactInfo span[icon="email"]:before{ background-image: url(../images/email.png);}
.contentTable .contactInfo span[icon="phone"]:before{ background-image: url(../images/phone.png); background-size: 80%}
.contentTable .contactInfo span[icon="website"]:before{ background-image: url(../images/website.png);}






.loader {
width: 30px;
height: 30px;
border: 5px solid black;
border-bottom-color: transparent !important;
border-radius: 50%;
display: inline-block !important;
box-sizing: border-box;
animation: rotation 0.7s linear infinite;
}

.loader.results{
    width: 15px !important;
    height: 15px !important;
    border-color: #2d81ff;
    border-width: 3px !important;
    margin-bottom: -2px;
    margin-left: 3px;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
} 

.contentTable tr td a .elipsis{
    position: relative;
    width: 100%;
}

.contentTable tr td a .elipsis:before {
    content: '&nbsp;';
    visibility: hidden;
}

.contentTable tr td a .elipsis span {
    position: absolute;
    left: 0;
    right: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.loaderFlex{
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.6);
    display: flex;
    align-items: center;
    position: absolute;
    left: 0px;
    backdrop-filter: blur(5px);
    top: 0px;
    border:none !important;
    outline: none !important;
}

.loaderFlex .loader{
    width: 40px !important;
    height: 40px !important;
    border-color: #182b55;
    border-width: 6px !important;
    margin-bottom: -2px;
    margin-left: 3px;
    margin: 0px auto;
}


.innerWrap .companyLogo{
    width: 100%;
    height: auto;
    border-radius: 5px;
}

.innerWrap .companyLogo[src="data/images/search.png"]{
    background-color: e0e0e0;
    padding: 49px;
    box-sizing: border-box;
    opacity: 0.4;
}

[contactPerson="default"]{
    display: none !important;
}

.blankNote{
    width: 100%;
    text-align: center;
    opacity: 0.5;
    font-size: 12px;
    display: table;
}

.classificationSelect{
    width: 300px;
    display: flex;
    align-items: center;
    margin-left: 30px;
}

.classificationSelect select{
    float: right;
    margin-left: 10px;
}

.innerWrap:has(> .cz__classification_kompass:empty), , .innerWrap:has(> .cz__classification_nace:empty){
display: none;
}


.removeFilterButton{
    width: 17px !important;
    height: 17px !important;
    display: table;
    cursor: pointer;
    opacity: 0.5;
    margin-bottom: 3px;
}

.removeFilterButton[disabled]{
   opacity: 0.3 !important;
}

.removeFilterButton:hover{
    opacity: 0.7;
}

.removeThisFilter{
    float: right;
    color: white;
    opacity: 0.7;
    font-weight: bold;
    cursor: pointer;
    font-family: cursive;
}

.removeThisFilter:hover{
   opacity: 1;
}



#tutorialHighlight {
        position: fixed;
        background: rgba(0, 0, 0, 0); /* Průhledné pozadí */
        box-shadow: 0 0 0 10000px rgba(0, 0, 0, 0.5); /* Tmavý overlay */
        border-radius: 10px; /* Zaoblené rohy */
        padding: 20px;
        top: 20px;
        left: 100px;
        height: 0px;
        width: 0px;
        filter: blur(7px);
        transition: 0.2s opacity;
        z-index: 999;
    }

    .tutorialUI{
        width: 500px;
        height: auto;
        background: white;
        border-radius: 8px;
        position: fixed;
        bottom: 20px;
        right: 20px;
        overflow: hidden;
        transition: 0.4s ease-out;
        border: 1px solid #edecef;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 25px;
        z-index: 9999;
    }

    .tutorialContent{
        height: auto;
        display: block;
        width: 100%;
        padding: 20px;
        box-sizing: border-box;
    }

    .tutorialFooter{
        width: 100%;
        display: flex;
        align-items: center;
        border-top: 1px solid rgba(0,0,0,0.1);
        padding: 10px 20px;
        box-sizing: border-box;
    }

    .tutorialFooter span{
        font-family: "poppins";
        color: #9d9d9d;
        font-weight: bold;
        margin: 0px auto;
        font-size: 12px;
    }

    .tutorialHeader{
        width: 100%;
        display: flex;
        justify-content: space-between;
        flex-direction: row-reverse;
        align-items: center;
        border-bottom: 1px solid rgba(0,0,0,0.1);
        padding: 5px 20px;
        box-sizing: border-box;
    }

    .tutorialHeader audio{
        margin-left: -15px;
        padding: 0px;
        height: 30px;
        width: 235px;
        float: left;
        opacity: 0.8;
        transform: scale(0.9);
    }

    audio::-webkit-media-controls-panel{
        background-color: white !important;
        padding: 0px;
        margin: 0px;
    }

    .tutorialSubtitles{
        font-family: "poppins";
        padding: 0px;
        margin: 0px;
        font-weight: 500;
        font-size: 13px;
    }

    [tutorialButton]{
        width: auto;
        display: inline-table;
    }

    [tutorialButton="next"]{
        float: right;
    }

    [tutorialButton="back"]{
        float: left;
    }


    .folderStatus{
        border-radius: 6px;
        padding: 5px 10px;
        color: white;
        font-weight: 600;
        float: left;
        margin: 5px;
        font-size: 12px;
        display: table;
    }

    .folderStatus img{
        filter: invert(1);
        width: 7px;
        cursor: pointer;
        margin-left: 7px;
    }

    .folderStatus input{
        display: none !important;
    }


[colorPicker]{
    color: transparent !important;
    cursor: pointer;
    font-size: 1px;
}

/*Color picker*/
.colorPicker{
    background-color: white;
    border-radius: 2px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
    border:1px solid rgba(0,0,0,0.2);
    display: table;
    max-width: 132px;
    height: auto;
    padding: 20px;
    z-index: 99999;
    position: absolute;
    margin: 5px;
}

.colorPicker span{
    font-size: 14px;
    padding-bottom: 5px;
    padding-left: 3px;
    display: table;
    width: 100%;
    font-weight: 600;
}

.colorPicker .colorButton{
    width: 20px; 
    height: 20px;
    margin: 3px;
    float: left;
    cursor: pointer;
    border-radius: 50%;
}

.colorPicker .colorButton:hover{
    filter: brightness(1.1);
}

.colorPicker .colorButton.active{
    background-image: url("icons/check-white.png");
    background-size: 40%;
    background-position: center center;
    background-repeat: no-repeat;
}
/*Color picker*/

.folderTagsHolder:not(:has(.folderStatus)):after{
    content: "Nebyly vytvořeny žádné štítky";
    font-size: 11px;
    opacity: 0.4;
}




/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 22px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .1s;
  transition: .1s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(18px);
  -ms-transform: translateX(18px);
  transform: translateX(18px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.font8{font-size: 8px;}
.font9{font-size: 9px;}
.font10{font-size: 10px;}
.font11{font-size: 11px;}
.font12{font-size: 12px;}
.font13{font-size: 13px;}
.font14{font-size: 14px;}
.font15{font-size: 15px;}

.folderUserRow{
    justify-content: space-between;
    background:rgba(0,0,0,0.01);
    border: 1px solid #edecef;
    padding:10px;
    box-sizing: border-box;
    border-radius: 5px;
    margin-bottom: 10px;
}

.folderUserRow span{
    font-style: normal;
    font-weight: 600;
}


.folderSidebarWrap{
    position: fixed;
    top: 0px;
    left: 0px;
    backdrop-filter: blur(5px);
    background-color: rgba(0,0,0,0.3);
    width: 100%;
    height: 100vh;
    z-index: 9;
    display: none;
    cursor: pointer;
}

.folderSidebarWrap .folderSidebar{
    height: 100vh;
    width: 450px;
    position: absolute;
    top: 0px;
    right: -450px;
    display: block;
    background-color: white;
    transition: 0.2s right ease-out;
    cursor: default;
    font-family: "Poppins";
}

.folderSidebarWrap .folderSidebar.active{
    right: 0px;
}

.folderSidebarWrap .folderSidebarHeader{
    width: 100%;
    border-bottom: 1px solid #edecef;
    padding: 20px 15px 10px 15px;
    box-sizing: border-box;
    display: block;
    justify-content: space-between;
}

.folderSidebarWrap .folderSidebarHeader h4{
    padding: 0px;
    margin: 10px 0px 20px 0px;
    width: 100%;
}

.folderSidebarWrap .folderSidebarContent{
    height: calc(100% - 425px);
    display: block;
    width: 100%;
    background-color: rgba(0,0,0,0.06);
    overflow-y: auto;
    padding: 10px 20px;
    box-sizing: border-box;
    border-top: 2px solid rgb(240, 240, 240);
    border-bottom: 2px solid rgb(240, 240, 240);
}

.folderSidebarWrap .folderSidebarContent:empty:after{
    content: "Žádné pozmánky";
    width: 100%;
    text-align: center;
    opacity: 0.5;
    font-size: 12px;
    display: block;
    padding: 20px;
    box-sizing: border-box;
}


.folderSidebarWrap .folderSidebarFooter{
    width: 100%;
    border-top: 1px solid #edecef;
    padding: 10px 15px 10px 15px;
    box-sizing: border-box;
    justify-content: space-between;
}

.folderSidebarWrap .folderNote{
    display: block;
    margin-bottom: 15px;
}

.folderSidebarWrap .folderNoteHeader{
    display: flex;
    align-items: flex-end;
    width: 100%;
    justify-content: space-between;
    padding: 5px 4px 5px 4px;
    box-sizing: border-box;
}

.folderSidebarWrap .folderNote .name{
    display: block;
    height: auto;
    font-weight: bold;
    font-size: 11px;
    opacity: 0.6;
    float: left;
}


.folderSidebarWrap .folderNote  .date{
    font-size: 11px;
    opacity: 0.6;
    float: left;
    display: inline-block;
    margin-left: 10px;
}

.folderSidebarWrap .folderNote .status{
    padding: 2px 10px;
    background-color: gray;
    border-radius: 50px;
    font-size: 10px;
    font-weight: 600;
    color: white;
    display: table;
    float: left;
    min-width: 20px;
    text-align: center;
    border: 1px solid rgba(0,0,0,0.1);
}

.folderSidebarWrap .folderNote .status.blank{
    border: none;
    background-color: transparent;
    color: black;
    opacity: 0.6;
    padding: 0;
    font-weight: 500;
}

.folderSidebarWrap .folderNote .message{
    background-color: white;
    padding: 10px 15px;
    border-radius: 5px;
    border: 1px solid rgba(0,0,0,0.1);
    font-size: 12px;
    display: block;
}





.trackerUser .accordion{
    display: flex;
    align-items: center;
    box-sizing: border-box;
    background-color: white;
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: black;
    height: auto;
    padding: 10px;
    font-family: Poppins;
    
}

.trackerUser .accordion .companyName{
    width: calc(100% - 80px);
    float: left;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.trackerUser .accordion .time{
    line-height: 12px;
    width: 100px;
    opacity: 0.8;
    font-weight: 500;
    float: right;
    text-align: right;
    display: table;
    margin: 0px 7px;
    font-size: 10px;
}

.trackerUser .accordion .location{   
    padding-top: 2px;
    font-size: 10px;
    opacity: 0.5;
    font-weight: normal;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.trackerUser .accordion .tag{
    padding: 2px 15px;
    border: 1px solid rgba(0,0,0,0.1);
    color: white;
    border-radius: 5px;
    font-size: 10px;
}

.trackerUser .accordion .tag.gray{background-color: rgba(0, 0, 0, 0.4);}
.trackerUser .accordion .tag.blue{background-color: #1b90ef}
.trackerUser .accordion .tag.green{background-color: #64af0e}
.trackerUser .accordion .tag.orange{background-color: #ff8a00}
.trackerUser .accordion .tag.red{background-color: #ef3317}

.trackerUser .panel .userInfo{
    padding: 20px;
    height: auto;
    display: grid;
}

.trackerUser .panel .userInfo span{
    margin: 0px;
    padding: 0px;
    line-height: 0px;
}

.trackerUser .accordion .userIcons{
    width: auto;
    float: left;
    display: table;
    opacity: 0.4;
    margin-left: 6px;
}

.trackerUser .accordion .userIcons img{
    width: 15px;
    float: left;
    margin: 3px;
}

#myBarChart{
    width: 100px !important;
    height: 30px !important;
    border: 1px solid rgba(0,0,0,0.05);
    padding: 5px;
    border-radius: 4px;
    background-color: rgba(0,0,0,0.02);
    float: right;
}

[sortable]{
    position: relative;
}

[sortable]:after{
    display: inline-table;
    background-image: url(../images/arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    content: "";
    width: 7px;
    height: 7px;
    margin-left: 10px;
    margin-top: 3px;
    transform: rotate(90deg);
    opacity: 0.4;
}

[sortable][sortOrder="ASC"]:after{
    transform: rotate(90deg);
}

[sortable][sortOrder="DESC"]:after{
    transform: rotate(-90deg);
}


/*LEAFLET*/
.custom-marker {
    background-color: blue;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    animation: pulse 2s infinite;
    transition: opacity 0.3s;
}

.custom-cluster {
    background-color: blue;
    color: transparent;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    animation: pulse 2s infinite;
    transition: opacity 0.3s;
}

.leaflet-marker-icon:hover {
    transform: scale(1.5);
}
/*LEAFLET*/

.numberOfExportedResults{
    color: blue;
}

.numberOfExportedResults:after{
    content: " výsledků";
}