html {
  position: static !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-block-start: 0px;
  margin-block-end: 0px;
}

@media print {
  #view-issue-page .bugnote .btn {
    display: none;
  }

  #view-issue-page .bugnote .btn-sm {
    display: none;
  }

  .noprint {
    display: none;
  }
}

.btn-reopen {
  background-color: green !important;
}

.navbar {
  position: relative;
  background: #000000 !important;
  height: 70px;
}

.page-content {
  background: #e3e3e3 !important;
  /* margin: 0 0px 0 110px !important; */
}

.navbar-brand {
  padding: 7px 16px 0 14px !important;
}

#projects-list a,
#projects-list-mobile a {
  font-size: 14px;
  line-height: 16px;
  color: #000000;
}

#projects-list,
#projects-list-mobile {
  max-height: 500px;
  overflow-y: auto;
}

#all-project-btn-mobile,
.all-projects-data-contianer-mobile{
  display: none;
}

.all-projects-data-contianer-mobile li{
  padding-top: 6px;
  padding-bottom: 6px;
}

.ul-project-lists {
  margin: 8px 0px 0px 0px;
}

.ul-project-lists li a {
  padding: 6px 14px;
  font-weight: 400;
}

.language-selection {
  font-family: "Roboto Bold", sans-serif;
  font-weight: 500;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.87);
  padding: 0 6px;
  margin: 0 24px 0 0;
  border-radius: 4px;
}

.just-bold-font {
  font-family: "Roboto Bold", sans-serif;
}

.dropdown-menu.dropdown-close.dropdown-menu-right {
  right: 244px !important;
  padding: 0px 2px !important;
}

.acount-navbar-data {
  display: flex;
  align-items: center;
  justify-content: end;
  padding: 16px 14px 0 0;
}

.acount-navbar-data a {
  display: flex;
  font-weight: 600;
  font-size: 20px;
  color: #ffffff;
  transition: transform 0.3s ease;
  padding-right: 28px;
}

.acount-navbar-data a.navbar-with-icon-logout {
  display: flex;
  font-weight: 600;
  font-size: 23px;
  color: #ffffff;
  transition: transform 0.3s ease;
  padding-right: 0px;
}

.acount-navbar-data a:hover,
.acount-navbar-data a:focus {
  text-decoration: none;
  /* color: #E3E3E3; */
}

.projects-searchbox {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.all-projects-data .projects-searchbox input {
  border: none;
  border-bottom: 1px solid #ccc;
  padding: 8px 16px;
  margin: 0;
  width: 100%;
  font-weight: 600;
}

.all-projects-data li:hover {
  color: #e3e3e3;
}

.acount-navbar-data p {
  margin: 0;
}

.all-project-dropdown {
  display: flex;
  align-items: center;
}

.user-acount-data {
  display: flex;
  align-items: center;
  gap: 5px;
  height: 48px;
  width: 100%;
}

/* .user-acount-data:hover {
  background: #f4f4f4;

} */

.btn-reopen:hover {
  background-color: rgb(14, 201, 14) !important;
  border-color: rgb(14, 201, 14) !important;
}

.input-borderless {
  border: 0 !important;
}

span.print {
  font-size: 8pt;
}

span.required {
  font-size: 8pt;
  color: #bb0000;
}

td.category,
th.category {
  background-color: #edf3f4 !important;
  color: #000000;
  font-weight: bold;
  vertical-align: top;
}

/* th{
  font-size: 16px !important;
  color: #000000;
  text-transform: uppercase;
} */

.new-td-style {
  font-family: "Roboto Bold", sans-serif;
  font-weight: 500 !important;
  color: #000000 !important;
  font-size: 13px !important;
}

.new-td-style a:hover {
  color: #000000 !important;
}

.new-td-style-without-color {
  font-family: "Roboto Bold", sans-serif;
  font-weight: 500 !important;
  vertical-align: middle;
}

.new-td-style-with-line-clamp {
  font-family: "Roboto Bold", sans-serif;
  font-weight: 500 !important;
  font-size: 13px !important;
  color: #000000;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.just-line-clamp {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

td.category .small,
th.category .small {
  font-weight: normal;
}

.small-caption {
  border: 1px solid #fff;
  font-size: 8pt;
  padding: 0 5px;
}

tr.spacer {
  background-color: #ffffff !important;
  color: #000000;
  height: 5px;
}

/**
 * view_all_bug_page.php
 */
#buglist td,
#buglist th {
  text-align: center;
}

#buglist .column-summary,
#buglist .column-description,
#buglist .column-notes,
#buglist .column-steps-to-reproduce,
#buglist .column-additional-information {
  text-align: left;
}

/* manage_plugin_page.php */
span.dependency_dated {
  color: maroon;
}

span.dependency_met {
  color: green;
}

span.dependency_unmet {
  color: red;
}

span.dependency_upgrade {
  color: orange;
}

tr.bugnote .bugnote-note {
  background-color: #e8e8e8;
  color: #000000;
  width: 75%;
  vertical-align: top;
}

.bugnote-body img {
  max-width: 100%;
}

.bugnote-private {
  background-color: #fcf8e3 !important;
}

.bugnote-private-for-reporter {
  display: none;
}

input[type="color"] {
  padding: 0;
}

.nowrap {
  white-space: nowrap;
}

.issue-status {
  border-bottom: 1px dotted black;
}

.bug-attachments {
  margin: 0;
  padding: 0;
}

.bug-attachments > ul {
  list-style: none;
  margin: 0.5em;
  padding: 0;
}

.bug-attachments > ul > li {
  margin: 0.5em 0;
  padding: 0;
}

.bug-attachments > ul > li > div {
  margin: 0;
  padding: 0;
}

.bug-attachment-preview-text,
.bug-attachment-preview-image {
  margin: 1em;
  padding: 1em;
}

.bug-attachment-preview-image img {
  max-width: 100%;
}

.bug-attachment-preview-text {
  white-space: pre-wrap;
}

#dates label[for="start_date"],
#dates > label[for="end_date"] {
  float: left;
  width: 3em;
}

/* manage_config_* colors */
.color-global {
  background-color: LightBlue;
}

.color-project {
  background-color: LightGreen;
}

td.due-0,
td.overdue {
  background-color: red;
  color: #ffffff;
  font-weight: bold;
}

td.due-1 {
  background-color: darkorange;
  color: #ffffff;
  font-weight: bold;
}

td.due-2 {
  background-color: green;
  color: #ffffff;
  font-weight: bold;
}

td.print-overdue {
  font-weight: bold;
}

.collapse-link {
  cursor: pointer;
}

.table-nonfluid {
  width: auto !important;
}

.login-logo {
  text-align: center;
}

