/** BACKGROUNDS E BADGES CUSTOMIZADOS **/
.bg-primary {
  background-color: #00aeac !important;
}

.bg-primary.disabled {
  background: rgba(0, 174, 172, 0.5) !important;
}

.badge-primary {
  color: #fff !important;
  background-color: #00aeac !important;
}

.badge-soft-primary {
  color: #00aeac;
  background-color: rgba(0, 174, 172, 0.18);
}

.bg-secondary {
  background-color: #74788d !important;
}

.bg-secondary.disabled {
  background: rgba(116, 120, 141, 0.5) !important;
}

.badge-secondary {
  color: #fff !important;
  background-color: #74788d !important;
}

.badge-soft-secondary {
  color: #74788d;
  background-color: rgba(116, 120, 141, 0.18);
}

.bg-success {
  background-color: #1cbb8c !important;
}

.bg-success.disabled {
  background: rgba(28, 187, 140, 0.5) !important;
}

.badge-success {
  color: #fff !important;
  background-color: #1cbb8c !important;
}

.badge-soft-success {
  color: #1cbb8c;
  background-color: rgba(28, 187, 140, 0.18);
}

.bg-info {
  background-color: #4aa3ff !important;
}

.bg-info.disabled {
  background: rgba(74, 163, 255, 0.5) !important;
}

.badge-info {
  color: #fff !important;
  background-color: #4aa3ff !important;
}

.badge-soft-info {
  color: #4aa3ff;
  background-color: rgba(74, 163, 255, 0.18);
}

.bg-warning {
  background-color: #fcb92c !important;
}

.bg-warning.disabled {
  background: rgba(252, 185, 44, 0.5) !important;
}

.badge-warning {
  color: #fff !important;
  background-color: #fcb92c !important;
}

.badge-soft-warning {
  color: #fcb92c;
  background-color: rgba(252, 185, 44, 0.18);
}

.bg-danger {
  background-color: #ff3d60 !important;
}

.bg-danger.disabled {
  background: rgba(255, 61, 96, 0.5) !important;
}

.badge-danger {
  color: #fff !important;
  background-color: #ff3d60 !important;
}

.badge-soft-danger {
  color: #ff3d60;
  background-color: rgba(255, 61, 96, 0.18);
}

.bg-blue {
  background-color: #5438dc !important;
}

.bg-blue.disabled {
  background: rgba(84, 56, 220, 0.5) !important;
}

.badge-blue {
  color: #fff !important;
  background-color: #5438dc !important;
}

.badge-soft-blue {
  color: #5438dc;
  background-color: rgba(84, 56, 220, 0.18);
}

.bg-indigo {
  background-color: #564ab1 !important;
}

.bg-indigo.disabled {
  background: rgba(86, 74, 177, 0.5) !important;
}

.badge-indigo {
  color: #fff !important;
  background-color: #564ab1 !important;
}

.badge-soft-indigo {
  color: #564ab1;
  background-color: rgba(86, 74, 177, 0.18);
}

.bg-purple {
  background-color: #5664d2 !important;
}

.bg-purple.disabled {
  background: rgba(86, 100, 210, 0.5) !important;
}

.badge-purple {
  color: #fff !important;
  background-color: #5664d2 !important;
}

.badge-soft-purple {
  color: #5664d2;
  background-color: rgba(86, 100, 210, 0.18);
}

.bg-pink {
  background-color: #e83e8c !important;
}

.bg-pink.disabled {
  background: rgba(232, 62, 140, 0.5) !important;
}

.badge-pink {
  color: #fff !important;
  background-color: #e83e8c !important;
}

.badge-soft-pink {
  color: #e83e8c;
  background-color: rgba(232, 62, 140, 0.18);
}

.bg-orange {
  background-color: #f1734f !important;
}

.bg-orange.disabled {
  background: rgba(241, 115, 79, 0.5) !important;
}

.badge-orange {
  color: #fff !important;
  background-color: #f1734f !important;
}

