@charset "UTF-8";
* {
  box-sizing: border-box;
}

@font-face {
  font-family: "Plain";
  src: url("../fnt/Lexend.ttf");
}
.thin-scroll {
  /* Para Firefox */
  /*  scrollbar-width: thin; */
  scrollbar-color: white transparent;
}

/* Para navegadores WebKit (Chrome, Safari, Edge) */
*::-webkit-scrollbar {
  /*     width: 4px;
      height: 4px; */
  background: transparent;
}

*::-webkit-scrollbar-thumb {
  background: white;
  border-radius: 2px;
}

html, body {
  width: 100%;
  padding: 0px;
  margin: 0px;
}

body {
  background-color: #d5d5d5;
  background-color: #a4d0ef;
  /* padding-bottom: 80px; */
  overflow: auto;
  padding: 5px;
  position: absolute;
  height: 100%;
  top: 0px;
  left: 0px;
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: center;
  /* PRUEBA SCROLLES EN BODY - NAV_BAR STICKY */
  /* FALLA PORQUE QUEREMOS HEADERS DE TABLA FIJOS */
  /* 
     height: auto;
     overflow: auto;
  */
}

h1 {
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
  color: gray;
  padding: 0px 20px;
  text-align: center;
  margin: 10px 0px 0px 0px;
  font-size: 1.4em;
  color: #ffffff;
  padding: 0px 20px;
  text-align: center;
  margin: 10px 0px 20px 0px;
  text-shadow: 2px 2px 0px rgba(18, 147, 176, 0.3);
  font-family: "Plain";
  font-weight: 800;
  font-style: inherit;
  text-transform: uppercase;
}

label {
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
}

input[type=submit],
input[type=button],
button {
  background-color: #1d93ff;
  color: white;
  padding: 10px 29px;
  font-weight: bold;
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
  text-transform: uppercase;
  border-radius: 5px;
  border: 0px;
  margin: 3px;
  max-width: 100%;
  white-space: normal;
}
input[type=submit]:active,
input[type=button]:active,
button:active {
  background-color: #084d8d;
}
input[type=submit]:disabled,
input[type=button]:disabled,
button:disabled {
  background-color: gray;
  pointer-events: none;
  color: lightgray;
}
input[type=submit][data-is-selected],
input[type=button][data-is-selected],
button[data-is-selected] {
  outline: 2px solid white;
}

button.green {
  background-color: #28a745;
}
button.green:active {
  background-color: #09571b;
}

@media (hover: hover) {
  input[type=submit]:hover,
input[type=button]:hover,
button:hover {
    background-color: #8dc8ff;
    cursor: pointer;
  }
  button.green:hover {
    background-color: #5eff83;
  }
}
form {
  /* display: flex;
  flex-direction: column; */
  margin: 0px;
  padding: 0px;
}

form .login {
  display: flex;
  flex-direction: column;
}

input[type=text],
input[type=email],
form.single textarea {
  padding: 5px;
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  resize: vertical;
  font-family: "Plain";
  font-size: 1em;
  padding: 10px;
  flex: 0 0 auto;
}

form.single {
  display: flex;
  flex-direction: column;
  /* max-width: 550px; */
  width: 100%;
  position: relative;
  left: 0;
  right: 0;
  margin: auto;
  background-color: rgba(255, 255, 255, 0.2509803922);
  padding: 30px 20px;
  border-radius: 20px;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
}
form.single label {
  color: #1f4895;
  font-family: "Plain";
  padding: 7px 5px 2px 7px;
  font-weight: 500;
}
.input_w_btn {
  position: relative;
}
.input_w_btn > button {
  position: absolute;
  background-color: transparent;
  right: 5px;
  height: 77%;
  top: 0;
  bottom: 0;
  margin: 0;
  background-position: center;
  background-size: auto 69%;
  background-repeat: no-repeat;
  padding: 0;
  width: 33px;
  border-radius: 50%;
  margin: auto;
}
.input_w_btn > button:hover {
  background-color: rgba(29, 120, 255, 0.2);
}
.input_w_btn > button.ico-search {
  background-image: url(../img/notifies_search.svg);
}

a {
  text-decoration: none;
  color: inherit;
}

select,
.choices__inner,
input[type=date] {
  color: #71777e;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../img/arrow_down.svg) right 5px center/33px no-repeat #eee;
  min-height: 42px;
  width: 100%;
  /* overflow: hidden!important; */
  padding: 0px;
  padding-left: 7px;
  line-height: 1.8em;
  background-color: oklch(1.8 0.06 181deg);
  border: 1px solid oklch(0.7 0.12 265deg);
  font-size: 19px;
  padding-right: 42px;
  /* text-align: center; */
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  border-radius: 8px;
}

