:root {
  --color-primary-prime-redesign: #18191a;
}

.fas,
.fa-regular,
.fa-light,
.fa-solid {
  color: var(--color-primary-prime-redesign);
}

.header-prime-2 {
  display: block;
  min-height: 72px;
  width: 100%;
}
.form-control-prime-search {
  background: #fdfdfd;
  box-shadow: inset 0px 4px 4px -1px rgba(12, 12, 13, 0.05);
  border-radius: 24px;
  display: block;
  padding: 12px 16px;
  height: 40px;
}

.fa-magnifying-glass-prime-search {
  position: absolute;
  right: 1.2rem;
  top: 0.8rem;
}

.dropdown-idioma-icon {
  height: 25px;
  width: 35px;
  margin-right: 0.25rem;
}

.header-prime-2 .btn.btn-link {
  color: var(--color-primary-prime-redesign);
}

.company-name-prime {
  color: var(--color-primary-prime-redesign);
  margin-left: 1rem;
  margin-bottom: 0.2rem;
}
.user-name-prime {
  color: #999;
  margin-left: 1rem;
  font-size: 0.8em;
}

/**
-------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------
**/
.dark .header-prime-2 {
  background-color: #1f1f21;
}
.dark .fas,
.dark .fa-regular,
.dark .fa-light,
.dark .fa-solid {
  color: #d1d1d1;
}
.dark .header-prime-2 .btn.btn-link {
  color: #d1d1d1;
}
.dark .company-name-prime {
  color: #d1d1d1;
}
.dark .user-name-prime {
  color: #ececec;
}

/**
-------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------
**/
#sidebar-prime {
  background-color: #fdfdfd;
  box-shadow: 0px 16px 32px -4px rgba(12, 12, 13, 0.1),
    0px 4px 4px -4px rgba(12, 12, 13, 0.05);
  border-radius: 0px 24px 24px 0px;
  height: 95%;
  width: 60px;
  position: fixed;
  left: 0;
  top: 2.5%;

  display: flex;
  justify-content: space-between;
  flex-direction: column;

  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#sidebar-prime.show {
  height: 95%;
  width: 250px;
  z-index: 1000;

  /*box-shadow: 0px 16px 512px 64px rgba(12, 12, 13, 0.1)*/
}
.sidebar-prime-header {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  width: 100%;
}
.sidebar-prime-body {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  width: 100%;
}
.sidebar-prime-footer {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  width: 100%;
}

.photo-prime-profile {
  height: 36px;
  width: 36px;
}
.prime-menu {
  list-style: none;
  padding-left: 0;
}
.prime-menu > li {
  display: block;
  position: relative;
  width: 100%;
}

.prime-menu > li > a {
  display: block;
  color: var(--color-primary-prime-redesign);
  font-weight: 600;
  position: relative;
  padding: 0.5rem;
  width: 100%;
}
.prime-menu-sub-menu > li {
  border-bottom: 1px solid #bbe7fc;
}

.sidebar-prime-body > .prime-menu > li {
  border-bottom: 1px solid #d5d5d5;
}
.sidebar-prime-body > .prime-menu > li:last-child {
  border-bottom: none;
}

.sidebar-prime-text,
.sidebar-prime-text-icon-arrow {
  display: none;
}

.sidebar-prime-text-icon-arrow {
  position: absolute;
  right: 10px;
}

#sidebar-prime.show .sidebar-prime-text,
#sidebar-prime.show .sidebar-prime-text-icon-arrow {
  display: inline-block;
}

#sidebar-prime.show .hidden-show-sidebar-prime {
  display: none;
}
.show-show-sidebar-prime {
  display: none;
}
#sidebar-prime.show .show-show-sidebar-prime {
  display: block;
}

.icon-sidebar-prime {
  display: inline-block;
  width: 30px;
  text-align: center;
}

/**
-------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------
**/
.prime-menu > li:hover {
  background-color: #12a6e5;
}
.prime-menu > li > .sidebar-prime-sub-menu {
  background-color: #f0f9ff;
  display: none;
}
.prime-menu > li.show > .sidebar-prime-sub-menu {
  background-color: #f0f9ff;
  box-shadow: 0px 16px 32px -4px rgba(12, 12, 13, 0.1),
    0px 4px 4px -4px rgba(12, 12, 13, 0.05);
  border-radius: 0px 24px 24px 0px;
  height: 95vh;
  width: 280px;
  position: fixed;
  top: 2.5vh;
  z-index: 1100;

  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.prime-menu > li.show > .sidebar-prime-sub-menu {
  left: 45px;
}

#sidebar-prime.show .prime-menu > li.show > .sidebar-prime-sub-menu {
  left: 235px;
}

.sidebar-prime-sub-menu .sidebar-prime-text,
.sidebar-prime-sub-menu .sidebar-prime-text-icon-arrow {
  display: inline-block;
}

.prime-menu > li > .sidebar-prime-sub-menu > div > ul > li > a,
.prime-menu
  > li
  > .sidebar-prime-sub-menu
  > div
  > ul
  > li
  > div.sidebar-prime-sub-menu-sub-menu
  > div
  > ul
  > li
  > a {
  font-size: 0.8em;
}

.prime-menu > li > .sidebar-prime-sub-menu > div > ul > li:hover {
  background-color: #12a6e5;
}

.prime-menu > li.show {
  background-color: #f0f9ff;
}

/**
-------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------
**/
.dark #sidebar-prime {
  background-color: #18191a;
}
.dark #sidebar-prime.show .sidebar-prime-text,
.dark #sidebar-prime.show .sidebar-prime-text-icon-arrow,
.dark
  .prime-menu
  > li
  > .sidebar-prime-sub-menu
  > div
  > ul
  > li
  > a
  > .sidebar-prime-text,
.dark
  .prime-menu
  > li
  > .sidebar-prime-sub-menu
  > div
  > ul
  > li
  > a
  > .sidebar-prime-text-icon-arrow,
.dark
  .prime-menu
  > li
  > .sidebar-prime-sub-menu
  > div
  > ul
  > li
  > div.sidebar-prime-sub-menu-sub-menu
  > div
  > ul
  > li
  > a
  > .sidebar-prime-text,
.dark
  .prime-menu
  > li
  > .sidebar-prime-sub-menu
  > div
  > ul
  > li
  > div.sidebar-prime-sub-menu-sub-menu
  > div
  > ul
  > li
  > a
  > .sidebar-prime-text-icon-arrow {
  color: #bfc1c4;
}
.dark .prime-menu > li.show > .sidebar-prime-sub-menu {
  background-color: #093048;
}
.dark .prime-menu-sub-menu > li {
  border-bottom: 1px solid #bbe7fc;
}