.login-logo img {
  max-width: 300px;
  margin-top: 50px;
}

/* strike-through resolved issues: #22492 */
.resolved {
  text-decoration: line-through;
}

.error-details .code {
  font-family: monospace;
}

table.filters td.category {
  color: #337ab7;
}

.listjs-table .sort:after {
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid transparent;
  content: "";
  position: relative;
  top: -10px;
  right: -5px;
}

.listjs-table .sort.desc:after {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #707070;
  content: "";
  position: relative;
  top: 4px;
  right: -5px;
}

.listjs-table .sort.asc:after {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #707070;
  content: "";
  position: relative;
  top: -4px;
  right: -5px;
}

.listjs-table .sort:hover {
  text-decoration: underline;
}

.better-editor-reload-saved-text {
  max-width: 190px;
  font-family: "Roboto Bold", sans-serif;
  font-style: normal;
  color: #333333;
  text-transform: uppercase;
  background-color: #f2f2f2 !important;
  border-radius: 4px;
  padding: 8px 12px !important;
}

.better-editor-reload-saved-text:hover,
.better-editor-reload-saved-text:focus {
  background: #d9d9d9 !important;
  color: #333333 !important;
}

#buglist .column-resolution.acl25 {
  display: none;
}

#buglist .column-status {
  min-width: 260px;
}

#time_to,
#time_from,
#time_spent,
#bug-description {
  border: 0;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
/* input[type=number] {
  -moz-appearance: textfield;
} */

.input-time {
  font-size: 13px !important;
  padding: 0px !important;
  width: 60%;
  background-color: inherit !important;
}

.input-time-des {
  font-size: 13px !important;
  padding: 0px !important;
  width: 100%;
}

#time_spent {
  width: 50%;
}

.save-real-btn {
  color: #5090c1;
}

.save-real-btn:hover {
  color: #0b5fa0;
}

.save-btn-default {
  background-color: inherit !important;
  border: none !important;
  float: right;
  padding: 0 !important;
  margin-right: 4px;
}

.info-btn-time {
  color: #5090c1;
  float: right;
  padding: 0 !important;
  margin: 0 !important;
}

.bug-action-buttons {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 100%;
  min-height: 100%;
}

.bug-action-buttons form {
  margin: 0px;
}

.bug-agreed i {
  margin-right: 10px;
}

.bug-accepted i {
  margin-right: 10px;
}

.bug-completed i {
  margin-right: 10px;
}

.plus-icon {
  color: #e2e2e2;
}

.status-done {
  color: green;
}

.status-unknown {
  color: red;
}

.btn-action {
  padding: 2px 4px !important;
  margin: 0 !important;
}

#agreeform {
  grid-area: first;
  display: flex;
  align-items: center;
  justify-content: center;
}

#acceptform {
  grid-area: second;
  display: flex;
  align-items: center;
  justify-content: center;
}

#completeform {
  grid-area: third;
  display: flex;
  align-items: center;
  justify-content: center;
}

#doneform {
  grid-area: second;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bug-action-save {
  text-align: center;
}

.fixed-class {
  position: fixed;
}

.btn-done {
  color: green;
  border-color: green !important;
}

.table-sla-container {
  display: flex;
  width: 100%;
  align-items: center;
  flex-direction: column;
}

.table-sla {
  width: 65% !important;
}

.fixed-times-table {
  position: fixed;
  z-index: 10;
  top: 40px;
  margin-right: 20px !important;
  margin-top: 54px;
}

.info-btn {
  color: #5090c1;
  float: right;
}

.red-diff {
  background-color: #db5839;
  color: white;
}

.green-diff {
  background-color: #72b612;
  color: white !important;
}

.blue-diff {
  background-color: #6181db;
  color: white !important;
}

.neaktivni {
  background-color: gray;
}

.long-text {
  max-width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  white-space: nowrap;
  vertical-align: middle !important;
}

.slide-button {
  color: #5090c1;
  float: right;
  padding: 0 !important;
  margin: 0;
  margin-left: 5px;
  margin-top: 2px;
}

/* .bug-times-edit {
  color: #ff820e;
  margin-right: 5px;
} */

/* .bug-times-delete {
  color: red;
  margin-left: 5px;
} */

.bug-expected-finish-from input,
.bug-expected-finish-to input {
  width: 100%;
}

.edit-btn-default {
  background-color: inherit !important;
  border: none !important;
  padding: 0 !important;
}

.edit-form {
  text-align: center;
}

.bug-visible {
  text-align: center;
}

.input-private {
  margin-right: 3px;
  color: #5090c1;
}

.private-icon {
  color: #5090c1;
  margin-left: 3px;
}

.private-color {
  background-color: #fcf8e3;
}

.white-color {
  background-color: white;
}

/* .hideEdit {
  display: none !important;
  visibility: hidden;
} */

.exporty_container {
  display: flex;
  flex-direction: row;
  width: 99%;
  justify-content: flex-end;
  margin-right: 30px;
}

.margin-lr {
  margin: 0 7px 0 7px;
  display: flex;
  align-items: center;
}

.margin-lr input {
  margin: -3px 5px 0 0 !important;
}

.form-radio {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
}

.project-times-bar {
  display: flex;
  justify-content: space-between;
}

.filter-container {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.button-nofilter {
  margin-left: 10px !important;
  align-self: center !important;
}

#filter-value-to {
  display: none;
}

.switch {
  position: relative;
  display: inline-block;
  width: 100px;
  height: 42px;
}

.custom-select {
  height: 34px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  border: #5090c1 solid 1px;
}

.custom-input {
  border: #5090c1 solid 1px !important;
}

.border-custom-input {
  border-bottom-right-radius: 5px !important;
  border-top-right-radius: 5px !important;
}

.border-custom-input-left {
  border-bottom-left-radius: 5px !important;
  border-top-left-radius: 5px !important;
}

.custom-radio {
  border: #5090c1 solid 1px !important;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #d9d9d9;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  height: 32px;
  width: 32px;
  left: 6px;
  bottom: 5px;
  background-color: white;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 22 22" fill="none"><path d="M6.15341 12.5513L6.69752 11.9954L10.631 15.9288L10.631 4.58331L11.4066 4.58331L11.4066 15.9288L15.3436 11.9919L15.8877 12.5477L11.0188 17.4166L6.15341 12.5513Z" fill="%23333333"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  content: "";
  /* Odstráňte textový obsah */
  font-size: large;
  color: #999999;
  padding-left: 8px;
  padding-top: 2px;
  transform: rotate(180deg);
}

input:checked + .slider {
  background-color: #999999;
  content: url
    (
      "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='100' cy='50' r='40' stroke='black' stroke-width='2' fill='red'/%3E%3Cpolyline points='20,20 40,25 60,40 80,120 120,140 200,180' style='fill:none;stroke:black;stroke-width:3'/%3E%3C/svg%3E"
    );
}

