.backg-color-news-nots {
  background-color: var(--blue500-opacity08);
  color: var(--black900);
}

.backg-color-news-nots a p,
.backg-color-news-nots a span {
  font-weight: var(--font-weight-600);
}

.backg-color-olds-nots a p {
  font-weight: var(--font-weight-normal);
  margin-left: 28px;
}

.backg-color-news-nots a p {
  margin-left: 10px;
}

.backg-color-olds-nots {
  background-color: var(--white);
  color: var(--black800);
}

.item-nots {
  font-size: 12px;
  color: var(--blue500);
  margin-right: 5px;
}

.hv-drop-noti {
  padding: 0px !important;
}

.hv-drop-title {
  font-size: 1.2em;
  color: #404040;
  font-family: Poppins, sans-serif;
  font-weight: 500;
}

.hv-back-list a label,
.hv-back-list a label label {
  cursor: pointer;
}

.hv-drop-noti {
  padding: 60px 20px;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 4px 12px #09254914;
  border-radius: 4px;
  border: none;
  inset-block-start: 10px !important;
  width: 480px;
  max-width: 80vw;
  z-index: 5;
  max-height: 40vh;
  overflow-y: auto;
}
.ctn-sec-notification {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-bottom: 16px;
}
.date-notif {
  white-space: nowrap;
  align-self: flex-end;
}
.ctn-notifications {
  display: flex;
  flex-direction: column;
}
.ctn-notifications .card-notification:not(:last-child) {
  border-bottom: 1px solid #e4e8ee;
}
.new-noti {
  background-color: rgba(4, 114, 241, 0.08);
}
.hv-ctn-mobile {
  padding: 0 24px 80px 32px;
}
.icon-new {
  width: 8px;
  height: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: var(--blue500);
  position: absolute;
  left: 16px;
  top: 32px;
}

.not-show {
  opacity: 1 !important;
  visibility: visible !important;
  margin-top: 30px !important;
}

.noti-center-title {
  margin-bottom: 0px !important;
  margin-top: 0px !important;
  font-size: 1.4em;
  text-align: center;
  font-family: Poppins, sans-serif;
  font-weight: normal;
  color: #303030;
}


.noti-null-title {
  margin-bottom: 0px !important;
  margin-top: 8px !important;
  font-size: 1.8em;
  text-align: center;
  font-family: Poppins, sans-serif;
  font-weight: normal;
  color: #303030;
}

.context-null-title{
  font-size: 1em;
  text-align: center;
  font-family: Poppins, sans-serif;
  font-weight: normal;
  color: #303030c7;
  display: flex;
  justify-content: center;
}

.notif_version {
  background: #2b729e !important;
}

.date-notif {
  white-space: nowrap;
  align-self: flex-end;
}
.ctn-notifications {
  display: flex;
  flex-direction: column;
}
.ctn-notifications .card-notification:not(:last-child) {
  border-bottom: 1px solid #e4e8ee;
}
.new-noti {
  background-color: rgba(4, 114, 241, 0.08);
}

.new-noti .icon-new {
  width: 8px;
  height: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: var(--blue500);
  position: absolute;
  left: 16px;
  top: 32px;
}

.btn-textt {
  color: #404040;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  font-size: 14px;
}

.bod-textt {
  color: #4f4f4f;
  font-family: Poppins, sans-serif;
  font-weight: normal;
  font-size: 14px;
  margin: 0;
}

.hv-drop-noti::-webkit-scrollbar {
  -webkit-appearance: none;
}

.hv-drop-noti::-webkit-scrollbar:vertical {
  width: 6px;
}

.hv-drop-noti::-webkit-scrollbar-button:increment,
.hv-drop-noti::-webkit-scrollbar-button {
  display: none;
}

.hv-drop-noti::-webkit-scrollbar:horizontal {
  height: 10px;
}

.hv-drop-noti::-webkit-scrollbar-thumb {
  background-color: #4f4f4f;
  border-radius: 9px;
  border: 1px solid #4f4f4f;
}

.hv-drop-noti::-webkit-scrollbar-track {
  border-radius: 10px;
}

.wd-320 {
  width: 320px;
}

/** TIMELINE **/

.section .container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.section h1 {
  font-family: Poppins, sans-serif;
  font-weight: 600;
  font-size: 20px;
}

.timeline {
  white-space: nowrap;
  overflow-x: auto;
}

.timeline ol {
  font-size: 0;
  width: 100%;
  padding: 120px 0 100px;
  transition: all 1s;
}

.timeline::-webkit-scrollbar {
  -webkit-appearance: none;
}

.timeline ol li {
  position: relative;
  display: inline-block;
  list-style-type: none;
  width: 160px;
  height: 3px;
  background: #2b729e;
}

.timeline ol li:last-child {
  width: 350px;
}

.timeline ol li:not(:first-child) {
  margin-left: 14px;
}

.timeline ol li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% + 1px);
  bottom: 0;
  width: 12px;
  height: 12px;
  transform: translateY(-50%);
  border-radius: 50%;
  background: #2b729e;
  cursor: pointer;
}

.timeline ol li div {
  position: absolute;
  left: calc(100% + 7px);
  width: 280px;
  padding: 15px;
  font-size: 1rem;
  white-space: normal;
  background: #e6f0f8;
  color: #4f4f4f;
  font-family: Poppins, sans-serif;
  font-weight: normal;
  font-size: 14px;
  transition: box-shadow 0.3s ease;
}

.timeline ol li.not_found div {
  background: rgb(209 209 209 / 40%);
}

.timeline ol li div:hover {
  box-shadow: 0 0 10px rgb(57 56 56 / 30%);
}

.timeline ol li.not_found div:hover {
  box-shadow: none;
}

.timeline ol li div::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
}

.timeline ol li:nth-child(odd) div {
  top: -16px;
  transform: translateY(-100%);
}

.timeline ol li:nth-child(odd) div::before {
  top: 100%;
  border-width: 8px 8px 0 0;
  border-color: #e6f0f8 transparent transparent transparent;
}

.timeline ol li:nth-child(even) div {
  top: calc(100% + 16px);
}

.timeline ol li:nth-child(even) div::before {
  top: -8px;
  border-width: 8px 0 0 8px;
  border-color: transparent transparent transparent #e6f0f8;
}

.timeline time {
  display: flex;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 8px;
  align-items: center;
}

.icon-timeline {
  font-size: 20px;
}

/* TIMELINE ARROWS
  –––––––––––––––––––––––––––––––––––––––––––––––––– */