.badge-soft-orange {
  color: #f1734f;
  background-color: rgba(241, 115, 79, 0.18);
}

.bg-teal {
  background-color: #050505 !important;
}

.bg-teal.disabled {
  background: rgba(5, 5, 5, 0.5) !important;
}

.badge-teal {
  color: #fff !important;
  background-color: #050505 !important;
}

.badge-soft-teal {
  color: #050505;
  background-color: rgba(5, 5, 5, 0.18);
}

/** NAVBAR **/
.navbar-brand-box {
  padding: 0 !important;
}

/** LINKS **/
.mm-active {
  color: #00aeac !important;
}

.mm-active > i {
  color: #00aeac !important;
}

.mm-active .active {
  color: #00aeac !important;
}

.mm-active .active i {
  color: #00aeac !important;
}

#sidebar-menu ul li ul.sub-menu li a:hover {
  color: #343a40;
}

.no-link,
.no-link:hover {
  color: #343a40 !important;
}

.avatar-name {
  height: 36px;
  width: 36px;
  background-color: #00aeac;
  padding: 6px;
  font-size: larger;
  color: #fff;
}

.account-avatar {
  background-color: #00aeac;
  border-radius: 50%;
  color: #fff;
  font-size: 5em;
  font-weight: 100;
  height: 96px !important;
  margin: 20px auto;
  text-align: center;
  vertical-align: middle;
  width: 96px;
}

.account-name {
  font-size: 1.75rem;
  text-align: center;
}

/** LOADING **/
#loading,
.loading {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 9999;
}

.loading-icon {
  position: absolute;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  border-left: 2px solid transparent;
  border-radius: 25px;
  width: 25px;
  height: 25px;
  margin: 0 auto;
  left: 50%;
  margin-left: -20px;
  top: 50%;
  margin-top: -20px;
  z-index: 4;
  animation: spin 1s linear infinite;
}

.loading-container {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.loading-text {
  font-weight: 500;
  font-size: 30px;
  color: #fff;
}

.loading-logo img {
  height: 60px;
  margin: 20px;
}

.loading-icon2 {
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  border-bottom: 4px solid #fff;
  border-left: 4px solid transparent;
  border-radius: 25px;
  margin: auto;
  width: 50px;
  height: 50px;
  z-index: 4;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
.loading-frame {
  position: relative;
  background: #cccccc;
}

.loading-frame:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  transform: translateX(-100px);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  animation: loading 0.8s infinite;
}
@keyframes loading {
  100% {
    transform: translateX(100%);
  }
}
.content-indicator h2.loading {
  width: 200px;
  background-color: rgba(0, 0, 0, 0.1);
  height: 24px;
  border-radius: 12px;
  margin-bottom: 4px !important;
}

.content-indicator p.loading {
  height: 18px;
  width: 100px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 9px;
}

.content-indicator .avatar.loading {
  width: 46px;
  height: 46px;
  background-color: rgba(0, 0, 0, 0.1);
}

.content-indicator .loading:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  transform: translateX(-100px);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  animation: loading 0.8s infinite;
}

@keyframes loading {
  100% {
    transform: translateX(100%);
  }
}
/** MODAL VIDEO-TUTORIAL **/
.btn-light {
  background-color: #e4e9f1 !important;
  border-color: #e4e9f1 !important;
}

#modalHelp .modal-dialog {
  max-width: 800px;
  margin: 30px auto;
}

#modalHelp .modal-content {
  border: none !important;
}

#modalHelp .modal-body {
  position: relative;
  padding: 0px;
}

#modalHelp .close {
  position: absolute;
  right: -30px;
  top: 0;
  z-index: 999;
  font-size: 2rem;
  font-weight: normal;
  color: #fff;
  opacity: 1;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #eee;
  opacity: 1;
}

/************** vertical timeline **************/
.timeline {
  position: relative;
  margin-bottom: 30px;
}

.timeline:before {
  content: "";
  position: absolute;
  width: 3px;
  top: 30px;
  left: 0;
  bottom: 0;
  background-color: #e4ecf0;
}

