/*
Theme Name: Betheme Child
Theme URI: https://themes.muffingroup.com/betheme
Author: Muffin group
Author URI: https://muffingroup.com
Description: Child Theme for Betheme
Template: betheme
Version: 2.0.2
*/
/* Servicii */
.anunturi_servicii {
    color: #BF4124;
    font-weight: 600;
    padding: 1px 0px;
    display: inline-block;
    min-width: 250px;
}
.procurement-of-services{
    background-color: #BF4124;
    font-weight: 600;
    padding: 1px 5px;
    display: inline-block;
	color:#fff;
}
.procurement-of-services:hover{
	color:#fff;
}

/* Anulari */
.procurement-cancellation{
	background-color: #FCB115;
    font-weight: 600;
    padding: 1px 5px;
    display: inline-block;
	color:#FFF;
}
.procurement-cancellation:hover{
	color:#FFF;
}
.anunturi_anulare {
    color: #FCB115;
    font-weight: 600;
    padding: 1px 0px;
    display: inline-block;
    min-width: 250px;
}

/* Atribuire */
.anunturi_atribuire {
    color: #0D9F50;
    font-weight: 600;
    padding: 1px 0px;
    display: inline-block;
    min-width: 250px;
}
.contract-award{
	background-color: #0D9F50;
    font-weight: 600;
    padding: 1px 5px;
    display: inline-block;
	color:#FFF;
}
.contract-award:hover{
	color:#FFF;
}

/* Erate */
.anunturi_erata {
    color: #0F5179;
    font-weight: 600;
    padding: 1px 0px;
    display: inline-block;
    min-width: 250px;
}
.erratum{
	background-color: #0F5179;
    font-weight: 600;
    padding: 1px 5px;
    display: inline-block;
	color:#FFF;
}
.erratum:hover{
	color:#FFF;
}

/* Produse */
.anunturi_echipamente {
    color: #9DD7F4;
    font-weight: 600;
    padding: 1px 0px;
    display: inline-block;
    min-width: 250px;
}
.procurement-of-goods{
	background-color: #9DD7F4;
    font-weight: 600;
    padding: 1px 5px;
    display: inline-block;
	color:#FFF;
}
.procurement-of-goods:hover{
	color:#FFF;
}

/* echipamente */
.anunturi_echipamente {
    color: #9E80A0;
    font-weight: 600;
    padding: 1px 0px;
    display: inline-block;
    min-width: 250px;
}
.procurement-of-equipment{
	background-color: #9E80A0;
    font-weight: 600;
    padding: 1px 5px;
    display: inline-block;
	color:#FFF;
}
.procurement-of-equipment:hover{
	color:#FFF;
}


.anunturi_novalue {
    color: #B9C1CB;
    font-weight: 600;
    padding: 1px 0px;
    display: inline-block;
    min-width: 250px;
}
.anunturi_echipamente {
    color: #9DD7F4;
    font-weight: 600;
    padding: 1px 0px;
    display: inline-block;
    min-width: 250px;
}



.pill-item {
    display: inline-block;
    padding: 1px 5px;
    font-weight: 600;
    text-align: center;
}
.green-item {
    background-color: #0D9F50;
    color:#fff;
}
.green-item:hover {
    background-color: #0d9f51e3;
    color: #fff;
    text-decoration: underline;
}
.blue-item{
    background-color: #0F5179;
    color: #fff;
}
.blue-item:hover {
    background-color: #0f5079e3;
    color: #fff;
    text-decoration: underline;
}
.red-item {
    background-color: #BF4124;
    color: #fff;
}
.red-item:hover {
    background-color: #bf4124e3;
    color: #fff;
    text-decoration: underline;
}
.orange-item {
    background-color: #FCB115;
    color: #fff;
}
.orange-item:hover {
    background-color: #fcb115e3;
    color: #fff;
    text-decoration: underline;
}
.lightblue-item {
    background-color: #9DD7F4;
    color: #fff;
}
.lightblue-item:hover {
    background-color: #9DD7F4e3;
    color: #fff;
    text-decoration: underline;
}
.blue-text{
    color: #0F5179;
}
.orange-text{
    color: #FCB115;
}
.red-text{
    color: #BF4124;
}
.green-text{
    color: #0D9F50;
}

.categorie-achizitii{
	background-color: oklch(0.269 0 0);
    font-weight: 600;
    padding: 1px 5px;
    display: inline-block;
	color:#FFF;
}
.categorie-achizitii:hover{
	background-color: oklch(0.439 0 0);
	color:#FFF;
}

.shadow-on-hover{
	border-bottom: 1px solid #EBEBEB;
  	transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.shadow-on-hover:hover{
	box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
	transform: translateY(-3px);
}

/* Domains of activity / Projects */
.domains-of-activity{
    display: flex;
    gap: 1.5rem;
    justify-content: center;
}
.domains-of-activity a {
    text-decoration: none;
    color: white;
    font-weight: 600;
    padding: 1px 5px;
}
.domains-of-activity a:hover {
    text-decoration: underline;
}
.all-projects {
    background-color: oklch(0.269 0 0);
}

.all-projects:hover {
    background-color: oklch(0.269 0 0, 80%);
}

.public-health {
    background-color: rgb(15 81 121);
}

.public-health:hover {
    background-color: rgb(15 81 121, 80%);
}

.social {
    background-color: rgb(13 159 80);
}

.social:hover {
    background-color: rgb(13 159 80, 80%);
}

.research-and-development {
    background-color: rgb(145 43 43);
}

.research-and-development:hover {
    background-color: rgb(145 43 43, 80%);
}

.education {
    background-color: rgb(118 168 194);
}

.education:hover {
    background-color: rgb(118 168 194, 80%);
}

.environment {
    background-color: rgb(252 177 21);
}

.environment:hover {
    background-color: rgb(252 177 21, 80%);
}

.migration {
    background-color: rgb(241 91 50);
}

.migration:hover {
    background-color: rgb(241 91 50, 80%);
}

.digitalization {
    background-color: rgb(142 149 158);
}

.digitalization:hover {
    background-color: rgb(142 149 158, 80%);
}