
/*--------------------------------------------------------------
# Importando Hoas de Estilo CSS
--------------------------------------------------------------*/

@import url('../bootstrap/css/bootstrap.min.css');            /* Bootstrap  v5.3.3 */
@import url('../bootstrap-icons/font/bootstrap-icons.css');   /* font Awesome Ver. 5.13.0 web  */

/*--------------------------------------------------------------
# Estilo CSS
--------------------------------------------------------------*/
@media (min-width: 768px) {
  html {
    font-size: 14px;
  }
}
html,
body{
  font-family: "Poppins", "Raleway", "Open Sans", "sans-serif";
  font-size: 14px;
  color: #202020;
  height: 100%;
}

a {
  color: #000000;
  text-decoration: none;
}

a:hover {
  color: #0d6efd;
  text-decoration: none;
  font-weight: bold;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

.body-login{
  height: 100%;
  text-align: center;
  font-family: "Poppins", "Raleway", "Open Sans", "sans-serif";
  font-size: 16px;
  color: #000000;
  background: url("../img/control-panel.png") top center no-repeat;
  background-size: cover;
  position: relative;
  display: flex;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
}

#main {
  position: relative;
  align-items: center;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  display: flex;
  justify-content: center;
  align-items: center;
}

#header h1 {
  margin: 0 0 10px 0;
  font-size: 2vw;
  font-weight: 700;
  line-height: 56px;
  color: #fff;
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 10px 0;
}

.main-login {
  width: 100%;
  max-width: 330px;
  padding: 35px;
  margin: auto;
}

.main-login .checkbox {
  font-weight: 400;
}

.main-login .form-floating:focus-within {
  z-index: 2;
}

.input-group{
  padding-bottom: 10px;
}

.alertDiv{
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  height: 100px;
}

.card:hover {     
  cursor: pointer; 
  box-shadow:  0 8px 16px 0 rgba(0,0,0,0.2);
}

.spinner-box{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  width: 100%;
}

.pagination > li > a, 
.pagination > li > span {
    background: #ffffff;
    border: #111111;
    color: #a8a9ab
}
.pagination > li > a:hover, 
.pagination > li > a:focus, 
.pagination > li > span:hover,
.pagination > li > span:focus,
.pagination > li.active > a,
.pagination > li.active > span {
    background: #161616;
    border: #111111;
    color: #ffffff
}
