body {
    background-color: #ffe8b9;
    font-family: "Segoe UI", sans-serif;
    color: #555;
}
header {
    background-color: #cde3cd;
    padding: 1rem 2rem 0rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 0 0 12px 12px;
}


p.group-description {
    font-style: italic;
}

.group-description-container {
    background-color: #f7ecd5;
    padding: 1rem;
    border-radius: 12px;
    margin-bottom: 1rem;
}

.group-plants-num{
    display: flow !important;
    text-align: right !important;
    font-weight: 200;
}

.header-flex {
  display: flex;
  align-items: center;   /* vertically centers content */
  justify-content: space-between; /* keeps h1 left, image right */
}

.header-flex h1 {
  margin: 0;  /* remove default margin to help alignment */
}

header h1, header h1 a {
    font-size: 3rem;
    margin: 0;
    font-weight: 600;
    color: #234d2a;
    text-decoration: none;
}

header h1 a:hover {
    color: #2f753b;
}

a {
    color: #257c33;
    text-decoration: none;
}

a:hover {
    color: #17bb32;
}

a.read-more {
    text-decoration: none;
    border: #257c33 solid 1px;
    border-radius: 8px;
    padding: 0.2rem 0.3rem;
}

a.read-more:hover {
    background-color: #c4f3cb;
    border-color: #30803d;
    color: #257c33;
}

a.text-danger:hover {
    color: #b90202 !important;
    text-decoration: underline;
}

ul{
    margin-bottom: 0 !important;
}

.sidebar {
    background-color: #ffecce;
    padding: 1.5rem;
    border-radius: 12px;
    min-height: 80vh;
}
.sidebar h3 {
    padding-bottom: 0.5rem;
    font-size: 1.2rem;
}
.sidebar h3.border-bottom{
    border-bottom: solid 1px #cecfce;
}
.sidebar ul {
    list-style: none;
    padding: 0;
}
.sidebar li {
    margin-bottom: 0.5rem;
    color: #234d2a;
}
.sidebar-section {
    margin-bottom: 1rem;
}

.btn-custom {
    background-color: #cee6ce;
    border: none;
    color: #234d2a;
    border-radius: 8px;
    margin-top: 0.5rem;
    width: 100%;
}
.btn-custom:hover {
    background-color: #99ba9e;
    color:#06290c;
}
.btn-custom-secondary{
    background-color: transparent;
    border: 1px solid #cdcdcd;
    color: #999999;
    border-radius: 8px;
    margin-top: 0.5rem;
    width: 100%;
}

.btn-custom-inline{
    width: auto;
    padding: 0 8px !important;
    margin: 0 !important;
}

.btn-custom-inline-fat{
    padding: 12px !important;
}

.btn:active,
.btn-custom:active,
.btn:focus-visible,
.btn-custom:focus-visible
{
    background-color: #396f42 !important;
    color: white !important;
}

.content-section {
    background-color: white;
    border-radius: 12px;
    padding: 1rem 1.5rem;
    margin-bottom: 1rem;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.action-custom-btn {
    border: 1px solid #777;
    border-radius: 6px;
    padding: 3px;
    font-size: small;
}

.action-custom-btn:hover {
    background-color: #dadada;
}

main{
    margin-top: 1.5rem !important;
}

footer {
    text-align: center;
    padding: 1rem;
    margin-top: 2rem;
    color: #234d2a;
}
.single-plant-groups{
    font-size: 1.3rem;
}

.badge {
    white-space: normal;
}

.badge a {
    /* color: white; */
    color: rgba(33, 37, 41, 0.75) !important;
    text-decoration: none;
}

.plant-group-badge{
    background-color: #e0ede0;
    color: #212529CC;
    font-weight: normal;
    font-size: .85rem;
    border-radius: 800px;
    padding: 3px 6px;
}

.plant-group-badge a{
    color: #212529CC;
    text-decoration: none;
}

.plant-group-badge:hover{
    color: #234d2a;
    background-color: #99ba9e;
}

.plant-meta .meta-item:not(:last-child)::after {
    content: " / ";
    margin: 0 0.1rem;
    color: #999;
}

.plant-diary-header .btn-custom{
    margin-bottom: 0.7rem;
    margin-top: 0;
}

.btn{
    padding: 4px;
    font-size: 1rem;
}

.plant-card-container{
    padding-bottom: 12px;
}

.plant-card h6,
.home-plant-card h5,
.home-plant-card a,
.home-group-card h5,
.home-group-card a{
    color: #215d2b;
    text-align: center;
    font-weight: 600;
}

.plant-card a{
    padding: 1rem;
    text-decoration: none;
}

.plant-card a:hover h6,
.home-plant-card a:hover h5,
.home-group-card a:hover h5{
    color: #2a8b3a;
}

.home-plant-card,
.home-group-card{
    padding: 8px;
    text-align: center;
}

.home-plant-card h5,
.home-plant-card a,
.home-group-card h5,
.home-group-card a{
    padding: 0 !important;
}

.home-plant-card:hover,
.home-group-card:hover,
.plant-card:hover{
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
}

.home-plant-card h5{
    font-size:medium;
}

.home-group-card h5{
    font-size: larger;
}

/* .accordion-toggle .bi-gear-fill {
    display: inline-block;
    transition: transform 0.35s ease-in-out;

    transform: translateZ(0);
    backface-visibility: hidden;
}

a.accordion-toggle[aria-expanded="true"] .bi-gear-fill {
    transform: rotate(180deg) translateZ(0);
}
*/

a.accordion-toggle{
    text-decoration: none;
}


.stripe{
    border-bottom: solid 1px #264c2c53;
}

ul.form-errors{
    margin: 1rem !important;
    background-color: rgb(241, 208, 208);
    border-radius: 10px;
    padding: 1rem !important;
}

.form-errors li{
    list-style: none;
}

.maintenance-mode-container{
    background-color: #fffaf9 !important;
}

.kf-header{
    color: #246a30 !important;
}
.kf-card-container{
    padding: 0.25rem !important;
}
.kf-card{
    background-color: #fcf6f4 !important;
    border: solid 1px #f1ecdc !important;
    border-radius: 12px;
    padding: 0.75rem !important;
}

.wyl-container img, .kf-card img{
    border-radius: 12px !important;
    border: solid 1px #f1ecdc !important;
}

img.micro-img{
    max-width: 80px !important;
    max-height: 80px !important;
}

.modal-image {
    border: 10px solid #fff;
}

#imgModal .modal-dialog{
    width: 800px !important;
    max-width: 800px !important;
}

.errorlist li{
    color: red;
}
