#lash-plugin-container p {
    margin-bottom: 0;
}

/* estilos para headings e parágrafos */
#lash-plugin-container p {
    margin-bottom: 0;
}
#lash-plugin-container h1 {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
}
#lash-plugin-container h2 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
}
#lash-plugin-container h3 {
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
}
#lash-plugin-container h4 {
    font-size: 0.875rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
}
#lash-plugin-container h5 {
    font-size: 0.75rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
}
#lash-plugin-container h6 {
    font-size: 0.625rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
}

#lash-plugin-container select {
    padding: 0 12px;
}



/* Geral */
.group\/design-root {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    background-color: #ffffff;
    width: 100%;
    overflow-x: hidden;
    padding-bottom: 4rem;
    margin-bottom: 100px;
}

.group\/design-root p {
    margin-bottom: 0;
}


/* Navegação */
.lash-nav-container {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 50;
    display: flex;
    gap: 0.5rem;
    border-top: 1px solid #f1f0f4;
    background-color: #ffffff;
    padding: 0.5rem 1rem 0.75rem;
}

.lash-main-container {
   margin-left: 250px; /* Adjust based on sidebar width */
   height: fit-content;
   padding: 50px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .lash-main-container {
        margin-left: 0; /* Remove margin on smaller screens */
        padding: 0px; /* Adjust padding for smaller screens */
    }
}


.lash-nav-item {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    gap: 0.25rem;
    text-decoration: none;
    color: #6e6388;
}

.lash-nav-item.active {
    color: #131118;
}



.lash-nav-item p {
    font-size: 0.75rem;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.015em;
    margin-bottom: 0;
}

/* Header */
.lash-header-container {
    display: flex;
    align-items: center;
    background-color: #ffffff;
    padding: 1rem;
    padding-bottom: 0.5rem;
    justify-content: space-between;
}

.lash-header-back-button {
    display: flex;
    width: 3rem;
    height: 3rem;
    align-items: center;
    flex-shrink: 0;
    color: #131118;
}



.lash-header-title {
    color: #131118;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.015em;
    flex: 1;
    text-align: center;
}

.lash-header-title-left-padding {
    padding-left: 3rem;
}

.lash-header-title-right-padding {
    padding-right: 3rem;
}

.lash-header-add-button {
    display: flex;
    width: 3rem;
    height: 3rem;
    align-items: center;
    justify-content: center;
    border-radius: 0.5rem;
    color: #ffffff;
    flex-shrink: 0;
    cursor: pointer;
}

.lash-header-add-button:hover {
    background-color: #5619e5;
}



.lash-header-notification-button-container {
    display: flex;
    width: 3rem;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    flex-shrink: 0;
}

.lash-header-notification-button {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.5rem;
    background-color: transparent;
    color: #131118;
    height: 3rem;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.015em;
    padding: 0;
}



.lash-header-notification-badge {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.25rem 0.5rem;
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1;
    color: #ffffff;
    background-color: #dc3545;
    border-radius: 9999px;
}

.lash-header-placeholder {
    width: 3rem;
    height: 3rem;
    flex-shrink: 0;
}

/* Cabeçalho da página de serviços */
.lash-header {
    display: flex;
    align-items: center;
    background-color: #ffffff;
    padding: 1rem;
    padding-bottom: 0.5rem;
    justify-content: space-between;
}

.lash-header a {
    color: #131118;
    display: flex;
    width: 3rem;
    height: 3rem;
    align-items: center;
    flex-shrink: 0;
}

.lash-header h2 {
    color: #131118;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.015em;
    flex: 1;
}

.lash-add-service-button {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 9999px;
    height: 2.5rem;
    width: 2.5rem;
    background-color: #5619e5;
    color: #ffffff;
    cursor: pointer;
    flex-shrink: 0;
}



/* Lista de serviços */
.lash-service-section-title {
    color: #131118;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.015em;
    padding: 1rem;
    padding-bottom: 0.5rem;
    padding-top: 1rem;
}

.service-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    background-color: #ffffff;
    padding: 0.5rem 1rem;
    min-height: 4.5rem;
    justify-content: space-between;
}

