<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.condidat-sec .card {
    margin: 0;
    border: 0px;
    border-left: 10px solid #0c9f76;
    border-radius: 1.3rem;
    background: rgb(255 255 255);
    box-shadow: 0px 2px 10px 2px #0000001c;
}
.condidat-sec .card:hover {
    border-left-width: 30px;
    transition: 0.3s ease-in-out;
}

.condidat-sec .card-header {
    background: transparent;
    border: none;
}

.condidat-top-part{
    min-height: calc(60vh - 43px);
    background: url("../../captures/image_1.png"), no-repeat;
    background-color: #646464;
    background-blend-mode: multiply;
    background-attachment: fixed;
    background-size: cover;
}

.condidat-top-part *{
    color:white;
}

.new-icon:after {
    content: "Place LimitÃ©";
    background: red;
    color: white;
    border-radius: 4rem;
    padding: 0 1rem;
    position: relative;
    top: -1rem;
    right: -0rem;
    animation: burst 1.34s linear infinite;
    font-size: 1rem;
}

.mr-1{
    margin-right: 5px;
}

.card-header i{
    color: #0c9f7666;
}

.btn-join{
    background: #edf5f4;
    border-radius: 3rem;
    color: #2d7f73;
    border: 1px solid #2d7f73;
    padding: 3px 2rem;
}

.btn-join2{
    background: #2d7f73;
    color: white;
    border-radius: 3rem;
    border: 1px solid #2d7f73;
    padding: 3px 2rem;
}

.btn-join:hover{
    background: #2d7f73;
    color: white;
}

.btn-join2:hover{
    
    background: white;
    color: #2d7f73;
}

@keyframes burst {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    90% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0
    }
}
</pre></body></html>