.selector {
  background-color: rgba(227, 227, 227, 0.4);
  border: 1px solid rgba(128, 128, 128, 0.1803921569);
  border-radius: 5px;
  height: 150px;
  width: 100%;
  padding: 3px;
  overflow-y: auto;
}
.selector .element {
  background-color: #acacac;
  padding-left: 2px;
  padding-right: 2px;
  border-radius: 4px;
  margin-left: 2px;
  margin-right: 2px;
  color: white;
  font-weight: bold;
}
.selector .element .options {
  background-color: #acacac;
  color: white;
  text-decoration: none;
  left: 0;
  top: 24px;
}
.selector .element .options .option {
  cursor: pointer;
  border-radius: 4px;
}
.selector .element .options .option:hover {
  background-color: #888888;
}
.selector .element .options .selected {
  display: none;
}
.selector .element .delElement {
  background-color: #acacac;
  color: white;
  text-decoration: none;
  opacity: 0;
  font-size: 14px;
  top: 0;
  bottom: 0;
  border-radius: 4px;
  cursor: pointer;
}
.selector .element:hover .delElement {
  opacity: 1;
}

font-face {
  font-family: "Geist";
  src: url("/fonts/geist/Geist-Variable.woff2") format("woff2");
  font-weight: 100 900;
  font-display: swap;
}

body {
  font-family: "Geist", Arial, sans-serif;
}

/* scrollbar */
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(37, 37, 37, 0.3);
}

body {
  min-height: 100vh;
  color: #b2b0b0;
}

.background {
  background-color: #101010;
  opacity: 1;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.05) 1px, transparent 1px), linear-gradient(to bottom, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 8rem 8rem;
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: -2;
}

.dark-card-ETD {
  background: linear-gradient(250deg, rgb(14, 14, 14) 0%, rgb(30, 30, 30) 100%);
  border-radius: 8px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(1.2rem);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid var(--accents-2);
  color: #b2b0b0;
}
.dark-card-ETD .form-control {
  border-radius: 0 !important;
}

.dark-card-ETD-cross {
  background-color: #080808;
  background: radial-gradient(circle, transparent 20%, #080808 20%, #080808 80%, transparent 80%, transparent), radial-gradient(circle, transparent 20%, #080808 20%, #080808 80%, transparent 80%, transparent) 25px 25px, linear-gradient(#212121 2px, transparent 2px) 0 -1px, linear-gradient(90deg, #212121 2px, #080808 2px) -1px 0;
  background-size: 50px 50px, 50px 50px, 25px 25px, 25px 25px;
  border-radius: 8px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(1.2rem);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid var(--accents-2);
  color: #e6e6e6;
}
.dark-card-ETD-cross .form-control {
  border-radius: 0 !important;
  background-color: #fff;
}

.navbar-brand {
  color: #fafafa;
}

.settings .sideMenu .menu .option {
  cursor: pointer;
}
.settings .bodySettings div {
  overflow-y: auto;
}

.main .appContent {
  overflow-y: auto;
  height: 100vh;
  position: relative;
  transition: 0.3s ease all;
  backface-visibility: hidden;
  min-height: calc(100% - 3.35rem);
}
.main .mainMenu {
  box-shadow: 0px 0 11px -4pxvar --bs-custom-color;
  position: relative;
  border-right: 1px solid var(--bs-custom-color);
  background-color: var(--bs-body-bg);
  color: #fafafa;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  width: 250px;
  height: 100vh;
  overflow-y: auto;
}
.main .mainMenu i {
  cursor: pointer;
  padding-top: 5px;
  padding-bottom: 5px;
}
.main .mainMenu .brand {
  text-align: center;
  padding-top: 20px;
}
.main .mainMenu .brand .logo {
  height: 29px;
  filter: invert(1);
}
.main .mainMenu .links {
  text-align: center;
  font-size: 0.9rem;
  font-weight: 400;
}
.main .mainMenu .links li:not(.active) {
  color: #d5d5d5;
}
.main .mainMenu .links a {
  text-decoration: none;
}
.main .mainMenu .links a:not(.active) {
  font-weight: 100;
}
.main .collapseButton {
  transform: rotate(-90deg);
  transition-duration: 0.5s;
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.secondaryText {
  color: #999;
  font-weight: 500;
  font-size: 12px;
}

.lightText {
  color: #888;
}

.popupLayout {
  position: fixed;
  min-height: 50px;
  top: 50%;
  left: 50%;
  z-index: 11;
  border-radius: 0.6rem;
  transform: translate(-50%, -50%);
}
.popupLayout .closePopup {
  cursor: pointer;
}

#drop_file_zone {
  background: #eee;
  border: #999 5px dashed;
  border-radius: 50%;
  width: 200px;
  height: 200px;
  padding: 8px;
  font-size: 18px;
}

#drag_upload_file {
  width: 50%;
  margin: 0 auto;
}
#drag_upload_file span {
  text-overflow: ellipsis;
  overflow: hidden;
  width: 187px;
  height: 1.2em;
  white-space: nowrap;
  display: block;
  text-align: center;
}
#drag_upload_file #selectfile {
  display: none;
}

