body {
    font-family: 'Poppins', sans-serif;
    background: #fff3e7;
}

a {
    text-decoration: none;
    color: #3f5a43;
}

p {
    margin-bottom: 0;
    padding-bottom: 0;
}

input {
    background-color: #F0F0F0;
}

@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(15px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Form Inputs */
.form-group label {
    font-weight: 500;
    color: #4a4a4a;
    margin-bottom: 0.5rem;
    font-size: 0.95rem;
}

.form-control, .form-select {
    border-radius: 14px;
    padding: 0.8rem 1.2rem;
    border: 1px solid #e8e8e8;
    background-color: #fafafa;
    font-size: 0.95rem;
    transition: all 0.3s;
}

.form-control:focus, .form-select:focus {
    border-color: #A3B18A;
    background-color: #ffffff;
    box-shadow: 0 0 0 0.25rem rgba(163, 177, 138, 0.2);
    outline: none;
}

.bg-flou {
    background-color: #3f5a43;
}

.mobile-container {
    background-color: #ffe8dc;
    min-height: 100vh;
    position: relative;
}

.view-container {
    max-width: 550px;
    margin: auto;
    position: relative;
    background: #f5f5f5;
}

.header {
    display: flex; 
    align-items: center;
    position: fixed; 
    top: 0; 
    right: 0; 
    left: 0; 
    margin: auto; 
    max-width: 550px; 
    background: white; 
    padding: 20px;
    z-index: 1000;
}

.header-transparent {
    display: flex; 
    align-items: center;
    position: fixed; 
    top: 0; 
    right: 0; 
    left: 0; 
    margin: auto; 
    max-width: 550px; 
    padding: 20px;
}

.content {
    padding-top: 45px;
    padding-left: 20px;
    padding-right: 20px; 
    padding-bottom: 5rem;
    height: calc(100vh-80px);
    overflow: auto;
    scrollbar-width: none; 
    animation: fadeInUp 0.6s ease-out;
}

.footer {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    max-width: 550px;
    margin: auto;
    background-color: #FFFFFF;
    /* box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px; */
}

.footer-link-container {
    padding: 10px;
    text-align: center;;
}

.footer-link .active {
    background-color: #d1f3d6;
}

.footer-link {
    text-decoration: none;
}

.header-text {
    font-size: 18px;
    font-weight: 700;
    color: #2c2c2c;
    font-size: 1.75rem;
    letter-spacing: -0.5px;
    color: #3f5a43;
}

.btn-flou {
    background-color: #f9c99f;
    color: #ffffff;
    border-radius: 50px;
    padding: 14px 24px;
    font-weight: 600;
    font-size: 1.1rem;
    border: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(163, 177, 138, 0.4);
    margin-top: 1rem;
}

.btn-flou.btn-small {
    padding: 8px 16px;
    font-size: 0.8rem;
}

.btn-flou:hover, .btn-flou:focus {
    background-color: #ffdcbe;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(163, 177, 138, 0.5);
}

.footer-menu {
    font-size: 11px;
}

.footer-menu-pro {
    font-size: 14px;
}

ul.profile-link {
    list-style-type: none;
    padding: 0;
}

ul.profile-link > li > a {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ebebeb;
    align-items: center;
    padding-left: .5rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.profile-picture-container {
    position: relative;
    display: flex;
    overflow: hidden;
    border-radius: 9999999px;
    margin: auto;
    height: 85px;
    width: 85px;
}

.profile-picture {
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
    border-radius: 9999999px;
    background-color: #d1f3d6;
}

.choose-item {
    width: 49%;
}

.choose {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
    width: 100%;
    border-radius: 4px !important;
    color: black;
}

.choose.active {
    background-color: #f9c99f !important;
}

.schedule-container {
    position: relative; 
    display: grid; 
    column-gap: 1.5rem;
}

.date-container {
    display: flex; 
    width: 100%; 
    flex-wrap: nowrap; 
    overflow: auto; 
    scrollbar-width: none; 
    grid-column: span 5 / span 5;
    column-gap: 1.5rem;
}

.px-schedule {
    padding-left: 2rem;
    padding-right: 2rem;
}

.subheader-text {
    font-weight: 600;
    padding-bottom: 0;
    margin-bottom: 0;
}

.price-text {
    font-weight: 600;
    font-size: 22px;
    color: #3f5a43;
}

.detail-text {
    font-size: 24px;
    padding-bottom: 0;
    margin-bottom: 0;
}

.item-list {
    display: flex; 
    align-items: center; 
    justify-content: space-between; 
    border: 1px solid #DADADA; 
    padding: 1.5rem; 
    margin-bottom: 1rem;
}

.bg-inactive {
    background-color: #646464;
}

.form-control-inline {
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color .15sease-in-out, box-shadow .15sease-in-out;
}

.label-text {
    font-size: 12px;
}

.error-text {
    padding-left: 20px;
    font-size: 12px;
    color: #dc3545;
}

.alert-danger {
    background-color: #fff5f5;
    border: none;
    border-left: 4px solid #dc3545; 
    border-radius: 12px;
    color: #b02a37;
    padding: 1rem 1.25rem;
    box-shadow: 0 4px 12px rgba(220, 53, 69, 0.08);
    font-size: 0.95rem;
    display: flex;
    align-items: center;
}

.alert-danger i {
    font-size: 1.25rem;
    color: #dc3545;
}

.text-sage-green {
    color: #3f5a43 !important;
}

.alert-success {
    background-color: #f4f7f4;
    border: none;
    border-left: 4px solid #A3B18A;
    border-radius: 12px;
    color: #4a5d4e;
    padding: 1rem 1.25rem;
    box-shadow: 0 4px 12px rgba(163, 177, 138, 0.15);
    font-size: 0.95rem;
    display: flex;
    align-items: center;
}

.alert-success i {
    font-size: 1.25rem;
    color: #A3B18A;
}

.flou-modal-content {
    border: none;
    border-radius: 20px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.sub-text {
    color: #6c757d;
    font-size: 0.95rem;
}

.statement-box {
    height: 35vh; 
    overflow-y: auto; 
    background-color: #fafafa;
    border: 1px solid #e8e8e8;
    border-radius: 12px;
    padding: 1rem 1.2rem;
    font-size: 0.9rem;
    color: #555;
    line-height: 1.6;
}

.statement-box::-webkit-scrollbar {
    width: 6px;
}
.statement-box::-webkit-scrollbar-thumb {
    background-color: #d1d5db;
    border-radius: 10px;
}

.signature-wrapper {
    width: 100%;
    height: 25vh;
    border: 2px dashed #cbd5e1;
    border-radius: 12px;
    background-color: #ffffff;
    overflow: hidden;
    transition: border-color 0.3s;
}

.signature-wrapper:hover {
    border-color: #A3B18A;
}

#signature-canvas {
    width: 100%;
    height: 100%;
    touch-action: none;
}

.btn-flou-light {
    background-color: #f1f5f9;
    color: #64748b;
    border: none;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1.1rem;
    transition: all 0.2s ease;
    padding: 14px 24px;
    margin-top: 1rem;
}

.btn-flou-light:hover {
    background-color: #e2e8f0;
    color: #475569;
}

.bg-pink {
    background-color: #ff5ad9;
}

.image-header {
    object-fit: cover; 
    height: 250px; 
    border-radius: 0 0 24px 24px; 
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

.ribbon-card {
    position: fixed;
    top: 67px;
    right: 0;
    z-index: 10000;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 3.5rem;
    height: 2rem;
    overflow: hidden;
}

.ribbon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    background-color: red;
    color: #FFFFFF;
    z-index: 10000;
    background-color: #dc3545;
    color: white;
    padding: 4px 5px;
    font-size: 0.75rem;
    font-weight: bold;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    letter-spacing: 1px;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}

.nav-center-prominent {
    position: relative;
    top: -15px;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.nav-center-prominent .icon-circle {
    background-color: #A3B18A;
    color: white;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 15px rgba(163, 177, 138, 0.5);
    border: 4px solid #ffffff;
    margin-bottom: 4px;
    transition: transform 0.2s ease;
}

.nav-center-prominent .icon-circle i {
    font-size: 1.4rem;
    margin: 0; 
}

.nav-center-prominent:active .icon-circle {
    transform: scale(0.95);
}
.nav-center-prominent .footer-menu {
    color: #A3B18A;
    font-weight: 600;
}

.footer-link-container {
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.footer-link {
    color: #a0a0a0;
    transition: all 0.3s ease;
    flex: 1;
    text-align: center;
}

.footer-link:hover {
    color: #A3B18A;
}

.footer-link.active {
    color: #3f5a43;
}

.footer-link.active i {
    transform: scale(1.15);
    transition: transform 0.2s ease;
}

.footer-link-container {
    padding: 10px 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.footer-link i {
    font-size: 1.3rem;
    margin-bottom: 4px;
}

.icon-wrapper {
    position: relative;
    display: inline-block;
}

.notif-dot {
    position: absolute;
    top: -2px;
    right: -6px;
    width: 10px;
    height: 10px;
    background-color: #dc3545;
    border: 2px solid #ffffff;
    border-radius: 50%;
}