a,
.color-logo {
  color: #d2798d;
}
.login-box {
  background-color: #fff;
  padding: 10px;
}
.img-menu {
  max-width: 100%;
}
label {
  font-weight: 600;
  margin-bottom: 0px;
  line-height: 1;
}
body {
  background-color: #ffffff;
}
.nav.metismenu > li.nav-header {
  margin-bottom: 8px;
}
.nav > li > a {
  color: #1b203e;
}
.nav > li.active {
  border-left: 4px solid #1b203e;
  background: #d1788c;
}
ul.nav-second-level {
  background: #ffffff59;
  color: #fff;
}
.nav-second-level li a {
  color: #fff;
}
.nav-second-level li:last-child {
  padding-bottom: 0px;
}
.wrapper-content {
  padding: 15px 0px 40px;
}

.ibox-title {
  background-color: #1b203e;
  padding: 10px 90px 5px 15px;
  color: #fff;
  min-height: 30px;
}
.ibox-tools {
  top: 10px;
}
.ibox-tools a {
  color: #fff !important;
}
.ibox-content {
  border-top-width: 0px;
  padding: 15px;
}
.ibox-table {
  padding: 3px 3px 10px 3px;
}
table {
  font-size: 12px;
  font-weight: 400 !important;
}

.table {
  margin-bottom: 30px;
  border-bottom: 1px solid #e1a7b47a;
}
thead {
  background-color: #d1788c;
  color: #fff;
}
.datepicker-days thead th {
  background-color: #d1788c !important;
}
.table-project thead {
  color: #1b203e;
}
.table-project .label {
  display: inline-block;
  padding: 3px 4px 4px 4px;
  margin-right: 2px;
  font-size: 10px;
}
.table-project h3 {
  margin-bottom: 0px;
  margin-top: 0px;
}
.table-project {
  font-size: 12px !important;
  font-weight: 400 !important;
}
.project-table-wrapper-main .table-project-fixed {
  position: relative;
}
.project-table-wrapper-main.fixed .table-project .left-fixed-column {
  position: relative;
  width: 100px;
  background-color: white;
  z-index: 9;
}

.project-table-wrapper-main.fixed .table-project .left-fixed-column .b-left,
.project-table-wrapper-main .table-project-fixed .b-left {
  height: 100%;
  background-color: #e7eaec;
  width: 1px;
  position: absolute;
  left: 0;
  top: 0;
}
.project-table-wrapper-main.fixed .table-project .left-fixed-column .b-right,
.project-table-wrapper-main .table-project-fixed .b-right {
  height: 100%;
  background-color: #e7eaec;
  width: 1px;
  position: absolute;
  right: 0;
  top: 0;
}
.project-table-wrapper-main.fixed .table-project .left-fixed-column .b-top,
.project-table-wrapper-main .table-project-fixed .b-top {
  height: 1px;
  background-color: #e7eaec;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.project-table-wrapper-main.fixed .table-project th.left-fixed-column {
  background-color: #f5f5f6;
}
.table-project-hours {
  text-align: center;
}
th {
  font-weight: 400 !important;
}
.project-title a {
  font-size: 13px;
  color: #000;
  font-weight: 600;
}
.navbar-top-links li a {
  padding: 15px 10px;
  min-height: 50px;
}
select.form-control {
  height: 2.225rem !important;
}
.custom-file-label,
.custom-file-label::after {
  border-radius: 0px;
  border: 1px solid #e5e6e7;
}

body .select2-container--default .select2-selection--single,
body .select2-container--default .select2-selection--multiple,
body .select2-container--default.select2-container--focus
  .select2-selection--multiple {
  border-radius: 0px;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #e5e6e7;
  border-radius: 1px;
  color: inherit;
  display: block;
  min-height: 36px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 100%;
  padding-top: 2px;
}
.select2-dropdown {
  border: 1px solid #e5e6e7;
  border-radius: 0px;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #e5e6e7;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  top: 5px;
}
.eventList {
  display: block;
  background-color: #000;
  color: #fff;
  padding: 2px 4px;
  margin-bottom: 2px;
  border-radius: 3px;
}
.col-agile {
  width: 350px;
  display: inline-block;
  vertical-align: top;
}
.feed-activity-list .feed-element {
  border-bottom: 0px solid #e7eaec;
}
.feed-element {
  padding-bottom: 0px;
}
.feed-element,
.feed-element .media {
  margin-top: 5px;
}
.feed-element .well {
  margin-top: 0px;
  background-color: #e1a7b41f;
}
.agile-board {
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  height: calc(100vh - 205px) !important;
  scrollbar-color: purple;
}
.pointer-hand {
  cursor: pointer;
}
.agile-board-column {
  max-height: calc(100vh - 284px) !important;
  overflow-y: auto;
}

