/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
  /* Margin bottom by footer height */
  /*TODO, cambiar según ubicación del proyecto*/
  /* background: url('https://olimpiadadematematica.cl/inscripciones/img/bg.jpg') center center no-repeat; */
  background: url('https://olimpiadadematematica.cl/kanguro/images/bgk.png') center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  /*-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;*/
}

body>.container {
  margin-top: 30px;
  margin-bottom: 90px;
}

#message {
  position: fixed;
  right: 0;
  width: 25%;
  z-index: 1;
}

#inner-message {
  margin: 0 auto;
}

.custom-file {
  background-color: #f0f0f0;
  border-radius: 5px;
}

.botonera {
  margin-bottom: 30px;
}

.dropdown-menu {
  min-width: 6em;
  right: 0px !important;
}

.select-rbd {
  width: 100% !important;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
  /* Set the fixed height of the footer here */
  line-height: 60px;
  /* Vertically center the text there */
  background-color: #f5f5f5;
}

#flash-container {
  position: fixed;
  top: 50px;
  right: 20px;
  max-width: 350px;
  z-index: 1050;
  display: flex;
  flex-direction: column;
  gap: 5px;
  /* space between messages */
}

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

input[type=number] {
  -moz-appearance: textfield;
}

@media only screen and (max-width: 999px) {
  #message {
    position: fixed;
    right: 0;
    width: 75%;
    z-index: 1;
  }
}