input[type=date] {
  background-image: none;
  padding: 3px;
  font-size: initial;
  text-align: center;
  color: #001746;
}

select option {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
  background-color: rgb(230, 240, 251);
  font-size: inherit;
  font-size: 19px;
  color: #71777e;
  line-height: 12px;
  /* text-shadow: 1px 1px 1px rgb(0 0 0 / 4%); */
  /* text-rendering: optimizeLegibility !important; */
  /* -webkit-font-smoothing: antialiased !important; */
}

@media (hover: hover) {
  select:hover,
.choices__inner:hover {
    background-color: #b0fffb !important;
  }
}
select:focus {
  border: 0px;
  outline: 0px;
}

select:active,
.choices__inner:active {
  background-color: #8ac2ff !important;
  border: 0px;
  color: rgba(0, 0, 0, 0.4);
}

select select {
  border: 1px solid #ccc;
  font-size: 16px;
  height: 34px;
  width: 268px;
}

.main_logo {
  width: 190px;
  right: 7px;
  top: 5px;
}

.main_logo img {
  width: 100%;
  height: auto;
}

/* 
.footer_bar {
  position: fixed;
  width: 100%;
  bottom: 0px;
  margin: 0px;
  padding: 0px;
  background-color: #5e5a5a;
  left: 0px;
  z-index: 222;
}

 */
/* #region MAINWRAP - Ancho de la columna principal - A ----------------------- */
.mainWrap {
  display: flex;
  flex-direction: column;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  max-height: 100%;
  overflow: hidden;
  width: 100%;
  position: relative;
  max-width: 1760px;
}

.mainWrap.edituser,
.mainWrap.createlead {
  max-width: 700px;
  /*  overflow: visible; */
}

.mainWrap.notice {
  max-width: 800px;
  /*  overflow: visible; */
}

.mainWrap.createnotice {
  max-width: 600px;
  /*  overflow: visible; */
}

.mainWrap.home {
  height: 100%;
  max-width: 700px;
  overflow: visible;
}

.mainWrap.users,
.mainWrap.stats,
.mainWrap.myleads {
  max-width: 1330px;
}

.mainWrap.leads,
.mainWrap.searchlead {
  max-width: 1760px;
}

/* #endregion MAINWRAP - Ancho de la columna principal - Z */
/* #region BARRA NAVEGACION - A ----------------------- */
.nav_bar {
  display: flex;
  z-index: 10;
  border-radius: 20px;
  align-items: center;
  width: 100%;
  max-width: 1760px;
  justify-content: space-between;
  /* PRUEBA SCROLLES EN BODY - NAV_BAR STICKY */
  /* FALLA PORQUE QUEREMOS HEADERS DE TABLA FIJOS */
  /*  
      position: sticky;
      top: 0px;
      background-color: #a4d0ef;
      z-index: 150;
  */
}
.nav_bar.modal {
  justify-content: center;
}

