/* /Components/BookingInviteTableComponent.razor.rz.scp.css */
.table[b-wi4b9goskt] {
    width: 100%;
    border-collapse: collapse;
}

    .table th[b-wi4b9goskt], .table td[b-wi4b9goskt] {
        padding: 10px;
        border-bottom: 1px solid #ddd;
        text-align: left;
        cursor: pointer;
    }

        .table th:hover[b-wi4b9goskt] {
            background-color: #f0f0f0;
        }

    .table tbody tr:hover[b-wi4b9goskt] {
        background-color: #f9f9f9;
    }

.filter-input[b-wi4b9goskt] {
    margin-bottom: 10px;
    padding: 8px;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #ccc;
}

td button[b-wi4b9goskt] {
    background-color: transparent;
    border: none;
    cursor: pointer;
    margin-left: 5px;
}

    td button i[b-wi4b9goskt] {
        font-size: 16px;
        color: #007bff;
    }

    td button:hover i[b-wi4b9goskt] {
        color: #0056b3;
    }
/* /Components/GuidebookAddBanner.razor.rz.scp.css */
.custom-banner[b-s3sggfcwzs] {
    width: 100%;
    background-color: #2196F3; /* Stylish background color */
    color: white;
    padding: 10px 15px; /* 10px padding for top and bottom, 15px for left and right */
    border-radius: 15px; /* Rounded borders */
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1); /* Optional stylish shadow */
    margin-top: 20px; /* Margin at the top */
    margin-bottom: 20px; /* Margin at the bottom */
}

.banner-text[b-s3sggfcwzs] {
    font-size: 18px;
    font-weight: bold;
    flex: 1;
}

.banner-buttons[b-s3sggfcwzs] {
    display: flex;
    gap: 10px;
}

    .banner-buttons button[b-s3sggfcwzs] {
        background-color: #fff;
        color: #2196F3;
        border: none;
        padding: 10px 20px;
        border-radius: 8px;
        cursor: pointer;
        font-size: 16px;
        transition: background-color 0.3s ease;
    }

        .banner-buttons button:hover[b-s3sggfcwzs] {
            background-color: #f1f1f1;
        }

    .banner-buttons .btn-dismiss[b-s3sggfcwzs] {
        background-color: #f44336; /* Red button for "Don't show this again" */
        color: white;
    }

        .banner-buttons .btn-dismiss:hover[b-s3sggfcwzs] {
            background-color: #d32f2f;
        }

/* Responsive Styles */
@media (max-width: 600px) {
    .custom-banner[b-s3sggfcwzs] {
        flex-direction: column; /* Stack items vertically */
        align-items: flex-start; /* Align text and buttons to the left */
    }

    .banner-buttons[b-s3sggfcwzs] {
        flex-direction: column; /* Stack buttons vertically */
        gap: 10px;
        margin-top: 10px; /* Add space above the buttons */
    }

    .banner-text[b-s3sggfcwzs] {
        font-size: 16px; /* Adjust font size for smaller screens */
        margin-bottom: 10px; /* Space between text and buttons */
    }

    .banner-buttons button[b-s3sggfcwzs] {
        width: 100%; /* Make buttons full width on small screens */
    }
}
/* /Components/GuidebookCreateBanner.razor.rz.scp.css */
.custom-banner[b-off6sndqff] {
    width: 100%;
    background-color: #4CAF50; /* Stylish background color */
    color: white;
    padding: 10px 15px; /* 10px padding for top and bottom, 15px for left and right */
    border-radius: 15px; /* Rounded borders */
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1); /* Optional stylish shadow */
    margin-top: 20px; /* Margin at the top */
    margin-bottom: 20px; /* Margin at the bottom */
}

.banner-text[b-off6sndqff] {
    font-size: 18px;
    font-weight: bold;
    flex: 1;
}