.timeline .timeline-item {
  display: flex;
}

.timeline .timeline-block {
  width: 100%;
}

.timeline .time-show-btn {
  margin-bottom: 30px;
}

.timeline .timeline-box {
  margin: 20px 0;
  position: relative;
  margin-left: 45px;
}

.timeline .timeline-date {
  display: inline-block;
  padding: 4px 16px 4px 8px;
  border-radius: 0px 30px 30px 0px;
  background-color: #00aeac;
  color: #fff;
  position: relative;
  left: -30px;
}

.timeline .timeline-date .circle-dot {
  margin-right: 8px;
}

.timeline .timeline-icon {
  position: absolute;
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
  display: block;
  border: 2px solid #00aeac;
  left: -48px;
  text-align: center;
  top: 27px;
  z-index: 9;
}

.timeline .timeline-icon:before {
  content: "";
  position: absolute;
  height: 3px;
  width: 20px;
  background-color: #e4ecf0;
  left: 12px;
  top: 3px;
}

.timeline .timeline-album {
  margin-top: 16px;
}

.timeline .timeline-album a {
  display: inline-block;
  margin-right: 5px;
}

.timeline .timeline-album img {
  height: 40px;
  width: auto;
  border-radius: 4px;
}

@media (min-width: 768px) {
  .timeline .timeline-block {
    width: 95%;
  }
  .timeline:before {
    left: 1%;
  }
  .timeline .time-show-btn {
    position: relative;
    left: 67px;
    text-align: right;
  }
  .timeline-item::before {
    content: "";
    display: block;
    width: 1%;
  }
  .timeline-item.timeline-left {
    text-align: right;
  }
  .timeline-item.timeline-left::after {
    content: "";
    display: block;
    width: 50%;
  }
  .timeline-item.timeline-left::before {
    display: none;
  }
  .timeline-item.timeline-left .timeline-box {
    margin-left: 0;
    margin-right: 45px;
  }
  .timeline-item.timeline-left .timeline-date {
    padding: 4px 8px 4px 16px;
    border-radius: 30px 0px 0px 30px;
    left: auto;
    right: -30px;
  }
  .timeline-item.timeline-left .timeline-date .circle-dot {
    float: right;
    margin-right: 0px;
    margin-left: 8px;
  }
  .timeline-item.timeline-left .timeline-icon {
    left: auto;
    right: -52px;
  }
  .timeline-item.timeline-left .timeline-icon::before {
    left: auto;
    right: 12px;
  }
}
.left-timeline::before {
  left: 3px;
}

.left-timeline .timeline-item::before {
  display: none;
}

.left-timeline .timeline-block {
  width: 100%;
}

.left-timeline .timeline-icon {
  left: -45px;
}

.pricing-nav-tabs {
  display: inline-block;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  padding: 4px;
  border-radius: 7px;
}

.pricing-nav-tabs li {
  display: inline-block;
}

.pricing-box .plan-features li {
  padding: 7px 0px;
}

.custom-file-input:lang(pt-Br) ~ .custom-file-label::after {
  content: "Escolher Arquivo";
}

.col-actions {
  display: flex !important;
  justify-content: center !important;
}

.col-actions .btn-actions {
  border: 2px solid white !important;
  width: 40px !important;
  height: 40px !important;
  display: flex !important;
  border-radius: 50% !important;
  justify-content: center !important;
  align-items: center !important;
  transition: all 0.25s ease;
}

.avatar-success {
  background: #e5f8ed !important;
  color: #28c76f !important;
}

.avatar-warning {
  background: #fff3e8 !important;
  color: #ff9f43 !important;
}

.avatar-danger {
  background: #fceaea !important;
  color: #ea5455 !important;
}

.avatar-gray {
  background: #f8f8f8 !important;
  color: #6e6b7b !important;
}

.avatar-info {
  background: #dbedff !important;
  color: #265585 !important;
}

