body{
    flex-direction: column;    min-height: 100vh;

}

footer {
    margin-top: 6rem;
}

.text-hofi-green {
    color: #587a74!important;
}

.alert-success {
    background-color: #587a74;
    color: white;
    border: none;
}

.cross:hover {
    filter: brightness(80%);
}  

.project_list {
    margin-top: 5rem;
}

#project_card {
    height: 100%;
}

.navbar-toggler:focus {
    outline: none;
}

.bg-hofi-green{
    background-color: #587a74;
}

.bg-hofi-green-secondary {
    background-color: #587a7432;
}

.navbar ul li a {
    color: black;
    font-weight: 800;
    opacity: .9;
    font-size: 1.05rem;
}

.cursor-pointer {
    cursor: pointer;

}

.dashboard-budget-card {
    transition: 0.4s;
}

.budget_cards a {
    text-decoration: none;
}

.dashboard-budget-card:hover {
    transform: scale(1.05);
}

input[type='submit']:hover, button:hover, .hofi-button:hover {
    color: white;
    filter: brightness(90%)
}

.disabled-button {
    cursor: not-allowed!important;
}


.rounded-md {
    border-radius: 10px;
}

.profile-picture img {
    height: 40px;
    border: 2px transparent solid;
    width: 40px;
}

.default-profile-picture {
    background: rgb(180, 179, 179);
    height: 40px;
    width: 40px;
    border: 2px transparent solid;
}

#div_id_img a {
    background-color:#587a74;
    padding: 2px 10px;
    color: white;
    border-radius: 10px;
}

.active_image {
    border: 2px #587a74 solid;
}

.logout-link:hover {
    text-decoration: none;
}

textarea {
    height: 13rem!important;
}

.hofi-button, input[type=file]::file-selector-button {
    background-color: #587a74;
    color: white;
}

.hofi-button, .btn-danger {
    padding: .5rem 1rem;
    font-size: 1.15rem;
}

.hofi-border {
    border: 1px #587a74 solid;
}

.hofi-pill {
    padding: .5rem 1rem;
    font-size: .9rem;
}

input[type=file]::file-selector-button {
    border-radius: .25rem;
    border: none;
    padding: 5px;
    cursor: pointer;
}

.detail_img {
    width: 300px;
}

.action-buttons {
    margin-top: 5rem!important;
}

.bg-hofi-lightgray {
    background-color: rgb(214, 214, 214);
}

.partner_level {
    height: 15px;
    width: 15px;
}

.PLATIN {
    background-color: #d4d2d2;
}

.GOLD {
    background-color: #FFD700;
}

.DEFAULT {
    background-color: #587a74;
}

#profile_link p {
    user-select: none;
}

@media (max-width: 1200px) {

    .nav-link {
        font-size: 1.25rem!important;
    }
    
}
  
@media (max-width: 768px) {

    footer {
        margin-top: 12rem;
    }

    .detail-box {
        background-color: #587a7432;
        border-radius: 1rem;
        padding: 1.5rem;
    }

}

.profile-picture p {
    text-align: center;
    font-size: 1.5rem;
}

.filter_icon {
    transition: transform 0.35s ease;
    transform: rotate(0);
}

.rotate.filter_icon {
    transform: rotate(-90deg);
}

.hofi-card{
    transition: .4s!important;
}

.hofi-card:hover{ 
    cursor: pointer!important;
    transform: scale(1.04);
}

.card {
    border-radius: .5rem!important;
    border: 1px solid rgb(88, 121, 115, 0.25)
}



.progressbar {
    list-style-type: none;
    display: flex;
}

.progressbar li {
    width: 25%;
    font-size: 12px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    color: #7d7d7d;
}

.progressbar li:before {
    width: 50px;
    height: 50px;
    content: '';
    line-height: 30px;
    border: 2px solid rgb(214, 214, 214);
    background-color: rgb(214, 214, 214);
    display: block;
    text-align: center;
    margin: 0 auto 10px auto;
    border-radius: 50%;
}
.progressbar li:after {
    width: 100%;
    height: 5px;
    content: '';
    position: absolute;
    background-color: rgb(214, 214, 214);
    top: 24px;
    left: -50%;
    z-index: -1;
}
.progressbar li:first-child:after {
    content: none;
}
.progressbar li.active:before {
    border-color: #587a74;
    background-color: #587a74;
}
.progressbar li.active:after {
    background-color: #587a74;
}