.banner-buttons[b-off6sndqff] {
    display: flex;
    gap: 10px;
}

    .banner-buttons button[b-off6sndqff] {
        background-color: #fff;
        color: #4CAF50;
        border: none;
        padding: 10px 20px;
        border-radius: 8px;
        cursor: pointer;
        font-size: 16px;
        transition: background-color 0.3s ease;
    }

        .banner-buttons button:hover[b-off6sndqff] {
            background-color: #f1f1f1;
        }

    .banner-buttons .btn-dismiss[b-off6sndqff] {
        background-color: #f44336; /* Red button for "Don't show this again" */
        color: white;
    }

        .banner-buttons .btn-dismiss:hover[b-off6sndqff] {
            background-color: #d32f2f;
        }

/* Responsive Styles */
@media (max-width: 600px) {
    .custom-banner[b-off6sndqff] {
        flex-direction: column; /* Stack items vertically */
        align-items: flex-start; /* Align text and buttons to the left */
    }

    .banner-buttons[b-off6sndqff] {
        flex-direction: column; /* Stack buttons vertically */
        gap: 10px;
        margin-top: 10px; /* Add space above the buttons */
    }

    .banner-text[b-off6sndqff] {
        font-size: 16px; /* Adjust font size for smaller screens */
        margin-bottom: 10px; /* Space between text and buttons */
    }

    .banner-buttons button[b-off6sndqff] {
        width: 100%; /* Make buttons full width on small screens */
    }
}
/* /Components/GuidebookCreateUser.razor.rz.scp.css */
.custom-banner[b-lrwj8yc5h5] {
    width: 100%;
    background-color: #FBC02D; /* Stylish background color */
    color: white;
    padding: 10px 15px; /* 10px padding for top and bottom, 15px for left and right */
    border-radius: 15px; /* Rounded borders */
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1); /* Optional stylish shadow */
    margin-top: 20px; /* Margin at the top */
    margin-bottom: 20px; /* Margin at the bottom */
}

.banner-text[b-lrwj8yc5h5] {
    font-size: 18px;
    font-weight: bold;
    flex: 1;
}

.banner-buttons[b-lrwj8yc5h5] {
    display: flex;
    gap: 10px;
}

    .banner-buttons button[b-lrwj8yc5h5] {
        background-color: #fff;
        color: #4CAF50;
        border: none;
        padding: 10px 20px;
        border-radius: 8px;
        cursor: pointer;
        font-size: 16px;
        transition: background-color 0.3s ease;
    }

        .banner-buttons button:hover[b-lrwj8yc5h5] {
            background-color: #f1f1f1;
        }

    .banner-buttons .btn-dismiss[b-lrwj8yc5h5] {
        background-color: #f44336; /* Red button for "Don't show this again" */
        color: white;
    }

        .banner-buttons .btn-dismiss:hover[b-lrwj8yc5h5] {
            background-color: #d32f2f;
        }

/* Responsive Styles */
@media (max-width: 600px) {
    .custom-banner[b-lrwj8yc5h5] {
        flex-direction: column; /* Stack items vertically */
        align-items: flex-start; /* Align text and buttons to the left */
    }

    .banner-buttons[b-lrwj8yc5h5] {
        flex-direction: column; /* Stack buttons vertically */
        gap: 10px;
        margin-top: 10px; /* Add space above the buttons */
    }

    .banner-text[b-lrwj8yc5h5] {
        font-size: 16px; /* Adjust font size for smaller screens */
        margin-bottom: 10px; /* Space between text and buttons */
    }

    .banner-buttons button[b-lrwj8yc5h5] {
        width: 100%; /* Make buttons full width on small screens */
    }
}
/* /Components/PricingTable.razor.rz.scp.css */
.pricing-container[b-gisi903mm6] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    padding: 20px;
}