.col-actions .btn-actions:hover {
  transform: translateY(-4px) scale(1.07);
  transition: all 0.25s ease;
}

.col-actions .btn-actions:not(:first-child) {
  margin-left: -1.1rem !important;
}

.col-actions .btn-actions.disabled {
  background: #fceaea !important;
  color: #ea5455 !important;
}

.document-card {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  aspect-ratio: 3/4;
  padding: 5px;
  border: 5px solid #fff;
  border-radius: 5px;
  position: relative;
}

.document-card-2 {
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 3/4;
  padding: 5px;
  border: 5px solid #f1f5f7;
  border-radius: 5px;
}

.document-icon i {
  font-size: 2rem;
  border-radius: 50%;
  padding-top: 0.5rem;
  width: 3rem;
  height: 3rem;
  background-color: #fff;
}

.document-icon-2 i {
  font-size: 1rem;
  border-radius: 50%;
  padding-top: 0.5rem;
  width: 2rem;
  height: 2rem;
  background-color: #fff;
}

.document-badge {
  position: absolute;
  top: 5px;
  left: 5px;
}

.document-badge-2 {
  position: absolute;
  top: 10px;
  left: 20px;
}

.document-card .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  transition: background 0.5s ease;
}

.document-card:hover .overlay {
  display: block;
  background: rgba(0, 0, 0, 0.3);
}

.document-card .overlay-icons {
  position: absolute;
  bottom: 10px;
  display: none;
  justify-content: center;
}

.document-card:hover .overlay-icons {
  display: flex;
}

.edit-ico {
  background: #f7f7f7;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 5px;
}

.del-ico {
  background: #f7f7f7;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 5px;
}

.doc-badge {
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translate(-50%, -50%);
}

.img-doctor {
  width: 100%;
  aspect-ratio: 1;
  margin: auto;
  position: relative;
  cursor: pointer;
}

.img-document {
  width: 100%;
  aspect-ratio: 1;
  position: relative;
  cursor: pointer;
}

.img-doctor .overlay,
.img-document .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 1;
  background: rgba(0, 0, 0, 0);
  transition: background 0.5s ease;
  border-radius: 0.5rem;
}

.img-doctor:hover .overlay,
.img-document:hover .overlay {
  display: block;
  background: rgba(0, 0, 0, 0.3);
}

.img-doctor img {
  width: 100%;
  aspect-ratio: 1;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
  transition: 0.3s ease;
}

.img-document img {
  width: 100%;
  aspect-ratio: 1;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
  transition: 0.3s ease;
}

.img-document .overlay-icons {
  position: relative;
  bottom: calc(50% + 17px);
  left: calc(50% - 40px);
  display: none;
  margin-bottom: -35px;
}

.img-document:hover .overlay-icons {
  display: flex;
}

.img-doctor .img-ico,
.img-document .img-ico {
  background: #f7f7f7;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  display: none;
}

.img-doctor:hover .img-ico {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: calc(50% - 17px);
  right: calc(50% - 17px);
}

.img-document:hover .img-ico {
  display: flex;
  justify-content: center;
  align-items: center;
}

#modal-view .modal-dialog {
  max-width: 80vw;
  margin: auto;
}

#modal-view .modal-view {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}

#modal-view .modal-content {
  background-color: transparent;
  border: 0;
}

#modal-view .close {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  text-shadow: none;
  opacity: 1;
}

.document-view {
  width: 80vw;
  height: calc(100vh - 5rem);
}