.dark .prime-menu > li:hover {
  background-color: #093048;
}
.dark .prime-menu > li.show {
  background-color: #093048;
}

/**
-------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------
**/
.prime-menu > li > .sidebar-prime-sub-menu > .sidebar-prime-body > ul > li {
  position: relative;
}
.prime-menu
  > li
  > .sidebar-prime-sub-menu
  > .sidebar-prime-body
  > ul
  > li.show {
  background-color: #e1f2fd;
}
.prime-menu
  > li
  > .sidebar-prime-sub-menu
  > .sidebar-prime-body
  > ul
  > li
  > .sidebar-prime-sub-menu-sub-menu {
  background-color: #e1f2fd;
  display: none;
}
.prime-menu
  > li.show
  > .sidebar-prime-sub-menu
  > .sidebar-prime-body
  > ul
  > li.hover {
  background-color: #e1f2fd;
}
.prime-menu
  > li
  > .sidebar-prime-sub-menu
  > .sidebar-prime-body
  > ul
  > li.show
  > .sidebar-prime-sub-menu-sub-menu {
  background-color: #e1f2fd;
  box-shadow: 0px 16px 32px -4px rgba(12, 12, 13, 0.1),
    0px 4px 4px -4px rgba(12, 12, 13, 0.05);
  border-radius: 0px 24px 24px 0px;
  height: 95vh;
  width: 310px;
  position: fixed;
  top: 2.5vh;
  z-index: 1100;

  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.prime-menu
  > li
  > .sidebar-prime-sub-menu
  > .sidebar-prime-body
  > ul
  > li.show
  > .sidebar-prime-sub-menu-sub-menu {
  left: 308px;
}

#sidebar-prime.show
  .prime-menu
  > li
  > .sidebar-prime-sub-menu
  > .sidebar-prime-body
  > ul
  > li.show
  > .sidebar-prime-sub-menu-sub-menu {
  left: 498px;
}

.sidebar-prime-sub-menu-sub-menu .sidebar-prime-text,
.sidebar-prime-sub-menu-sub-menu .sidebar-prime-text-icon-arrow {
  display: inline-block;
}

/**
-------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------
**/
.dark
  .prime-menu
  > li
  > .sidebar-prime-sub-menu
  > .sidebar-prime-body
  > ul
  > li.show {
  background-color: #0e4b6c;
}
.dark
  .prime-menu
  > li
  > .sidebar-prime-sub-menu
  > .sidebar-prime-body
  > ul
  > li.show
  > .sidebar-prime-sub-menu-sub-menu {
  background-color: #0e4b6c;
}

/**
-------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------
**/
.wrapper {
  display: block;
  position: relative;
  height: 100%;
  width: 100%;
  /*
    display: flex;
    align-items: stretch;
    */
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
  height: 100%;
  width: 100%;
  /* padding: .5rem; */
  min-height: 100vh;
  transition: all 0.3s;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;

  padding-left: 60px;
}

.wrapper.active #content {
  left: 0;
  width: 100%;
}

.wrapper.inactive #content {
  left: 0;
  width: 100%;
}

/*
.body-prime {
    margin-top: 51px;
    padding-left: 5px;
}
.body-prime.no-command-bar {
    margin-top: 85px;
}
*/

.custom-tooltip {
  --bs-tooltip-bg: var(--bs-primary);
}
.wrapper-list-options-menu {
  height: 90vh;
  max-height: 90vh;
  overflow-y: auto;
}
.wrapper.active .wrapper-list-options-menu {
  height: 91vh;
  max-height: 91vh;
}
.wrapper-list-options-menu::-webkit-scrollbar {
  width: 0.3em;
}
.wrapper-list-options-menu::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(50, 50, 50, 0.3);
}

.wrapper-list-options-menu::-webkit-scrollbar-thumb {
  background-color: #2f66b0;
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 768px) {
  .dropdown-toggle::after {
    top: auto;
    bottom: 10px;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
  }

  .p-datatable-wrapper {
    width: 100%;
  }
  .p-datatable-header.ng-star-inserted > .flex.ng-star-inserted {
    display: flex;
  }
  .p-datatable-header.ng-star-inserted
    > .flex.ng-star-inserted
    > .p-input-icon-left.ml-auto {
    flex: 0 0 auto;
  }
}