.pricing-table[b-gisi903mm6] {
    background: #ffffff;
    border: 1px solid #ddd;
    border-radius: 8px;
    text-align: center;
    width: 250px;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s, border-color 0.3s;
}

    .pricing-table:hover[b-gisi903mm6] {
        transform: translateY(-5px);
        border-color: #007BFF;
    }

    .pricing-table.selected-plan[b-gisi903mm6] {
        border-color: #007BFF;
        background: #f0f8ff;
        transform: translateY(-5px);
        box-shadow: 0 6px 12px rgba(0, 123, 255, 0.2);
    }

    .pricing-table h2[b-gisi903mm6] {
        font-size: 1.5rem;
        color: #333;
    }

    .pricing-table .price[b-gisi903mm6] {
        font-size: 2rem;
        color: #007BFF;
        margin: 10px 0;
    }

    .pricing-table ul[b-gisi903mm6] {
        list-style: none;
        padding: 0;
        margin: 20px 0;
    }

        .pricing-table ul li[b-gisi903mm6] {
            padding: 8px 0;
            border-bottom: 1px solid #ddd;
        }

            .pricing-table ul li:last-child[b-gisi903mm6] {
                border-bottom: none;
            }

    .pricing-table .btn[b-gisi903mm6] {
        display: inline-block;
        margin-top: 20px;
        padding: 10px 20px;
        background: #007BFF;
        color: #fff;
        text-decoration: none;
        border-radius: 5px;
        transition: background 0.3s;
    }

        .pricing-table .btn:hover[b-gisi903mm6] {
            background: #0056b3;
        }
/* /Components/ProgressBarLoading.razor.rz.scp.css */
/*.center-screen {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 100vh;
    max-width: 100vw;
}
.compress-screen {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 25vh;
}*/
/* /Components/SelectedBookingArrivalComponent.razor.rz.scp.css */
.table[b-4u5xdfqzvg] {
    width: 100%;
    border-collapse: collapse;
}

    .table th[b-4u5xdfqzvg], .table td[b-4u5xdfqzvg] {
        padding: 10px;
        border-bottom: 1px solid #ddd;
        text-align: left;
        cursor: pointer;
    }

        .table th:hover[b-4u5xdfqzvg] {
            background-color: #f0f0f0;
        }

    .table tbody tr:hover[b-4u5xdfqzvg] {
        background-color: #f9f9f9;
    }

.filter-input[b-4u5xdfqzvg] {
    margin-bottom: 10px;
    padding: 8px;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #ccc;
}

td button[b-4u5xdfqzvg] {
    background-color: transparent;
    border: none;
    cursor: pointer;
    margin-left: 5px;
}

    td button i[b-4u5xdfqzvg] {
        font-size: 16px;
        color: #007bff;
    }

    td button:hover i[b-4u5xdfqzvg] {
        color: #0056b3;
    }


.icon[b-4u5xdfqzvg] {
    font-size: 24px; /* Match the Airbnb icon size */
    width: 24px; /* Set the image width */
    height: 24px; /* Set the image height */
    object-fit: cover; /* Ensure the image retains its aspect ratio while fitting within the bounds */
    vertical-align: middle; /* Align with the text/icon baseline */
}
/* /Components/SelectedBookingDepartureComponent.razor.rz.scp.css */
.table[b-7drluex8j9] {
    width: 100%;
    border-collapse: collapse;
}

    .table th[b-7drluex8j9], .table td[b-7drluex8j9] {
        padding: 10px;
        border-bottom: 1px solid #ddd;
        text-align: left;
        cursor: pointer;
    }

        .table th:hover[b-7drluex8j9] {
            background-color: #f0f0f0;
        }

    .table tbody tr:hover[b-7drluex8j9] {
        background-color: #f9f9f9;
    }

.filter-input[b-7drluex8j9] {
    margin-bottom: 10px;
    padding: 8px;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #ccc;
}

td button[b-7drluex8j9] {
    background-color: transparent;
    border: none;
    cursor: pointer;
    margin-left: 5px;
}

    td button i[b-7drluex8j9] {
        font-size: 16px;
        color: #007bff;
    }

    td button:hover i[b-7drluex8j9] {
        color: #0056b3;
    }