.titleBar > h1 {
  font-size: 1em;
  background-color: rgba(60, 137, 207, 0.2784313725);
  padding: 5px 20px;
  border-radius: 30px;
  margin: 0px;
  margin-left: 25px;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

/*         .nav_bar > h1:after {
            content: '';
            position: absolute;
            width: 2px;
            height: 100%;
            top: 0px;
            left: -15px;
            border-left: 4px dashed rgb(60 137 207 / 25%);
        } */
.nav_bar button,
.modal_bar-button {
  flex: 0 0 33px;
  position: relative;
  padding: 0px;
  height: 30px;
  border-radius: 20px;
  width: 33px;
}

.nav_bar button a {
  width: 100%;
  position: relative;
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  line-height: 0px;
}

.siteBar {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.userBar {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.userBarSession {
  background-color: blue;
  padding: 3px 4px 4px 11px;
  border-radius: 10px;
  color: white;
  font-size: 0.8em;
  font-weight: bold;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  font-family: "Plain";
  line-height: 19px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
}

.userBarLogout {
  padding: 0px 5px;
  border-radius: 10px;
  font-size: 1.2em;
  margin-left: 3px;
  display: inline-block;
  width: 19px;
  height: 19px;
  background: url(../img/power-symbol.svg) center/contain no-repeat;
}

.userBarLogout:hover {
  cursor: pointer;
  background-color: #56e3ff;
}

.userBarNotifies {
  background-color: blue;
  padding: 0px 4px;
  height: 26px;
  overflow: hidden;
  border-radius: 10px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.userBarNotifiesCont {
  -webkit-user-select: none;
  -moz-user-select: none;
  pointer-events: none;
  user-select: none;
  background-color: red;
  color: white;
  font-weight: bold;
  font-family: "Plain";
  padding: 1px;
  border-radius: 8px;
  padding: 0px 4px;
  /* aspect-ratio: 1; */
  width: auto;
  height: 22px;
  text-align: center;
  /* overflow: hidden; */
  border: 2px solid white;
  /* line-height: 19px; */
  display: flex;
  align-items: center;
  justify-content: center;
}

.userBarNotifiesCont:empty {
  display: none;
}

.userBarNotifiesIcon {
  width: 20px;
  display: block;
  height: 20px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border-radius: 5px;
  pointer-events: none;
  user-select: none;
  background-image: url(../img/notifies_bell.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

@media (hover: hover) {
  .userBarNotifies:hover {
    background-color: #56beff;
    cursor: pointer;
  }
}
/* #endregion BARRA NAVEGACION - Z */
.panel {
  display: flex;
  width: 100%;
  padding: 4px 20px;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.3);
  margin-bottom: 20px;
}

.panel.main {
  /* min-height: 78vh; */
  flex: 1;
  margin-bottom: 0px;
  overflow: auto;
  padding: 0px;
}

form.single.panel.main {
  padding: 30px 20px;
}

.panel-short {
  max-width: 500px;
}

@media (max-width: 450px) {
  body {
    padding-left: 0px;
    padding-right: 0px;
    margin: 0px;
  }
}
.footer_bar button {
  margin-top: 20px;
  padding: 8px 16px;
}

/* #region PANELES FLOTANTES - A ----------------------- */
.table_fix_container {
  width: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
  padding: 0px;
  margin: 0px;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
}

.table_toolbar {
  position: relative;
  align-items: end;
  justify-content: space-between;
  padding-top: 5px;
  padding-left: 10px;
  padding-right: 10px;
  padding-left: 11px;
  padding-right: 22px;
}

.table_toolbar {
  display: flex;
}

.table_toolbar h1 {
  font-size: 1rem;
  text-shadow: none;
  color: rgb(47, 103, 144);
  text-transform: none;
  font-weight: 600;
  margin-bottom: 3px;
  margin-left: 3px;
}

.table_toolbar > a {
  flex: 0 0 fit-content;
  height: 100%;
}

.table_toolbar a > button {
  margin: 0;
  height: 100%;
}

.table_body {
  display: flex;
  flex-direction: row;
  overflow: hidden;
}

.table_content {
  overflow: auto;
  padding: 0px 10px;
}

.fila {
  position: relative;
  z-index: 100;
  top: 0px;
  left: 0px;
  display: flex;
  gap: 10px;
  order: 2;
}

.fila .panel,
.toolbar_menu {
  background-color: oklch(0.75 0.09 182.08);
}

.fila .panel {
  min-width: 300px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  box-shadow: 10px 9px 5px rgba(0, 0, 0, 0.3);
}

.fila .panel h1 {
  font-size: 1rem;
  color: white;
}

/* #endregion PANELES FLOTANTES - Z */
/* #region PANELES FLOTANTES - A ----------------------- */
.bloque1,
.bloque2 {
  flex: 1;
}

.panel.panel-short {
  border: 1px solid #ddd;
  border-radius: 8px;
  position: relative;
  z-index: 100;
  /*  top: 40px; */
  /* position: absolute; */
  /* z-index: 999; */
  flex-direction: column;
  padding: 0px 10px;
  overflow-x: hidden;
  overflow-y: auto;
  flex: 0 0 400px;
}

.panel.panel-short h1 {
  margin: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #2473c4;
  text-shadow: none;
  font-weight: 700;
  font-size: 1.1rem;
  padding-bottom: 3px;
}

.panel.panel-short h1::before {
  /*  content: '▸';  */
  display: inline-block;
  transform: translateY(1px);
}

.panel.panel-short.collapsed {
  /*      min-width: fit-content;
         max-width: 140px;
       box-shadow: 2px 3px 1px rgba(0, 0, 0, 0.2);
       margin-bottom:0px;
           position: relative;
         top: 0px;
         left: 0px;
  */
  display: none !important;
}

.panel.panel-short:not(.collapsed) h1::before {
  /* content: '▾'; */
  /* flecha abierta */
}

.panel.panel-short .filtros-body {
  padding: 10px 12px;
  border-top: 1px solid #eee;
}

.panel.panel-short.collapsed .filtros-body {
  display: none;
}

.panel.panel-short .panel-body {
  padding: 10px 12px;
  border-top: 1px solid #eee;
}

.panel.panel-short.collapsed .panel-body {
  display: none;
}

.asignar-agente {
  display: flex;
  gap: 10px;
}

.importar-leads {
  display: flex;
  gap: 10px;
}

/* #endregion PANELES FLOTANTES - Z */
/* #region FILTROS - A ----------------------- */
.panel-short form {
  display: flex;
  flex-direction: column;
  gap: 15px;
  flex-wrap: wrap;
  border-bottom: 1px dashed #5a8ec4;
  padding-bottom: 30px;
  padding-top: 20px;
}

.panel-short label {
  display: block; /* cada filtro en una línea */
  font-weight: bold;
  margin-bottom: 0px; /* espacio entre labels */
}

/* #endregion FILTROS - Z */
/* #region FILE-INPUT-WRAPPER - A ----------------------- */
.file-input-wrapper button {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjU2IDI1NiIgPgo8Zz48Zz48Zz48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMjgsMzcuMmMtNi43LDIuMS0xMy4yLDcuOC0xNi4yLDE0LjRMMTAsNTUuM3Y3NHY3NGwxLjgsMy43YzIuMyw0LjcsNy43LDkuNywxMi41LDExLjRjMy42LDEuNCwzLjYsMS40LDEwNC41LDEuMmwxMDEtMC4ybDMuNi0xLjhjNC4zLTIuMSw5LjItNywxMS4xLTExLjNsMS40LTN2LTYwLjhWODEuOGwtMi4xLTQuM2MtMi41LTUuNC03LTEwLTEyLjEtMTIuNWMtNS0yLjUtMTAuMS0yLjctNTYuNi0yLjVjLTIwLjEsMC4xLTM3LjYtMC4xLTM4LjktMC4yYy0xLjQtMC4yLTIuNS0wLjctMi41LTEuMmMwLTAuNC0xLTIuOS0yLjMtNS41Yy0yLjctNS42LTkuNi0xMi45LTE0LjktMTUuN2MtNi45LTMuNy03LjUtMy43LTQ4LjQtMy43QzM5LjEsMzYuMywzMC4xLDM2LjUsMjgsMzcuMnogTTEwNS40LDUyLjdjNCwxLjQsOC43LDUsMTAuOSw4LjRjMSwxLjYsNC41LDEwLjcsNy44LDIwLjJjMy4zLDkuNSw2LjQsMTguMSw2LjksMTkuMWMxLjksMy45LDAuNSwzLjgsNDkuMywzLjhjNDkuMSwwLDQ3LjQtMC4xLDQ5LjUsMy45YzAuOSwxLjcsMSw3LjUsMC44LDQ3LjJsLTAuMiw0NS4zbC0xLjgsMS43bC0xLjcsMS44SDEyOEgyOS4xbC0xLjctMS44bC0xLjgtMS43bC0wLjItNjguN2MtMC4xLTM3LjgsMC02OS45LDAuMi03MS40YzAuNS0zLjIsMi45LTYuNSw1LjgtNy43YzEuNi0wLjYsOS4yLTAuOCwzNi42LTAuOUM5Ny40LDUxLjcsMTAzLDUxLjgsMTA1LjQsNTIuN3ogTTIyNS42LDc5LjVjMi4zLDEuMiw1LjIsNS43LDUuMiw4LjF2MS40bC0zNy0wLjJjLTIwLjQtMC4xLTQwLjEtMC4yLTQzLjgtMC4zbC02LjctMC4xbC0xLjgtNWwtMS45LTVoNDEuOEMyMjEsNzguMiwyMjMuNSw3OC4zLDIyNS42LDc5LjV6Ii8+PC9nPjwvZz48L2c+Cjwvc3ZnPg==);
  margin: 0px;
  padding: 0px;
  width: 40px;
  height: 100%;
  background-size: auto 70%;
  background-position: center;
  background-repeat: no-repeat;
}

/* #endregion FILE-INPUT-WRAPPER - Z */
/* #region LOGIN - A ----------------------- */
.window_box {
  background-color: darkgray;
  width: 40%;
  height: 50%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 20px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0px 5px 15px black;
  min-width: 200px;
}

/* #endregion LOGIN - Z */
/* #region HOME - A ----------------------- */
.home-window {
  background-color: darkgray;
  /* width: calc(100% - 40px); */
  height: calc(100% - 100px);
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0px 5px 15px black;
  /* max-width: 600px; */ /*CONTROLADO DESDE mainWrap */
  max-height: 800px;
  overflow: hidden;
  font-family: "Plain";
}

.home-header {
  flex: 0 0 160px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  width: 100%;
  overflow: hidden;
  margin-top: 10px;
}

.home-avatar {
  width: 100px;
  height: 100px;
  background: url(../img/agent.png) center/107% no-repeat;
  border-radius: 50%;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 4px rgba(0, 0, 0, 0.3);
}

.home-avatar.admin {
  background-image: url(../img/admin.png);
}

.home-avatar.backoffice {
  background-image: url(../img/backoffice.png);
  background-position: center 10px;
}

.home-username {
  font-size: 2rem;
  font-weight: bold;
}

.home-categories {
  display: flex;
  gap: 7px;
  flex-direction: column;
  align-items: center;
}

.home-categories.notifies {
  position: absolute;
  right: 20px;
  max-width: 210px;
  top: 40px;
  /* border: 2px solid red; */
}

.btn-comunicados-rojo {
  max-width: 400px;
  background: #d9534f;
  color: white;
  border: 2px solid #a0302d;
  padding: 12px 20px;
  font-size: 16px;
  border-radius: 6px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 4px rgba(0, 0, 0, 0.3);
  position: relative;
}
.btn-comunicados-rojo:hover {
  background: #c64542;
}
.btn-comunicados-rojo::before {
  content: "";
  position: absolute;
  left: -17px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  width: 0px;
  height: 0px;
  border-top: 10px solid rgba(0, 0, 0, 0);
  border-bottom: 10px solid rgba(0, 0, 0, 0);
  border-right: 15px solid;
  border-right-color: rgb(152, 30, 27);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.home-footer {
  flex: 0 0 100px;
  display: flex;
  flex-direction: row;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

@media (max-height: 750px) {
  .home-header {
    flex-direction: row;
    flex: 0 0 80px;
    justify-content: normal;
    padding-left: 30px;
  }
  .home-avatar {
    width: 60px;
    height: 60px;
  }
  .home-categories {
    flex-direction: row;
  }
  .home-window {
    height: 100%;
  }
  .home-categories.notifies {
    top: 10px;
  }
}
/* #region ADMIN BUTTONS - A ----------------------- */
.admin-buttons {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  flex: 1;
  width: 100%;
  padding: 10px;
  overflow: auto;
  flex-wrap: nowrap;
}

.admin-buttons > * {
  /* flex: 1; */
  width: 100%;
}

.admin-buttons button,
.home-footer button {
  width: 100%;
  height: 60px;
  font-size: 0.9rem;
}

.admin-buttons a {
  width: 100%;
  text-align: center;
}

/* #endregion ADMIN BUTTONS - Z */
/* #endregion HOME - Z */
/* #region BARRA DE BUSQUEDA search-bar - A ----------------------- */
.search-bar {
  margin-bottom: 0px;
  margin-top: 30px;
}

.search-bar input[type=text] {
  padding: 8px;
  width: 300px;
}

.search-bar button {
  padding: 8px 16px;
}

/* #endregion BARRA DE BUSQUEDA search-bar - Z */
/* #region PAGINATION - A ----------------------- */
.pagination {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

a.pag-btn,
.pag-btn {
  padding: 5px 10px;
  margin: 0 3px;
  border-radius: 24px;
  background: #f0f0f0;
  background: #d3f7ff;
  font-size: 14px;
  cursor: pointer;
  font-family: "Plain";
  border: 1px solid #5b9ace;
  min-width: 30px;
  display: inline-block;
}

a.pag-btn:hover,
.pag-btn:hover {
  background: #94d3e0;
}

a.pag-btn.active,
.pag-btn.active {
  background: #007bff;
  color: white;
  font-weight: bold;
  border-color: #0b5796;
}
a.pag-btn.active:hover,
.pag-btn.active:hover {
  background: #5aaaff;
}

a.pag-btn.disabled,
.pag-btn.disabled {
  background: rgba(127, 180, 192, 0.2784313725);
  color: rgba(0, 0, 0, 0.1019607843);
  border: 0;
  cursor: not-allowed;
  pointer-events: none;
  /* display: none; */
}

.pag-ellipsis {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

/* #endregion PAGINATION - Z */
/* #region MODAL-WINDOW - A ----------------------- */
.modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
}

.modal-box {
  position: relative;
  background: #fff;
  width: 90%;
  max-width: 1200px;
  height: 85vh;
  margin: 5vh auto;
  border-radius: 6px;
  overflow: hidden;
}

.modal_bar-button {
  position: absolute;
  top: 6px;
  right: 10px;
  /* background: red; */
  border: none;
  font-size: 18px;
  cursor: pointer;
  z-index: 10;
}

/* #endregion MODAL-WINDOW - Z */
/*# sourceMappingURL=bahary_manager.css.map */