body {
    background-color:"#77CFFD";
    font-family: "Montserrat", "Arial", sans-serif !important;
    font: bold;
}

h4 {
    font-family: "Montserrat", "Arial", sans-serif !important;
}


.active {
    font-weight:bold;
}

.text-small {
    font-size:.8em!important;
}

.navigation-button {
    color: white;
    border: none;
    padding: 10px 15px;
    padding-top:20%;
    border-radius: 15px;
    cursor: pointer;
    margin: 15px auto 15px auto;
    text-align: center;
    min-width: 100px;
    min-height: 100px;
    width: 100px;
    height: 100px;
    font-weight:500;
    position:relative;
}

.brand-bubble {
    position: absolute;
    top: -13px;
    right: -13px; 
    background-color:var(--bs-danger);
    width:max-content; 
    border-radius:16px;
    padding:3px 6px;
    min-width:32px;
}

.brand-white {
    background-color: #fff!important;
    color:grey;
    border:1px solid grey;
}
.brand-green {
    background-color: #4caf50!important;
}

.brand-purple {
    background-color: #9c27b0!important;
}   
.brand-orange {
    background-color: #ff9800!important;
}   

.brand-blue {
    color:white!important;
    background-color: #2196f3!important;
}   
.brand-dark-blue {
    background-color: #1a237e!important;
}   

.brand-card {
    margin:2px 5px 2px 5px;
    padding-left:15px;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius:1em;
}



.brand-p-75 {
    padding:.75rem!important;
}

.brand-row {
    padding-right:0px!important;
    padding-left:0px!important;
}

.brand-input {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size:.9em!important;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 1rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