input:focus + .slider {
  box-shadow: 0 0 1px #999999;
}

.invoice-bugs-connected {
  display: flex;
  border-left-width: 1px !important;
  height: 87.5px;
  border: none !important;
  border-bottom: 1px solid #ddd !important;
  align-items: center;
  justify-content: center;
}

input:checked + .slider:before {
  -webkit-transform: translateX(56px);
  -ms-transform: translateX(56px);
  transform: translateX(56px);
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 22 22" fill="none"><path d="M6.15341 12.5513L6.69752 11.9954L10.631 15.9288L10.631 4.58331L11.4066 4.58331L11.4066 15.9288L15.3436 11.9919L15.8877 12.5477L11.0188 17.4166L6.15341 12.5513Z" fill="%23333333"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  padding-top: 4px;
  padding-left: 8px;
}

.invoice-reminder .reminders-wrapper {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  gap: 4px;
}

.reminder-circle {
  width: 24px;
  border-radius: 50%;
  text-align: center;
  font-size: 11px;
  border: 3px solid #000;
  background-color: red;
  color: white;
  font-weight: bold;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.div-flex {
  display: flex;
  justify-content: space-evenly;
}

.flex-div-column {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.filter-button {
  align-self: flex-start;
}

label {
  width: max-content;
}

.margin-l-20 {
  margin-left: 20px;
  margin-right: 5px;
}

.reset-submit-container {
  display: flex;
  align-self: baseline;
}

.reset-submit-container > a {
  padding: 7px;
}

.reset-submit-container > input {
  padding: 7px;
}

tr.last-comment-private {
  background-color: #fcf8e3 !important;
}

.last-comment-private {
  background-color: #fcf8e3 !important;
  font-weight: bold;
}

.widget-body {
  display: block !important;
}

.collapsed > .widget-body {
  display: none !important;
}

.middle-alight tr,
.middle-alight td,
.middle-alight th {
  vertical-align: middle !important;
}

.remove-task:hover {
  cursor: pointer;
}

#invoice-description {
  resize: none;
}

#selected-items {
  display: flex;
  margin-bottom: 5px;
}

.selected-task {
  background-color: #7d9cb8;
  margin-right: 5px;
  border-radius: 5px;
  padding: 3px;
}

.remove-task {
  margin-left: 2px;
}

.alreadyadded {
  margin-left: 10px;
  font-size: 25px;
}

*#invoices-table tbody {
  font-size: 12px;
}

tbody {
  font-size: 13px;
}

.price-ok {
  font-family: "Roboto Bold", sans-serif;
  color: #5ba85a;
  font-weight: bold;
}

.price-with-circle-ok {
  display: flex;
  align-items: center;
  gap: 8px;
  height: 100%;
  color: #5ba85a;
  font-weight: bold;
}

.circle-price-ok {
  display: inline-block;
  min-width: 12px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #5ba85a;
}

.price-bad {
  font-family: "Roboto Bold", sans-serif;
  color: #dc2121;
}

.price-with-circle-bad {
  display: flex;
  gap: 8px;
  align-items: center;
  height: 100%;
  color: #dc2121;
  font-weight: bold;
}

.circle-price-bad {
  display: inline-block;
  min-width: 12px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #dc2121;
}

.price-low {
  color: rgb(255, 166, 0);
  font-weight: bold;
}

.price-with-circle-low {
  display: flex;
  gap: 8px;
  align-items: center;
  height: 100%;
  color: rgb(255, 166, 0);
  font-weight: bold;
}

.circle-price-low {
  display: inline-block;
  min-width: 12px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: rgb(255, 166, 0);
}

.price-high {
  color: #3785e1;
  font-weight: bold;
}

.price-with-circle-high {
  display: flex;
  gap: 8px;
  align-items: center;
  height: 100%;
  color: #3785e1;
  font-weight: bold;
}

.circle-price-high {
  display: inline-block;
  min-width: 12px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #3785e1;
}

#iframepdf {
  width: 50%;
  height: 85vh;
}

.flex {
  margin-top: 50px;
  display: flex;
  justify-content: center;
}

.wrong {
  margin-top: 60px;
  border-radius: 10px;
  padding: 15px;
}

button:disabled,
button[disabled] {
  /* background-color: rgb(202, 202, 202); */
  color: #ad6969;
  cursor: not-allowed !important;
}

.status-unknown-custom {
  color: #ad6969;
}

.tippy-box[data-theme~="list"] .tippy-content {
  white-space: pre-line;
}

.btn-stop {
  background-color: #b93b3e !important;
  border-color: #b93b3e !important;
  color: white !important;
}

.btn-itsdone {
  background-color: #01c8a9 !important;
  border-color: #01c8a9 !important;
  color: white !important;
}

.btn-continue {
  background-color: #01c8a9 !important;
  border-color: #01c8a9 !important;
  color: white !important;
}

.input-full {
  width: 100%;
}

.blank_row {
  height: 20px !important;
}

.invoice-action a:hover {
  text-decoration: none !important;
}

.button-flex {
  display: flex;
}

.invoice-bugs-flex {
  word-wrap: break-word;
}

.date-selector {
  display: inline-flex;
}

.select-tasks select {
  width: 100%;
}

#project-selector {
  width: 100%;
}

#form-table {
  table-layout: fixed;
}

.table-times {
  table-layout: fixed;
}

.popup-shadow {
  z-index: 1028;
  background: rgba(0, 0, 0, 0.9);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  position: fixed;
}

.popup-report-time {
  background-color: #eee;
  z-index: 1028;
  position: absolute;
  width: 40%;
  height: 270px;
  border: #428bca 2px solid;
  border-radius: 5px;
}

.report-details {
  display: grid;
  grid-template-columns: auto auto;
  padding: 5px;
}

.report-details > label {
  font-weight: bold;
}

.btn-report {
  background-color: #5090c1;
  color: white;
}

.form-box {
  margin-top: 10px;
}

.sidebar {
  /* max-width: 300px !important; */
  width: 100% !important;
  height: 100%;
  border: none !important;
  background: #ffffff !important;
  color: #000000;
  /* overflow: hidden; */
  overflow-y: auto;
}

.sidebar-links {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding: 0;
  margin: 0;
}

li.active img {
  filter: none !important;
}

li.hover img {
  filter: none !important;
}

.sidebar-links a {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  padding: 4px 0px 4px 25px;
  color: #000000 !important;
  white-space: nowrap;
}

.sidebar-links a:hover {
  background: #f4f4f4;
  text-decoration: none;
  color: #000000 !important;
}