/* /Components/SelectedBookingTableComponent.razor.rz.scp.css */
.table[b-3wet38uls6] {
    width: 100%;
    border-collapse: collapse;
}

    .table th[b-3wet38uls6], .table td[b-3wet38uls6] {
        padding: 10px;
        border-bottom: 1px solid #ddd;
        text-align: left;
        cursor: pointer;
    }

        .table th:hover[b-3wet38uls6] {
            background-color: #f0f0f0;
        }

    .table tbody tr:hover[b-3wet38uls6] {
        background-color: #f9f9f9;
    }

.filter-input[b-3wet38uls6] {
    margin-bottom: 10px;
    padding: 8px;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #ccc;
}

td button[b-3wet38uls6] {
    background-color: transparent;
    border: none;
    cursor: pointer;
    margin-left: 5px;
}

    td button i[b-3wet38uls6] {
        font-size: 16px;
        color: #007bff;
    }

    td button:hover i[b-3wet38uls6] {
        color: #0056b3;
    }
/* /Components/SelectedDayInformationComponent.razor.rz.scp.css */
/* /Components/Wizard.razor.rz.scp.css */
.wizard[b-6yv4kx7ggw] {
    display: flex;
    flex-direction: column;
    border: 1px solid #ccc;
    border-radius: 8px;
    height: calc(100vh - var(--mud-appbar-height) - 10px);
}

.wizard-steps[b-6yv4kx7ggw] {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    position: relative;
}
.wizard-step-container[b-6yv4kx7ggw] {
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
    flex: 1;
}
.wizard-step[b-6yv4kx7ggw] {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 2;
    flex: 1;
}

.step-circle[b-6yv4kx7ggw] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #ddd;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 8px;
    transition: background-color 0.3s, color 0.3s;
}

    .step-circle i[b-6yv4kx7ggw] {
        font-size: 18px;
        color: inherit;
    }

.wizard-step.active .step-circle[b-6yv4kx7ggw] {
    background-color: #007bff;
    color: #fff;
}

.step-title[b-6yv4kx7ggw] {
    font-size: 14px;
    text-align: center;
    color: #333;
}

.step-line[b-6yv4kx7ggw] {
    width: 100%;
    height: 4px;
    background-color: #ddd;
    margin-top: 8px;
    transition: background-color 0.3s;
}

    .step-line.active[b-6yv4kx7ggw] {
        background-color: #007bff;
    }

.wizard-content[b-6yv4kx7ggw] {
    flex: 1 1 auto;
    overflow-y: auto; /* Allow scrolling if content overflows */
    padding: 16px;
    background-color: #fff;
}

.wizard-navigation[b-6yv4kx7ggw] {
    flex: 0 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px;
    background-color: #f8f9fa;
    flex-wrap: wrap; /* Allow buttons to stack on small screens */
    gap: 8px;
    border-top: 1px solid #ddd;
}

.wizard-navigation-left[b-6yv4kx7ggw] {
    flex: 1;
    display: flex;
    justify-content: flex-start;
}

.wizard-navigation-right[b-6yv4kx7ggw] {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    gap: 16px; /* Adds spacing between Next and Finish buttons */
}
/* /Layout/EmptyLayout.razor.rz.scp.css */
.login-button[b-9l51jwo5uw] {
    padding: 8px 16px;
    font-size: 1rem;
    font-weight: 600;
    color: #333;
    background-color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
    min-width: 80px;
}
/* /Layout/LoadingLayout.razor.rz.scp.css */
/* /Layout/MainLayout.razor.rz.scp.css */
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-0rklushkod] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-0rklushkod] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-0rklushkod] {
    font-size: 1.1rem;
}

.bi[b-0rklushkod] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-0rklushkod] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-0rklushkod] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-0rklushkod] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-0rklushkod] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-0rklushkod] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-0rklushkod] {
        padding-bottom: 1rem;
    }

    .nav-item[b-0rklushkod]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-0rklushkod]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-0rklushkod]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-0rklushkod] {
        display: none;
    }

    .collapse[b-0rklushkod] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-0rklushkod] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Pages/PostAuthorized/Dashboard.razor.rz.scp.css */