.timeline .arrows {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.timeline .arrows .arrow__prev {
  margin-right: 20px;
}

.timeline .disabled {
  opacity: 0.5;
}

.timeline .arrows img {
  width: 45px;
  height: 45px;
}

.select2-container {
  z-index: 999999;
}

/* GENERAL MEDIA QUERIES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media screen and (max-width: 599px) {
  .timeline ol,
  .timeline ol li {
    width: auto;
  }

  .timeline ol {
    padding: 0;
    transform: none !important;
  }

  .timeline ol li {
    display: block;
    height: auto;
    background: transparent;
  }

  .timeline ol li:first-child {
    margin-top: 25px;
  }

  .timeline ol li:not(:first-child) {
    margin-left: auto;
  }

  .timeline ol li div {
    position: static;
    width: 94%;
    height: auto !important;
    margin: 0 auto 25px;
  }

  .timeline ol li:nth-child(odd) div {
    transform: none;
  }

  .timeline ol li:nth-child(odd) div::before,
  .timeline ol li:nth-child(even) div::before {
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    border: none;
    border-left: 1px solid white;
    height: 25px;
  }

  .timeline ol li:last-child,
  .timeline ol li:nth-last-child(2) div::before,
  .timeline ol li:not(:last-child)::after,
  .timeline .arrows {
    display: none;
  }
}

/* modals */
.modal-gidata {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgb(64 64 64 / 44%);
  display: flex;
  pointer-events: unset;
  z-index: 10000;
}

.content-modal-gidata {
  margin: auto;
  width: 618px;
  height: auto;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: top;
  background: var(--white) 0% 0% no-repeat padding-box;
  background: #ffffff 0% 0% no-repeat padding-box;
  border-radius: 4px;
  border-radius: 8px;
  opacity: 1;
  position: relative;
}

.content-modal-gidata .data-info {
  max-height: 65vh;
}

.content-modal-cancel-arr-docs {
  height: 297px;
}

.textarea-modal-cancel {
  height: 80px;
  margin-top: 24px;
  margin-left: 24px;
  margin-right: 24px;
}

.modal-title-gidata {
  width: 100%;
  padding-left: 20px;
  margin-bottom: 0;
  margin-top: 24px;
  padding-left: 24px;
  text-align: left;
  padding-right: 24px;
  color: #404040;
  font-family: Poppins, sans-serif;
  font-weight: 500;
  font-size: 16px;
}

.modal-txt-arr-docs {
  color: var(--black800);
  padding-left: 20px;
  padding-left: 24px;
  padding-top: 16px;
  margin-bottom: 0;
  padding-right: 24px;
}

.content-modal-btns-gidata {
  display: flex;
  width: 100%;
  flex-direction: row;
  gap: 8px;
  justify-content: center;
  align-items: center;
  padding-right: 24px;
  margin-top: 24px;
  /* position: absolute; */
  bottom: 24px;
  padding-left: 24px;
  padding-bottom: 24px;
}

.modal-btn-send-gidata {
  background: #2b729e;
  border-radius: 4px;
  color: #ffffff;
  border: none;
  cursor: pointer;
  width: 106px;
  height: 44px;
  font-family: Poppins, sans-serif;
  font-weight: 500;
  font-size: 14px;
}

.modal-btn-send-gidata:hover {
  opacity: 0.85;
}

.modal-btn-send-gidata:hover:active {
  opacity: 0.85;
}

.modal-btn-one-gidata:hover {
  background-color: rgb(43 114 158 / 8%);
}

.modal-btn-one-gidata:hover:active {
  background-color: rgb(43 114 158 / 12%);
}

.modal-btn-one-gidata {
  width: 150px;
  height: 30px;
  background: #ffffff;
  border-radius: 4px;
  color: #2b729e;
  border: 1px solid #2b729e;
  cursor: pointer;
  width: 116px;
  height: 44px;
  font-family: Poppins, sans-serif;
  font-weight: 500;
  font-size: 14px;
}

/* modal wait */
.icon-close-arr-docs {
  position: absolute;
  top: 24px;
  right: 24px;
  cursor: pointer;
}

.content-modal-wait-arr-docs {
  position: relative;
}

.btn-ok-modal-wait-arr-docs {
  width: 186px;
}

.data-info {
  margin-bottom: 20px;
  height: 155px;
  overflow-y: auto;
}

.data-info::-webkit-scrollbar {
  -webkit-appearance: none;
}

.data-info::-webkit-scrollbar:vertical {
  width: 6px;
}

.data-info::-webkit-scrollbar-button:increment,
.data-info::-webkit-scrollbar-button {
  display: none;
}

.data-info::-webkit-scrollbar:horizontal {
  height: 10px;
}

.data-info::-webkit-scrollbar-thumb {
  background-color: #4f4f4f;
  border-radius: 9px;
  border: 1px solid #4f4f4f;
}

.data-info::-webkit-scrollbar-track {
  border-radius: 10px;
}

.data-info-li {
  padding-left: 24px;
  margin-top: 10px;
  font-family: Poppins, sans-serif;
  font-weight: 400;
  font-size: 14px;
  display: grid;
  grid-template-columns: 1fr 60%;
}

.li-padding {
  grid-template-columns: 1fr;
}

@media (max-width: 669px) {
  /* .input-main-search_arr_docs{
    padding-right:50px;
  } /

  .title-arr-docs-head {
    margin-left: 0px;
  }

  .form-add-arr-docs {
    padding-top: 24px;
  }

  .content-modal-arr-docs {
    / width: 90%; */
  .content-modal-gidata {
    margin: 30vh auto;
    margin-left: 20px;
    margin-right: 20px;
  }

  .modal-txt-arr-docs {
    font-size: var(--font-size-14);
  }
}

@media (max-width: 398px) {
  .btn-ok-modal-wait-arr-docs {
    width: 55%;
  }

  .modal-btn-one-gidata {
    width: 35%;
  }
}

.not_found {
  cursor: not-allowed;
}

.timeline ol li.not_found:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% + 1px);
  bottom: 0;
  width: 12px;
  height: 12px;
  transform: translateY(-50%);
  border-radius: 50%;
  background: #2b729e;
  cursor: not-allowed;
}

.border-left {
  border-left: 0.5px solid #d1d1d1;
}

.border-right {
  border-right: 0.5px solid #d1d1d1;
}

.border-top {
  border-top: 0.5px solid #d1d1d1;
}

.border-bottom {
  border-bottom: 0.5px solid #d1d1d1;
}

.txt-center {
  text-align: center;
}

.ht-150 {
  height: 150px;
}

@media (max-width: 991px) {
  .dropdown-menu-right {
    position: absolute;
    list-style: none;
  }

  #dropdownMenuClickable {
    position: absolute;
    right: 55px;
    margin: 12px 1px;
    margin-right: 4%;
    color: #ffffff;
  }

  .not-show {
    display: block !important;
  }

  .hv-drop-noti {
    max-width: 100vw;
    position: relative;
    width: 100%;
    max-height: 100%;
    margin-top: 0 !important;
    border-radius: 0;
    inset-block-start: 0 !important;
    overflow-x: hidden;
  }

  .hv-drop-noti::-webkit-scrollbar:vertical {
    width: 0px;
  }

  .hv-drop-noti::-webkit-scrollbar-button:increment,
  .hv-drop-noti::-webkit-scrollbar-button {
    display: none;
  }

  .hv-drop-noti::-webkit-scrollbar:horizontal {
    height: 0px;
  }

  .hv-drop-title {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 1.4em;
  }

  .close_notifications {
    font-size: 18px;
  }

  .bod-textt {
    margin-bottom: 0;
  }

  .card-notification {
    flex-direction: column;
    gap: 4px;
    border-bottom: 0.5px solid #d1d1d1;
  }

  .date-notif {
    color: #4f4f4f;
  }

  .section h1 {
    font-size: 16px;
  }

  .timeline ol li div {
    display: flex;
    flex-direction: column;
  }
}

/* .content_cost_budget
{
  margin-top: 24px; 
  page-break-inside: avoid;
  font-family: "Poppins", sans-serif;
}

.content_cost_budget tr th{
  padding:4px 0; 
  text-align: center; 
  color: #202020; 
  font-family: Poppins, sans-serif; 
  font-weight: 900; 
  font-size: 10px;
} */