.active {
  background: #f4f4f4;
  text-decoration: none;
  /* color: #000000 !important; */
}

.sidebar-icon {
  color: #000000 !important;
  max-width: 40px;
  width: 100%;
}

.sidebar-icon-boostrap {
  padding: 8px 10px 10px 8px;
}

.sidebar-icon:hover {
  color: #000000 !important;
}

.side-bar-titles-div {
  position: relative;
  height: 73px;
  overflow: hidden;
}

.side-bar-title {
  position: absolute;
  top: 5px;
  right: 74px;
  font-size: 29px;
  text-transform: uppercase;
  white-space: nowrap;
  transition: all 0.6s ease-out;
}

.side-bar-title-icon {
  position: absolute;
  top: 0px;
  left: -100px;
  transition: all 0.6s ease-out;
}

.side-bar-title-icon-svg {
  border-radius: 50%;
  background: #000;
}

#sidebar ul.nav-list li .menu-icon.fa {
  display: flex;
  align-items: center;
  justify-content: center;
}

.fast-contact-side-bar-title {
  padding-left: 17px;
  overflow: hidden;
}

.fast-contact-phone-email:hover {
  text-decoration: underline;
}

.fast-contact-side-bar-line {
  padding-left: 17px;
}

.fast-contact-side-bar-links {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: "Roboto Bold", sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #000000;
  font-size: 16px;
  padding: 4px 0px 4px 24px;
  cursor: pointer;
}

.all-project-single-project-div {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.all-project-single-project-div a {
  color: #000000;
  font-size: 24px;
  cursor: pointer;
}

.all-project-single-project-div a:hover {
  color: #000000;
}

.all-project-single-project-div-and-title-section {
  display: flex;
  align-items: center;
  gap: 10px;
}

.fast-contact-side-bar-links a {
  height: 48px;
  display: flex;
  align-items: center;
  font-family: "Roboto Bold", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  text-decoration: none;
  color: #000000;
  white-space: nowrap;
}

.fast-contact-side-bar-links a p,
.fast-contact-side-bar-links a span {
  white-space: nowrap;
}

.fast-contact-side-bar-links svg,
.fast-contact-side-bar-links img {
  min-width: 40px;
}

.fast-contact-side-bar-links a:hover,
.fast-contact-side-bar-links a:focus {
  color: #000000;
}

.fast-contact-side-bar-links-task:hover {
  background: #f4f4f4;
  color: #000000;
  text-decoration: none;
}

.fast-contact-side-bar-links:hover {
  background: #f4f4f4;
}

.collapse-menu-div {
  cursor: pointer;
}

.collapse-menu-with-line-div {
  margin: 10px 0px;
}

.collapse-menu-div:hover {
  background: #f4f4f4;
}

.strikeout td {
  position: relative;
}

.add-user-btn {
  display: flex;
  align-items: center;
  gap: 10px;
}

.navbar-header-logo-title {
  display: flex;
  align-items: center;
  font-size: 13px;
  text-transform: uppercase;
  gap: 14px;
}

.navbar-header-logo-mobile-title {
  font-size: 16px;
}

.navbar-header-logo-mobile {
  display: none;
}

tr.strikeout td:not(.payment-action):before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 0;
  border-bottom: 1px solid rgb(200, 0, 0);
  width: 100%;
}

tr.strikeout td:after {
  content: "\00B7";
  font-size: 1px;
}

.to-delete {
  background-color: #e60202 !important;
}

.pair-link-disabled {
  pointer-events: none;
}

.pairBtnWrapper {
  display: unset;
}

.pair-wrapper-disabled {
  cursor: not-allowed !important;
}

.admin-manage-menu {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
  list-style-type: none;
  background-color: #ffffff;
  margin: 16px 24px;
  padding: 24px 38px;
}

.admin-manage-menu li {
  font-family: "Roboto Bold", sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #000000;
  font-size: 16px;
  padding: 8px;
}

.admin-manage-menu li:hover {
  text-decoration: underline;
}

@media screen and (min-width: 961px) {
  td.invoice-action {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
  }

  .invoice-action a,
  .invoice-action > button {
    width: 32px;
    height: 32px;
  }

  .invoice-action > a > button {
    width: 100%;
    height: 100%;
  }
}

