a:link,
a:visited,
a:hover,
a:active
{
	color: #1D1D1B;
	
}
body {
    font-family: 'Baloo Tammudu 2', cursive;
    background-image: url('/images/mp-background-v2.jpg');
    height: 100vh;
    background-repeat: no-repeat;
    background-color: #c0a975;
}
.container900 {
    max-width: 900px;
}

#progressbar-container  #message {
    display: none;
}

.homepage-intro-text {
   background-color: rgb(255 250 221 / 80%);
   color: #337b04;
}

.rounded-corner {
    border-radius: 10px;
}

#progressbar-container {
    width: 100%;
}
  
#match-progress-bar {
    display: none;
    width: 0%;
    height: 30px;
    background-color: #04AA6D;
    text-align: center;
    line-height: 40px;
    color:#000;
}

.select2-selection__rendered {
    line-height: 41px !important;
}
.select2-container .select2-selection--single {
    height: 40px !important;
}
.select2-selection__arrow {
    height: 39px !important;
}

.promo-img-background {
    background-color: rgb(255 250 221 / 80%);
    border-radius: 10px;
}

#promo-detailed-report {
    display: none;
}

.form-floating {
	color:#000;
}

.mp-h1-15 {
    font-size: 1.5rem;
}
#homepage-report-section{
	display: none;
}