


:read-only {
	--base-color: #f51d56
}

.enora-page .navbar {
    background-color: #000000;
}

.boxes {
    background: #f51d56;
    padding: 18px;
    border-radius: 10px;
min-height: 360px;
}



.boxes-2 {
    border: #f51d56 1px solid;
    padding: 18px;
    border-radius: 10px;
    min-height: 200px;
    position: relative;
    cursor: pointer;
}


.boxes-3 {
    border: #f51d56 1px solid;
    background: #f51d56;
    padding: 18px;
    border-radius: 10px;
    min-height: 328px;
    position: relative;
    cursor: pointer;
}

.boxes-2 svg {
    position: absolute;
    right: 10px;
    bottom: 10px;
}



.btn-enora {
    background-color: black;
    color: #FFF;
    padding: 13px;
    border-radius: 6px;
    cursor: pointer;
}



.btn-enora {
    padding: 13px;
    border-radius: 6px;
    cursor: pointer;
}

.btn-enora-primary {
    background-color: #f51d56;
    color: #FFF;
    border: #f51d56 1px solid;
}

.btn-enora-primary:hover {
    background-color: #FFF;
    color: #f51d56;
    border: #f51d56 1px solid;
}


.btn-enora-black {
    background-color: #000000;
    color: #FFF;
    border: #000000 1px solid;
}

.btn-enora-black:hover {
    background-color: #FFF;
    color: #000000;
    border: #000000 1px solid;
}


.boxes-3{
        background-color: #f51d56;
}


.EnoraHiringPlans {
    object-fit: cover;
    object-position: bottom;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}



.package-item-f51d56{
    border-top: solid 5px #f51d56 !important;
}

.sales-package-f51d56{
    background-color: #f51d56 !important;
}


@media (max-width: 768px) {

.btn-enora {
    font-size: 14px;
}

}