/* /Pages/PostAuthorized/Guidebooks.razor.rz.scp.css */
.green-bg[b-lgk5p5v18o] {
    background-color: green !important;
    color: white !important;
}

.orange-bg[b-lgk5p5v18o] {
    background-color: orange !important;
    color: white !important;
}
/* /Pages/PostAuthorized/Invites.razor.rz.scp.css */
.container[b-h2e3t1na95] {
    max-width: 100%;
    margin: auto;
}

.navigation[b-h2e3t1na95] {
    text-align: center;
    margin-bottom: 10px;
}

    .navigation button[b-h2e3t1na95] {
        padding: 10px 20px;
        font-size: 16px;
        margin: 0 10px;
        cursor: pointer;
        background-color: #007bff;
        color: white;
        border: none;
        border-radius: 5px;
    }

        .navigation button:hover[b-h2e3t1na95] {
            background-color: #0056b3;
        }

.day-grid[b-h2e3t1na95] {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 10px;
}

.day-block[b-h2e3t1na95] {
    background-color: #f8f9fa;
    border: 1px solid #ddd;
    padding: 20px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    position: relative;
    transition: all 0.3s ease;
    cursor: pointer;
}

    .day-block h3[b-h2e3t1na95] {
        margin: 0;
        font-size: 18px;
    }

    .day-block p[b-h2e3t1na95] {
        margin: 5px 0;
        font-size: 14px;
    }

    .day-block.selected[b-h2e3t1na95] {
        border-color: #007bff;
        border-width: 2px;
    }

        .day-block.selected h3[b-h2e3t1na95]::after {
            content: "";
            display: block;
            width: 100%;
            height: 4px;
            background-color: #007bff;
            position: absolute;
            bottom: -10px;
            left: 0;
        }

.date-picker[b-h2e3t1na95] {
    margin: 0 10px;
    padding: 5px;
    font-size: 1rem;
    border: 1px solid #ccc;
    border-radius: 4px;
}
/* /Pages/PostAuthorized/Reservations.razor.rz.scp.css */
.container[b-9y2hk8cwv1] {
    max-width: 100%;
    margin: auto;
}

.navigation[b-9y2hk8cwv1] {
    text-align: center;
    margin-bottom: 10px;
}

    .navigation button[b-9y2hk8cwv1] {
        padding: 10px 20px;
        font-size: 16px;
        margin: 0 10px;
        cursor: pointer;
        background-color: #007bff;
        color: white;
        border: none;
        border-radius: 5px;
    }

        .navigation button:hover[b-9y2hk8cwv1] {
            background-color: #0056b3;
        }

.day-grid[b-9y2hk8cwv1] {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 10px;
}

.day-block[b-9y2hk8cwv1] {
    background-color: #f8f9fa;
    border: 1px solid #ddd;
    padding: 20px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    position: relative;
    transition: all 0.3s ease;
    cursor: pointer;
}

    .day-block h3[b-9y2hk8cwv1] {
        margin: 0;
        font-size: 18px;
    }

    .day-block p[b-9y2hk8cwv1] {
        margin: 5px 0;
        font-size: 14px;
    }

    .day-block.selected[b-9y2hk8cwv1] {
        border-color: #007bff;
        border-width: 2px;
    }

        .day-block.selected h3[b-9y2hk8cwv1]::after {
            content: "";
            display: block;
            width: 100%;
            height: 4px;
            background-color: #007bff;
            position: absolute;
            bottom: -10px;
            left: 0;
        }