.content_process {
  background: #e6f0f8;
  color: #4f4f4f;
  font-family: Poppins, sans-serif;
  font-weight: normal;
  font-size: 14px;
  display: flex;
  width: 280px;
  height: 64px;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  padding: 0 15px;
  margin: 12px 0;
}

.txt_process {
  color: #404040;
  font-family: Poppins, sans-serif;
  font-weight: 500;
  font-size: 16px;
}

.grid-reports {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.report_content {
  padding: 15px;
  font-size: 1rem;
  white-space: normal;
  background: #e6f0f8;
  color: #4f4f4f;
  font-family: Poppins, sans-serif;
  font-weight: normal;
  font-size: 14px;
  display: grid;
  text-align: center;
  margin: 25px 16px;
  cursor: pointer;
}

.report_content:hover {
  box-shadow: 0 0 10px rgb(57 56 56 / 30%);
}

.report_content i {
  font-size: 24px;
}

.report_content a:hover {
  color: #00212a;
}

.filter_content {
  padding: 15px;
  font-size: 1rem;
  white-space: normal;
  color: #4f4f4f;
  font-family: Poppins, sans-serif;
  font-weight: normal;
  font-size: 14px;
  display: grid;
  text-align: left;
  height: max-content;
}

.grid-filter {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.content-btn-report {
  display: flex;
  width: 100%;
  flex-direction: row;
  gap: 8px;
  justify-content: right;
  align-items: center;
  padding-right: 24px;
  margin-top: 24px;
  /* position: absolute; */
  bottom: 24px;
  padding-left: 24px;
}

.modal-btn-one-gidata a {
  color: #2b729e;
}

.btn-report {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 35px;
  width: 108px;
}

.section-report {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 20px;
  flex-wrap: wrap;
}

.cnt_report {
  margin: 20px 0;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

mat-chip-list {
  display: flex;
  gap: 12px;
}

mat-chip:first-child {
  margin-left: 0;
}

mat-chip {
  display: inline-flex;
  text-align: center;
  opacity: 1;
  border-radius: 4px;
  width: 108px;
  height: 35px;
  border: 1px solid #2b729e;
  align-items: center;
  justify-content: center;
}

mat-chip > label {
  display: block;
  padding: 6px;
  border-radius: 12px;
  cursor: pointer;
  width: 100%;
  font-family: Poppins, sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #2b729e !important;
  margin-bottom: 0;
  line-height: normal;
  padding-left: 6px !important;
}

.only-rol {
  width: 0 !important;
  height: 0;
}

mat-chip > input[type="radio"]:checked ~ label {
  background: rgb(43 114 158 / 8%) 0% 0% no-repeat padding-box;
  /* background: var(--black800) 0% 0% no-repeat padding-box; */
  border-radius: 4px;
}

.wrapper_art {
  width: 100%;
  text-align: center;
  height: auto;
}

h2 {
  font-family: sans-serif;
  color: #fff;
}
.carousel {
  width: 80%;
  margin: 0px auto;
}
.slick-slide {
  margin: 10px;
}
.slick-slide img {
  width: 100%;
  border: 2px solid #fff;
}
.wrapper .slick-dots li button:before {
  font-size: 20px;
  color: white;
}

.slick-prev,
.slick-next {
  font-size: 18px;
  color: #000;
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 10px;
  cursor: pointer;
}

.slick-prev:hover,
.slick-next:hover {
  background-color: #ddd;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: #2b729e !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-slide {
  margin: 0 10px;
}

.progress-bar {
  background-color: #2b729e !important;
}

.progress-bar span {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 12px;
}

.progress {
  margin-bottom: 10px;
  margin-top: 10px;
}

.text-date {
  color: #4f4f4f;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  font-size: 12px;
}

.txt_cont {
  color: #4f4f4f;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  font-size: 14px;
}

.pass-difference {
  font-size: 16px;
  background: #ffd6d1;
  color: #690005;
  padding: 8px;
  border-radius: 6px;
}

.percentages_cont {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: 1170px;
  margin: 20px auto;
  gap: 12px;
}

.percentages_pp {
  background: #ebf1ff;
  color: #004788;
  padding: 8px;
  border-radius: 6px;
  text-align: center;
}

.percentages_val {
  background: #e4e8ee;
  color: #333d4a;
  padding: 8px;
  border-radius: 6px;
  text-align: center;
}

@media screen and (max-width: 1600px) {
  .container {
    width: 970px;
  }

  .percentages_cont {
    grid-template-columns: repeat(2, 1fr);
    width: 860px;
  }

  .grid-reports {
    grid-template-columns: repeat(3, 1fr);
  }

  .report_content {
    margin: 8px 20px;
  }
}

@media screen and (max-width: 1366px) {
  .grid-filter {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 1290px) {
  .container {
    width: 670px;
  }

  .percentages_cont {
    grid-template-columns: repeat(2, 1fr);
    width: 670px;
  }

  .grid-reports {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 1024px) {
  .container {
    width: 576px;
  }

  .percentages_cont {
    grid-template-columns: repeat(1, 1fr);
    width: 576px;
  }

  .grid-reports {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media screen and (max-width: 600px) {
  .grid-filter {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media screen and (max-width: 576px) {
  .container {
    width: 100%;
    margin: 20px 20px 20px 0;
  }

  .percentages_cont {
    grid-template-columns: repeat(1, 1fr);
    width: 100%;
    margin: 20px 20px 20px 0;
  }

  .percentages_pp,
  .percentages_val {
    margin: 0 10px;
  }

  .grid-reports {
    gap: 0;
  }

  #change_process {
    right: 20px !important;
  }
}

.timeline-solped {
  list-style-type: none;
  display: flex;
  align-items: center;
  overflow: auto hidden;
  height: 350px;
  padding: 0;
}

.timeline-solped::-webkit-scrollbar {
  -webkit-appearance: none;
}

.li {
  transition: all 200ms ease-in;
}

.timestamp {
  margin-bottom: 20px;
  padding: 0px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 100;
}

.status {
  padding: 0px 40px;
  display: flex;
  justify-content: center;
  border-top: 2px solid #d6dce0;
  position: relative;
  transition: all 200ms ease-in;
}

.status h4 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 12px;
  width: 250px;
  text-align: center;
  color: #d1d1d1;
}

.status::before {
  content: "";
  width: 15px;
  height: 15px;
  background-color: white;
  border-radius: 25px;
  border: 1px solid #ddd;
  position: absolute;
  top: -9px;
  left: 42%;
  transition: all 200ms ease-in;
}

.li.complete .status {
  border-top: 2px solid #2b729e;
}
.li.complete .status::before {
  background-color: #2b729e;
  border: none;
  transition: all 200ms ease-in;
}

.li.complete .status h4 {
  color: #2b729e;
}

.timestamp .date {
  color: #4f4f4f;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 12px;
}

@media (min-device-width: 320px) and (max-device-width: 700px) {
  .timeline {
    list-style-type: none;
    display: block;
  }

  .li {
    transition: all 200ms ease-in;
    display: flex;
    width: inherit;
  }

  .timestamp {
    width: 100px;
  }
  .status::before {
    left: -8%;
    top: 30%;
    transition: all 200ms ease-in;
  }
}

/** **/

.dataTables_wrapper
  .dataTables_scroll
  div.dataTables_scrollBody::-webkit-scrollbar {
  -webkit-appearance: none;
}

.dataTables_wrapper
  .dataTables_scroll
  div.dataTables_scrollBody::-webkit-scrollbar:vertical {
  width: 6px;
}

.dataTables_wrapper
  .dataTables_scroll
  div.dataTables_scrollBody::-webkit-scrollbar-button:increment,
.dataTables_wrapper
  .dataTables_scroll
  div.dataTables_scrollBody::-webkit-scrollbar-button {
  display: none;
}

.dataTables_wrapper
  .dataTables_scroll
  div.dataTables_scrollBody::-webkit-scrollbar:horizontal {
  height: 10px;
}

.dataTables_wrapper
  .dataTables_scroll
  div.dataTables_scrollBody::-webkit-scrollbar-thumb {
  background-color: #4f4f4f;
  border-radius: 9px;
  border: 1px solid #4f4f4f;
}

.dataTables_wrapper
  .dataTables_scroll
  div.dataTables_scrollBody::-webkit-scrollbar-track {
  border-radius: 10px;
}

.dataTables_filter {
  position: relative;
}

.dataTables_filter input {
  width: 100%;
  height: 32px;
  background: #ffffff;
  border: 0;
  border-bottom: 1px solid rgb(32, 32, 32);
  text-indent: 10px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #303030;
  padding-right: 30px;
}

.dataTables_filter input::placeholder {
  font-weight: 400;
}

.dataTables_filter input:focus {
  border-color: #337ab7;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.dataTables_filter .fa-search {
  position: absolute;
  top: 5px;
  left: auto;
  right: 15px;
  font-size: 16px;
  color: rgb(32, 32, 32);
}

/* .dataTables_filter input:focus ~ .fa-search{
  color: red !important;
} */

.dataTables_wrapper .dataTables_filter {
  float: right;
  text-align: right;
  width: 50%;
}

.dataTables_wrapper .dataTables_filter label {
  width: 40%;
  padding-right: 8px;
}

.ui-tabs .ui-tabs-nav li {
  border: 1px solid #d1d1d1;
  background: none;
  border-radius: 3px;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #2b729e !important;
  background: #2b729e !important;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  outline: none;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 14px;
}

/** LOGIN **/

.content-log {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}

.login-container {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  padding: 40px;
  max-width: 520px;
  width: 90%;
  text-align: center;
  margin: auto;
}

.login-form {
  display: flex;
  flex-direction: column;
}

.login-form h1 {
  margin-bottom: 10px;
  color: #333;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 20px;
}

.login-form img {
  /* margin-bottom: 20px;
  color: #777; */
  width: 320px;
  height: 55px;
  margin: 0 auto 20px;
}

.input-group {
  margin-bottom: 20px;
  display: block !important;
}

.input-group input {
  padding: 15px;
  border-radius: 5px;
  border: 1px solid #ddd;
  width: 100%;
  font-size: 16px;
  transition: border-color 0.3s ease;
  height: 48px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
}

.input-group input[disabled] {
  cursor: not-allowed;
}

.input-group textarea {
  padding: 15px;
  border-radius: 5px;
  border: 1px solid #ddd;
  width: 100%;
  font-size: 16px;
  transition: border-color 0.3s ease;
  height: 90px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  resize: none;
}

.input-group input:focus {
  border-color: #008891;
  outline: none;
}

.input-group textarea:focus {
  border-color: #008891;
  outline: none;
}

.input-group .select2-container--bootstrap4 .select2-selection {
  border-radius: 5px !important;
  border: 1px solid #ddd !important;
  width: 100% !important;
  font-size: 16px !important;
  transition: border-color 0.3s ease !important;
  height: auto !important;
  font-family: "Poppins", sans-serif !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  background-image: none !important;
}

.input-group
  .select2-container
  .select2-selection--single
  .select2-selection__rendered {
  font-family: "Poppins", sans-serif !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  padding: 0 15px;
}

.input-group
  .select2-container--bootstrap4
  .select2-selection--single
  .select2-selection__placeholder {
  font-family: "Poppins", sans-serif !important;
  font-weight: 400 !important;
  font-size: 15px !important;
}

.input-group
  .select2-container--bootstrap4
  .select2-selection--single
  .select2-selection__arrow {
  top: 45%;
}

.input-group .select2-container .select2-search--inline .select2-search__field {
  background: none;
  position: absolute;
  bottom: 0%;
  padding: 0 7px;
  font-size: 14.5px;
  margin-top: 0.1em;
}

.input-group
  .select2-container--bootstrap4
  .select2-selection--multiple
  .select2-selection__choice {
  border: 0;
  font-size: 14px;
  z-index: 2;
}

.input-group .error ~ .select2-container--bootstrap4 .select2-selection {
  border: 1px solid #ba1a1a !important;
}

/* .input-group .select2-container--bootstrap4 .select2-selection--single .select2-selection__placeholder {
  padding: 0 6px;
} */

.input-group .select2-container--bootstrap4 .select2-selection__clear {
  margin-top: 0.3em;
  margin-right: 0.6em;
}

.btn-login {
  /* padding: 15px; */
  height: 44px;
  border: none;
  border-radius: 5px;
  background-color: #008891;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.btn-login:hover {
  opacity: 0.8;

  /* background-color: #008891; */
}

.btn-login:disabled {
  background: rgb(71, 71, 71, 0.12) 0% 0% no-repeat padding-box;
  color: #474747;
  opacity: 0.38;
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.bottom-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
  color: #777;
}

.bottom-text p {
  margin-bottom: 10px;
  width: 100%;
}

.bottom-text a {
  color: #008891;
  text-decoration: none;
  transition: color 0.3s ease;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 500;
  padding: 12px;
  width: 100%;
  display: block;
  border-radius: 5px;
}

.bottom-text a:hover {
  background: rgb(0 136 145 / 8%);
}

.back-div {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 5px;
}

.back-div:hover {
  background: rgb(48 48 48 / 8%);
}

.content_log {
  margin: 0 auto;
}

.content_log p {
  font-family: Poppins, sans-serif;
  font-weight: 600;
  font-size: 24px;
}

.content_log span {
  font-family: Poppins, sans-serif;
  font-weight: 400;
  font-size: 16px;
}

.grid-container {
  display: grid;
  grid-template-columns: repeat(4, auto);
  grid-gap: 32px;
  justify-content: center;
  margin-bottom: 30px;
}

.grid-container > input {
  width: 44px;
  height: 44px;
  text-align: center;
  padding: 20px 0;
  border: 1px solid #d1d1d1;
  border-radius: 4px;
  opacity: 1;
  outline: none;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 14px;
}

.grid-container > input:hover {
  border: 1px solid #008891;
}

.grid-container > input:focus {
  border: 1px solid #008891;
}

.content_log_2 {
  margin-top: 30px;
}

.code-text {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  margin-bottom: 0;
}

.reen-code {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #008891;
  padding: 12px;
  cursor: pointer;
  margin: 10px 0;
  border-radius: 5px;
  font-weight: 500;
}

.reen-code:hover {
  background: rgb(0 136 145 / 8%);
}

#edit-email {
  font-size: 20px;
  cursor: pointer;
  padding: 12px;
  border-radius: 5px;
  position: absolute;
  right: 0;
  color: #008891;
}

#edit-email:hover {
  background: rgb(0 136 145 / 8%);
}

.disabled-code {
  background: rgb(71, 71, 71, 0.12) 0% 0% no-repeat padding-box;
  color: #474747;
  cursor: auto;
  opacity: 0.38;
  font-weight: 500;
}

.disabled-code:hover {
  background: rgb(71, 71, 71, 0.12) 0% 0% no-repeat padding-box;
  color: #474747;
  opacity: 0.38;
  cursor: auto;
  font-weight: 500;
}

.icon-pass {
  position: absolute;
  right: 15px;
  top: 12px;
  cursor: pointer;
  opacity: 0.7;
}

.input-group input.error {
  border: 1px solid #ba1a1a;
}

.error {
  position: relative;
  padding-top: 4px;
  display: flex;
  /* flex-direction: row-reverse; */
  align-items: center;
  width: fit-content;
  color: #303030 !important;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  width: 100%;
}

/* Responsive */
@media screen and (max-width: 600px) {
  .login-container {
    margin: 0px 20px 0;
    max-width: 100vw;
    padding: 20px;
  }

  .login-form img {
    width: 100%;
  }
  .content_log p {
    font-size: 20px;
  }

  .content_log span {
    font-size: 14px;
  }
}

.white-color {
  color: #ffffff !important;
}

.pd-modal-rg {
  padding-right: 7px;
}

.pd-modal-lf {
  padding-left: 7px;
}

/** iziToast **/

.iziToast-wrapper {
  bottom: 0;
  left: 0px;
  right: 0%;
  width: 100%;
  padding: 0 24px;
  margin-bottom: 40px;
  align-items: center;
}

.iziToast {
  border-radius: 4px;
  width: max-content !important;
  background: #474747 !important;
  margin: 16px 0 0 0;
  padding: 0 44px 0 0 !important;
  height: auto;
  min-height: 48px;
  border: none;
}
.iziToast > .iziToast-body {
  margin: 0;
  padding: 0 0 0 16px;
  height: auto;
  min-height: 52px !important;
  text-align: left;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.iziToast > .iziToast-body .iziToast-texts {
  margin: 0;
  padding: 0;
}
.iziToast > .iziToast-body .iziToast-message {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #ffffff !important;
  margin: 0;
}
.iziToast > .iziToast-close {
  background: unset;
  background-size: unset;
  opacity: 1;
  border-radius: 4px;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50% !important;
  right: 12px;
  bottom: 0;
  transform: translateY(-50%);
}
.iziToast > .iziToast-close::before {
  content: "";
  background: url(../../img/close-icon.svg) no-repeat 50% 50%;
  background-size: 20px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}
.iziToast > .iziToast-close:hover {
  background-color: var(--white-op-0-08);
}
.iziToast > .iziToast-close:hover:active {
  background-color: var(--white-op-0-12);
}
.iziToast-capsule {
  margin: 0;
}
.iziToast > .iziToast-body:after {
  content: unset;
}
.iziToast > .iziToast-body .iziToast-buttons {
  min-height: unset;
  float: unset;
  margin: unset;
  font: var(--button);
}
.izitoast-btn-action {
  color: var(--blue200);
  margin-left: 8px;
  padding: 0 12px;
  cursor: pointer;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: max-content;
  height: 36px;
  border-radius: 4px;
}
.izitoast-btn-action:hover {
  background-color: var(--blue200-op-0-08);
}
.izitoast-btn-action:hover:active {
  background-color: var(--blue200-op-0-12);
}

/* .iziToast-wrapper-bottomCenter{
  left: -70px !important;
} */

@media (max-width: 1367px) {
  .iziToast-wrapper {
    left: 390px;
    right: 4%;
  }
}
@media (max-width: 1280px) {
  .iziToast-wrapper {
    left: 80px !important;
    right: 24px !important;
  }
  .iziToast > .iziToast-body .iziToast-message {
    line-height: var(--line-height-20) !important;
  }
}
@media (max-width: 768px) {
  .iziToast-wrapper {
    left: 0 !important;
    right: 0 !important;
    padding: 0 20px;
  }
}

@media screen and (max-width: 540px) {
  .card1 .card-content {
    max-width: 100vw;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  }
  .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
    display: table;
  }

  .dataTables_wrapper .dataTables_filter label {
    width: 100%;
  }
  .card1 {
    margin: 20px 0;
  }

  .dataTables_scrollHead,
  .dataTables_scrollHeadInner {
    display: table;
  }

  .table-responsive {
    border: none;
  }
}

.select2-container--bootstrap4 .select2-selection--multiple {
  min-height: 38px !important;
}

.select2-container--bootstrap4 .select2-results__options::-webkit-scrollbar {
  -webkit-appearance: none;
}

.select2-container--bootstrap4
  .select2-results__options::-webkit-scrollbar:vertical {
  width: 4px;
}

.select2-container--bootstrap4
  .select2-results__options::-webkit-scrollbar-button:increment,
.select2-container--bootstrap4
  .select2-results__options::-webkit-scrollbar-button {
  display: none;
}

.select2-container--bootstrap4
  .select2-results__options::-webkit-scrollbar:horizontal {
  height: 7px;
}

.select2-container--bootstrap4
  .select2-results__options::-webkit-scrollbar-thumb {
  background-color: #4f4f4f;
  border-radius: 9px;
  border: 1px solid #4f4f4f;
}

.select2-container--bootstrap4
  .select2-results__options::-webkit-scrollbar-track {
  border-radius: 10px;
}

.select2-container--bootstrap4 .select2-results__options {
  padding: 0 8px;
}

/* .select2-container--bootstrap4 .select2-results__option--highlighted, .select2-container--bootstrap4 .select2-results__option--highlighted.select2-results__option[aria-selected=true]{
  background-color: #008891;
} */

.select2-results__option {
  border-radius: 5px;
}

.docs_provider::-webkit-scrollbar {
  -webkit-appearance: none;
}

.docs_provider::-webkit-scrollbar:vertical {
  width: 4px;
}

.docs_provider::-webkit-scrollbar-button:increment,
.docs_provider::-webkit-scrollbar-button {
  display: none;
}

.docs_provider::-webkit-scrollbar:horizontal {
  height: 7px;
}

.docs_provider::-webkit-scrollbar-thumb {
  background-color: #4f4f4f;
  border-radius: 9px;
  border: 1px solid #4f4f4f;
}

.docs_provider::-webkit-scrollbar-track {
  border-radius: 10px;
}

.inpt-file {
  display: none;
}

.lbl-inpt-file * {
  vertical-align: middle;
  cursor: pointer;
  color: #2b729e;
  font-size: 1.6em;
}

.lbl-inpt-file span {
  margin-left: 10px;
  color: #303030;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 12px;
  word-wrap: break-word;
}

.lbl-inpt-file span a {
  font-size: 12px;
  color: #303030;
}

.lbl-inpt-file span a:hover {
  color: #008891;
  text-decoration: none;
}

i.remove {
  vertical-align: middle;
  margin-left: 5px;
  cursor: pointer;
  display: none;
  color: #303030;
  font-size: 14px;
}

.content-warning {
  display: flex;
  width: 70%;
  padding: var(--spacing-space-6, 20px) var(--spacing-space-5, 16px);
  justify-content: flex-end;
  align-items: flex-start;
  border-radius: var(--border-radius-corner-lg, 16px);
  border: 1px solid var(--colores-contextuales-warning-warning-200, #ffd499);
  background: var(--colores-contextuales-warning-warning-100, #fff6eb);
  flex-direction: column;
}

.content-warning p {
  overflow: hidden;
  color: var(--colores-contextuales-warning-warning-400, #ac6500);
  text-overflow: ellipsis;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.21px;
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 0;
}

.content-warning .text-warning {
  color: var(--colores-base-neutral-neutral-700, #4a4a4a);
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.16px;
  margin-left: 26px;
}

.btn-modal-table {
  position: inherit;
  padding-right: 0;
  margin-top: 0;
}

.modal-btn-send-gidata:disabled {
  background: rgb(71, 71, 71, 0.12) 0% 0% no-repeat padding-box;
  color: #474747;
  opacity: 0.38;
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.modal-btn-send-gidata:disabled:hover:active {
  opacity: 0.38;
}

.nav-tabs {
  background: #ffffff;
  margin-top: 20px;
  padding: 0;
}

.nav-tabs.nav-justified {
  border-bottom: 1px solid #303030;
  margin-bottom: 5px;
}

.nav-tabs > li > a,
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  color: #303030 !important;
}

.nav-tabs.nav-justified > li > a {
  display: flex;
  align-items: center;
  gap: 6px;
  justify-content: center;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  border: 1px solid #d1d1d1 !important;
}

.inpt-disabled {
  cursor: not-allowed !important;
  background-color: #dddddd7d;
}

.nav-tabs.nav-justified > li > a.active {
  background: rgb(43 114 158 / 8%);
  color: #2b729e !important;
  border: 1px solid #2b729e !important;
}

.icon-tab-link {
  font-size: 20px !important;
}

.content-main-sect {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: 0 20px;
}

.info-nat {
  display: flex;
  flex-direction: column;
}

.title-sect h1 {
  font-family: Poppins, sans-serif;
  font-weight: 600;
  font-size: 20px;
}

.info-solpeds {
  display: grid;
  gap: 12px;
  flex-wrap: wrap;
  justify-self: flex-end;
  margin: 20px 0 10px;
  grid-template-columns: auto auto;
}

.count-process {
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.16px;
  width: 50%;
  text-align: center;
  justify-self: flex-end;
  margin-right: 6px;
}

.cont-sol {
  height: 140px;
  overflow: hidden auto;
}

.cont-sol::-webkit-scrollbar {
  -webkit-appearance: none;
}

.cont-sol::-webkit-scrollbar:vertical {
  width: 4px;
}

.cont-sol::-webkit-scrollbar-button:increment,
.cont-sol::-webkit-scrollbar-button {
  display: none;
}

.cont-sol::-webkit-scrollbar:horizontal {
  height: 7px;
}

.cont-sol::-webkit-scrollbar-thumb {
  background-color: #4f4f4f;
  border-radius: 9px;
  border: 1px solid #4f4f4f;
}

.cont-sol::-webkit-scrollbar-track {
  border-radius: 10px;
}

.cont-sol p {
  margin: 0 0 0 6px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.16px;
}

.init_default {
  width: 20% !important;
}

.detail_default {
  width: 10% !important;
}

.processed_default {
  width: 50% !important;
}

.no_results_process {
  color: #303030;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.16px;
}

.card .table tr:first-child td {
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.16px;
}

@media screen and (max-width: 540px) {
  .content-main-sect {
    grid-template-columns: 1fr;
  }
  .content-warning {
    width: 100%;
  }
  .title-sect h1 {
    font-size: 16px;
  }

  .content-warning .text-warning {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.14px;
  }

  .info-solpeds {
    justify-self: flex-start;
    grid-template-columns: auto;
  }

  .count-process {
    width: 100%;
    justify-self: flex-start;
    text-align: left;
  }

  .cont-sol {
    height: 60px;
    margin-bottom: 20px;
  }

  .cont-sol p {
    margin: 0;
  }

  .wt-100 {
    width: 100% !important;
  }

  .hv-drop-noti {
    position: fixed;
    height: 100vh;
  }

  .noti-null-title {
    color: #303030;
    font-size: 13px;
  }

  #dropdownMenuClickable {
    position: absolute;
    right: 55px;
    margin: 18px 0;
    color: #303030;
  }

  .txt-left {
    text-align: left;
  }

  .mg-3p {
    margin: 3%;
  }

  .select2-container--bootstrap4 .select2-dropdown {
    z-index: 10001;
  }

  .pd-modal-rg {
    padding-right: 12px;
  }

  .pd-modal-lf {
    padding-left: 12px;
  }
}

.div-navbar img {
  width: 30% !important;
  margin: 4% !important;
}

.div-navbar button#sidebarCollapse {
  margin: 4%;
  color: #303030;
  background-color: transparent;
}

.div-navbar {
  background-color: transparent;
}

.chk-gdat {
  display: inline-block;
  position: relative;
  padding-left: 25px;
  cursor: pointer;
}

.chk-gdat input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: -5px;
  left: 50%;
  height: 26px;
  width: 26px;
  border-radius: 3px;
  border: 1px solid #ddd;
}

.chk-gdat input:checked ~ .checkmark {
  background-color: #2b729e;
  border: 1px solid #2b729e;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.chk-gdat input:checked ~ .checkmark:after {
  display: block;
}

.chk-gdat .checkmark:after {
  left: 35%;
  top: 8%;
  width: 7px;
  height: 14px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.chk-gdat input:disabled ~ .checkmark {
  cursor: default;
  opacity: 0;
}

.card-notification-add {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 16px;
  padding: 24px 24px 16px 32px;
  cursor: pointer;
  margin: 0 -24px 0 -32px;
  align-items: center;
  position: relative;
}
.mg-30t {
  margin-top: 30px !important;
}

.ripple-container {
  display: none !important;
}

.card-notification:hover {
  background-color: rgba(4, 114, 241, 0.08);
}

.gdat_green {
  background-color: #e1f4f7;
  color: #044c57;
}

.gdat_yellow {
  background-color: #fff0c2;
  color: #7a5c00;
}

.gdat_red {
  background-color: #ffd6d1;
  color: #690005;
}

.gdat_none {
  background: transparent;
  color: #000000;
}

.bg-none {
  background: none !important;
  color: #ffffff;
}

.nav-search {
  width: calc(100% - 380px);
}

.nav-search li {
  padding: 8px 0 0;
}

.nav-search li,
.nav-search li input {
  width: 100%;
}

.nav-search li input {
  width: 100%;
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgb(32, 32, 32);
  text-indent: 10px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #4f4f4f;
  padding-right: 30px;
  font-size: 14px;
}

.nav-search li i {
  position: absolute;
  top: 9px;
  left: auto;
  right: 15px;
  font-size: 16px;
  color: rgb(32, 32, 32);
}

.navbar-collapse.collapse {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.navbar-collapse.collapse::before {
  display: contents;
}

.content_result_search {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 4px 12px #09254914;
  border-radius: 4px;
  border: none;
  inset-block-start: 10px !important;
  width: 100%;
  max-width: 80vw;
  z-index: 5;
  max-height: 40vh;
  overflow-y: auto;
}

.content_result_search::-webkit-scrollbar {
  -webkit-appearance: none;
}

.content_result_search::-webkit-scrollbar:vertical {
  width: 6px;
}

.content_result_search::-webkit-scrollbar-button:increment,
.content_result_search::-webkit-scrollbar-button {
  display: none;
}

.content_result_search::-webkit-scrollbar:horizontal {
  height: 10px;
}

.content_result_search::-webkit-scrollbar-thumb {
  background-color: #4f4f4f;
  border-radius: 9px;
  border: 1px solid #4f4f4f;
}

.content_result_search::-webkit-scrollbar-track {
  border-radius: 10px;
}

.card-result {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 16px;
  padding: 16px 24px 16px 32px;
  cursor: pointer;
  margin: 0 -24px 0 -32px;
  align-items: center;
  position: relative;
}

.ctn-result {
  display: flex;
  flex-direction: column;
  animation: 1.5s fadein 1;
}

.cont_result {
  background: #ffffff 0% 0% no-repeat padding-box;
  border-radius: 4px;
  border: none;
}

.result-ctn-mobile {
  padding: 0 24px 0 32px;
}

.go-step {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 44px;
  height: 44px;
  color: #2b729e;
  font-weight: 600;
  padding: 8px 36px;
  border-radius: 5px;
}

.go-step:hover {
  background-color: rgb(43 114 158 / 8%);
}

@keyframes fadein {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 0.8;
  }
}

.parent {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  margin: 20px 0 40px;
}

.div1 {
  grid-area: 1 / 1 / 1 / 1;
  background: #e4e8ee;
  height: 120px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  justify-items: center;
  font-family: "Poppins", sans-serif;
  border: 1px solid #c6c6c6;
  border-radius: 16px;
}

.div2 {
  grid-area: 1 / 2 / 2 / 2;
  background: #fff6eb;
  height: 120px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  justify-items: center;
  font-family: "Poppins", sans-serif;
  border: 1px solid #ffd499;
  border-radius: 16px;
}

.div3 {
  grid-area: 1 / 3 / 2 / 3;
  background: #eef2fc;
  height: 120px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  justify-items: center;
  font-family: "Poppins", sans-serif;
  border: 1px solid #a6cdf2;
  border-radius: 16px;
}

.div4 {
  grid-area: 1 / 4 / 2 / 4;
  background: #ebfef3;
  height: 120px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  justify-items: center;
  font-family: "Poppins", sans-serif;
  border: 1px solid #9beebd;
  border-radius: 16px;
}

.div5 {
  grid-area: 2 / 1 / 3 / 3;
  background: #ffffff;
  border: 1px solid #d1d1d1;
  height: 400px;
  font-family: "Poppins", sans-serif;
  border-radius: 24px;
}

.div5 p {
  text-align: center;
  margin: 10px auto;
}

.div6 {
  grid-area: 2 / 3 / 3 / 3;
  background: #ffffff;
  border: 1px solid #d1d1d1;
  font-family: "Poppins", sans-serif;
  border-radius: 24px;
}

.div6 p {
  text-align: center;
  margin: 10px auto;
}

.div7 {
  grid-area: 2 / 4 / 3 / 4;
  background: #ffffff;
  border: 1px solid #d1d1d1;
  font-family: "Poppins", sans-serif;
  border-radius: 24px;
}

.div7 p {
  text-align: center;
  margin: 10px auto;
}

.div8 {
  grid-area: 3 / 1 / 4 / 3;
  background: #ffffff;
  border: 1px solid #d1d1d1;
  height: 260px;
  font-family: "Poppins", sans-serif;
  border-radius: 24px;
}

.div8 p {
  text-align: center;
  margin: 10px auto;
}

.div9 {
  grid-area: 3 / 3 / 4 / 3;
  background: #ffffff;
  border: 1px solid #d1d1d1;
  font-family: "Poppins", sans-serif;
  border-radius: 24px;
}

.div9 p {
  text-align: center;
  margin: 10px auto;
}

.div10 {
  grid-area: 3 / 4 / 4 / 4;
  background: #ffffff;
  border: 1px solid #d1d1d1;
  font-family: "Poppins", sans-serif;
  border-radius: 24px;
}

.div10 p {
  text-align: center;
  margin: 10px auto;
}

.text-sol {
  width: 100px;
}

.number-text {
  font-size: 24px;
}

.brd-none {
  border-bottom: none !important;
}

.nav-justified > li {
  cursor: pointer;
}

.nav-tabs.nav-justified > li > a.act-board {
  background-color: rgb(43 114 158 / 80%) !important;
  color: #ffffff !important;
  font-weight: 700;
  border: 1px solid #2b729e !important;
  transition: background-color 0s 0s;
}

.wd-50 {
  width: 50% !important;
}

.item-dash {
  padding-right: 16px;
}

.apexcharts-legend {
  position: inherit !important;
  flex-direction: row !important;
  flex-wrap: wrap;
}

.apexcharts-pie-label {
  text-anchor: middle !important; /* Centra horizontalmente */
}

.apexcharts-pie .apexcharts-series path {
  filter: none !important; /* Anula cualquier filtro de sombra al hacer hover */
}

.product_frequent {
  padding: 0 15px;
  font-family: "Poppins", sans-serif;
}

.read_more {
  text-align: center;
  padding: 8px;
  cursor: pointer;
  color: #2b729e;
  margin: 12px;
}

.read_more:hover {
  background-color: rgb(43 114 158 / 8%);
}

#day_most,
#day_less {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
}

#chart-container,
#chart-container-most,
#chart-container-less {
  width: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
}

#graphic-bar {
  min-width: 600px; /* Ajusta esto según tus necesidades */
}

#graphic-bar-most,
#graphic-bar-less {
  min-width: 250px; /* Ajusta esto según tus necesidades */
}

.apexcharts-toolbar {
  right: 35px !important;
}

#observations {
  height: 200px;
  overflow: hidden auto;
}

.obser-empty {
  height: 0 !important;
}

#observations::-webkit-scrollbar {
  -webkit-appearance: none;
}

#observations::-webkit-scrollbar:vertical {
  width: 6px;
}