.text-orange {
  color: rgba(75, 120, 204, 0.48);
}

.tox-statusbar__branding {
  display: none;
}

.btn-primary {
  box-shadow: 0px 0 11px -4pxvar --bs-custom-color;
}

.notification {
  border-radius: 50%;
  text-align: center;
  background-color: rgba(249, 103, 0, 0.6901960784);
  padding-top: 1px;
  padding-bottom: 1px;
  color: #fafafa;
}

.statusOnline {
  top: 0;
  bottom: 0;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  text-align: center;
  margin: auto;
  color: rgba(255, 255, 255, 0);
  right: -2px;
  position: absolute;
  background-color: #00ab30;
}

.notification-small {
  top: 0;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  text-align: center;
  margin: auto;
  color: rgba(255, 255, 255, 0);
  right: 0;
  position: absolute;
  background-color: #f96700;
}

.noteMessages {
  bottom: -24px;
  text-align: center;
  left: 50%;
  transform: translate(-50%, 0);
}

.sideMenu .active {
  background: var(--bs-custom-color);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, var(--bs-custom-color) 100%);
}
.sideMenu .active a {
  color: var(--bs-custom-normal);
}
.sideMenu li:not(.active, .secondaryText) {
  transition: 1s;
  background-size: 1px;
}
.sideMenu li:not(.active, .secondaryText):hover {
  background: var(--bs-custom-accent);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, var(--bs-custom-color) 100%);
  background-position: 100%;
}

.deleteIcon {
  cursor: pointer;
  transition: 0.5s;
}
.deleteIcon:hover {
  opacity: 0.8;
}

.editActivity {
  cursor: pointer;
  opacity: 0.6;
  transition: 0.2s;
}
.editActivity:hover {
  opacity: 1;
}

.singleDate {
  cursor: pointer;
  border-radius: 3px;
  box-shadow: 0 0 2px 0pxvar --bs-custom-color;
  background: rgba(128, 128, 128, 0.2196078431);
}

.customDivider {
  width: 100%;
  height: 1px;
  background: white;
}

.notificationPopup {
  display: none;
  position: fixed;
  top: 20px;
  right: 20px;
  padding: 10px 20px;
  border-radius: 5px;
  z-index: 10000;
}

.box__dragndrop,
.box__uploading,
.box__success,
.box__error {
  display: none;
}

.box.has-advanced-upload {
  background-color: rgba(69, 69, 69, 0.1254901961);
  outline: 2px dashed c8c8c8;
  outline-offset: -10px;
}

.box.has-advanced-upload .box__dragndrop {
  display: inline;
}

.box.is-dragover {
  background-color: grey;
}

.box.is-uploading .box__input {
  visibility: none;
}

