.alert-debug {
  color: black;
  background-color: white;
  border-color: #d6e9c6;
}

.alert-error {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.pagination {
  justify-content: flex-end;
}

.pagination-btn {
  border-radius: 50%;
  background-color: #007bff;
  color: white;
  padding: 8px 16px;
}

.pagination-btn:hover {
  background-color: #0056b3;
  text-decoration: none;
  color: white;
}

.pagination-btn-disabled {
  pointer-events: none;
  opacity: 0.3;
}


.img-center {
  width: 15rem;
  height: 4rem;
  margin-top: auto;
  margin-bottom: auto;
  display: block;
}

.navbar-default {
  background-color: rgb(255, 255, 255);
  border-color: rgb(255, 255, 255);
  margin:0;
  padding-top: 0px;
  padding-bottom:0px;
}

.navbar-header {
  text-align: center;
  width: 100%;
}

.navbar-brand {
  float: none;
}

.text-blue {
  color: rgba(0, 161, 227, 1);
}

.pad-above {
  padding-top: 1rem;
}

.margin-around {
  margin: 1rem;
}

.footer {
  font-size: small;
  color: #6c757c;
}

.form-center {
  text-align: center;
}

.load-warning {
  text-align: justify;
}

.red {
  color: #ff2222;
}

.green {
  color: #60e660;
}

/* .btn {
  color: #ffffff !important;
  border-color: rgb(146, 208, 80);
  border-radius: 10px;
  letter-spacing: 1px;
  font-size: 16px;
  font-weight: 600 !important;
  background-color: rgb(146, 208, 80);
}

.btn.disabled, .btn:disabled{
  background-color: #8badbb  !important;
  border-color: #465b64 !important;
  color: #465b64 !important
} */

.content {
  width: 50%;
}

@media only screen and (max-width: 768px) {
  .content {
      width: 100%;
  }
}

.large-oi {
  font-size: 10rem;
}


.small-oi {
  font-size: 8pt!important;
}

.result-box {
  text-align: center;
  margin-top: 5rem;
}

.processingWrapper {
  position: relative;
}

#processing {
  position: absolute;
  top: 0;
  left: 20;
  z-index: 10;
}

.error{
  color:red;
  font-weight: normal;
  font-family: inherit;
  font-size: 11pt;
  margin:5px;

}
.message{
  color: goldenrod;
  font-weight: bold;
  font-family: inherit;
  font-size: 11pt;

}

.icon{
  padding:0px;
  color: #0a0059 !important;
  border-color: rgba(0,0,0,0);
  border-radius: 3px;
  letter-spacing: 1px;
  margin:5px;
  font-size: 16px;
  font-weight: 600 !important;
  background: none !important
}

.check{
  color:rgb(146, 208, 80) !important;
}

.tooltip_container {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
  visibility: visible !important;
}

.tooltiptext {
  width: 250px;
  background-color: #cce3ed;
  font-size:small;
  color: #0a0059;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  bottom: 60%;
  right: -55px;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  height:55px;
  padding-left:5px
}

#countdown{
    color:green
}