.document-view .content {
  width: 100%;
  max-height: 90vh;
  -o-object-fit: contain;
  object-fit: contain;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.nav-doctors {
  gap: 10px;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}

.btn-delete,
.btn-action {
  border-radius: 50%;
  padding: 5px 10px;
  border: 1px solid #d5d7dd;
  color: #464855;
  background: #e3e4e8;
}

.btn-delete:hover {
  border: 1px solid #ffc5cf;
  color: #99253a;
  background: #ffd8df;
}

.btn-action:hover {
  border: 1px solid #ccefee;
  color: #007a78;
  background: #e6f7f7;
}

.btn-delete.disabled,
.btn-action.disabled {
  cursor: auto;
  opacity: 0.5;
}

.btn-delete.disabled:hover,
.btn-action.disabled:hover {
  border: 1px solid #d5d7dd;
  color: #464855;
  background: #e3e4e8;
}

.btn-action-sm {
  padding: 0 6px;
}
.btn-action-sm i {
  font-size: 10px;
  vertical-align: 1px;
}

.badge-btn-del {
  height: 100%;
  background: none;
  border: 0;
  color: inherit;
  border-left: 1px solid;
  font-weight: 700;
  font-size: 14px;
}

.documentsCarousel.carousel {
  padding: 0 50px;
}

.documentsCarousel .carousel-control-prev,
.documentsCarousel .carousel-control-next {
  position: absolute;
  opacity: 1;
  width: 30px;
}

.documentsCarousel .carousel-control-prev-icon,
.documentsCarousel .carousel-control-next-icon {
  background-color: #00aeac;
  padding: 10px;
  border: 5px solid #00aeac;
  border-radius: 50px;
}

.documentsCarousel .carousel-indicators {
  position: relative;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin: 20px 0 0 0;
  list-style: none;
}

.documentsCarousel .carousel-indicators li {
  box-sizing: content-box;
  flex: initial;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  margin-left: 5px;
  text-indent: 0;
  cursor: pointer;
  background-color: #d5d7dd;
  background-clip: inherit;
  border: 0;
  opacity: 1;
  transition: opacity 0.6s ease;
  padding: 5px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
}

.documentsCarousel .carousel-indicators li.active {
  background-color: #00aeac;
  color: #fff;
  font-weight: 700;
}

.documentsCarousel .carousel-item img {
  max-height: 640px;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.documentsCarousel .carousel-item {
  text-align: center;
}

table.projects-table.dataTable td:nth-child(2) {
  max-width: 200px;
}

.tooltip-inner {
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.bs-stepper .bs-stepper-header {
  border-bottom: 1px solid #eff2f7;
  margin: 0.75rem;
}

.bs-stepper .bs-stepper-header .step:not(.active) .bs-stepper-circle {
  background-color: #f1f0f2;
  color: #505d69;
}

.bs-stepper .step.active .bs-stepper-circle {
  background-color: #00aeac;
  color: #fff;
}

.bs-stepper .bs-stepper-header .step .bs-stepper-circle {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  align-items: center;
  border-radius: 0.375rem;
  display: flex;
  font-size: 1.125rem;
  font-weight: 500;
  height: 2.5rem;
  justify-content: center;
  width: 2.5rem;
}

.bs-stepper .bs-stepper-header .step .step-trigger .bs-stepper-label .bs-stepper-title {
  font-weight: 500;
  line-height: 1;
  font-size: 1rem;
  color: #505d69;
}

.bs-stepper .step-trigger:hover {
  background-color: transparent;
}

.bs-stepper .line {
  background-color: transparent;
  flex: 0;
  margin: 0;
  min-height: auto;
  min-width: auto;
}

.nav-pills .nav-link {
  border: 1px solid #ced4da;
}

.nav-pills .nav-link:hover {
  background: #ced4da;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  border: 1px solid #00aeac;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link:hover {
  background: #00aeac;
}

.nav-item {
  overflow: visible;
  margin-bottom: 6px;
}

.nav-notification::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  top: -3px;
  right: -3px;
  background: #ff3d60;
}

select[readonly].select2-hidden-accessible + .select2-container {
  pointer-events: none;
  touch-action: none;
}

select[readonly].select2-hidden-accessible + .select2-container .select2-selection {
  background: #eee;
  box-shadow: none;
}

select[readonly].select2-hidden-accessible + .select2-container .select2-selection__arrow,
select[readonly].select2-hidden-accessible + .select2-container .select2-selection__clear {
  display: none;
}

.previsions-project .accor-plus-icon {
  background: var(--primary);
  border-radius: 10px;
  line-height: 15px;
  padding: 2px 3px;
  width: 20px;
  height: 20px;
}

.previsions-doctors {
  padding: 0.75rem 0 0 0;
  background: #f8f9fa;
  border: 1px solid #eff2f7;
}

.previsions-doctors:first-child {
  border-radius: 0.25rem 0.25rem 0 0;
  border-bottom: 0;
}

.previsions-doctors:last-child {
  border-radius: 0 0 0.25rem 0.25rem;
}

.previsions-doctors:only-child {
  border-radius: 0.25rem;
  border-bottom: 0;
  border: 1px solid #f1f5f7;
}

.previsions-doctors a {
  padding: 0 0.75rem 0.75rem 0.75rem;
}

.previsions-type {
  padding: 0.75rem 0.75rem 0.75rem 2.5rem;
  background: #fff;
  border-top: 1px solid #eff2f7;
}

.transfer-project .accor-plus-icon {
  background: var(--primary);
  border-radius: 10px;
  line-height: 15px;
  padding: 2px 3px;
  width: 20px;
  height: 20px;
  display: inline-block;
}

.transfer-project {
  background: #fff;
}

.transfer-project:hover {
  background: #f8f9fa;
}

.transfer-project .previsions-type {
  background: #f8f9fa;
}

.historic.activity-wid .activity-list {
  position: relative;
  padding: 0 0 30px 30px;
}

.historic.activity-wid .activity-list:last-child {
  padding-bottom: 0px;
}

.historic.activity-wid .activity-list:last-child:before {
  content: "";
  border: 0;
}

.chart-container {
  height: 400px;
  overflow-y: auto;
}

.ubi-chart .apexcharts-yaxis text,
.ubi-chart .apexcharts-xaxis text {
  font-family: "Open Sans", sans-serif !important;
  fill: #505d69;
}

#projects-chart .apexcharts-legend {
  flex-direction: column;
  align-items: end;
  justify-content: start !important;
}

table.dataTable > tbody > tr.selected > * {
  box-shadow: none;
  color: inherit !important;
  background-color: #fff;
}

table.dataTable > tbody > tr.selected a {
  color: #00aeac !important;
}

table.dataTable > tbody > tr.selected a:hover {
  color: #006260 !important;
}

.twitter-bs-wizard-nav.no-line:before {
  display: none !important;
}

.twitter-bs-wizard .twitter-bs-wizard-nav {
  gap: 10px !important;
}

.twitter-bs-wizard .twitter-bs-wizard-nav:before {
  height: 0;
}

.number-bagde {
  position: absolute;
  top: -5px;
  right: -2px;
  border-radius: 50%;
  padding: 2px 4px;
  border: 2px solid #fff;
}

.sticky-btn {
  position: fixed;
  bottom: -5px;
  left: 50%;
  transform: translate(-50%, -50%);
}

.sticky-btn .btn {
  box-shadow: 0px -2px 10px 0px rgba(0, 0, 0, 0.6);
}

.page-content.sbox-topbar {
  padding: 132px 12px 60px 12px;
}

.page-content.sbox-topbar-2x {
  padding: 170px 12px 60px 12px;
}

.vertical-menu.sbox-topbar {
  top: 108px;
}

.vertical-menu.sbox-topbar-2x {
  top: 146px;
}

.cursor-move {
  cursor: move;
}

a.disabled {
  color: #505d69;
  cursor: auto;
}

.badge-rule {
  border: 1px solid var(--secondary);
  color: var(--secondary);
  padding: 0;
}

.badge-rule span {
  padding: 0.25em 0 0.25em 0.4em;
}

.rule-del {
  border: 0;
  border-left: 1px solid var(--secondary);
  background: none;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  padding: 0.25em;
  color: var(--secondary);
}

.rule-del:hover {
  color: #ff3d60;
  background-color: rgba(255, 61, 96, 0.18);
}

.view-form .row {
  margin: 0;
  padding: 1rem 1rem 0 1rem;
  border-bottom: 1px solid #ced4da;
}

.view-form .row:last-child {
  border-bottom: none;
}

.form-check-hover {
  padding: 0.5rem;
  min-height: 60px;
  border-radius: 0.25rem;
  background: rgba(227, 228, 232, 0.5333333333);
  display: flex;
  align-items: center;
}

.form-check-hover:hover {
  background: #e3e4e8;
}

.form-check-hover:has(.checked) {
  background: #e3e4e8;
}

.view-form .form-control:disabled {
  background: none;
  padding: 0;
  border: none;
}

.dropzone .dz-preview .dz-details {
  display: none;
}

.dropzone .dz-preview .dz-image {
  border: 1px solid #ced4da;
}

.dropzone .dz-preview .dz-remove {
  position: absolute;
  bottom: 8px;
  right: calc(50% - 11px);
  z-index: 500;
  font-size: 0;
}

.dropzone .dz-preview .dz-remove:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f2ed";
  font-size: 14px;
  background: #fff;
  padding: 5px;
  border-radius: 20px;
  color: var(--danger);
}