.col-agile {
  overflow: hidden;
  min-width: 350px;
  max-width: 350px;
  display: inline-block;
  vertical-align: top;
}

::-webkit-scrollbar {
  width: 11px;
  height: 11px;
}

::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}

::-webkit-scrollbar-thumb {
  background: #d6d6d6;
  border: 1px solid #a7a7a7;
  border-radius: 50px;
}

::-webkit-scrollbar-thumb:hover {
  background: #d1d1d1;
}

::-webkit-scrollbar-thumb:active {
  background: #c7c7c7;
}

::-webkit-scrollbar-track {
  background: #e2e2e2;
  border: 0px none #ffffff;
  border-radius: 53px;
}

::-webkit-scrollbar-track:hover {
  background: #cecece;
}

::-webkit-scrollbar-track:active {
  background: #bbbbbb;
}

::-webkit-scrollbar-corner {
  background: transparent;
}
.knowledge-btn {
  width: 100%;
  display: inline-block;
  text-align: center;
  padding: 30px 10px 30px 10px;
  background-color: #d2798d0f;
  border: 1px solid #1b203e;
  border-radius: 5px;
  color: #1b203e;
  font-size: 25px;
}
.ibox-title-input {
  height: 20px;
  font-size: 10px;
}
.text-black {
  color: black !important;
}
.knowledge-editor {
  border: 1px solid #f5f5f5;
}
.knowledge-editor-title {
  background-color: rgba(0, 0, 0, 0.03);
  padding: 3px;
  font-size: 11px;
}
.knowledge-editor-content {
  padding: 3px;
}
.knowledge-editor-content.text-editor {
  padding: 0;
}
.knowledge-editor-content .note-editor.note-frame {
  border: none;
}
.sweet-alert p {
    margin-top:30px;
}
.icon-table {
    font-size: 16px;
    top: 2px;
    position: relative;
}
.icon-table.inactive {
    color: #cbcbcb;
}
.work-time-project-link {
    color:black;
}
.work-time-project-link:hover {
    color:#d2798d
}

.contact-details-profile {
  width: 100%;
  border-radius: 50%!important;
  margin-top: 5px;
}

.pink-color {
  color: #d2798d;
}

.cursor-pointer {
  cursor: pointer;
}

.project-people img {
  width: 32px;
  height: 32px;
}

.ibox-wp-updates h2 {
  font-weight: 600;
  color: #d2798d;
}
.bg-app {
  background-color: #d2798d;
}
.modal-backdrop {
  opacity: 0.5;
}
.note-delete {
  color: #d2798d !important;
}
.table-wp-updates tr {
  border-right: 1px solid #e7eaec;
  border-left: 1px solid #e7eaec;
}
.note-cell {
  max-width: 200px;
  word-wrap: break-word;
  white-space: normal;
}
.ibox-wp-updates .ibox-wp-update-item {
  border-right: 1px solid #e7eaec;
  border-left: 1px solid #e7eaec;
  border-bottom: 1px solid #e7eaec;
}
.wp-update-section-header td {
  background-color: #d2798d;
  color: #fff;
  font-weight: 600;
  padding: 10px!important;
}
.wp-update-border-bottom {
  border-bottom: 1px solid #e7eaec;
}
.cusor-not-allowed {
  cursor: not-allowed;
}
.wp-updates-buttons {
  min-width: 170px;
}
.section-check {
  padding: 0.35rem 0.4rem;
  font-size: 0.7rem;
}

.sidebar {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  overflow-x: hidden;
  transition: 0.5s;
  background-color: white;
  border-color: #2F4050;
  z-index: 2055 !important;
}

.sidebar a {
  padding: 10px 15px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  
  display: block;
  transition: 0.3s;
}

.sidebar.open {
  width: 80%;
}

.overlay {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.5);
  z-index: 2050 !important;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.mobile-sidebar > ul > li > a {
  font-size: 13px;
}

.overlay.active {
  display: block;
  opacity: 1;
}

.sidebar-button {
  height: 100%;
  display: flex;
}

.nav-second-level > li > a {
  padding-left: 30px;
  font-size: 13px;
}