.service-item .icon-container {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.5rem;
    background-color: #f1f0f4;
    flex-shrink: 0;
    width: 3rem;
    height: 3rem;
}



.service-item .details {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.service-item .details p:first-child {
    color: #131118;
    font-size: 1.1rem;
    font-weight: 700;
    line-height: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.service-item .details p:last-child {
    color: #6e6388;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: normal;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.service-item .price {
    color: #131118;
    font-size: 1rem;
    font-weight: 400;
    line-height: normal;
    flex-shrink: 0;
}


.lash-manager-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.lash-manager-nav a {
    margin: 0 10px;
    text-decoration: none;
    color: #0073aa;
}

.lash-manager-nav a.active {
    font-weight: bold;
    color: #000;
}

.lash-manager-list, .lash-manager-form {
    background: #fff ;
    padding: 20px ;
    border: 1px solid #ddd ;
    border-radius: 5px ;
}

.lash-manager-item {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}

.lash-manager-form select, .lash-manager-form input {
    width: 100%;
    padding: 8px;
    margin: 5px 0;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.lash-manager-form button {
    background: #0073aa ;
    color: #fff ;
    padding: 10px 20px;
    border: none ;
    border-radius: 4px ;
    cursor: pointer ;
}

.lash-manager-form button:hover {
    background: #005177 ;
}

/* Service Popup Styles */
.lash-service-popup {
    position: fixed ;
    top: 0 ;
    left: 0 ;
    right: 0 ;
    bottom: 0 ;
    background-color: rgba(0, 0, 0, 0.5) ;
    z-index: 1000 ;
    display: none ;
    justify-content: center ;
    align-items: center ;
}

.lash-service-popup.active {
    display: flex ;
}


.lash-service-popup-title {
    color: #131118 ;
    font-size: 1.125rem ;
    font-weight: 700 ;
    line-height: 1.25 ;
    letter-spacing: -0.015em ;
    margin-bottom: 1rem ;
}

.lash-service-popup-message {
    color: #131118 ;
    font-size: 1rem ;
    font-weight: 400 ;
    line-height: 1.5 ;
    margin-bottom: 1.5rem ;
}

.lash-service-popup-form {
    display: flex ;
    flex-direction: column ;
    gap: 1rem ;
}

.lash-service-popup-field {
    display: flex ;
    flex-direction: column ;
    gap: 0.5rem ;
}

.lash-service-popup-label {
    color: #131118 ;
    font-size: 1rem ;
    font-weight: 500 ;
    line-height: 1.5 ;
    text-align: left ;
}

.lash-service-popup-input {
    width: 100% ;
    padding: 0.75rem ;
    border: 1px solid #dedce5 ;
    border-radius: 0.5rem ;
    font-size: 1rem ;
    font-weight: 400 ;
    line-height: 1.5 ;
    color: #131118 ;
}

.lash-service-popup-input[readonly] {
    background-color: #f1f0f4 ;
}

.lash-service-popup-buttons {
    display: flex ;
    justify-content: center ;
    gap: 1rem ;
    margin-top: 1rem ;
}

.lash-service-popup-button {
    padding: 0.75rem 1rem ;
    border-radius: 0.5rem ;
    font-size: 1rem ;
    font-weight: 700 ;
    line-height: 1.5 ;
    letter-spacing: 0.015em ;
    cursor: pointer ;
    color: #ffffff ;
    pointer-events: auto ;
}

.lash-service-popup-add-button {
    background-color: #5619e5 ;
}

.lash-service-popup-add-button:hover {
    background-color: #4a12c3 ;
}

.lash-service-popup-delete-button {
    background-color: #dc3545 ;
}

.lash-service-popup-delete-button:hover {
    background-color: #c82333 ;
}

.lash-service-popup-cancel-button {
    background-color: #6c757d ;
}

.lash-service-popup-cancel-button:hover {
    background-color: #5a6268 ;
}

.lash-icon-add-button {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff00;
    border-radius: 8px;
    color: #000000;
    width: 48px;
    height: 48px;
    cursor: pointer;
}