#observations::-webkit-scrollbar-button:increment,
#observations::-webkit-scrollbar-button {
  display: none;
}

#observations::-webkit-scrollbar:horizontal {
  height: 10px;
}

#observations::-webkit-scrollbar-thumb {
  background-color: #4f4f4f;
  border-radius: 9px;
  border: 1px solid #4f4f4f;
}

#observations::-webkit-scrollbar-track {
  border-radius: 10px;
}

.not-data-graphic {
  height: 80%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
}

.apexcharts-pie {
  transform: translate(25px, -50px);
}

.apexcharts-tooltip-marker {
  background-color: #303030 !important;
}

.apexcharts-tooltip-title,
.apexcharts-tooltip-text,
.apexcharts-text tspan {
  font-family: "Poppins", sans-serif !important;
}

@media screen and (max-width: 1600px) {
  #graphic-circle .apexcharts-canvas {
    width: 100% !important;
  }

  #graphic-circle .apexcharts-canvas svg:not(:root) {
    width: 100%;
  }

  #graphic-circle .apexcharts-canvas .apexcharts-inner {
    transform: translate(10%, 55%) !important;
  }
}

@media screen and (max-width: 1024px) {
  .parent {
    grid-template-columns: repeat(2, 1fr);
  }

  .div3 {
    grid-area: 2 / 1 / 2 / 1;
  }

  .div4 {
    grid-area: 2 / 2 / 2 / 2;
  }

  .div5 {
    grid-area: 3 / 1 / 3 / 3;
  }

  .div6 {
    grid-area: 4 / 1 / 4 / 3;
    height: 400px;
  }

  .div7 {
    grid-area: 5 / 1 / 5 / 3;
    height: 400px;
  }

  .div8 {
    grid-area: 6 / 1 / 6 / 3;
  }

  .div9 {
    grid-area: 7 / 1 / 7 / 3;
    height: 460px;
  }

  .div10 {
    grid-area: 8 / 1 / 8 / 3;
    height: 460px;
  }

  #day_most,
  #day_less {
    font-size: 18px;
  }

  .apexcharts-legend {
    flex-direction: column !important;
  }

  #graphic-circle .apexcharts-canvas .apexcharts-inner {
    transform: translate(30%, 45%) !important;
  }
}

