.odoo-team,
.odoo-agenda {
font-family: "Apax", sans-serif !important;
} .odoo-team__grid {
display: grid !important;
grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
gap: 0 !important;
}
@media (max-width: 1024px) {
.odoo-team__grid {
grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}
}
@media (max-width: 767px) {
.odoo-team__grid {
grid-template-columns: 1fr !important;
}
}
.odoo-team__card {
position: relative !important;
padding: 40px !important;
border: 0 !important;
background: transparent !important;
color: #154734 !important;
}
.odoo-team__card > div:first-child {
display: flex !important;
flex-direction: column !important;
align-items: center !important;
gap: 12px !important;
}
.odoo-team__card img {
width: 150px !important;
height: 150px !important;
border-radius: 999px !important;
object-fit: cover !important;
}
.odoo-team__card > div:first-child > div {
text-align: center !important;
}
.odoo-team__card > div:first-child > div > div:first-child {
font-weight: 800 !important;
font-size: 20px !important;
}
.odoo-team__card > div:first-child > div > div:last-child {
margin-top: 5px !important;
opacity: 0.9 !important;
}
.odoo-team__card > div:nth-child(2) {
display: none !important;
}
.odoo-team__card::after {
content: "";
position: absolute;
top: 40px;
right: 0;
bottom: 40px;
width: 1px;
background: #154734;
}
.odoo-team__card::before {
content: "";
position: absolute;
left: 40px;
right: 40px;
bottom: 0;
height: 1px;
background: #154734;
}
@media (min-width: 1025px) {
.odoo-team__card:nth-child(4n)::after {
display: none;
}
}
@media (max-width: 1024px) and (min-width: 768px) {
.odoo-team__card:nth-child(3n)::after {
display: none;
}
}
@media (max-width: 767px) {
.odoo-team__card::after {
display: none;
}
} .odoo-agenda {
color: #154734 !important;
} .odoo-agenda__filters {
display: flex !important;
align-items: center !important;
gap: 40px !important;
margin-bottom: 20px !important;
flex-wrap: nowrap !important;
}
.odoo-agenda__filter {
display: flex !important;
align-items: center !important;
gap: 8px !important;
position: relative !important;
white-space: nowrap !important;
} .odoo-agenda__filter label {
font-weight: 700 !important;
margin: 0 !important;
} .odoo-agenda__filter .o_field_widget {
display: inline-flex !important;
align-items: center !important;
width: auto !important;
}
.odoo-agenda__filter .o_field_widget * {
display: inline !important;
width: auto !important;
} .odoo-agenda select,
.odoo-agenda .o_input {
appearance: none !important;
background: transparent !important;
border: none !important;
box-shadow: none !important;
outline: none !important;
font-family: inherit !important;
font-size: inherit !important;
color: #154734 !important;
padding: 0 18px 0 0 !important;
margin: 0 !important;
cursor: pointer !important;
width: auto !important;
} .odoo-agenda__filter::after {
content: "";
position: absolute;
right: 4px;
top: 50%;
width: 6px;
height: 6px;
border-right: 1.5px solid #154734;
border-bottom: 1.5px solid #154734;
transform: translateY(-50%) rotate(45deg);
pointer-events: none;
} .odoo-agenda .fc .fc-button {
background: transparent !important;
border: 0 !important;
color: #154734 !important;
}
.odoo-agenda .fc .fc-toolbar .fc-toolbar-title {
color: #154734 !important;
font-size: 32px !important;
font-weight: 600 !important;
}
.fc .fc-col-header-cell-cushion {
display: flex !important;
align-items: center !important;
justify-content: center !important;
height: 42px !important;
font-weight: 700 !important;
color: #154734 !important;
text-decoration: none !important;
}
.fc .fc-daygrid-day-frame {
height: 105px !important;
}
.fc .fc-daygrid-day-top {
display: flex !important;
justify-content: flex-end !important;
padding: 4px 6px 0 6px !important;
}
.fc .fc-daygrid-day-number {
color: #154734 !important;
text-decoration: none !important;
}
.fc .fc-day-other .fc-daygrid-day-number {
opacity: 0.35 !important;
}
.odoo-agenda .fc .fc-event {
background-color: #154734 !important;
border-color: #154734 !important;
color: #ffffff !important;
}
.odoo-agenda .fc .fc-event * {
color: #ffffff !important;
}
.odoo-agenda .fc .fc-day-today {
background-color: rgba(21, 71, 52, 0.15) !important;
}
.odoo-agenda .fc .fc-today-button,
.odoo-agenda .fc .fc-event-time,
.odoo-agenda .fc .fc-daygrid-event-dot {
display: none !important;
} @media (max-width: 767px) {
.odoo-agenda__filters {
flex-wrap: wrap !important;
gap: 20px !important;
}
.odoo-agenda__filter {
width: 100% !important;
}
.odoo-agenda__filter .o_field_widget,
.odoo-agenda__filter select,
.odoo-agenda__filter .o_input {
width: 100% !important;
}
}
.odoo-agenda .fc {
height: auto !important;
}
.odoo-agenda .fc-view-harness {
min-height: 600px;
}
.odoo-agenda .fc-scroller {
overflow: hidden !important;
}
.odoo-agenda__list > * {
border-top: 1px solid #154734 !important;
margin: 0 !important;
padding: 10px 0 10px 0 !important;
}
.odoo-agenda__list > *:last-child {
border-bottom: 1px solid #154734 !important;
}
.odoo-agenda__list a {
margin-top:5px;
display: inline-block;
padding: 10px 22px;
border-radius: 999px;
border: 1px solid #154734;
color: #154734 !important;
text-decoration: none !important;
font-weight: 500;
background: transparent;
transition: all 0.25s ease;
}
.odoo-agenda__list a:hover {
border: 1px solid #ffffff;
color: #ffffff !important;
}
.odoo-status--full {
color: rgb(67, 176, 42) !important;
}
.odoo-status--closed {
color: #9ca3af !important;
}
.fc-toolbar-title::first-letter {
text-transform: uppercase;
}