.table-responsive {
  overflow-x: auto;
}

.project-actions {
  display: flex; 
  align-items: center; 
  justify-content: flex-end; 
  width: 100%;
}
.project-actions > a {
  margin-left: 0.25rem !important;
}
.project-actions > a:first-child {
  margin-left: 0 !important;
}
.project-actions > button {
  margin-left: 0.25rem !important;
}
.project-actions > button:first-child {
  margin-left: 0 !important;
}
.sidebar-button > button {
  font-size: 20px;
  cursor: pointer;
  border: none;
  background: none;
  padding: 8px 15px;
}
.mobile-sidebar .nav-second-level {
  padding-left: 20px;
  list-style-type: none;
}
.project-people {
  display: flext;
}
.body-no-scroll {
  overflow: hidden;
  height: 100%;
}
.tabs-container .nav-tabs {
  border-bottom: none !important;
}
.btn-secondary:hover {
  color: black !important;
  background-color: transparent !important;
}
.modal-header {
  padding: 30px 15px !important;
  text-align: center !important;
  display: block !important;
}
.modal-header .modal-title {
  font-size: 26px;
}
.board-info {
  border: 1px solid #e7eaec;
  border-radius: 10px;
  background-color: #fff;
}
.ibox.board-info {
  margin-bottom: 0px;
}
.board-info .ibox-title {
  border-radius: 10px 10px 0px 0px !important;
  background-color: #fff0;
  color: #1b203e;
  height: auto;
}
.board-info .ibox-title h5 {
  margin-bottom: 0px;
}
.board-info .ibox-tools a, .boardColumn a {
  color: #d1788c !important;
}
.col-board {
  padding: 5px;
}
.row-board {
  margin-left: -5px;
  margin-right: -5px;
}
.board-info .ibox-content {
  border-radius: 0px 0px 10px 10px !important;
  min-height: 60px;
  height: auto;
  background-color: #fff0;
}
.board-info:hover, .boardCard:hover {
  border-color: #d2798d;
  cursor: pointer;
  background-color: #f3f3f3;
}
.board-info .ibox-tools .dropdown-menu > li > a.text-danger, .boardColumn .dropdown-menu > li > a.text-danger {
  color: #ED5565 !important;
}
.main-sidebar-menu {
  padding: 15px 15px;
  font-size: 20px;
  color: #000;
  cursor: pointer;
}
.navbar.navbar-static-top.boardMenu {
  background-color: #e1a7b426;
  padding: 10px 15px;
}
.boardMenuItem {
  display: inline-block;
  margin-right: 10px;
}
.boardMenu h1 {
  margin: 0px;
  font-size: 20px;
}
#records-items-pagination .pagination {
  margin-bottom: 0 !important;
}

.select2-selection.has-error {
  border-color: #ED5565 !important;
}

@media (min-width: 1200px) {
  .modal-xxl {
      max-width: 90%;
  }
}
.font-size-14 {
  font-size: 14px !important;
}
.dashboard-calendar {
  background-color: #a8a8a8;
  padding: 5px;
  color: #fff;
  border-radius: 5px;
  font-size: 15px;
  margin-bottom: 3px;
  display: flex;
  align-items: center;  
}
.dashboard-calendar .vue-avatar--wrapper {
  margin-right: 4px;
}
.dashboard-calendar img {
  margin-right: 4px;
}
.m-0\.5 {
  margin: 2px;
}
.data-graph {
  display: inline-block;
  padding: 2px 3px 0px 3px;
  color: #fff;
  text-align: center;
  font-size: 10px;
  position: relative;
}
.day-off {
  background-color: #d1788c0d;
}
.tooltip-s {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

/* Stylowanie tooltipa */
.tooltip-s .tooltip-content-s {
  visibility: hidden;
  width: 200px; /* Szerokość tooltipa */
  background-color: white;
  color: black;
  text-align: left;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 10px;
  position: absolute;
  z-index: 1;
  bottom: 125%; /* Pozycja nad elementem */
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  font-family: Arial, sans-serif;
  font-size: 14px;
}

/* Strzałka pod tooltipem */
.tooltip-s .tooltip-content-s::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: white transparent transparent transparent;
}

/* Pokaż tooltip na hover */
.tooltip-s:hover .tooltip-content-s {
  visibility: visible;
}
.disabled-link {
  pointer-events: none; 
  cursor: not-allowed; 
  text-decoration: none; 
  opacity: 0.5;
}
a.link-normal {
  color: #1b203e;
}