@media screen and (max-width: 480px) {
  .div1,
  .div2,
  .div3,
  .div4 {
    grid-template-columns: 1fr;
    padding: 0 12px;
  }

  .text-sol {
    text-align: center;
    width: 100%;
  }

  .not-data-graphic {
    font-size: 14px;
  }

  #graphic-circle .apexcharts-canvas .apexcharts-inner {
    transform: translate(12%, 55%) !important;
  }
}

.info-step {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 20%;
}

.info-step > *:not(::before):not(::after) {
  display: contents;
}

#last-step,
#last-step-value {
  grid-area: 1 / 5 / 1 / 5;
}

@media screen and (max-width: 1600px) {
  .carousel {
    width: 65%;
  }
}

@media screen and (max-width: 480px) {
  .carousel {
    width: 85%;
  }

  .nav-search {
    width: calc(100% - 0px);
    padding: 0px 20px;
    position: absolute;
    top: 50px;
  }

  .nav-tabs.nav-justified > li > a.act-board {
    padding: 5px 7px;
  }

  .nav-tabs {
    margin-top: 40px;
  }

  .slick-slider {
    margin: 20px 0;
  }

  .content_result_search {
    position: relative;
    max-width: 100vw;
  }
}

.iziToast-customizer {
  width: 100% !important;
  box-shadow: 0px 2px 8px 0px rgba(24, 77, 110, 0.12),
    0px 2px 20px 0px rgba(24, 77, 110, 0.08);
  padding: 8px 12px;
}