@media screen and (max-width: 960px) {
  td.invoice-action {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 8px;
  }

  .bug-header {
    display: none;
  }

  .strikeBtn:before {
    font-weight: bold;
    /* content: "Škrtnout platbu: " !important; */
  }

  .pairBtn::before {
    font-weight: bold;
    /* content: "Spárovat platbu: " !important; */
  }

  .viewInvoiceBtn::before {
    font-weight: bold;
    /* content: "Zobrazit fakturu: " !important; */
  }

  .downloadInvoiceBtn::before {
    font-weight: bold;
    /* content: "Stáhnout fakturu: " !important; */
  }

  .editInvoiceBtn::before {
    /* font-weight: bold; */
    /* content: "Upravit záznam: " !important; */
  }

  .editInvoicePdfBtn::before {
    font-weight: bold;
    /* content: "Upravit PDF: " !important; */
  }

  .downloadAttachmentBtn::before {
    font-weight: bold;
    /* content: "Stáhnout přílohu: " !important; */
  }

  .invoice-bugs-connected {
    display: block;
  }

  .deleteInvoiceBtn::before {
    font-weight: bold;
    /* content: "Smazat záznam: " !important; */
  }

  .invoice-action::before {
    font-weight: bold;
    /* content: "Akce: " !important; */
  }

  tr.strikeout td:not(.payment-action) {
    text-decoration: line-through;
    text-decoration-color: red;
  }

  tr.strikeout td:not(.payment-action) > .long-text {
    text-decoration: line-through;
    text-decoration-color: red;
  }

  tr.strikeout td:not(.payment-action):before {
    border-bottom: none;
    position: unset;
  }

  tr.strikeout td:after {
    content: "\00B7";
    font-size: 1px;
  }

  .payment-header {
    display: none;
  }

  .btn-group-resp {
    display: flex !important;
    flex-wrap: wrap;
    height: 105px;
  }

  .long-text {
    max-width: 90%;
  }

  .bug-header-times {
    display: none;
  }

  .date-selector {
    display: contents;
  }

  #file-faktura {
    width: 100%;
  }

  .date-container {
    display: flex;
  }

  #iframepdf {
    width: 95%;
  }

  #edit-invoice-table {
    table-layout: fixed;
  }

  .info-btn {
    font-size: 175% !important;
  }

  .category {
    white-space: normal !important;
  }

  #selected-items {
    flex-wrap: wrap;
  }

  /* .big-header-data-times {
    display: grid;
    grid-template-columns: auto auto auto;
    border-radius: 5px;
    border: #428BCA 2px solid;
    margin-bottom: 10px;
    background-color: #E7F2F8;
  } */

  #invoices-table tbody {
    font-size: 14px;
  }

  .big-header-data {
    display: grid;
    grid-template-columns: 60% 40%;
    border-radius: 5px;
    border: #428bca 2px solid;
    margin-bottom: 10px;
    background-color: #e7f2f8;
  }

  .bug-invoice::before {
    font-weight: bold;
    content: "ID: ";
  }

  .invoice-bugs-connected::before {
    font-weight: bold;
    content: "Tasky: ";
  }

  .invoice-bugs-connected-one::before {
    font-weight: bold;
    content: "Task: ";
  }

  .invoice-bugs-connected {
    display: flex;
    flex-wrap: wrap;
  }

  .payment-id-transaction::before {
    font-weight: bold;
    content: "ID transakce: " !important;
  }

  .payment-date::before {
    font-weight: bold;
    content: "Datum: " !important;
  }

  .payment-variable-symbol::before {
    font-weight: bold;
    content: "Variabilní symbol: " !important;
  }

  .payment-sender-number::before {
    font-weight: bold;
    content: "Číslo účtu: " !important;
  }

  .payment-sender-name::before {
    font-weight: bold;
    content: "Jméno účtu: " !important;
  }

  .payment-sender-bank::before {
    font-weight: bold;
    content: "Jméno banky: " !important;
  }

  .payment-sender-bank-number::before {
    font-weight: bold;
    content: "Kód banky: " !important;
  }

  .payment-value::before {
    font-weight: bold;
    content: "Částka: " !important;
  }

  .payment-comment::before {
    font-weight: bold;
    content: "Komentář: " !important;
  }

  .big-header-data-payment {
    display: grid;
    grid-template-columns: 100%;
    border-radius: 5px;
    border: #428bca 2px solid;
    margin-bottom: 10px;
    background-color: #e7f2f8;
  }

  .invoice-date-created::before {
    font-weight: bold;
    content: "Datum vytvoření: ";
  }

  .invoice-date-transaction::before {
    font-weight: bold;
    content: "Datum splatnosti: ";
  }

  .invoice-date-defray::before {
    font-weight: bold;
    content: "Datum uskutečnění plnění: ";
  }

  .invoice-number::before {
    font-weight: bold;
    content: "Číslo faktury: ";
  }

  .invoice-name::before {
    font-weight: bold;
    content: "Název faktury: ";
  }

  .invoice-variable-symbol::before {
    font-weight: bold;
    content: "Variabilní symbol: ";
  }

  .invoice-price-no-tax::before {
    font-weight: bold;
    /* content: "Cena bez DPH: "; */
  }

  .invoice-tax-only::before {
    font-weight: bold;
    /* content: "DPH: "; */
  }

  .invoice-price-final::before {
    font-weight: bold;
    content: "Cena celkem: ";
  }

  .invoice-viewed::before {
    font-weight: bold;
    content: "Zobrazeno: ";
  }

  .invoice-downloaded::before {
    font-weight: bold;
    content: "Staženo: ";
  }

  .invoice-status::before {
    font-weight: bold;
    content: "Status: ";
  }

  /* .invoice-status {
    font-size: 18px;
  } */

  .table-responsive > .table > tbody > tr > td {
    white-space: normal !important;
  }

  .invoice-pay-info::before {
    font-weight: bold;
    content: "Datum platby a osoba: ";
  }

  .table > tbody > tr > td {
    border-top: none !important;
  }

  .table > tbody > tr > td {
    border: none !important;
  }

  table {
    background-color: #eee !important;
  }

  .table-responsive {
    border: none !important;
  }

  .button-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 15px !important;
  }

  .form-radio {
    flex-wrap: wrap;
    justify-content: center;
  }

  .reset-submit-container {
    align-self: center;
  }

  .filter-container {
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 5px;
  }

  .filter-container * {
    margin-bottom: 5px;
  }

  .date-container input:nth-of-type(1)::before {
    font-weight: bold;
    content: "Od: ";
  }

  .date-container input:nth-of-type(2)::before {
    font-weight: bold;
    content: "Do: ";
  }

  /* .bug-time-from::before {
    font-weight: bold;
    content: "Hodiny od: ";
  } */

  /* .bug-time-to::before {
    font-weight: bold;
    content: "Hodiny do: ";
  } */

  /* .bug-time-spent::before {
    font-weight: bold;
    content: "Reálný čas: ";
  }

  .bug-time-difference::before {
    font-weight: bold;
    content: "Rozdíl: ";
  } */

  /* .bug-description::before {
    font-weight: bold;
    content: "Popis: ";
  } */

  /* .bug-agreed::before {
    font-weight: bold;
    content: "Odsouhlaseno: ";
  } */

  /* .bug-accepted::before {
    font-weight: bold;
    content: "Přijato: ";
  } */

  /* .bug-completed::before {
    font-weight: bold;
    content: "Dokončeno: ";
  } */

  /* .bug-expected-finish-from::before {
    font-weight: bold;
    content: "Předpokládané dokončení od: ";
  }

  .bug-expected-finish-to::before {
    font-weight: bold;
    content: "Předpokládané dokončení do: ";
  } */
}

@media screen and (max-width: 1660px) and (min-width: 960px) {
  .bug-header {
    display: none;
  }

  .payment-header {
    display: none;
  }

  .btn-group-resp {
    display: flex !important;
    flex-wrap: wrap;
    height: 105px;
  }

  .date-selector {
    display: inline-flex;
  }

  .big-header-data {
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
    border-radius: 5px;
    border: #428bca 2px solid;
    margin-bottom: 10px;
    background-color: #e7f2f8;
  }

  .big-header-invoice td {
    border: none !important;
  }

  .bug-action-buttons {
    display: flex;
    flex-direction: column;
  }

  .bug-invoice::before {
    font-weight: bold;
    content: "ID: ";
  }

  .invoice-bugs-connected-one::before {
    font-weight: bold;
    content: "Task:  ";
  }

  .invoice-bugs-connected::before {
    font-weight: bold;
    content: "Tasky:  ";
  }

  .invoice-bugs-connected {
    display: flex;
    flex-wrap: wrap;
  }

  .invoice-date-created::before {
    font-weight: bold;
    content: "Datum vytvoření: ";
  }

  .invoice-date-transaction::before {
    font-weight: bold;
    content: "Datum splatnosti: ";
  }

  .invoice-date-defray::before {
    font-weight: bold;
    content: "Datum uskutečnění plnění: ";
  }

  .invoice-number::before {
    font-weight: bold;
    content: "Číslo faktury: ";
  }

  .invoice-name::before {
    font-weight: bold;
    content: "Název faktury: ";
  }

  .invoice-variable-symbol::before {
    font-weight: bold;
    content: "Variabilní symbol: ";
  }

  .invoice-price-no-tax::before {
    font-weight: bold;
    /* content: "Cena bez DPH: "; */
  }

  .invoice-tax-only::before {
    font-weight: bold;
    /* content: "DPH: "; */
  }

  .invoice-price-final::before {
    font-weight: bold;
    content: "Cena celkem: ";
  }

  .invoice-viewed::before {
    font-weight: bold;
    content: "Zobrazeno: ";
  }

  .invoice-downloaded::before {
    font-weight: bold;
    content: "Staženo: ";
  }

  .invoice-status::before {
    font-weight: bold;
  }

  .table-responsive > .table > tbody > tr > td {
    white-space: normal !important;
  }

  .invoice-pay-info::before {
    font-weight: bold;
    content: "Datum platby a osoba: ";
  }

  .table > tbody > tr > td {
    border-top: none !important;
  }

  .table-invoices > tbody > tr > td {
    border: none !important;
  }

  .table-invoices {
    background-color: #eee !important;
  }

  .table-responsive {
    border: none !important;
  }
}

