@font-face {
    font-family: 'fightmndfont';
    src: url('/fightmndfont.woff') format('woff');
    font-weight: 400;
}

@font-face {
    font-family: 'fightmndfont2';
    src: url('/fightmndfont.woff2') format('woff2');
    font-weight: 400;
}

#mainContent{
    color: #000 !important;
}

/* Exclude links */
a,
a * {
    color: inherit !important;
}

/* Exclude buttons */
button,
button *,
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="button"] *,
input[type="submit"] *,
input[type="reset"] * {
    color: inherit !important;
}

.spinner-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.mainContent {
    font-family: 'fightmndfont' !important;
    font-weight: 400 !important;
}

button {
    cursor: pointer !important;
}

.button1:hover { 
    border-color: #000000 !important;
    background-color: #000000 !important;
    color: #ffed00 !important;
}

.btb-primary:hover { 
    border-color: #000000 !important;
    background-color: #000000 !important;
    color: #ffed00 !important;
}

/* footer */

footer{
    color: #ffffff !important;
}

footer a {
  text-decoration: none !important;
  color: #ffffff;
  padding-bottom: 3px;
  margin-right: 15px;
}

footer a:hover {
  text-decoration: none !important;
  color: #ffffff;
  border-bottom: 1px solid white !important;
  padding-bottom: 1px;
  margin-right: 15px;
}

footer hr {
  opacity: 1;
}

.social-icons {
    display: flex;
    gap: 15px;
    align-items: center;
}

.social-icons img {
    width: 30px;
    height: auto;
    display: block;
}

.footerCopyrightFonts {
    margin-top: 15px;
    font-size: 14px;
    display: flex;          /* make row */
    align-items: center;
}

.copyright {
    margin-left: auto;      /* pushes it to the end */
}
/* end footer */

.submitButtonWrapper{
    padding: 0px !important;
}