.box.is-uploading .box__uploading {
  display: block;
}

.box {
  font-size: 1.25rem;
  background-color: rgba(30, 30, 30, 0.1254901961);
  position: relative;
  padding: 100px 20px;
  outline: 2px dashed #c8c8c8;
  outline-offset: -10px;
  transition: outline-offset 0.15s ease-in-out, background-color 0.15s linear;
}

.box__file {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.box .box__icon {
  width: 100%;
  height: 80px;
  fill: #595959;
  display: block;
  margin-bottom: 40px;
}

.box__input {
  text-align: center;
}

.rolesContainer i {
  right: 38px;
  z-index: 9999;
  top: 19px;
  color: rgb(255, 140, 57);
}

.loaderContent {
  position: fixed;
  height: 100vh;
  width: 100vw;
  top: 0;
  background: rgba(0, 0, 0, 0.1294117647);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  z-index: 15;
}

.content {
  align-items: center;
  background: #fff;
  display: flex;
  flex-direction: column;
  height: 100vh;
  justify-content: center;
  padding: 4rem 20px;
}

.loading {
  display: flex;
  justify-content: space-between;
  max-width: 72px;
  margin: 0 auto;
  width: 100%;
  position: absolute;
  left: 50%;
  transform: translate(-62%, 0%);
  top: 50%;
}

.dot {
  animation: loading 1s cubic-bezier(0.55, -0.77, 0.42, 1.79) 0s infinite normal both running;
  background: rgba(75, 120, 204, 0.48);
  border-radius: 50%;
  display: block;
  height: 1rem;
  width: 1rem;
  box-shadow: 0 0 10px 0px rgba(68, 68, 68, 0.2666666667);
}
.dot:nth-child(2) {
  animation-name: loading-2;
}
.dot:nth-child(3) {
  animation-name: loading-3;
}

@keyframes loading {
  0% {
    transform: translateY(0);
  }
  4% {
    transform: translateY(22%);
  }
  25% {
    transform: translateY(-100%);
  }
  50% {
    transform: translateY(0);
  }
}
@keyframes loading-2 {
  25% {
    transform: translateY(0);
  }
  29% {
    transform: translateY(22%);
  }
  50% {
    transform: translateY(-100%);
  }
  75% {
    transform: translateY(0);
  }
}
@keyframes loading-3 {
  50% {
    transform: translateY(0);
  }
  54% {
    transform: translateY(22%);
  }
  75% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
  color: white !important;
}

table.dataTable tbody tr {
  background-color: #111111;
}

table.dataTable tbody,
table.dataTable td,
table.dataTable tfoot,
table.dataTable th,
table.dataTable thead,
table.dataTable tr {
  border-bottom: 1px solid #333333 !important;
}

table.dataTable.no-footer {
  border-bottom: 1px solid var(--bs-custom-color) !important;
  border-bottom-color: rgb(147, 86, 41);
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

table.dataTable thead th,
table.dataTable thead td {
  padding: 10px 18px;
  border-bottom: 1px solid var(--bs-custom-color) !important;
  border-bottom-color: rgb(147, 86, 41);
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  color: rgb(212, 212, 212) !important;
}

.dataTables_wrapper .dataTables_length select {
  color: white;
}
.dataTables_wrapper .dataTables_filter input {
  color: white;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
  color: white !important;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control::before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control::before {
  background-color: rgba(75, 120, 204, 0.48) !important;
  border: 0.1em solid white !important;
}

table.projectionTable thead {
  -webkit-user-select: none;
  /* Safari */
  /* IE 10 and IE 11 */
  -moz-user-select: none;
       user-select: none;
}
table.projectionTable tbody td {
  font-weight: 700;
}

table.dataTable > tbody > tr.child ul.dtr-details {
  white-space: normal;
}

.mb-5 {
  margin-bottom: 3rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.pr-2 {
  padding-right: 0.5rem;
}

.ml-auto {
  margin-left: auto;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.vh-50 {
  height: 50vh;
}

.font-size-20 {
  font-size: 20px !important;
}

.font-size-15 {
  font-size: 15px !important;
}

table i {
  cursor: pointer;
}
table i:hover {
  color: var(--bs-link-hover-color);
}

.fitContent70 {
  max-height: 70vh;
  overflow-y: auto;
}

.comments {
  text-align: left;
}
.comments .emojiButton {
  z-index: 999;
}
.comments .addComment .text-input .emojiBox {
  background-color: white;
  border: 0.5px solid rgb(180, 180, 180);
  position: absolute;
  bottom: 27px;
  right: -9px;
  width: 189px;
  height: 275px;
  overflow-y: auto;
  font-family: "Courier New", Courier, monospace;
}
.comments i {
  font-size: 22px;
  color: gray;
  transition: 0.5s;
  cursor: pointer;
}

.comment {
  background: rgba(98, 98, 98, 0.368627451);
  padding: 6px;
  text-align: left;
}

.projectHeader {
  background-image: repeating-linear-gradient(45deg, transparent, transparent 86px, rgba(255, 139, 56, 0.3) 86px, rgba(255, 139, 56, 0.076) 172px);
  background-color: rgba(255, 139, 56, 0);
}

.tinyPopup {
  position: fixed;
  width: 147px;
  padding: 4px;
  z-index: 999;
  background: rgb(23, 23, 23);
  text-align: center;
  transform: translate(-45%, -8%);
}

.calendar .dates {
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.header .projectIcon {
  height: 150px;
  width: 150px;
  -o-object-fit: cover;
     object-fit: cover;
}

#taskDetails .formContainer {
  max-height: 65vh;
  overflow-y: auto;
}

.tableList {
  max-height: 50vh;
  overflow-y: auto;
}

.tooltip {
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  background-color: #fff;
  border: 1px solid #000;
  padding: 5px;
}

.activitesOfTheYear .calendar {
  overflow-y: auto;
}

.tab {
  background: #1b1a17;
  margin-left: 2px;
  margin-right: 2px;
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 8px 8px 0 0;
  cursor: pointer;
}

.tabMenuContainer .active {
  background: rgb(37, 35, 34);
  transition: 0.1s;
}

.contentContainer .view {
  background: var(--bs-body-bg);
}

.contentZone {
  background-color: #1b1b1b !important;
}

.singleCard {
  border-top: 5px solid var(--bs-custom-color);
  background: #1b1a17;
  transition: 0.2s;
  cursor: pointer;
}
.singleCard:hover {
  background: #282723;
}

.activeSingleCard {
  box-shadow: -1px -1px 11px 5px #ddb693, 1px 1px 11px 5px #ff7800;
}

.select2 {
  width: 100% !important;
}

.select2-selection--single {
  border-radius: 0 !important;
}

.categoryCard {
  border-left: 4px solid var(--bs-custom-color);
  box-shadow: 0 0px 2px 0px rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.1);
  transition-duration: 0.15s;
  -webkit-transition: 0.15s linear;
  -moz-transition: 0.15s linear;
  -ms-transition: 0.15s linear;
  transition-timing-function: ease-out;
}
.categoryCard:hover {
  background: rgba(122, 122, 122, 0.01);
  box-shadow: 0 0px 4px 1px rgba(136, 136, 136, 0.1);
}

.descProject table {
  max-width: 100%;
}

.tableContentCustom {
  width: 100%;
}
.tableContentCustom table {
  width: 100%;
  border: none;
  border-collapse: collapse;
  font-family: "Roboto", sans-serif;
}
.tableContentCustom table thead th {
  font-size: 1.25rem;
  padding: 0.5em 0 0.5em 1em;
  background-color: rgba(75, 120, 204, 0.48);
  border: none;
  color: #ffffff;
}
.tableContentCustom table thead th:last-of-type {
  border-right: none;
}
.tableContentCustom table tbody td {
  padding: 1em;
  border-top: none;
  border-right: 1px solid #c1c3d1;
  border-bottom: 1px solid #c1c3d1;
  border-left: none;
}
.tableContentCustom .edit,
.tableContentCustom .trash,
.tableContentCustom .new-row {
  text-transform: uppercase;
  transition: 0.5s ease;
}
.tableContentCustom .edit:hover,
.tableContentCustom .trash:hover,
.tableContentCustom .new-row:hover {
  cursor: pointer;
  background-color: #e0e0e0;
}
.tableContentCustom .add-row {
  text-align: center;
}

.loadingGraph {
  height: 120px;
  padding: 0px;
  width: 160px;
  border-left: 1px solid var(--bs-custom-color);
  border-bottom: 1px solid var(--bs-custom-color);
  padding: 10px;
  box-sizing: border-box;
}

.singleGraph .showGraph .toolBox {
  position: absolute;
  top: 0;
  right: 0;
}
.singleGraph .showGraph .toolBox i {
  cursor: pointer;
}

@keyframes loadingGraph {
  0% {
    background-color: rgba(75, 120, 204, 0.48);
  }
  30% {
    background-color: #ffe4d0;
  }
  50% {
    height: 100px;
    margin-top: 0px;
  }
  80% {
    background-color: rgba(75, 120, 204, 0.48);
  }
  100% {
    background-color: #ffe4d0;
  }
}
.loadingGraph .loading-1 {
  height: 10px;
  width: 30px;
  background-color: #fff;
  display: inline-block;
  margin-top: 90px;
  animation: loadingGraph 2.5s infinite;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  animation-delay: 0.25s;
}
.loadingGraph .loading-2 {
  height: 10px;
  width: 30px;
  background-color: #fff;
  display: inline-block;
  margin-top: 90px;
  animation: loadingGraph 2.5s infinite;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  animation-delay: 0.5s;
}
.loadingGraph .loading-3 {
  height: 10px;
  width: 30px;
  background-color: #fff;
  display: inline-block;
  margin-top: 90px;
  animation: loadingGraph 2.5s infinite;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  animation-delay: 0.75s;
}
.loadingGraph .loading-4 {
  height: 10px;
  width: 30px;
  background-color: #fff;
  display: inline-block;
  margin-top: 90px;
  animation: loadingGraph 2.5s infinite;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  animation-delay: 1s;
}
.loadingGraph .loading-5 {
  height: 10px;
  width: 30px;
  background-color: #fff;
  display: inline-block;
  margin-top: 90px;
  animation: loadingGraph 2.5s infinite;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  animation-delay: 1.25s;
}
.loadingGraph .loading-6 {
  height: 10px;
  width: 30px;
  background-color: #fff;
  display: inline-block;
  margin-top: 90px;
  animation: loadingGraph 2.5s infinite;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  animation-delay: 1.5s;
}
.loadingGraph .loading-7 {
  height: 10px;
  width: 30px;
  background-color: #fff;
  display: inline-block;
  margin-top: 90px;
  animation: loadingGraph 2.5s infinite;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  animation-delay: 1.75s;
}
.loadingGraph .loading-8 {
  height: 10px;
  width: 30px;
  background-color: #fff;
  display: inline-block;
  margin-top: 90px;
  animation: loadingGraph 2.5s infinite;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  animation-delay: 2s;
}
.loadingGraph .loading-9 {
  height: 10px;
  width: 30px;
  background-color: #fff;
  display: inline-block;
  margin-top: 90px;
  animation: loadingGraph 2.5s infinite;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  animation-delay: 2.25s;
}
.loadingGraph .loading-10 {
  height: 10px;
  width: 30px;
  background-color: #fff;
  display: inline-block;
  margin-top: 90px;
  animation: loadingGraph 2.5s infinite;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  animation-delay: 2.5s;
}/*# sourceMappingURL=style.css.map */