@media screen and (max-width: 475px) {
  .bug-action-buttons {
    display: block;
  }
}

.private-background {
  background: fixed repeating-linear-gradient(
    45deg,
    #fde6e6,
    #fde6e6 10px,
    #ffffff 10px,
    #ffffff 20px
  ) !important;
  font-weight: bold;
}

.my-buglist-private {
  background: fixed repeating-linear-gradient(
    45deg,
    #fde6e6,
    #fde6e6 10px,
    #ffffff 10px,
    #ffffff 20px
  ) !important;
  font-weight: bold;
}

.last-comment-private-and-bug-private {
  background: repeating-linear-gradient(
    45deg,
    #fff1f1,
    #fff1f1 10px,
    #fde6e6 10px,
    #fde6e6 20px
  ) !important;
  font-weight: bold;
}

.w-max-content {
  width: max-content;
}

.legends-container {
  display: flex;
  flex-direction: row;
  margin-left: 15px;
  margin-bottom: 5px;
  gap: 5px;
}

.legends-container > .my-buglist-private {
  color: rgb(0, 0, 0);
  text-shadow: 1px 0 0 rgb(255, 255, 255), 0 -1px 0 rgb(255, 255, 255),
    0 1px 0 rgb(255, 255, 255), -1px 0 0 rgb(255, 255, 255);
}

.legends-container > .last-comment-private-and-bug-private {
  color: rgb(0, 0, 0);
  text-shadow: 1px 0 0 rgb(255, 255, 255), 0 -1px 0 rgb(255, 255, 255),
    0 1px 0 rgb(255, 255, 255), -1px 0 0 rgb(255, 255, 255);
}

.legends-container > .last-comment-private {
  color: rgb(0, 0, 0);
  text-shadow: 1px 0 0 rgb(255, 255, 255), 0 -1px 0 rgb(255, 255, 255),
    0 1px 0 rgb(255, 255, 255), -1px 0 0 rgb(255, 255, 255);
}

.legend {
  border: 1px solid black;
  border-radius: 5px;
  padding: 5px;
  width: fit-content;
}

.legends-header {
  margin-left: 15px;
  margin-top: 1px !important;
  font-size: medium;
  font-weight: bold;
}

/* Poznámka fakturace */
#invoice-note-modal {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 10000;
  background: #0008;
  display: flex;
  align-items: center;
  justify-content: center;
}

#invoice-note-modal .inner-wrapper {
  background: white;
  max-width: calc(100% - 16px);
  margin: 0 auto;
  width: 600px;
  position: relative;
}

#invoice-note-modal .inner-wrapper .widget-header {
  padding: 0px 24px 0px 12px;
}

#invoice-note-modal .inner-wrapper .close-btn {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 8px;
  color: white;
  font-size: 24px;
}

#invoice-note-modal .inner-wrapper .note {
  padding: 8px;
  margin: 0;
}

.column-status-info {
  width: 100%;
}

.column-last-modified span {
  font-family: "Roboto Bold", sans-serif;
  font-weight: 500 !important;
}

.layout-footer {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9999;
  background: #000000;
  padding: 7px 27px;
}

.g-branding {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
}

.g-branding,
.g-branding a {
  font-family: "Roboto Bold", sans-serif;
  font-weight: 500;
  color: #ffffff;
}

.g-branding a:hover {
  text-decoration: none;
  color: #8b8683;
}

.bottom-section-with-indentation {
  margin-bottom: 67px;
}

.navbar-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.skin-3 .navbar.navbar-collapse .navbar-container,
.skin-3 .navbar.navbar-collapse:before {
  background: #000000 !important;
}

.navbar.navbar-collapse .navbar-buttons {
  border: none !important;
}

.file-message {
  font-size: 16px;
}

#menu-toggler {
  border: none !important;
  background-color: #000000 !important;
  margin: 0px;
}

.hamburger-and-acount-mobile {
  display: none;
}

.acount-mobile-elements {
  display: none;
}

.navbar-language-link-whole-div {
  position: relative;
}

.navbar-language-link {
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 300 !important;
}

.navbar-language-link-div {
  background-color: #ffffff;
  flex-direction: column;
  text-align: center;
  display: flex;
  gap: 12px;
  font-size: 16px;
  padding: 16px 0px;
  border-radius: 2px;
  border: 0.3px solid #bebebe;
}

.navbar-language-link-div-container {
  position: absolute;
  top: 38px;
  left: 10px;
  max-width: 120px;
  width: 100%;
  overflow: hidden;
}

.navbar-language-link-arrow-svg {
  transition: transform 0.3s ease;
}

.navbar-language-link-arrow-svg-open {
  transform: rotate(180deg);
}

.navbar-language-link-p {
  width: 100%;
  cursor: pointer;
}

.navbar-language-link-p:hover {
  background: #f4f4f4;
}

.languge-div-mobile {
  display: none;
}

.acount-desktop-elements {
  display: block;
}

.account-toggler {
  border: none;
  background-color: #000000;
  margin-top: 3px;
  display: none;
}

.divider {
  display: none;
}

.all-projects-data {
  position: absolute;
  display: none;
  background: #ffffff;
  max-width: 390px;
  width: 100%;
  top: 60px;
  right: 85px;
  border: 0.3px solid #bebebe;
  box-shadow: 1px 3px 10px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
}

.all-projects-data-open {
  display: block;
}

ul.all-projects-data li {
  list-style-type: none;
}