.iziToast-customizer .iziToast-body {
  margin-left: 30px !important;
  display: flex;
  align-items: center;
  padding-right: 20px;
}

.iziToast-customizer .iziToast-body .iziToast-texts {
  margin: 0px !important;
  white-space: nowrap;
}

.iziToast-cover {
  background-color: transparent !important;
  left: 12px !important;
  top: -2px !important;
}

.iziToast-close {
  color: #fff !important;
  opacity: 1 !important;
  /* top:-2px!important; */
}

.iziToast-customizer .iziToast-body .iziToast-texts .iziToast-message {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin: 0px;
  padding: 8px 0;
}

.iziToast-gidata {
  left: -130px;
}

@media (max-width: 568px) {
  .iziToast-customizer {
    margin: 4px 5px !important;
  }
  .iziToast-customizer .iziToast-body .iziToast-texts .iziToast-message {
    font-size: 14px;
  }

  .iziToast-gidata {
    left: 0px;
  }
}

.file-input {
  display: inline-block;
  text-align: left;
  background: #fff;
  width: 450px;
  position: relative;
  border-radius: 3px;
}

.file-input > [type="file"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 10;
  cursor: pointer;
}

.file-input > .button {
  display: inline-block;
  cursor: pointer;
  background: #eee;
  padding: 8px 16px;
  border-radius: 2px;
  margin-right: 8px;
  cursor: pointer;
}

