.card-img-top {
    height: 200px;
    object-fit: cover;
    border-radius: 0 !important;
}

.card-project {
    position: relative;
    border-radius: 0 !important;
}

.card-project .compartments {
    position: absolute;
    top: 15px;
    right: 15px;
    background-color: #fff;
    border-radius: 5px;
    padding: 2px;
}

.project-header {
    height: 500px;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.container-project-header {
    height: 100%;
    position: relative;
}

.container-project-header h1 {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #fff;
    margin-left: 10px;
}

.bg-imu-h2o {
    background-color: #e6007c !important;
    color: white !important;
}

button, input, select {
    border-radius: 0 !important;
}

label {
    font-weight: bold;
}

.bg-imu-h2o-secondary {
    background-color: #afbbc3 !important;
}

a {
    color: #e6007c !important;
    text-decoration: none !important;
    border-radius: 0 !important;
}

a:not(.btn, .no-style):hover {
    color: #e6007c !important;
    text-decoration: underline !important;
}

.no-border-radius {
    border-radius: 0 !important;
}

.select2-container {
    display: block !important;
}

.see-project {
    position: absolute;
    bottom: 15px;
    width: calc(100% - 10px);
}
