html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    height: 100%;
    min-height: 100%;
}
body {
    background: #eee;
    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 0;
}

.container-absolute{
        position: absolute;
        top: 200px;
        left:50%;
        margin-left: -626px;
        z-index: 999999;
    }

.container-absolute p {
    color: white;
    font-weight: bold;
    font-size: 1.2rem;
}

@media screen and   (max-width: 1340px){
    .container-absolute p {
        font-size: 1rem;
    }
}
@media screen and (max-width: 1300px) {
    .container-absolute {
        width: 630px;
        margin-left: -315px;
    }
}

@media screen and (max-width: 660px) {
    .container-absolute {
        top: 100px;
        width: 400px;
        margin-left: -200px;
    }
}

.form-control-user {
    font-size: 1rem;
    border-radius: 10rem !important;
    padding: 1.2rem 1rem;
}
.tab-pane {
    position: relative;
    padding-bottom: 40px;
}
.hidden {
  display: none;
}
.tab-pane ul li a {
    color: white;
    font-size: 1rem;
    /*font-weight: bold;*/
    text-decoration: none;
}
.tab-pane ul li i {
    color: rgb(255, 193, 6);
}

.pagination-container {
  width: calc(100% - 2rem);
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 0;
  padding: 1rem 0;
  justify-content: center;
}

.pagination-number,
.pagination-button{
  font-size: 1.1rem;
  background-color: transparent;
  border: none;
  margin: 0.25rem 0.25rem;
  cursor: pointer;
  height: 2.5rem;
  width: 2.5rem;
  border-radius: .2rem;
}

.pagination-number:hover,
.pagination-button:not(.disabled):hover {
  background: #3e1a1a;
  color: #fff;
}

.pagination-number.active {
  color: #fff;
  background: #3e1a1a;
}