.file-input:hover > .button {
  background: #2b729e;
  color: white;
}

.file-input > .label {
  color: #333;
  white-space: nowrap;
  opacity: 0.6;
}

.file-input.-chosen > .label {
  opacity: 1;
}

.ctn_orders {
  max-height: 180px;
  overflow: hidden auto;
}

.trk-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-all;
}

.ctn-notifications {
  padding: 0;
  margin: 0;
}

.card-notification {
  display: block;
  align-items: flex-start;
  gap: 12px;
  padding: 24px 24px 16px 32px;
  border-left: 3px solid transparent;
  margin: 0 -24px 0 -32px;
  background: #fff;
  transition: all 0.2s ease;
  position: relative;
}

.card-notification.new-noti {
  background-color: #f8f9ff;
  border-left-color: #2b729e;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.card-notification:hover {
  background-color: #f0f4ff !important;
  /* transform: translateX(4px); */
}

.notif-icon {
  font-size: 20px;
  color: #2b729e;
  flex-shrink: 0;
  margin-top: 2px;
}

.notif-content {
  flex: 1;
  min-width: 0;
}

.notif-message {
  margin: 0 0 6px 0;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 500;
  color: #2b2d42;
}

.notif-date {
  margin: 0;
  font-size: 12px;
  color: #6c757d;
  font-weight: 400;
}