.date-picker[b-9y2hk8cwv1] {
    margin: 0 10px;
    padding: 5px;
    font-size: 1rem;
    border: 1px solid #ccc;
    border-radius: 4px;
}
/* /Pages/PostAuthorized/SettingComponents/BrandColorTemplate.razor.rz.scp.css */
.wizard[b-y0mjk6gww8] {
    display: flex;
    flex-direction: column;
    border: 1px solid #ccc;
    border-radius: 8px;
    height: calc(100vh - 120px);
}
.wizard-content[b-y0mjk6gww8] {
    flex: 1 1 auto;
    overflow-y: auto; /* Allow scrolling if content overflows */
    padding: 16px;
    background-color: #fff;
}

.wizard-navigation[b-y0mjk6gww8] {
    flex: 0 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px;
    background-color: #f8f9fa;
    flex-wrap: wrap; /* Allow buttons to stack on small screens */
    gap: 8px;
    border-top: 1px solid #ddd;
}
/* /Pages/PostAuthorized/SettingComponents/BusinessInfoTemplate.razor.rz.scp.css */
.wizard[b-vh71j3kp0z] {
    display: flex;
    flex-direction: column;
    border: 1px solid #ccc;
    border-radius: 8px;
    height: calc(100vh - 120px);
}
.wizard-content[b-vh71j3kp0z] {
    flex: 1 1 auto;
    overflow-y: auto; /* Allow scrolling if content overflows */
    padding: 16px;
    background-color: #fff;
}

.wizard-navigation[b-vh71j3kp0z] {
    flex: 0 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px;
    background-color: #f8f9fa;
    flex-wrap: wrap; /* Allow buttons to stack on small screens */
    gap: 8px;
    border-top: 1px solid #ddd;
}
/* /Pages/PostAuthorized/SettingComponents/EmailTemplate.razor.rz.scp.css */
#stripoEditorContainer[b-kog50umtoo] {
    height: calc(100% - 48px);
}

#externalSystemContainer[b-kog50umtoo] {
    background-color: darkgrey;
    padding: 5px 20px;
    display: flex;
    justify-content: space-between;
}

.control-button[b-kog50umtoo] {
    border-radius: 17px;
    padding: 5px 10px;
    border-color: grey;
    cursor: pointer;
}

#exportButton[b-kog50umtoo],
#saveButton[b-kog50umtoo] {
    background: #b5e8b5;
}

.btn-group button[b-kog50umtoo] {
    padding: 5px 10px;
    cursor: pointer;
    float: left;
}

    .btn-group button.rounded-left[b-kog50umtoo] {
        border-radius: 17px 0 0 17px;
    }

    .btn-group button.rounded-right[b-kog50umtoo] {
        border-radius: 0 17px 17px 0;
    }

    .btn-group button.active[b-kog50umtoo] {
        background-color: darkgrey;
    }

.avatar-preview[b-kog50umtoo] {
    width: 34px;
    height: 34px;
    border-radius: 15px;
    background-size: cover;
    display: inline-block;
    margin-left: 5px;
}
/* Notifications styles */
.notification-zone[b-kog50umtoo] {
    position: fixed;
    width: 400px;
    z-index: 99999;
    right: 30px;
    bottom: 80px;
}

.alert-success[b-kog50umtoo] {
    color: #046904;
    background: #b5e8b5;
    padding: 5px 10px;
    border: 2px solid #046904;
    border-radius: 15px;
}

.alert-info[b-kog50umtoo] {
    color: hsla(215, 32%, 56%, 1);
    background: hsla(215, 87%, 94%, 1);
    padding: 5px 10px;
    border: 2px solid #046904;
    border-radius: 15px;
}
/* /Pages/PostAuthorized/SettingComponents/IntegrationTemplate.razor.rz.scp.css */
.wizard[b-1sggbsy3ei] {
    display: flex;
    flex-direction: column;
    border: 1px solid #ccc;
    border-radius: 8px;
    height: calc(100vh - 120px);
}
.wizard-content[b-1sggbsy3ei] {
    flex: 1 1 auto;
    overflow-y: auto; /* Allow scrolling if content overflows */
    padding: 16px;
    background-color: #fff;
}