#all-project-btn svg:last-child,
#all-project-btn-mobile svg:last-child {
  transition: transform 0.3s ease;
}

#all-project-btn svg:last-child.rotate,
#all-project-btn-mobile svg:last-child.rotate {
  transform: rotate(180deg);
}

.dropdown-yellow > li:hover > a,
.dropdown-yellow > li > a:focus,
.dropdown-yellow > li > a:active,
.dropdown-yellow > li.active > a,
.dropdown-yellow > li.active:hover > a {
  background: #f4f4f4 !important;
  color: #000000 !important;
}

.navbar-overflow-hidden {
  z-index: 9999;
}

.chart-flex {
  display: flex;
  flex-direction: column-reverse;
  /* gap: 40px; */
}

.homepage-chart-invoice {
  justify-content: start;
  margin-top: 12px;
}

.homepage-chart-tasks {
  justify-content: start;
  margin-top: 52px;
}

.inoviceFilterArrow {
  transition: transform 0.3s ease;
}

.tasksFilterArrow {
  transition: transform 0.3s ease;
}

.menu-text {
  font-family: "Roboto Bold", sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #000000;
  font-size: 16px;
}

.sidebar-link-mouseenter {
  padding: 8px;
  background: #f4f4f4;
  opacity: 1;
}

.collapse-navbar-hide-text {
  white-space: nowrap;
  transition: all 0.6s ease-out;
}

/******* start CSS with cookieset class .menu_closed ********/

.menu_closed .collapse-navbar-hide-text {
  opacity: 0;
}

.menu_closed .sidebar + .main-content {
  margin-left: 90px;
}

.main-content {
  margin-top: 70px;
}

.menu_closed .page-content {
  margin: 0 !important;
}

.menu_closed .sidebar {
  max-width: 90px !important;
}

.menu_closed .side-bar-title {
  right: -250px;
}

.menu_closed .side-bar-title-icon {
  left: 23px;
}

.menu_closed .fast-contact-side-bar-title {
  display: none;
}

.menu_closed .fast-contact-side-bar-line {
  display: block;
}

.menu_closed .last-visited-and-search-task {
  margin-left: 138px;
}

/*******Animacie ********/
.sidebar,
.main-content,
.sidebar + .main-content,
.page-content,
.side-bar-title,
.side-bar-title-icon,
.fast-contact-side-bar-title,
.fast-contact-side-bar-line {
  transition: all 0.6s ease-out;
}

/******* end CSS with cookieset class .menu_closed ********/

.last-visited-tasks-div {
  display: flex;
  align-items: center;
  gap: 8px;
}

.last-visited-tasks-div a {
  font-family: "Roboto Bold", sans-serif;
  color: #000000;
  font-weight: 500;
  font-size: 16px;
}

.last-visited-title {
  font-size: 16px;
  color: black;
  text-transform: uppercase;
  margin: 0;
}

.link-bug-content {
  font-size: 16px;
  font-family: "Roboto Bold", sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #000000;
}

.link-bug-content:hover {
  color: #000000;
}

.last-visited-and-search-task {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  padding: 6px 38px;
  margin-left: 378px;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.12), 0px 2px 2px rgba(0, 0, 0, 0.14),
    0px 3px 1px -2px rgba(0, 0, 0, 0.2);
  transition: all 0.6s ease-out;
}

.last-visited-and-search-task-container {
  position: fixed;
  top: 94px;
  right: 24px;
  width: 100%;
  z-index: -2;
  transition: all 0.4s ease-out;
}

.nav-search-form {
  display: flex;
  gap: 16px;
  margin-block-end: 0 !important;
}

.custom-form {
  display: flex;
  gap: 8px;
}

.nav-search-checkbox-div {
  display: flex;
  align-items: center;
  gap: 8px;
}

.nav-search-checkbox-div label {
  margin-bottom: 0px;
}

.search-button {
  border: none;
  border-radius: 4px;
  background: #f2f2f2;
  text-transform: uppercase;
  font-family: "Roboto Bold", sans-serif;
  font-weight: 500;
}

.search-button:hover {
  background: #d9d9d9;
}

input[type="text"],
input[type="text"]::placeholder {
  color: #000000 !important;
}

.input-search {
  max-width: 400px !important;
  width: 100% !important;
  border: none !important;
}

.input-search-controls {
  display: flex;
  flex-direction: row;
}

.input-search-cancel-button {
  border: none;
  background-color: transparent;
  padding: 0;
}

.input-search-div {
  position: relative;
}

.input-search-div::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1.5px;
  background-color: black;
}

/* .page-content {
  padding: 0px 20px 24px 20px ;
} */

.page-content {
  padding: 0px 15px 0px 15px;
}

.special-char {
  font-size: 16px !important;
  vertical-align: baseline;
  /* alebo akékoľvek iné zarovnanie, ktoré chcete dosiahnuť */
}

.pagination-div {
  background: #ffffff;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 16px;
  padding-top: 30px;
}

.pagination-btn {
  max-width: 40px;
  max-height: 40px;
  height: 100%;
  width: 100%;
  color: #000;
  padding: 10px 12px 10px 8px;
  text-transform: uppercase;
}

.items-per-page-selector-div {
  display: flex;
  align-items: center;
  justify-content: right;
  gap: 6px;
  margin-top: 20px;
}

.items-per-page {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 40px;
  width: 100%;
  padding: 10.25px 0px;
}

.items-per-page:hover,
.items-per-page-btn-active {
  background: #d9d9d9;
  border-radius: 4px;
}

.items-per-page a:hover {
  color: #000000;
  text-decoration: none;
}

.items-per-page a {
  color: #000000;
}

.pagination-btn:hover,
.pagination-btn:active,
.pagination-btn:focus,
.page-number:hover {
  color: #000;
  background: #d9d9d9;
  border-radius: 4px;
  text-decoration: none;
}

.page-number {
  color: #000;
  padding: 8px 15.5px;
}

.page-number-active {
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.08);
}

.pagination-double-arrow:hover {
  text-decoration: underline;
}

.all-up-scroll-page-btn {
  position: fixed;
  bottom: 70px;
  right: 10px;
  max-width: 26px;
  max-height: 26px;
  width: 100%;
  height: 100%;
  color: #ffffff;
  background: #555;
  border-radius: 4px;
  opacity: 0.7;
  cursor: pointer;
  z-index: 1;
}

.all-up-scroll-page-btn:hover {
  opacity: 1;
  color: #ffffff;
}

.last-visited-title-links a {
  font-family: "Roboto Bold", sans-serif;
  font-weight: 500;
  color: #000000;
  font-size: 16px;
}

.last-visited-title-links a:hover,
.last-visited-title-links a:focus {
  color: #000000;
  text-decoration: underline;
}