.dropzone .dz-preview .dz-success-mark {
  filter: brightness(0) saturate(100%) invert(59%) sepia(57%) saturate(613%) hue-rotate(111deg) brightness(92%) contrast(83%);
}

.dropzone .dz-preview .dz-error-mark {
  filter: brightness(0) saturate(100%) invert(49%) sepia(52%) saturate(7431%) hue-rotate(328deg) brightness(104%) contrast(101%);
}

.dropzone .dz-preview .dz-error-message {
  background: var(--dark);
}

.dropzone .dz-preview .dz-error-message:after {
  border-bottom: 6px solid var(--dark);
}

#modal-approved,
#modal-reproved,
#modal-simple,
#modal-validate {
  z-index: 1053 !important;
  background: rgba(0, 0, 0, 0.5);
}

#modal-view {
  z-index: 1055 !important;
  background: rgba(0, 0, 0, 0.8);
}

.select2-dropdown {
  z-index: 1056;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  margin-right: 10px;
}

.select2-container .select2-selection--single .select2-selection__arrow {
  width: 24px !important;
}

#sidebar-menu ul li a,
#sidebar-menu ul li ul.sub-menu li a,
#sidebar-menu ul li ul.sub-menu li ul.sub-menu li a {
  font-size: 13px;
}

.datepicker {
  z-index: 1060 !important;
}