.wizard-navigation[b-1sggbsy3ei] {
    flex: 0 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px;
    background-color: #f8f9fa;
    flex-wrap: wrap; /* Allow buttons to stack on small screens */
    gap: 8px;
    border-top: 1px solid #ddd;
}

.connected-integration[b-1sggbsy3ei] {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: green;
    font-weight: bold;
}

.connected-text[b-1sggbsy3ei] {
    margin-top: 5px;
}
/* /Pages/PostAuthorized/UserAccount.razor.rz.scp.css */

/* /Pages/PostAuthorized/UserProfile.razor.rz.scp.css */
.wizard[b-vesmtl92t4] {
    display: flex;
    flex-direction: column;
    border: 1px solid #ccc;
    border-radius: 8px;
    height: calc(100vh - 90px);
}

.wizard-content[b-vesmtl92t4] {
    flex: 1 1 auto;
    overflow-y: auto; /* Allow scrolling if content overflows */
    padding: 16px;
    background-color: #fff;
}

.wizard-navigation[b-vesmtl92t4] {
    flex: 0 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px;
    background-color: #f8f9fa;
    flex-wrap: wrap; /* Allow buttons to stack on small screens */
    gap: 8px;
    border-top: 1px solid #ddd;
}
/* /Pages/PostAuthorized/Wizards/NewGuidebookWizard.razor.rz.scp.css */
.image-container[b-y95ia2wdbg] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.chapter-item[b-y95ia2wdbg] {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

    .chapter-item:hover[b-y95ia2wdbg] {
        transform: translateY(-5px);
    }

.chapter-title[b-y95ia2wdbg] {
    font-size: 1.5em;
    font-weight: bold;
    color: #333;
}

.mud-button[b-y95ia2wdbg] {
    margin-top: 10px;
}

.text-field-with-button .mud-input-slot[b-y95ia2wdbg] {
    padding-right: 2.5rem !important; /* Adjust as needed */
}
/* /Pages/PreAuthorized/Register.razor.rz.scp.css */
.form-group[b-0h39j8n360] {
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
}
    .form-group label[b-0h39j8n360] {
        font-weight: bold;
        margin-bottom: 5px;
    }

.form-control[b-0h39j8n360] {
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.form-error[b-0h39j8n360] {
    color: red;
    font-size: 0.9em;
}
/* /Pages/PreAuthorized/Signup.razor.rz.scp.css */
body[b-e3n4z03eoj] {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    background: linear-gradient(to bottom, #6a11cb, #2575fc);
    color: #fff;
}

header[b-e3n4z03eoj] {
    text-align: center;
    margin-bottom: 2rem;
}

    header img[b-e3n4z03eoj] {
        max-width: 150px;
        margin-bottom: 1rem;
    }

    header h1[b-e3n4z03eoj] {
        font-size: 2.5rem;
        margin: 0;
    }

.content[b-e3n4z03eoj] {
    background: #ffffff20;
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
    width: 100%;
    max-width: 400px;
    text-align: center;
}

    .content h2[b-e3n4z03eoj] {
        font-size: 1.5rem;
        margin-bottom: 1rem;
    }

    .content p[b-e3n4z03eoj] {
        margin: 0 0 1rem;
    }

    .content button[b-e3n4z03eoj] {
        background-color: #fff;
        color: #2575fc;
        border: none;
        padding: 1rem 2rem;
        font-size: 1rem;
        font-weight: bold;
        border-radius: 25px;
        cursor: pointer;
        transition: background-color 0.3s ease;
        margin: 0.5rem 0;
        min-width: 200px;
    }

        .content button:hover[b-e3n4z03eoj] {
            background-color: #f0f0f0;
        }

footer[b-e3n4z03eoj] {
    margin-top: 2rem;
    font-size: 0.9rem;
}

@media (max-width: 600px) {
    header h1[b-e3n4z03eoj] {
        font-size: 2rem;
    }

    .content[b-e3n4z03eoj] {
        padding: 1.5rem;
    }

        .content h2[b-e3n4z03eoj] {
            font-size: 1.25rem;
        }
}