/* Opcional: animación sutil al aparecer */
.ctn-notifications {
  animation: fadeInUp 0.3s ease forwards;
  opacity: 0;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

#notification-container {
  height: 400px;
  overflow-y: auto;
  background-color: white;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 15px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.notification {
  border-bottom: 1px solid #eee;
  padding: 15px 0;
  margin-bottom: 10px;
  transition: background-color 0.3s ease;
}

.notification:hover {
  background-color: #f8f9fa;
  border-radius: 5px;
}

.notification:last-child {
  border-bottom: none;
}

.notification strong {
  color: #2c3e50;
  display: block;
  margin-bottom: 5px;
  font-size: 16px;
}

.notification small {
  color: #666;
  font-size: 14px;
  line-height: 1.4;
}

.notification .time {
  color: #999;
  font-size: 12px;
  margin-top: 8px;
  display: block;
}

.loading {
  text-align: center;
  padding: 20px;
  color: #666;
  font-style: italic;
}

.no-more {
  text-align: center;
  padding: 20px;
  color: #999;
  font-size: 14px;
  border-top: 1px solid #eee;
  margin-top: 20px;
}

/* Scrollbar personalizado */
#notification-container::-webkit-scrollbar {
  width: 8px;
}

#notification-container::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}

#notification-container::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 4px;
}

#notification-container::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8;
}

.stats {
  text-align: center;
  margin-top: 15px;
  color: #666;
  font-size: 14px;
}

.hv-ctn-mobile .title1 {
  display: flex;
  padding: 0;
  margin: 0;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  border-bottom: 1px solid var(--color-neutral-200);
  height: 56px;
  min-height: 56px;
  max-height: 56px;
}

.nc-data-container{
  display: flex !important;
  width: 460px;
  height: 556px;
  max-height: 556px;
  padding-bottom: 16px;
  flex-direction: column;
  align-items: flex-start;
  flex-shrink: 0;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0px 6px 20px -2px rgba(21, 30, 40, 0.08);
  z-index: 100;
  transition: transform 0.3s ease-out;
}

.nc-container {
  display: flex !important;
  align-items: center !important;
  justify-content: center;
  width: 460px;
  height: 556px;
  max-height: 556px;
  padding-bottom: 16px;
  flex-direction: column;
  align-items: flex-start;
  flex-shrink: 0;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0px 6px 20px -2px rgba(21, 30, 40, 0.08);
  z-index: 100;
  transition: transform 0.3s ease-out;
}

.date-notif{
  margin: 0;
}