html {
  min-height: 100%;
  position: relative;
}

body {
  font-size: 0.8rem !important;
}

.body-lva {
  margin: 0;
  margin-bottom: 40px;
}

.h1,
h1 {
  font-size: 1.35rem !important;
  font-weight: 600;
}

.h2,
h2 {
  font-size: 1.8rem !important;
}

.h2_salirCabina {
  padding-bottom: 5px;
  margin-bottom: 5px;
  margin-top: -5px;
}

.h3,
h3 {
  font-size: 1.5rem !important;
}

.h4,
h4 {
  font-size: 1.25rem !important;
}

.h5,
h5 {
  font-size: 1.2rem !important;
}

.h6,
h6 {
  font-size: 1rem !important;
}

.form-control {
  height: calc(1.9rem + 2px);
  padding: 0.3rem 1rem 0.3rem 0.5rem;
}

.custom-select,
.btn,
.dropdown-menu,
.form-control,
.input-group-text {
  font-size: 100% !important;
}

.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 1.5rem;
  font-size: 75%;
}

a {
  color: #76b40b;
}

a:hover {
  color: #6ba309;
}

.nav-agente-menu {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  font-family: sans-serif;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  background-color: #25002b;
}

.info-datos-agente {
  font-size: 1rem !important;
  color: white;
}




.theme-light {
  background-color: #fafafa;
  color: #151515;
}

.llamadas-en-cola {
  background-color: #8d1708;
  color: white;
}

.agente-en-linea {
  background-color: #28659d;
  color: white;
}

.agente-timbrando {
  background-color: #bb1717;
  color: white;
}

.agente-en-llamada {
  background-color: #6ba309;
  color: white;
}

.btn-success {
  background-color: #6ba309 !important;
  font-size: 14px !important;
  color: white;
}

.agente-en-descanso {
  background-color: #6f7172;
  color: white;
}

.field-sin-completar {
  color: red;
}

.field-completo {
  color: black;
}

.info-agente-estado {
  font-weight: 900 !important;
  /* letter-spacing: 0.5rem; */
}

.info-llamada-cola {
  font-weight: 900 !important;
  /* letter-spacing: 0.5rem; */
}

#formulario-call-center {
  font-size: 16px;
}

#div_numero_llamada_entrante,
#tabla-historial-llamadas,
#tabla-bd-org,
#actualizar_btn,
#inserta_data_llamada_btn,
#base-org-general,
#modal_ver_data,
#modal_editar_data,
#historial-llamadas-general {
  font-size: 14px !important;
}

#historial-llamadas {
  /* background-color: rgb(242 255 239); */
}

#s-h-historial-llamadas {
  cursor: pointer;
}


#toast-container .toast-success {
  background-color: #76b40b;
}

.alert-success {
  color: #fff;
  background-color: #76b40b;
  border-color: #70aa0b;
}

.table th,
.table td {
  padding: 0.3rem;
}

.table thead th {
  background-color: #6ba309;
  color: white;
}

th.dt-center,
td.dt-center {
  text-align: center;
}

.dt-body-center {
  text-align: center;
  vertical-align: middle !important;
}

.login-page,
.register-page {
  height: 90vh !important;
}

.layout-fixed .brand-link {
  max-width: 200px !important;
}

.tab {
  padding-left: 15px;
}

.sidebar-mini.sidebar-collapse .main-sidebar:hover {
  width: calc(220px - 0.5rem * 2);
}

.sidebar-mini .main-sidebar .nav-link,
.sidebar-mini-md .main-sidebar .nav-link,
.sidebar-mini-xs .main-sidebar .nav-link {
  width: calc(200px - 0.5rem * 2);
  transition: width ease-in-out 0.3s;
}

.sidebar-collapse.sidebar-mini .main-sidebar:hover .nav-link {
  width: calc(200px - 0.5rem * 2);
}

.dropdown-item:focus,
.dropdown-item:hover {
  cursor: pointer;
}

.nav-link-title {
  padding-top: 0.1rem;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: #6ba309;
}

.btn-primary {
  color: #fff;
  background-color: #6ba309;
  border-color: #639709;
  box-shadow: none;
}

.btn-primary:hover {
  color: #fff;
  background-color: #76b40b;
  border-color: #6aa10a;
  box-shadow: none;
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #6ba309;
  border-color: #639709;
}

.page-link {
  color: #6ba309;
}

.btn-secondary {
  color: #fff;
  background-color: #183e61;
  border-color: #6c757d;
  box-shadow: none;
}

/*menu*/
.main-sidebar {
  width: 200px;
}

.sidebar-dark-primary {
  background-color: #25002b !important;
}

.brand-link .brand-image {
  float: left;
  line-height: 0.8;
  margin-left: 0.7rem;
  margin-right: 0.7rem;
  margin-top: -3px;
  max-height: 35px;
  width: 35px;
}

.nav-link-menu {
  color: rgba(0, 0, 0, 0.9);
  font-size: 1.15rem !important;
  margin-right: 1rem;
}

a.nav-link-menu:hover {
  color: rgba(0, 0, 0, 0.5);
}

.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link.active,
.sidebar-light-primary .nav-sidebar>.nav-item>.nav-link.active {
  /*background-color: #004d9a;*/
  background-color: #854490;
  color: #fff;
}

.nav-sidebar>.nav-item .nav-icon {
  margin-right: 0.7rem;
}

.nav-sidebar .nav-link p {
  display: inline-block;
}

.footer-lva {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 40px;
  background-color: #fff;
  border-top: 1px solid #dee2e6;
  color: #869099;
  padding: 1rem;
}

.color-purple {
  color: rgb(147 98 162) !important;
}

.color-green {
  color: #b0c800 !important;
}

/*Select2*/

.div_ubigeo_new>span>span>span>input.select2-search__field {
  border: 1px solid red !important;
  background-color: #ced4da !important;

}

@media (min-width: 992px) {

  /*.sidebar-mini.sidebar-collapse .brand-image {
    margin-left: 0.9rem;
    margin-right: 0.5rem;
  }
  .sidebar-mini.sidebar-collapse.layout-fixed .main-sidebar:hover .brand-image {
    margin-left: 0.7rem;
    margin-right: 0.5rem;
  }*/
  .sidebar-mini.sidebar-collapse.layout-fixed .main-sidebar:hover .brand-link {
    width: 270px;
  }
}

@media (min-width: 768px) {

  body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .content-wrapper,
  body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .main-footer,
  body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .main-header {
    transition: margin-left 0.3s ease-in-out;
    margin-left: 200px;
  }
}

@media (max-width: 991.99px) {

  body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .content-wrapper,
  body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .main-footer,
  body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .main-header {
    margin-left: 0;
  }
}