.competence-filter {
  display: flex;
  gap: 10px;
}

.competence-filter button {
  border-radius: 20px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  background: none;
}

.competence-filter button:hover {
  background: rgba(0, 174, 172, 0.2666666667);
}

.competence-filter i {
  font-size: 24px;
  color: var(--primary);
}

.competence-filter button:disabled i {
  color: var(--secondary);
}

.competence-filter button:disabled:hover {
  background: rgba(116, 120, 141, 0.2666666667);
  cursor: not-allowed;
}

.competence-filter input {
  border: 1px solid var(--secondary);
  text-align: center;
  border-radius: 0.25rem;
}

.competence-filter input:focus-visible {
  outline: none;
}

.spinner-indicators {
  width: 1em;
  height: 1em;
  border-width: 0.15em;
}

.competence-filter .flatpickr-calendar {
  width: 200px;
}
.competence-filter .flatpickr-monthSelect-month {
  width: 32%;
}
.competence-filter .flatpickr-monthSelect-month.selected {
  background-color: var(--primary);
  border-color: var(--primary);
}
.competence-filter .flatpickr-months .flatpickr-prev-month:hover svg,
.competence-filter .flatpickr-months .flatpickr-next-month:hover svg {
  fill: var(--primary);
}

.modal-dialog-scrollable {
  height: auto;
}

option.d-none {
  display: none !important;
}

.dre-grid-table-2 {
  display: grid;
  grid-template-columns: 1fr 200px;
}