.account-cross,
.choose-project,
.mobile-icon {
  display: none;
}

.alreadyadded-invoice{
  display: flex;
  align-items: center;
  gap: 10px;
}

.alreadyadded-invoice p{
  margin: 0px;
}

.alreadyadded-invoice a{
  text-decoration: underline;
}

.alreadyadded-invoice a:hover{
  color: #F80303 !important;
}

.bug-attachment-preview-video video {
  width: 100%;
}


@media (max-width: 1480px) {
  .items-per-page-selector-div {
    padding: 10px;
  }
}

@media (max-width: 1350px) {
 
  .all-project-single-project-div {
    padding-top: 30px;
  }
}

@media (max-width: 1280px) {
  .language-div-desktop {
    display: none;
  }

  .choose-project{
    display: block;
    padding-left: 78px;
    padding-top: 24px;
  }

  .language-div-mobile {
    display: block;
  }

  .hamburger-and-acount-mobile {
    max-width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin: 0px 24px 0px 0px;
  }

  .acount-mobile-elements {
    display: block;
  }

  .acount-desktop-elements {
    display: none;
  }

  .sidebar {
    position: fixed !important;
    max-width: none !important;
    width: 100vw !important;
    left: -100vw;
    transition: all 0.4s ease-in-out;
    height: calc(100% - 70px);
    overflow-y: auto;
    overflow-x: hidden;
  }

  .sidebar.sidebar-fixed {
    top: -100vh;
  }

  .sidebar + .main-content {
    margin-left: 0px !important;
  }

  .navbar-with-icon {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 6px;
    font-size: 16px !important;
  }

  .navbar-with-icon-logout {
    padding-right: 0px;
  }

  .account-name-with-cross {
    display: flex;
    align-items: center;
  }

  .page-content {
    margin: 0px !important;
  }

  .acount-navbar-data {
    position: absolute;
    top: 70px;
    left: -100vw;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    /* gap: 10px; */
    padding: 22px 0px 24px 24px;
    width: 100vw;
    background: #ffffff;
    color: #000000;
    box-shadow: 1px 3px 10px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    transition: all 0.4s ease-in-out;
  }

  .acount-navbar-data a:hover,
  .acount-navbar-data a:focus {
    text-decoration: none;
    color: #000000;
  }

  div.acount-navbar-data * {
    color: black;
  }

  div.acount-navbar-data svg path {
    fill: black;
  }

  .language-selection {
    font-size: 16px;
    border: none;
    padding: 0px;
    margin: 0;
  }

  .language-selection option {
    position: static;
    font-size: 16px;
    border: none;
    padding: 0px;
    margin: 0;
  }


  .all-projects-data-contianer,
  .all-projects-data-contianer-mobile {
    overflow: hidden;
    height: 0px;
    transition: height 0.3s ease;
  }

  .all-projects-data {
    position: static;
    display: block;
    max-width: 390px;
    box-shadow: none;
    border-radius: 0px;
    border: none;
    margin-left: 67px !important;
  }

  .layout-footer {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 100%;
    max-height: 78px;
    position: static;
    bottom: 0;
    left: 0;
    z-index: 9999;
    background: #000000;
    padding: 7px 27px;
  }

  .bottom-section-with-indentation {
    margin-bottom: 24px;
  }

  .navbar-container {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }

  .last-visited-and-search-task {
    margin-left: 24px;
  }

  .all-up-scroll-page-btn {
    bottom: 12px;
  }

  .navbar-language-link p {
    font-family: "Roboto Bold", sans-serif;
    font-weight: 500;
    font-size: 16px;
  }

  .navbar-language-link-div {
    text-align: start;
    padding: 0px;
    padding-left: 46px;
    border: none;
    transition: transform 0.3s ease;
  }

  .navbar-language-link-div-container {
    position: static;
    max-width: none;
    width: 100%;
    transition: height 0.3s ease;
  }

  .navbar-header-logo-mobile {
    display: block;
  }

  .navbar-header-logo-desktop {
    display: none;
  }

  #all-project-btn-mobile{
    display: flex;
    padding-left: 25px;
    font-weight: 700;
  }

  .all-projects-data-contianer-mobile{
    display: block;

  }

  .mobile-icon{
    display: flex;
    height: 48px;
  }

  .side-bar-titles-div {
    display: none;
  }
  
  .mobile-navbar-line {
    height: 22px;
    color: white;
    position: relative;
    margin-top: 10px;  
  }
  .mobile-navbar-line::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 90%;
    height: 2px;
    background-color: #C1C1C1;
    margin: 0px 17px;
    margin-bottom: 10px;
  }

  .fast-contact-side-bar-title{
     display: none !important;
  }
}

@media (max-width: 992px) {

  .last-visited-and-search-task {
    flex-direction: column;
    align-items: start;
    gap: 10px;
    padding: 8px 50px;
  }

  .main-content {
    margin-top: 108px;
  }

  .pagination-div {
    padding-bottom: 24px;
  }

  .all-project-single-project-single-element {
    display: none;
  }

  .all-project-single-project-div-and-title-section {
    flex-direction: column;
    align-items: start;
    gap: 10px;
  }

  .all-project-single-project-div {
    padding-top: 0px;
    padding-left: 50px;
  }
}

@media (max-width: 850px) {
  .main-content {
    margin-top: 130px;
  }

  .last-visited-tasks-div {
    flex-direction: column;
    align-items: start;
  }

  .last-visited-and-search-task {
    padding: 16px 50px;
  }
}

@media (max-width: 590px) {
  .all-project-single-project-div-and-title-section {
    margin-bottom: 10px;
  }

  .nav-search-form {
    flex-direction: column;
    gap: 16px;
  }
}

@media (max-width: 530px) {
  .last-visited-title-links {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    /* Počet riadkov, ktoré chcete zobraziť */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .pagination-btn-desktop {
    display: none;
  }

  .pagination-btn-mobile {
    display: block;
  }

  .page-number {
    padding: 0px 7.5px;
  }

  .pagination-btn {
    max-width: 24px;
    max-height: 24px;
    height: 100%;
    width: 100%;
    padding: 0px;
  }
}

@media (max-width: 500px) {
  .better-editor-reload-saved-text {
    width: 100% !important;
    display: block !important;
  }

  .full-width-btn {
    display: block !important;
    margin-right: 0px !important;
    margin-top: 18px;
  }

  .better-editor-reload-saved-text {
    max-width: none;
  }

  .last-visited-and-search-task {
    padding: 16px 24px;
  }

  .all-project-single-project-div {
    padding-left: 24px;
  }

  .admin-manage-menu {
    padding: 20px 24px;
  }

  .all-projects-data {
    max-width: 310px;
  }
}