html {
    position: relative;
    min-height: 100%;
}

body {
    margin: 0 0 125px;
    bottom: 125px;
    padding: 10px 0 15px;
    justify-content: center;
    font-family: "Dinish";
}

/* a,
a:visited {
  color: #e52713 !important;
}

a:hover,
a:active {
    color: #cc2714 !important;
} */

._dash-loading {
    margin: auto;
    color: transparent;
    width: 2rem;
    height: 2rem;
    text-align: center;
}

._dash-loading::after {
  content: "";
  display: inline-block;
  width: 2rem;
  height: 2rem;
  color: #1c14ff;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border 0.75s linear infinite;
  animation: spinner-border 0.75s linear infinite;
  margin-top: 2rem;
}

.center {
    display: flex;
    justify-content: center;
}

.flex-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flex-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.no-decoration {
    text-decoration: none;
}

.prepend-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    width: 100px;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0rem;
    border-bottom-right-radius: 0rem;
    border-bottom-left-radius: 0.25rem;
}

.pRelative {
    position: relative;
}

.Select-menu-outer {
    display: block !important;
    z-index: 999;
}

.fixed-above-footer {
  position: fixed;
  bottom: 0px;
  z-index: 10;
}

.main-layout {
    height: 100%;
    width: 100%;
}

.input-bottom-margin {
    margin-bottom: 4px;
}

.footer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    overflow: hidden;
}

.text-pilar {
    color: #16181a !important;
}

#above-footer {
    margin-top: 25px;
    padding-top: 25px;
    color: white;
    min-height: 63px;
    background-color: #212529;
}

@media only screen and (max-height: 800px) {
	/*Big smartphones [426px -> 600px]*/
    #above-footer {
        max-height: 125px;
        bottom: 30px;
        margin-top: 125px;
        padding-top: 25px;
        color: white;
        background-color: #212529;
    }
}

#footer-info {
    text-align: center;
    color: #666;
    float: center;
}

@font-face {
  font-family: "Dinish";
  font-weight: normal;
  src: url("./Dinish-Regular.woff2");
}

@font-face {
  font-family: "Dinish";
  font-weight: bold;
  src: url("./Dinish-Bold.woff2");
}