.dre-grid-table-4 {
  display: grid;
  grid-template-columns: 1fr 200px 200px 120px;
}

.dre-grid-row {
  display: contents;
}

.dre-collapse-content {
  grid-column: 1/-1;
}

.dre-grid-cell {
  padding: 0.5rem 0.75rem;
  border-bottom: 1px solid #eff2f7;
  text-align: right;
}

.dre-grid-cell:first-child {
  text-align: left;
}

.dre-grid-cell-2 {
  background: rgba(0, 0, 0, 0.0196078431);
}

.dre-grid-cell-3 {
  background: rgba(0, 0, 0, 0.062745098);
}

.dre-grid-cell-4 {
  background: rgba(0, 0, 0, 0.0823529412);
}

.dre-grid-cell-5 {
  background: rgba(0, 0, 0, 0.1254901961);
}

.dre-grid-cell-indent-2 {
  padding-left: 2rem;
}

.dre-grid-cell-indent-3 {
  padding-left: 3rem;
}

.dre-grid-cell-indent-4 {
  padding-left: 4rem;
}

.dre-grid-cell-indent-5 {
  padding-left: 5rem;
}

.no-icon {
  padding-left: 27px;
}

.datepicker table tr td span.active.active {
  background-color: var(--primary);
}

.dre-report-table table {
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid;
}
.dre-report-table thead {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 3;
}
.dre-report-table th {
  border: 1px solid #505d69 !important;
  vertical-align: middle;
}
.dre-report-table td {
  border: 1px solid #505d69;
  vertical-align: middle;
}
.dre-report-table .sticky-row {
  position: sticky;
  position: -webkit-sticky;
  top: 100px;
  z-index: 2;
}
.dre-report-table .sticky-column {
  position: sticky;
  position: -webkit-sticky;
  left: 0;
  z-index: 1;
}
.dre-report-table .dre-date {
  font-weight: 600;
  font-size: 12px;
  text-wrap: nowrap;
}

.dre-cell-bg-0 {
  background: #00aeac !important;
  color: #fff;
}

.dre-cell-bg-1 {
  background: #99dfde !important;
}

.dre-cell-bg-2 {
  background: #ccefee !important;
}

.dre-cell-bg-3 {
  background: #ffad76 !important;
  color: #fff;
}

.dre-cell-bg-4 {
  background: #ffd6bb !important;
}

.dre-cell-bg-5 {
  background: #ffebdd !important;
}

.dre-cell-bg-6 {
  background: #74788d !important;
  color: #fff;
}

.dre-cell-bg-7 {
  background: #babcc6 !important;
}

.dre-cell-bg-8 {
  background: #dcdde3 !important;
}

.dre-mw-100 {
  min-width: 100px;
}

#dre-month-slider.noUi-horizontal {
  height: 14px !important;
  border-radius: 50px !important;
}

#dre-month-slider .noUi-connect {
  background: var(--primary) !important;
}
#dre-month-slider .noUi-handle {
  background: white !important;
  border-width: 0.25rem !important;
  border-color: var(--primary) !important;
  border-radius: var(--bs-border-radius-pill) !important;
  width: 28px !important;
  height: 28px !important;
  right: -14px !important;
  top: -8px !important;
  border-radius: 50px !important;
  cursor: pointer !important;
}
#dre-month-slider .noUi-value {
  font-size: 12px !important;
  color: #999 !important;
  top: 10px !important;
}
#dre-month-slider .noUi-value-large {
  font-weight: normal !important;
}
#dre-month-slider .noUi-handle:after,
#dre-month-slider .noUi-handle:before {
  content: none !important;
}
#dre-month-slider .noUi-marker-horizontal.noUi-marker-large {
  height: 10px !important;
}

.btn-get-files,
.btn-send-files {
  border: 1px solid;
  border-radius: 5px;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.btn-get-files:hover,
.btn-send-files:hover {
  color: var(--primary);
  background: #e0e0e0;
}