/* ---------------------------------------------------
    Menu con Submenus desplegables
----------------------------------------------------- */
#content.show-menu-on::before {
  background: rgba(0, 0, 0, 0.5);
  content: " ";
  display: block;
  left: 0;
  height: 150%;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 101;
}
.list-prime-menu-02-sub-menu-items {
  list-style: none;
  padding-bottom: 2rem;
  padding-left: 0;
}
.list-prime-menu-02-sub-menu-items > li {
  flex: 0 0 100%;
}
.list-prime-menu-02-sub-menu-items > li > a {
  display: inline-block;
  color: #000;
  font-size: 1.05em;
  font-weight: 400;
  padding: 0.5rem;
  padding-left: 35px;
  position: relative;
  text-align: left;
  width: 92%;
}
/**
--------------------------------------------------------------------------
--------------------------------------------------------------------------
**/
.list-prime-menu-02-sub-menu-items > li > ul {
  list-style: none;
  padding-bottom: 0.2rem;
  padding-left: 0;
}
.list-prime-menu-02-sub-menu-items > li > ul > li {
  text-align: left;
}
.list-prime-menu-02-sub-menu-items > li > ul > li > a {
  display: block;
  color: #000;
  font-size: 1.05em;
  font-weight: 400;
  padding: 0.25rem;
  padding-left: 25px;
  position: relative;
  text-align: left;
}
.list-prime-menu-02-sub-menu-items > li > ul > li:hover {
  background: #eee;
  border-radius: 4px;
}
.list-prime-menu-02-sub-menu-items > li > ul > li > a > i.fa,
.list-prime-menu-02-sub-menu-items > li > ul > li > a > i.fas,
.list-prime-menu-02-sub-menu-items > li > ul > li > a > i.far,
.list-prime-menu-02-sub-menu-items > li > ul > li > a > i.fab {
  background: rgb(15, 50, 86);
  background: -moz-linear-gradient(
    -45deg,
    rgba(66, 160, 255, 1) 0%,
    rgba(66, 160, 255, 1) 100%
  );
  background: -webkit-linear-gradient(
    -45deg,
    rgba(15, 50, 86, 1) 0%,
    rgba(66, 160, 255, 1) 100%
  );
  background: linear-gradient(
    135deg,
    rgba(15, 50, 86, 1) 0%,
    rgba(66, 160, 255, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f3256', endColorstr='#42a0ff',GradientType=1 );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 1.4em;
  left: 5px;
  position: absolute;
  top: 2px;
}
.list-prime-menu-02-sub-menu-items > li > ul > li > a.fav-link {
  display: inline-block;
  font-size: 1.05em;
  color: #4b5fac;
  padding: 0.5rem;
  text-align: center;
  width: 6%;
}
.list-prime-menu-02-sub-menu-items > li > ul > li > a.fav-link > i.fas.fa-star,
.list-prime-menu-02-sub-menu-items > li > ul > li > a.fav-link > i.far.fa-star {
  font-size: 1.05em;
}
/*
.list-prime-menu-02-sub-menu-items > li > ul > li
{
    flex: 0 0 100%;
}

*/
/**
--------------------------------------------------------------------------
--------------------------------------------------------------------------
**/
.list-prime-menu-02-sub-menu-title-section {
  margin-bottom: 0;
  margin-top: 0;
}
/*
.list-prime-menu-02-sub-menu-title-section > h2 {
    background: #fff;
    color: #444;
    display: block;
    left: 0;
    position: absolute;
    top: -16px;
    width: auto;
} */
.list-prime-menu-02-sub-menu-title-section > i.fas.fa-chevron-up,
.list-prime-menu-02-sub-menu-title-section > i.fas.fa-chevron-down {
  background: #fff;
  color: #444;
  display: block;
  font-size: 1.5em;
  right: 0;
  padding-left: 0.5rem;
  position: absolute;
  top: -12px;
  width: auto;
}
.dark .list-prime-menu-02-sub-menu-title-section > h2 {
  background: #1b1f24;
  color: #ccc;
}
.dark .list-prime-menu-02-sub-menu-title-section > i.fas.fa-chevron-up,
.dark .list-prime-menu-02-sub-menu-title-section > i.fas.fa-chevron-down {
  background: #1b1f24;
  color: #ccc;
}
.dark .list-prime-menu-02-sub-menu-items > li > a.fav-link {
  color: #81cbdd;
}
.dark .list-prime-menu-02-sub-menu-items > li > a {
  color: #81cbdd;
}
.dark .list-prime-menu-02-sub-menu-items > li > a > i.fa,
.dark .list-prime-menu-02-sub-menu-items > li > a > i.fas,
.dark .list-prime-menu-02-sub-menu-items > li > a > i.far,
.dark .list-prime-menu-02-sub-menu-items > li > a > i.fab {
  background: #03bfee;
  background: -moz-linear-gradient(-45deg, #03bfee 0%, #81cbdd 100%);
  background: -webkit-linear-gradient(-45deg, #03bfee 0%, #81cbdd 100%);
  background: linear-gradient(135deg, #03bfee 0%, #81cbdd 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.dark .list-prime-menu-02-sub-menu-items > li:hover {
  background: none;
}
.btn-close-menu {
  background: none;
  border: none;
  padding: 0.5rem;
  position: absolute;
  right: 15px;
  top: -5px;
}
.btn-close-menu > .pi.pi-times {
  font-size: 2em !important;
}

.dark .list-prime-menu-02-sub-menu h2 {
  color: #fff;
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
@media screen and (min-width: 1400px) and (max-width: 1600px) {
  .list-prime-menu-02-sub-menu-items > li {
    flex: 0 0 33%;
    margin-bottom: 0.5rem;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1400px) {
  .list-prime-menu-02-sub-menu-items > li {
    flex: 0 0 50%;
    margin-bottom: 0.5rem;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1200px) {
  .list-prime-menu-02-sub-menu-items > li {
    flex: 0 0 50%;
    margin-bottom: 0.5rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .list-prime-menu-02-sub-menu-items > li {
    flex: 0 0 50%;
    margin-bottom: 0.5rem;
  }
}
@media screen and (max-width: 767px) {
  .list-prime-menu-02-sub-menu-items {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding-left: 0;
  }
  .list-prime-menu-02-sub-menu-items > li {
    flex: 0 0 100%;
    margin-bottom: 0.5rem;
  }
  .list-prime-menu-02-sub-menu-items > li > a {
    padding: 0 !important;
    text-align: left;
  }
}
.dark .list-prime-menu-02-sub-menu-items > li > ul > li > a {
  color: #fff;
}

body {
  font-family: "Lexend";
  background: #f1f5f9;
}
body.dark {
  background: #1f1f21;
}

label {
  color: #18191a;
  font-weight: 600;
}

.dark label {
  color: #fff;
  font-weight: 600;
}

.text-success,
.text-success .fa-regular,
.text-success .fa-light {
  color: #00b69b !important;
}
.text-danger,
.text-danger .fa-regular,
.text-danger .fa-light {
  color: #f93c65 !important;
}
.text-warning,
.text-warning .fa-regular,
.text-warning .fa-light {
  color: #f9b73c !important;
}

.form-control-rounded {
  background-color: #fff;
  border-radius: 24px;
  box-shadow: 0px 1px 4px #d5d5d5;
  padding: 5px;
}
.form-control-rounded > .form-control {
  background-color: none;
  border: none;
  color: #18191a;
}
.form-control-rounded > .form-control:focus {
  color: #8898aa;
  border-color: none;
  outline: 0;
  background-color: none;
  box-shadow: none;
}

.dark .form-control-rounded {
  background-color: #18191a;
}
.dark .form-control-rounded > .form-control {
  color: #fff;
  border: none;
  box-shadow: none;
}
.dark .form-control-rounded > .form-control:focus {
  color: #fff;
}

.card-dashboard-prime-new {
  background: #fdfdfd;
  box-shadow: 0px 16px 32px -4px rgba(12, 12, 13, 0.1),
    0px 4px 4px -4px rgba(12, 12, 13, 0.05);
  border-radius: 16px;

  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.card-dashboard-prime-new.card-dashboard-kpi:hover {
  transform: translateY(-5px);
}
.card-dashboard-prime-new-icon {
  display: flex;
  justify-content: center;
  align-items: center;

  background: #e3e0fb;
  border-radius: 12px;
  height: 60px;
  width: 60px;
}
.card-dashboard-prime-new-icon > .fa-regular,
.card-dashboard-prime-new-icon > .fa-light {
  color: #8873f9;
}
.card-dashboard-prime-new h4.title-card-dashboard-prime-new {
  color: #4e4f5b;
}
.card-dashboard-prime-new-text {
  color: #8e96af;
}
.card-dashboard-prime-new-info {
  cursor: pointer;
}

.dark .card-dashboard-prime-new {
  box-shadow: 0px 16px 32px -4px rgba(235, 235, 255, 0.05),
    0px 4px 4px -4px rgba(235, 235, 255, 0.01) !important;
}
.dark .card-dashboard-prime-new h4.title-card-dashboard-prime-new {
  color: #bfc1c4;
}
.dark .card-dashboard-prime-new-text {
  color: #bec6af;
}

input.p-component,
span.p-calendar,
.p-dropdown,
.p-dropdown .p-dropdown-label.p-inputtext {
  background: #fdfdfd;
  box-shadow: inset 0px 4px 4px -1px rgba(12, 12, 13, 0.05);
  border-radius: 24px !important;
}
textarea.p-component {
  background: #fdfdfd;
  box-shadow: inset 0px 4px 4px -1px rgba(12, 12, 13, 0.05);
  border-radius: 16px !important;
}
.p-inputtext:enabled:focus,
.p-calendar:enabled:focus,
.p-dropdown:enabled:focus {
  box-shadow: none !important;
}
.p-inputtext:enabled:hover,
.p-calendar:enabled:hover,
.p-dropdown:enabled:hover,
.p-inputtext.ng-dirty.ng-invalid,
.p-calendar.ng-dirty.ng-invalid,
.p-dropdown.ng-dirty.ng-invalid,
.p-dropdown-panel .p-dropdown-header .p-dropdown-filter {
  border: 1px solid rgba(0, 0, 0, 0.38) !important;
}
.p-inputtext:enabled:focus.ng-invalid.ng-dirty {
  box-shadow: none !important;
}
.p-float-label label {
  font-size: 0.9em;
  font-weight: normal;
}
.p-inputgroup > .p-float-label > .p-inputtext {
  height: 35px !important;
}
.p-inputgroup > .p-float-label > .p-button.p-button-info {
  background: none !important;
  border-radius: 0 !important;
  color: #0694da !important;
  position: absolute;
  padding: 0 !important;
  top: 0;
  right: 44px;
}
.p-inputgroup > .p-float-label > .p-button {
  background: #0694da !important;
  border-radius: 0 24px 24px 0 !important;
  position: absolute;
  padding: 0 !important;
  top: 0;
  right: 0;
}
.dark .p-inputgroup > .p-float-label > .p-button.p-button-info {
  color: #bfc1c4 !important;
}

.p-button.p-button-info,
.p-buttonset.p-button-info > .p-button,
.p-splitbutton.p-button-info > .p-button {
  background: #0694da !important;
  color: #fff !important;
}

.p-button.p-button-info.p-button-outlined,
.p-buttonset.p-button-info.p-button-outlined > .p-button,
.p-splitbutton.p-button-info.p-button-outlined > .p-button {
  background: none !important;
  color: #0694da !important;
}

.p-inputgroup > .p-component:focus,
.p-inputgroup > .p-element:focus,
.p-inputgroup > .p-inputwrapper > .p-component > .p-inputtext:focus,
.p-inputgroup > .p-float-label > .p-component:focus {
  z-index: initial !important;
}

.p-dropdown-panel,
.p-datepicker.p-component {
  border-radius: 16px !important;
}

.p-calendar > .p-datepicker-trigger.p-button {
  border-radius: 0 24px 24px 0 !important;
}

.dark input.p-component,
.dark span.p-calendar,
.dark .p-dropdown,
.dark .p-inputtext:enabled:focus,
.dark .p-calendar:enabled:focus,
.dark .p-dropdown:enabled:focus,
.dark .p-inputtext:enabled:hover,
.dark .p-calendar:enabled:hover,
.dark .p-dropdown:enabled:hover {
  background: #18191a;
  color: #bfc1c4;
}
.dark textarea.p-component,
.dark textarea.p-component:enabled:focus {
  background: #18191a;
  color: #bfc1c4;
}
.dark .p-inputtext,
.dark .p-inputtext:enabled:hover {
  background: #18191a !important;
  color: #bfc1c4 !important;
}

.dark .p-dropdown.p-component,
.dark .p-dropdown.p-component:enabled:hover {
  background: #18191a !important;
  color: #bfc1c4 !important;
}
.dark .p-dropdown-panel,
.dark .p-dropdown-panel .p-dropdown-header {
  background: #18191a !important;
}
.dark .p-dropdown-panel .p-dropdown-header .p-dropdown-filter {
  border: 1px solid rgba(255, 255, 255, 0.38) !important;
}

.dark .p-panel .p-panel-content {
  border: none !important;
}
.dark .p-disabled,
.dark .p-component:disabled {
  color: #000 !important;
}

.dark .p-float-label input:disabled ~ label {
  color: #9d9d9d !important;
}
.dark .p-float-label input.p-filled:disabled ~ label {
  color: #bfc1c4 !important;
}
.p-dropdown .p-dropdown-label.p-inputtext {
  background: none;
}
.p-tabview .p-tabview-nav .p-tabview-ink-bar {
  background-color: #0694da !important;
}
.p-tabview .p-tabview-nav li.p-highlight .p-tabview-nav-link,
.p-tabview .p-tabview-nav li.p-highlight .p-tabview-nav-link .fas,
.p-tabview .p-tabview-nav li.p-highlight .p-tabview-nav-link .far {
  color: rgb(6, 148, 218) !important;
}
.p-tabview .p-tabview-nav li .p-tabview-nav-link:focus {
  background-color: rgba(6, 148, 218, 0.12) !important;
}

/**
------------------------------------------------------------------------------------------------
----------------                          ESTATUS                        -----------------------
------------------------------------------------------------------------------------------------
**/
.breadcrumb-arrows {
  background: #0694da;
  border-radius: 32px;
  display: flex;
  margin: 0;
  padding-left: 0;
  width: 100%;
}
.breadcrumb-arrows li {
  flex: auto;
  list-style: none;
  position: relative;
}

.breadcrumb-arrows li.active a {
  background: #12a6e5;
  color: #fff;
  z-index: 100;
}

.breadcrumb-arrows li.inactive a {
  background: #0273a3;
  color: #fff;
  z-index: 100;
}

.breadcrumb-arrows li a {
  display: flex;
  align-items: center;
  border-radius: 24px;
  justify-content: center;
  color: #fff;
  font-size: 1em;
  padding: 5px;
  text-decoration: none;
  text-align: center;
  margin: 5px;
  min-height: 30px;
}
.breadcrumb-arrows li a:hover {
  background: #1ab8fc;
  color: #fff;
}
.dark .breadcrumb-arrows li a {
  color: #fff;
}
.dark .breadcrumb-arrows li.active a {
  background: #81cbdd;
  color: #0f2d36;
}
.dark .breadcrumb-arrows {
  border-bottom: #18191a;
  border-top: #18191a;
}
.dark .breadcrumb-arrows li {
  border-bottom: 1px solid #18191a;
  border-top: 1px solid #18191a;
}

/**
------------------------------------------------------------------------------------------------------
----------------                     MEDIAS QUERYS BREADCRUMB                  -----------------------
------------------------------------------------------------------------------------------------------
**/
@media screen and (min-width: 1025px) and (max-width: 1200px) {
  .breadcrumb-arrows {
    flex-wrap: wrap;
  }
  .breadcrumb-arrows li {
    flex: auto;
  }
}
@media screen and (min-width: 993px) and (max-width: 1024px) {
  .breadcrumb-arrows {
    flex-wrap: wrap;
  }
  .breadcrumb-arrows li {
    flex: 0 0 20%;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .breadcrumb-arrows {
    flex-wrap: wrap;
  }
  .breadcrumb-arrows li {
    flex: 25%;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .breadcrumb-arrows {
    flex-wrap: wrap;
  }
  .breadcrumb-arrows li {
    flex: 33%;
  }
}
@media screen and (min-width: 301px) and (max-width: 479px) {
  .breadcrumb-arrows {
    flex-wrap: wrap;
  }
  .breadcrumb-arrows li {
    flex: 50%;
  }
}
@media screen and (max-width: 300px) {
  .breadcrumb-arrows {
    flex-wrap: wrap;
  }
  .breadcrumb-arrows li {
    flex: 100%;
  }
}

/*
.breadcrumb-arrows {
    background: #0694DA;
    display: flex;
    margin: 0;
    padding-left: 0;
    width: 100%;
}
.breadcrumb-arrows li {
    flex: auto;
    border-bottom: 1px solid #bfbfbf;
    border-top: 1px solid #bfbfbf;
    list-style: none;
    line-height: 36px;
    position: relative;
}
.breadcrumb-arrows li:before {
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    left: -1px;
    top: 0px;
    border-style: solid;
    border-width: 18px 0 18px 18px;
    border-color: transparent transparent transparent #bfbfbf;
    z-index: 0;
}
.breadcrumb-arrows li:first-child {
    border-color: transparent;
}
.breadcrumb-arrows li:first-child:before {
    border-color: transparent;
}
.breadcrumb-arrows li:last-child a:after {
    display: none;
    border-color: transparent;
}

.breadcrumb-arrows li a:after {
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    right: -15px;
    top: 0px;
    border-style: solid;
    border-width: 18px 0 18px 18px;
    border-color: transparent transparent transparent #f1f4f9;
    z-index: 10;
}

.breadcrumb-arrows li.active a {
    background: #428eee;
    color: #fff;
    z-index: 100;
}

.breadcrumb-arrows li.inactive a {
    background: #F0662A;
    color: #fff;
    z-index: 100;
}

.breadcrumb-arrows li.active a:after {
    border-left-color: #428eee;
}
.breadcrumb-arrows li a {
    display: block;
    background: #f1f4f9;
    font-size: .85em;
    padding: 0 10px 0 30px;
    text-decoration: none;
    text-align: center;
}
.breadcrumb-arrows li a:hover {
    background: #aac7ed;
}
.breadcrumb-arrows li a:hover:after {
    border-color: transparent transparent transparent #aac7ed;
}
.breadcrumb-arrows li:first-child {
    flex: 0 0 25px;
    border-bottom: 1px solid #bfbfbf;
    border-left: 1px solid #bfbfbf;
    border-top: 1px solid #bfbfbf;
    border-radius:  15px 0 0 15px;
}
.breadcrumb-arrows li:first-child a {
    border-radius: 15px 0 0 15px;
    padding: 0 10px 0 15px;
}
.breadcrumb-arrows li:last-child {
    flex: 0 0 25px;
    border-bottom: 1px solid #bfbfbf;
    border-right: 1px solid #bfbfbf;
    border-top: 1px solid #bfbfbf;
    border-radius:  0 15px 15px 0;
}
.breadcrumb-arrows li:last-child a {
    border-radius: 0 15px 15px 0;
    padding: 0 15px 0 28px;
}

.dark .breadcrumb-arrows li a
{
    background: #0F2D36;
    color: #fff;
}
.dark .breadcrumb-arrows li.active a
{
    background: #81CBDD;
    color: #0F2D36;
}
.dark .breadcrumb-arrows li a:after {
    border-color: transparent transparent transparent #0F2D36;
}
.dark .breadcrumb-arrows li.active a:after {
    border-left-color: #81CBDD;
}
.dark .breadcrumb-arrows li:before {
    border-color: transparent transparent transparent #18191a;
}
.dark .breadcrumb-arrows {
    border-bottom: #18191a;
    border-top: #18191a;
}
.dark .breadcrumb-arrows li {
    border-bottom: 1px solid #18191a;
    border-top: 1px solid #18191a;
}
.dark .breadcrumb-arrows li:first-child:before {
    border-color: transparent;
}
*/

.btn-primary {
  background: #0694da;
}
.btn-primary:hover,
.btn-primary:focus {
  background: #046799;
}
.btn .fas,
.btn .fa-solid,
.btn .far {
  color: #090909;
}

.dark .btn .fas,
.dark .btn .fa-solid,
.dark .btn .far {
  color: #d1d1d1;
}

.p-datatable .p-datatable-header {
  border-radius: 12px 12px 0 0;
}
.p-datatable .p-datatable-footer {
  border-radius: 0 0 12px 12px;
}
.p-datatable.p-datatable-sm .p-datatable-thead > tr > th {
  padding-bottom: 0.85rem !important;
  padding-top: 0.85rem !important;
}
.p-datatable.p-datatable-gridlines:has(.p-datatable-thead):has(
    .p-datatable-tbody
  )
  .p-datatable-tbody
  > tr
  > td,
.p-datatable.p-datatable-gridlines .p-datatable-tbody > tr > td {
  padding-bottom: 0.7rem !important;
  padding-top: 0.7rem !important;
}
.p-datatable.p-datatable-sm .p-datatable-thead > tr > th {
  background: #fff !important;
  /* border-left: none !important;
    border-right: none !important; */
}
/* .p-datatable-tbody > tr > td {
    border-bottom: 1px solid inherit;
} */
.p-datatable.p-datatable-gridlines:has(.p-datatable-thead):has(
    .p-datatable-tbody
  )
  .p-datatable-tbody
  > tr
  > td {
  border-width: 1px 1px 1px 1px !important;
}
.p-datatable-table {
  border: 1px solid #e4e4e4;
}

.dark .p-datatable-table {
  border: none !important;
}

.dark .p-datatable {
  background: none !important;
}
.dark .p-datatable .p-datatable-header,
.dark .p-treetable .p-treetable-header,
.dark .p-paginator {
  background: #18191a !important;
  color: #81cbdd !important;
  border-radius: 12px 12px 0 0 !important;
}
.dark .p-datatable .p-datatable-footer,
.dark .p-treetable .p-treetable-footer {
  background: #18191a !important;
  color: #81cbdd !important;
  border-radius: 0 0 12px 12px !important;
}
.dark .p-datatable.p-datatable-sm .p-datatable-thead > tr > th {
  background: #0e4b6c !important;
  border-left: 1px solid #3d3d3d;
  border-right: 1px solid #3d3d3d;
  border-bottom: 1px solid #3d3d3d;
  color: #d1d1d1 !important;
}
.dark
  .p-datatable.p-datatable-gridlines:has(.p-datatable-thead):has(
    .p-datatable-tbody
  )
  .p-datatable-tbody
  > tr
  > td {
  background: #18191a !important;
  border-left: 1px solid #3d3d3d;
  border-right: 1px solid #3d3d3d;
  border-bottom: 1px solid #3d3d3d;
  color: #d1d1d1 !important;
}

.dark .p-disabled
{
  opacity: 1;
  background-color: rgb(48, 48, 43) !important;
  color: #d1d1d1 !important;
}

.dark .p-component:disabled {
  background: none !important;
  color: #d1d1d1 !important;
}

.dark .p-paginator .p-paginator-pages .p-paginator-page.p-highlight {
  background: #0e4b6c !important;
  color: #d1d1d1 !important;
}

.dark .form-control,
.dark .input-group-text,
.dark .card-body,
.dark .banda_short,
.dark .card,
.dark .band_top_sec,
.dark .accordion-button,
.dark .contenido_acordeon,
.dark .modal-content {
  background-color: #18191a !important;
}
.dark .bar_menu {
  background-color: #1f1f21 !important;
  border-bottom: 1px solid #37373a !important;
}

.dark .p-dialog .p-dialog-header,
.dark .p-dialog .p-dialog-content,
.dark .p-dialog .p-dialog-footer,
.dark .p-tieredmenu.p-tieredmenu-overlay {
  background-color: #1f1f21 !important;
}

.dark footer .container,
.dark footer .container-fluid {
  background-color: #1f1f21 !important;
  border-top: 1px solid #37373a !important;
}

.dark .p-tieredmenu .p-menuitem-link,
.dark .p-tieredmenu .p-menuitem-link .p-menuitem-icon,
.dark .p-tieredmenu .p-menuitem-link .p-menuitem-text {
  color: #d1d1d1 !important;
}
.dark .p-tieredmenu .p-menuitem.p-menuitem-active > .p-menuitem-link,
.dark
  .p-tieredmenu
  .p-menuitem.p-menuitem-active
  > .p-menuitem-link
  .p-submenu-icon,
.dark
  .p-tieredmenu
  .p-menuitem.p-menuitem-active
  > .p-menuitem-link
  .p-menuitem-icon,
.dark
  .p-tieredmenu
  .p-menuitem.p-menuitem-active
  > .p-menuitem-link
  .p-menuitem-text {
  color: #fff !important;
}

.dark .list-group-item-action {
  background-color: #1f1f21 !important;
  color: #d1d1d1 !important;
}
.dark .list-group-item-action.active {
  background-color: #090909 !important;
}
.dark .list-group-item-action:hover,
.dark .list-group-item-action:focus {
  background-color: #19191a !important;
  color: #fff !important;
}

.dark .list-group-item {
  border-color: #37373a !important;
}

.dark .btn-white {
  background-color: #1f1f21 !important;
  color: #81cbdd !important;
  border-color: #37373a !important;
}
.btn-white:not(:disabled):not(.disabled):active,
.btn-white:not(:disabled):not(.disabled).active,
.show > .btn-white.dropdown-toggle {
  color: #046799 !important;
}
.dark .btn-white:not(:disabled):not(.disabled):active,
.dark .btn-white:not(:disabled):not(.disabled).active,
.dark .show > .btn-white.dropdown-toggle,
.dark .btn-white:not(:disabled):not(.disabled):active i,
.dark .btn-white:not(:disabled):not(.disabled).active i,
.dark .show > .btn-white.dropdown-toggle i {
  background-color: #19191a !important;
  color: #046799 !important;
}

.dark .card-status-info,
.dark td.bg-info {
  background: #8bc3d4 !important;
}
.dark .card-status-primary,
.dark td.bg-primary {
  background: #4588c4 !important;
}

.dark .card-status-danger,
.dark td.bg-danger {
  background: #d38481 !important;
}

.dark .card-status-warning,
.dark td.bg-warning {
  background: #eccb9d !important;
}

.dark .card-status-success,
.dark td.bg-success {
  background: #73b673 !important;
}

.dark .card-status-assignedToMe,
.dark td.bg-assignedToMe {
  background: #d38481 !important;
}

span.contenedor > div.status {
  border-radius: 24px;
  font-size: 0.9em;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.p-tabview .p-tabview-panels {
  background: none !important;
}

.dark .p-button:disabled.p-button-text {
  color: #a5a5a5 !important;
}
.dark .p-button.p-button-text {
  color: #d1d1d1 !important;
}

.card-account > .card-body {
  background: linear-gradient(to bottom, #fff 0%, #f9f9f9 100%) !important;
}

.card-account:hover > .card-body {
  background: linear-gradient(to bottom, #fff 0%, #e5e5e5 100%) !important;
}
.card-account.active > .card-body {
  background: #ffffff;
  background: -moz-linear-gradient(-45deg, #428eee 0%, #2f66b0 100%);
  background: -webkit-linear-gradient(-45deg, #428eee 0%, #2f66b0 100%);
  background: linear-gradient(135deg, #428eee 0%, #2f66b0 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#428eee', endColorstr='#2F66B0',GradientType=1 );
}
.dark .card-account.active > .card-body {
  background: #0e4b6c !important;
}

.dark .card-account > .card-body {
  background: linear-gradient(to bottom, #000 0%, #191919 100%) !important;
}

.dark .card-account:hover > .card-body {
  background: linear-gradient(to bottom, #000 0%, #252525 100%) !important;
}

.dark .card-account.active:hover > .card-body {
  background: #0e4b6c !important;
}

.dark .text-card-account {
  color: #d1d1d1;
}

.text-card-account-title,
.text-label-field {
  color: #32325d !important;
}

.dark .text-card-account-title,
.dark .text-label-field {
  color: #d5d5d5 !important;
}

.card-account.active > .card-body .text-card-account-title,
.card-account.active > .card-body .text-label-field {
  color: #e1e1e1 !important;
}

.p-datepicker table th {
  color: #d1d1d1 !important;
}

.dark .nav-tabs {
  border-bottom: 1px solid #37373a;
}
.dark .nav-tabs-prime-4 > .nav-item > button.nav-link {
  background-color: #1f1f21 !important;
  color: #81cbdd !important;
  border-color: #37373a !important;
}
.dark .nav-tabs-prime-4 > .nav-item > button.nav-link.active {
  background-color: #19191a !important;
  color: #fff !important;
}
.dark .p-datatable .p-datatable-tbody > tr {
  background-color: #18191a !important;
  color: #81cbdd !important;
}
.dark .p-datatable .p-datatable-tfoot > tr > td {
  background-color: #151f24 !important;
  color: #81cbdd !important;
}

.dark .p-treetable-tbody > tr > td .p-element.p-treetable-toggler,
.dark .p-treetable-tbody > tr > td .p-element.p-treetable-toggler:hover,
.dark .p-treetable-tbody > tr > td > a {
  color: #d1d1d1;
  text-decoration: none;
}

.dark .p-treetable .p-treetable-tbody > tr > td {
  color: #d1d1d1 !important;
}
.dark .p-dialog .p-dialog-content {
  color: #d1d1d1 !important;
}

.p-float-label input:focus ~ label,
.p-float-label input.p-filled ~ label,
.p-float-label textarea:focus ~ label,
.p-float-label textarea.p-filled ~ label,
.p-float-label .p-inputwrapper-focus ~ label,
.p-float-label .p-inputwrapper-filled ~ label {
  background: none !important;
  text-shadow: 1px 1px 3px #fff, -1px 1px 3px #fff, -1px -1px 0 #fff,
    1px -1px 0 #fff;
}

.dark .p-float-label input:focus ~ label,
.dark .p-float-label input.p-filled ~ label,
.dark .p-float-label textarea:focus ~ label,
.dark .p-float-label textarea.p-filled ~ label,
.dark .p-float-label .p-inputwrapper-focus ~ label,
.dark .p-float-label .p-inputwrapper-filled ~ label {
  background: none !important;
  text-shadow: 1px 1px 3px #1f1f21, -1px 1px 3px #1f1f21, -1px -1px 0 #1f1f21,
    1px -1px 0 #1f1f21;
}

.btn.btn-primary,
.btn.btn-info,
.btn.btn-success,
.btn.btn-warning,
.btn.btn-danger,
.btn.btn-white,
.p-element.p-button {
  border-radius: 24px;
}
.p-button.p-button-outlined {
  border-color: #0694da !important;
  color: #0694da !important;
}
.p-button.p-button-outlined.p-button-info {
  border-color: #0694da !important;
  color: #0694da !important;
}
.p-button.p-button-outlined.p-button-warning {
  border-color: #e28b00 !important;
  color: #e28b00 !important;
}

.card-dashboard-prime-new-02 {
  min-height: 140px;
}
.card-dashboard-prime-new-02 > .card-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0.5rem;
}
.card-dashboard-prime-new-02 > .card-body > .card-dashboard-prime-new-02-title,
.card-dashboard-prime-new-02 > .card-body > .card-dashboard-prime-new-02-data,
.card-dashboard-prime-new-02
  > .card-body
  > .card-dashboard-prime-new-02-description {
  margin-bottom: 0;
}
.card-dashboard-prime-new-02 > .card-body > .card-dashboard-prime-new-02-title {
  font-weight: normal;
  text-align: center;
}
.card-dashboard-prime-new-02 > .card-body > .card-dashboard-prime-new-02-data {
  text-align: center;
}
.card-dashboard-prime-new-02
  > .card-body
  > .card-dashboard-prime-new-02-description {
  font-weight: normal;
  text-align: right;
}

.dark
  .card-dashboard-prime-new-02
  > .card-body
  > .card-dashboard-prime-new-02-title {
  color: rgb(6, 148, 218) !important;
}
.dark
  .card-dashboard-prime-new-02
  > .card-body
  > .card-dashboard-prime-new-02-description {
  color: #81cbdd !important;
}

.p-tabview-panel {
  position: relative;
}
.p-tabview-panel > .tools_table {
  left: 0;
  padding: 0.5rem;
  padding-left: 1rem;
  padding-top: 0.4rem;
  position: absolute;
  z-index: 10;
}
/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 768px) {
  .p-tabview-panel > .tools_table {
    padding: 0;
    position: relative;
  }
}

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

.p-table-table-fixed > .p-datatable-wrapper > table.p-datatable-table {
  table-layout: fixed;
}

/**
-------------------------------------------------------------------------------------
--------------                       Login                        -------------------
-------------------------------------------------------------------------------------
**/
.prime-login-screen {
  height: 100%;
  width: 100%;
}
.prime-login-screen .inactive.wrapper {
  z-index: 10;
}
.prime-login-screen .inactive.wrapper #content {
  padding-left: 0;
}
.prime-login-screen .inactive.wrapper #content .body-prime {
  height: 96%;
  width: 100%;
}


.login-wrapper
{
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  width: 100%;
}
.login-wrapper > .login-brand
{
  flex-direction: column;
  justify-content: space-between;  
  background-image: url(../img/brand/background2.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  height: 100%;
  width: 50%;
}
.login-wrapper > .login-form
{
  display: flex;
  flex-direction: column;
  justify-content: space-between;

  background: #f1f5f9;
  height: 100%;
  width: 50%;
}
.login-form-logo
{
  display: block;
  margin: 1rem auto;
  width: 220px;
}
.login-brand-text
{
  margin: 0 auto 0 1rem;
  width: 80%;
}
.login-brand-text h1 {
  color: #fff;
  font-weight: 600;
  font-size: 5.5em;
  margin-bottom: 0;
}
.login-brand-text h5 {
  color: #fff;
  font-weight: 600;
  font-size: 1.6rem;
  margin-top: -1.5rem;
  margin-bottom: .5rem;
}
.login-brand-text p {
  display: block;
  color: #fff;
  font-size: 1rem;
}
.login-form-body-form {
  margin: 0 auto;
  max-width: 420px;
  width: 80%;
}
.login-form a,
.login-form a:hover,
.login-form a:focus {
  color: #333;
  font-size: .90em;
}
.login-form label {
  font-size: .90em;
  margin-left: 1rem;
  font-weight: 600;
}
.login-form .form-control {
  color: #000;
  padding-left: 1rem;
  padding-right: 1rem;
  border-radius: 64px;
}
.login-form .form-control:focus {
  color: #333;
  border-color: #333;
  outline: 0;
  background-color: #fff;
  box-shadow: 0 3px 9px rgba(50, 50, 9, 0), 3px 4px 8px rgba(94, 114, 228, .1);
}
.login-form .form-control.form-control-code {
  border-radius: 6px;
  font-size: 1.5em;
  margin: 0 .5rem;
  max-width: 55px;
  min-height: 65px;
}
.login-form .btn {
  border-radius: 24px;
}
.login-form-separador {
  border-top: 1px solid #333;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  position: relative;
  width: 100%;
}
.login-form-separador > span {
  color: #333;
  display: inline-block;
  background: #f1f5f9;
  font-size: 0.9em;
  margin-top: -5px;
  padding-left: 3rem;
  padding-right: 3rem;

  position: absolute;
  left: 22%;
  top: -6px;
}
.login-form-body-title {
  color: #000;
  font-size: 3em;
}
.login-form-body-title2 {
  color: #000;
  font-size: 2em;
}
.login-form-body p {
  color: #000;
}
.login-form-footer {
  color: #333;
  font-size: .9em;
}

.dark .login-wrapper > .login-form
{
  background: #1f1f21;
}
.dark .login-brand-text h1,
.dark .login-brand-text h5
{
  color: #fff;
}
.dark .login-form-footer,
.dark .login-form .form-control
{
  color: #bfc1c4;
}

.dark div:where(.swal2-container) div:where(.swal2-popup) {
  background: #1f1f21;
}

/**
----------------------------------------------------------------------------
------------                Medias Query                --------------------
----------------------------------------------------------------------------
**/
@media screen and (min-width: 1400px) and (max-width: 1600px) {
  .login-brand-text
  {
    margin: 0 auto 0 1rem;
    width: 90%;
  }
  .login-brand-text h1 {
    font-size: 4.5em;
  }
  .login-brand-text h5 {
    font-size: 1.5rem;
    margin-top: -1.5rem;
    margin-bottom: .5rem;
  }
  .login-brand-text p {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1400px) {
  .login-brand-text
  {
    margin: 0 auto 0 1rem;
    width: 90%;
  }
  .login-brand-text h1 {
    font-size: 4em;
  }
  .login-brand-text h5 {
    font-size: 1.4rem;
    margin-top: -.5rem;
    margin-bottom: .5rem;
  }
  .login-brand-text p {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1200px) {
  .login-wrapper > .login-brand
  {
    width: 50%;
  }
  .login-wrapper > .login-form
  {
    width: 50%;
  }
  .login-brand-text
  {
    margin: 0 auto 0 1rem;
    width: 80%;
  }
  .login-brand-text h1 {
    font-size: 3.2em;
  }
  .login-brand-text h5 {
    font-size: 1.3rem;
    margin-top: -.5rem;
    margin-bottom: .5rem;
  }
  .login-brand-text p {
    font-size: 1rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .login-wrapper > .login-brand
  {
    width: 50%;
  }
  .login-wrapper > .login-form
  {
    width: 50%;
  }
  .login-brand-text
  {
    margin: 0 auto 0 1rem;
    width: 80%;
  }
  .login-brand-text h1 {
    font-size: 2.5em;
  }
  .login-brand-text h5 {
    font-size: 1rem;
    margin-top: -.5rem;
    margin-bottom: .5rem;
  }
  .login-brand-text p {
    font-size: 1rem;
  }
}
@media screen and (min-width: 321px) and (max-width: 767px) {
  .login-wrapper > .login-brand {
    width: 100%;
  }
  .login-wrapper > .login-form {
    width: 100%;
  }
  .login-brand-text
  {
    margin: 0 auto 0 1rem;
    width: 80%;
  }
  .login-brand-text h1 {
    font-size: 2.8em;
  }
  .login-brand-text h5 {
    font-size: 1.3rem;
    margin-top: -.5rem;
    margin-bottom: .5rem;
  }
  .login-brand-text p {
    font-size: 1rem;
  }
}
@media screen and (max-width: 320px) {
  .login-wrapper > .login-brand {
    width: 100%;
  }
  .login-wrapper > .login-form {
    width: 100%;
  }
  .login-brand-text
  {
    margin: 0 auto 0 1rem;
    width: 80%;
  }
  .login-brand-text h1 {
    font-size: 2.8em;
  }
  .login-brand-text h5 {
    font-size: 1.3rem;
    margin-top: -.5rem;
    margin-bottom: .5rem;
  }
  .login-brand-text p {
    font-size: 1rem;
  }
}

/**
----------------------------------------------------------------------------
-----------                Disabled pagination                --------------
----------------------------------------------------------------------------
**/
.dark .p-tabview .p-tabview-panels {
  color: #bfc1c4 !important;
}
.dark .p-steps .p-steps-item.p-highlight .p-steps-title {
  color: #bfc1c4 !important;
}
.dark .p-steps .p-steps-item .p-menuitem-link .p-steps-title {
  color: #bfc1c4 !important;
}
.dark .row-resumen-detail-purchase-order {
  background: none !important;
  color: #bfc1c4 !important;
}

/* .dark .p-button.p-button-text {
    color: #81CBDD;
} */
.p-button,
.largeButton > button {
  background: #0e4b6c;
}
.p-button:enabled:hover,
.largeButton > button:enabled:hover {
  background: #033d5c;
}
.dark .p-button {
  background: #0e4b6c;
}
.dark .p-button:enabled:hover {
  background: #033d5c;
}
.dark .p-button.p-button-outlined {
    color: #0e4b6c;
}

.fa-15x {
  font-size: 1.3em !important;
}

/**
----------------------------------------------------------------------------
----------------------------------------------------------------------------
**/
.main-app-grid > .table-responsive > .p-element > .p-datatable-gridlines.p-datatable.p-component > .p-datatable-wrapper
{
  height: 58vh;
  overflow: auto;
}

.main-p-table > .p-datatable.p-component > .p-datatable-wrapper,
.main-p-table > .p-treetable.p-component > .p-treetable-wrapper
{
  height: 65vh;
  overflow: auto;
}