/* /Layout/MainLayout.razor.rz.scp.css */
/* Default to desktop layout */
.desktop-layout[b-936thdcf4d] {
    display: block;
}

.mobile-layout[b-936thdcf4d] {
    display: none;
}

.page[b-936thdcf4d] {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100vh; /* Make the page take the whole screen height */
}

/* Apply mobile layout for screens smaller than 768px */
@media (max-width: 768px) {
    .desktop-layout[b-936thdcf4d] {
        display: none;
    }

    .mobile-layout[b-936thdcf4d] {
        display: block;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-j8j1p9wceq] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-j8j1p9wceq] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-j8j1p9wceq] {
    font-size: 1.1rem;
}

.bi[b-j8j1p9wceq] {
    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-j8j1p9wceq] {
    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-j8j1p9wceq] {
    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-j8j1p9wceq] {
    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-j8j1p9wceq] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-j8j1p9wceq] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-j8j1p9wceq] {
        padding-bottom: 1rem;
    }

    .nav-item[b-j8j1p9wceq]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-j8j1p9wceq]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-j8j1p9wceq]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-j8j1p9wceq] {
        display: none;
    }

    .collapse[b-j8j1p9wceq] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-j8j1p9wceq] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Layout/SwitchLangaugeComponent.razor.rz.scp.css */
/* /Pages/AdminComponenets/AgenderDashBoardAdminComponent.razor.rz.scp.css */
.notification[b-ao4474tclv] {
	position: relative;
}

	.notification[b-ao4474tclv]::after {
		content: attr(data-notification);
		position: absolute;
		top: -10px;
		right: -10px;
		background-color: red;
		color: white;
		font-size: 12px;
		border-radius: 50%;
		width: 20px;
		height: 20px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
/* /Pages/AdminComponenets/IndexAdminComponenet.razor.rz.scp.css */
.dashboard-container[b-d4g3rxmrn7] {
	display: grid;
	grid-template-columns: 1fr 2fr;
	gap: 20px;
}

.dashboard-item[b-d4g3rxmrn7] {
	box-sizing: border-box;
	padding: 10px;
}

.box-container[b-d4g3rxmrn7] {  
display: grid;  
grid-template-columns: repeat(2, 1fr);  
gap: 10px; /* Adjust the gap between boxes as needed */  
height: 100%; /* Ensure the container takes the full height of the parent */  
}  


.box[b-d4g3rxmrn7] {
	/* Adjust the background color as needed */
	border: 1px solid #ccc; /* Adjust the border as needed */
	padding: 20px; /* Adjust the padding as needed */
	text-align: center; /* Center the text inside the box */
	/* Adjust the border radius as needed */
}

.dashboard-table[b-d4g3rxmrn7] {
	grid-column: span 2;
	box-sizing: border-box;
	padding: 10px;
}

@media (max-width: 768px) {
	.dashboard-container[b-d4g3rxmrn7] {
		grid-template-columns: 1fr;
	}

	.dashboard-item[b-d4g3rxmrn7] {
		flex: 1 1 100%;
	}
}
/* /Pages/AdminComponenets/ListHostessComponent.razor.rz.scp.css */
/* Keep aspect ratio; do not stretch to the cell size */
.hostess-photo[b-79md1e2tbl] {
  width: 14px;
  height: 14px;
  
  display: block;
  object-fit: contain; /* ensures no distortion if both dimensions are constrained */
  border-radius: 6px;  /* optional, remove if not desired */
}

/* Center the image in the grid cell */
.rz-datagrid td .hostess-photo[b-79md1e2tbl] {
  margin: 0 auto;
}
/* /Pages/AdminComponenets/ProjectGroupbyWeeksComponent.razor.rz.scp.css */
.week-tab-container[b-hkzcxbdwrv] {
    display: flex;
    align-items: stretch;
    gap: .35rem;
    margin-bottom: .75rem;
}

.scroll-btn[b-hkzcxbdwrv] {
    background: var(--rz-base-200, #f5f5f5);
    border: 1px solid var(--rz-base-300, #ddd);
    width: 34px;
    min-width: 34px;
    border-radius: 6px;
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 .25rem .15rem;
    transition: background .2s;
}

    .scroll-btn:hover[b-hkzcxbdwrv] {
        background: var(--rz-primary-lighter, #e3eefc);
    }

.week-tabs-scroll[b-hkzcxbdwrv] {
    display: flex;
    gap: .4rem;
    overflow-x: auto;
    scrollbar-width: thin;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    padding-bottom: .25rem;
    flex: 1;
}

    .week-tabs-scroll[b-hkzcxbdwrv]::-webkit-scrollbar {
        height: 8px;
    }

    .week-tabs-scroll[b-hkzcxbdwrv]::-webkit-scrollbar-track {
        background: transparent;
    }

    .week-tabs-scroll[b-hkzcxbdwrv]::-webkit-scrollbar-thumb {
        background: var(--rz-base-400, #ccc);
        border-radius: 4px;
    }

        .week-tabs-scroll[b-hkzcxbdwrv]::-webkit-scrollbar-thumb:hover {
            background: var(--rz-primary, #1976d2);
        }

.week-tab[b-hkzcxbdwrv] {
    position: relative;
    background: var(--rz-base-100, #fff);
    border: 1px solid var(--rz-base-300, #ddd);
    padding: .35rem .75rem;
    border-radius: 8px;
    min-width: 120px;
    cursor: pointer;
    text-align: left;
    display: inline-flex;
    flex-direction: column;
    gap: .15rem;
    font-size: .75rem;
    line-height: 1.1;
    transition: border-color .25s, background .25s, box-shadow .25s;
    user-select: none;
}

    .week-tab:hover[b-hkzcxbdwrv] {
        border-color: var(--rz-primary, #1976d2);
    }

    .week-tab.active[b-hkzcxbdwrv] {
        background: var(--rz-primary, #1976d2);
        color: #fff;
        border-color: var(--rz-primary, #1976d2);
        box-shadow: 0 2px 6px -1px rgba(0,0,0,.25);
    }

        .week-tab.active .week-line-2[b-hkzcxbdwrv] {
            opacity: .95;
        }

.week-line-1[b-hkzcxbdwrv] {
    font-weight: 600;
}

.week-line-2[b-hkzcxbdwrv] {
    font-size: .68rem;
    opacity: .8;
    white-space: nowrap;
}

.week-panel[b-hkzcxbdwrv] {
    border: 1px solid var(--rz-base-300, #ddd);
    border-radius: 10px;
    padding: 1rem 1rem .75rem;
    background: var(--rz-base-50, #fafafa);
}

.week-caption[b-hkzcxbdwrv] {
    margin-top: 0;
    margin-bottom: .75rem;
    font-size: 1rem;
    font-weight: 600;
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    justify-content: center;
    text-align: center;
}

    .week-caption small[b-hkzcxbdwrv] {
        font-weight: 400;
        color: var(--rz-text-secondary-color, #666);
    }

@media (max-width: 680px) {
    .week-tab[b-hkzcxbdwrv] {
        min-width: 95px;
        padding: .3rem .55rem;
    }

    .week-line-2[b-hkzcxbdwrv] {
        font-size: .6rem;
    }
}
/* /Pages/AdminComponenets/ValidationComponent.razor.rz.scp.css */
<style >
.dg-switch[b-d285wtqch9] {
    display: inline-block;
    position: relative;
    line-height: 1;
    cursor: pointer;
    user-select: none;
}

.dg-switch input[b-d285wtqch9] {
    display: none;
}

.dg-switch .track[b-d285wtqch9] {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    width: 160px;
    height: 36px;
    padding: 2px;
    border-radius: 18px;
    background: var(--rz-base-200);
    border: 1px solid var(--rz-base-300);
    transition: background .2s ease, border-color .2s ease, box-shadow .2s ease;
    box-shadow: var(--rz-shadow-1);
}
    /* Sliding thumb */
    .dg-switch .track[b-d285wtqch9]::before {
        content: "";
        position: absolute;
        top: 2px;
        left: 2px;
        width: calc(50% - 4px);
        height: calc(100% - 4px);
        border-radius: 16px;
        background: var(--rz-primary-lighter);
        box-shadow: var(--rz-shadow-2);
        transition: left .2s ease, background .2s ease;
    }

.dg-switch .txt[b-d285wtqch9] {
    position: relative;
    z-index: 1;
    width: 50%;
    text-align: center;
    font-weight: 600;
    font-size: .85rem;
    transition: color .2s ease, opacity .2s ease;
    color: var(--rz-text-secondary-color);
}

    .dg-switch .txt.off[b-d285wtqch9] {
        padding-left: 2px;
    }

    .dg-switch .txt.on[b-d285wtqch9] {
        padding-right: 2px;
    }

/* Checked (Germany) */
.dg-switch input:checked + .track[b-d285wtqch9]::before {
    left: calc(50% + 2px);
    background: var(--rz-primary);
}

.dg-switch input:checked + .track .txt.on[b-d285wtqch9] {
    color: var(--rz-primary-contrast);
}

.dg-switch input:checked + .track .txt.off[b-d285wtqch9] {
    color: var(--rz-text-tertiary-color);
}

/* Hover focus */
.dg-switch:hover .track[b-d285wtqch9] {
    box-shadow: var(--rz-shadow-2);
}

</style[b-d285wtqch9] >
/* /Pages/AskForDevisComponent.razor.rz.scp.css */
/* Allow step headers to wrap nicely */
[b-e1cvkyjb7g] .rz-steps .rz-steps-items {
  flex-wrap: wrap;
  row-gap: .5rem;
}

/* Each step header: reduce minimum width so more fit per row */
[b-e1cvkyjb7g] .rz-steps .rz-steps-item {
  min-width: 140px;
}

/* Title text tweaks */
[b-e1cvkyjb7g] .rz-steps .rz-steps-title {
  white-space: normal;     /* allow wrapping */
  line-height: 1.25;
  word-break: break-word;  /* break long words if needed */
}

/* Icon + title alignment */
[b-e1cvkyjb7g] .rz-steps .rz-steps-item .rz-steps-link {
  display: flex;
  align-items: center;
  gap: .4rem;
}

/* Mobile: compact layout */
@media (max-width: 640px) {
  [b-e1cvkyjb7g] .rz-steps .rz-steps-items {
    justify-content: center;
  }

  [b-e1cvkyjb7g] .rz-steps .rz-steps-item {
    flex: 1 1 45%;       /* two columns */
    max-width: 48%;
  }

  [b-e1cvkyjb7g] .rz-steps .rz-steps-title {
    font-size: .9rem;
  }
}

/* Very small screens: stack vertically for maximum clarity */
@media (max-width: 420px) {
  [b-e1cvkyjb7g] .rz-steps .rz-steps-items {
    flex-direction: column;
    align-items: stretch;
  }

  [b-e1cvkyjb7g] .rz-steps .rz-steps-item {
    max-width: 100%;
    flex: 1 1 auto;
  }

  [b-e1cvkyjb7g] .rz-steps .rz-steps-link {
    padding: .5rem .75rem;
  }

  [b-e1cvkyjb7g] .rz-steps .rz-steps-title {
    font-size: .95rem;
  }
}
/* /Pages/ClientComponenets/BookingProjectAcceptComponent.razor.rz.scp.css */
/* Responsive scroll-snap carousel (pure CSS) */
.hostess-carousel[b-yf7ww3uwg7] {
    --gap: 1rem;
    --columns: 2; /* default small screens: 2 per view */
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
}

    .hostess-carousel .track[b-yf7ww3uwg7] {
        display: flex;
        gap: var(--gap);
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch;
        padding-bottom: .5rem;
        margin: 0 auto;
    }

        /* Hide scrollbar (optional) */
        .hostess-carousel .track[b-yf7ww3uwg7]::-webkit-scrollbar {
            height: 8px;
        }

        .hostess-carousel .track[b-yf7ww3uwg7]::-webkit-scrollbar-thumb {
            background: var(--rz-secondary);
            border-radius: 4px;
        }

        .hostess-carousel .track[b-yf7ww3uwg7]::-webkit-scrollbar-track {
            background: transparent;
        }

    /* Each item takes 1/N of the viewport width minus gaps */
    .hostess-carousel .item[b-yf7ww3uwg7] {
        scroll-snap-align: start;
        flex: 0 0 calc((100% - (var(--columns) - 1) * var(--gap)) / var(--columns));
        display: flex; /* allow the card to stretch full height */
    }

.hostess-card[b-yf7ww3uwg7] {
    width: 100%;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}

/* Keep picture and name stacked nicely */
.hostess-head[b-yf7ww3uwg7] {
    gap: .75rem;
    flex-direction: column;
}

/* Breakpoints: 2 / 3 / 4 cards per view */
@media (min-width: 768px) {
    .hostess-carousel[b-yf7ww3uwg7] {
        --columns: 3;
    }
}

@media (min-width: 1200px) {
    .hostess-carousel[b-yf7ww3uwg7] {
        --columns: 4;
    }
}

/* Minor card polish for small screens */
@media (max-width: 479.98px) {
    .hostess-head .rz-image[b-yf7ww3uwg7] {
        width: 8rem !important;
        height: 8rem !important;
    }
}
/* /Pages/ClientComponenets/IndexClientComponent.razor.rz.scp.css */
.dashboard-container[b-ujmkgnwixj] {
	display: grid;
	grid-template-columns: 1fr 2fr;
	gap: 20px;
}

.dashboard-item[b-ujmkgnwixj] {
	box-sizing: border-box;
	padding: 10px;
}



.box-container[b-ujmkgnwixj] {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px; /* Adjust the gap between boxes as needed */
	height: 100%; /* Ensure the container takes the full height of the parent */
}

.box[b-ujmkgnwixj] {
	/* Adjust the background color as needed */
	border: 1px solid #ccc; /* Adjust the border as needed */
	padding: 20px; /* Adjust the padding as needed */
	text-align: center; /* Center the text inside the box */
	/* Adjust the border radius as needed */
}

.box1[b-ujmkgnwixj] {
	grid-area: box1; /* Assign to the first area */
}

.box2[b-ujmkgnwixj] {
	grid-area: box2; /* Assign to the second area */
}

.box3[b-ujmkgnwixj] {
	grid-area: box3; /* Assign to the third area */
}

.dashboard-table[b-ujmkgnwixj] {
	grid-column: span 2;
	box-sizing: border-box;
	padding: 10px;
}

@media (max-width: 768px) {
	.dashboard-container[b-ujmkgnwixj] {
		grid-template-columns: 1fr;
	}
	.box-container[b-ujmkgnwixj] {
		grid-template-columns: 1fr; /* Single column layout for smaller screens */
		grid-template-areas:
			"box1"
			"box2"
			"box3"; /* Stack all boxes vertically */
	}
	.dashboard-item[b-ujmkgnwixj] {
		flex: 1 1 100%;
	}
}
/* /Pages/ClientComponenets/PageShowHostessComponent.razor.rz.scp.css */
.profile-image-container[b-zyl1t114jz] {
    position: relative;
    width: 200px;
    height: 200px;
    overflow: hidden;
    display: inline-block;
}

.profile-image[b-zyl1t114jz] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid black;
}

@media (max-width: 600px) {
    .profile-image-container[b-zyl1t114jz] {
        width: 120px;
        height: 120px;
    }
}

@media (max-width: 400px) {
    .profile-image-container[b-zyl1t114jz] {
        width: 80px;
        height: 80px;
    }
}


.gallery[b-zyl1t114jz] {
    display: flex;
    flex-wrap: wrap; /* Allows items to wrap to the next row */
    gap: 1rem; /* Space between items */
    justify-content: center; /* Centers items horizontally */
}

.dropzone-container[b-zyl1t114jz] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 1rem;
    padding: 1rem;
}

.dropzone-item[b-zyl1t114jz] {
    display: flex;
    justify-content: center;
    align-items: center;
}

.dropzone[b-zyl1t114jz] {
    width: 100%;
    height: 400px;
    min-height: 400px;
}

img[b-zyl1t114jz] {
    width: 100%; /* Makes images responsive */
    height: auto; /* Preserves aspect ratio */
    border-radius: 5px; /* Optional: Matches rounded corners */
}


@media (max-width: 768px) {
    .responsive-column[b-zyl1t114jz] {
        width: 100% !important;
        margin: 0 !important;
    }

    .responsive-dropzone[b-zyl1t114jz] {
        width: 100% !important;
        min-width: 100% !important;
        margin: 0 !important;
    }
}

.background-image-card[b-zyl1t114jz] {
    background-size: cover;
    background-position: center;
    height: 100%;
}

.gallery-item[b-zyl1t114jz] {
    display: flex;
    align-items: center;
    justify-content: center;
}
/* /Pages/ClientComponenets/TestComponent.razor.rz.scp.css */


.gallery[b-9l2u20qaq2] {
	display: flex;
	flex-wrap: wrap; /* Allows items to wrap to the next row */
	gap: 1rem; /* Space between items */
	justify-content: center; /* Centers items horizontally */
}

.dropzone-container[b-9l2u20qaq2] {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
	gap: 3rem;
	padding: 1rem;
	margin:20px 0;
}

.dropzone-item[b-9l2u20qaq2] {
	display: flex;
	justify-content: center;
	align-items: center;
}

.dropzone[b-9l2u20qaq2] {
	width: 100%;
	height: 400px;
	min-height: 400px;
}

img[b-9l2u20qaq2] {
	width: 100%; /* Makes images responsive */
	height: auto; /* Preserves aspect ratio */
	border-radius: 5px; /* Optional: Matches rounded corners */
}


@media (max-width: 768px) {
	.responsive-column[b-9l2u20qaq2] {
		width: 100% !important;
		margin: 0 !important;
	}

	.responsive-dropzone[b-9l2u20qaq2] {
		width: 100% !important;
		min-width: 100% !important;
		margin: 0 !important;
	}
}

.background-image-card[b-9l2u20qaq2] {
	background-size: cover;
	background-position: center;
	height: 100%;
}

.gallery-item[b-9l2u20qaq2] {
	display: flex;
	align-items: center;
	justify-content: center;
}
/* /Pages/ConversationComponenets/IndexConversationComponent.razor.rz.scp.css */

.background-indexconv[b-xqyag81rba] {
	display: flex;
	background-color: white;
	border-radius: 1rem;
	height: 86vh;
	border: 1px solid #e6e6e6;
}



.listconv[b-xqyag81rba] {
	flex: 0 0 20%; /* Prevents shrinking and growing */
}

.conv[b-xqyag81rba] {
	flex: 1; /* Takes remaining space */
}



.buttondetail[b-xqyag81rba] {
	background-color: white;
	padding: 0.5rem 1rem 0.5rem 1rem;
	font-size: 1.2rem;
	/*box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 0px 10px 1px rgba(0, 0, 0, 0.14), 0px 0px 14px 2px rgba(0, 0, 0, 0.12);*/
	border-radius: 10px 10px 0 0;
	border: 0;
}

	.buttondetail i[b-xqyag81rba] {
		font-size: 1.5rem;
		margin-right: 1rem;
		color: #666;
		cursor: pointer;
		transition: color 200ms;
	}
.desktop-layout[b-xqyag81rba] {
	display: block;
}

.mobile-layout[b-xqyag81rba] {
	display: none;
}

/* Apply mobile layout for screens smaller than 768px */
@media (max-width: 768px) {
	.desktop-layout[b-xqyag81rba] {
		display: none;
	}

	.mobile-layout[b-xqyag81rba] {
		display: block;
	}
}
/* /Pages/ConversationComponenets/ListConversationComponent.razor.rz.scp.css */

.contacts-bg[b-q78z68m8dn] {
	height: 86vh;
	max-width: 24rem;
	overflow-y: auto;
	box-sizing: border-box;
	border-radius: 1rem 0 0 1rem;
	border-right: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	transition: transform 500ms;
	background-color: var(--rz-layout-body-background-color);
	box-shadow: none;
	color: var(--rz-text-color);
}

@media (max-width: 768px) {
	.contacts-bg[b-q78z68m8dn] {
		max-width: 100%;
		border-radius: 0;
		border-right: none;
		border-bottom: none;
	}
}

.contacts-head[b-q78z68m8dn] {
	background-color: transparent;
	height: 7%;
	display: flex;
	align-items: center;
	justify-content: center;
	border-bottom: 0.5 solid #f0f0f0;
}

	.contacts-head label[b-q78z68m8dn] {
		font-size: 30px;
		font-weight: 100;
	}

.search[b-q78z68m8dn] {
	padding: 0.4rem 2rem;
	/*background-color : ;*/
}

	.search .search-container button[b-q78z68m8dn] {
		border: none;
		width: auto;
		border-left: 0.5px black solid;
		background-color: transparent;
	}

	.search .search-container[b-q78z68m8dn] {
		display: flex;
		align-items: center;
		background-color: #FAFAFA;
		border-radius: 30px;
		box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
		padding: 10px 20px;
		width: 300px;
	}

		.search .search-container .search-input[b-q78z68m8dn] {
			border: none;
			outline: none;
			flex-grow: 1;
			font-size: 16px;
			background-color: transparent;
		}

.search-input[b-q78z68m8dn]::placeholder {
	  color:   #bbb;
}

.contact[b-q78z68m8dn] {
	position: relative;
	margin-bottom: 0.2rem;
	padding-left: 1rem;
	height: 4.5rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	
	border-bottom: 1px solid #e6e6e6;
}

.selected[b-q78z68m8dn] {
	position: relative;
	margin-bottom: 0.2rem;
	padding-left: 1rem;
	height: 4.5rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background-color: #F0F0F0;
}

.contact:hover[b-q78z68m8dn] {
	background-color: #F0F0F0;
}

.contact .pic[b-q78z68m8dn] {
	position: absolute;
	left: 0;
}

.contact .name[b-q78z68m8dn] {
	font-weight: 500;
	margin-bottom: 0.125rem;
}

.contact .message[b-q78z68m8dn],
.contact .seen[b-q78z68m8dn] {
	font-size: 0.9rem;
	color: var( --rz-base-600);
}

.contact .badge[b-q78z68m8dn] {
	box-sizing: border-box;
	position: absolute;
	width: 1.5rem;
	height: 1.5rem;
	text-align: center;
	font-size: 0.9rem;
	padding-top: 0.125rem;
	border-radius: 1rem;
	top: 0;
	left: 2.5rem;
	background: #333;
	color: white;
}
.desktop-layout[b-q78z68m8dn] {
	display: block;
}

.mobile-layout[b-q78z68m8dn] {
	display: none;
}

/* Apply mobile layout for screens smaller than 768px */
@media (max-width: 768px) {
	.desktop-layout[b-q78z68m8dn] {
		display: none;
	}

	.mobile-layout[b-q78z68m8dn] {
		display: block;
	}
}
/* /Pages/ConversationComponenets/MessageConversationComponent.razor.rz.scp.css */
.chat[b-ilvswqstuv] {
	top: 0;
	right: 0;
	height: 86vh;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	z-index: 2;
	box-sizing: border-box;
	border-top-right-radius: 1rem;
	border-bottom-right-radius: 1rem;
	background: white;
	border-right: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
}

	.chat .contact.bar[b-ilvswqstuv] {
		background-color: transparent;
		margin: 0;
		box-sizing: border-box;
		height: auto;
		border-bottom: 1px solid #e6e6e6;
		box-shadow-bottom: 0.2 #e6e6e6;
		padding: 0.5rem 1rem;
		border-top-right-radius: 1rem;
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}

		.chat .contact.bar .left-section[b-ilvswqstuv] {
			display: flex;
			flex-direction: column;
		}

		.chat .contact.bar .col.name[b-ilvswqstuv] {
			margin-bottom: 0.2rem;
		}

			.chat .contact.bar .col.name p[b-ilvswqstuv] {
				font-size: 0.7rem;
				color: #666;
			}

		.chat .contact.bar .users-badge[b-ilvswqstuv] {
			display: flex;
			flex-wrap: wrap;
		}

	.chat .header[b-ilvswqstuv] {
		display: flex;
		align-items: center;
		justify-content: flex-end;
		flex-grow: 1;
		margin-left: auto;
	}


	.chat .messages[b-ilvswqstuv] {
		padding: 1rem;
		background-image: radial-gradient(circle at 69% 86%, rgba(165, 165, 165,0.06) 0%, rgba(165, 165, 165,0.06) 25%,rgba(193, 193, 193,0.06) 25%, rgba(193, 193, 193,0.06) 50%,rgba(221, 221, 221,0.06) 50%, rgba(221, 221, 221,0.06) 75%,rgba(249, 249, 249,0.06) 75%, rgba(249, 249, 249,0.06) 100%),radial-gradient(circle at 49% 76%, rgba(129, 129, 129,0.06) 0%, rgba(129, 129, 129,0.06) 25%,rgba(164, 164, 164,0.06) 25%, rgba(164, 164, 164,0.06) 50%,rgba(200, 200, 200,0.06) 50%, rgba(200, 200, 200,0.06) 75%,rgba(235, 235, 235,0.06) 75%, rgba(235, 235, 235,0.06) 100%),radial-gradient(circle at 22% 64%, rgba(173, 173, 173,0.06) 0%, rgba(173, 173, 173,0.06) 25%,rgba(119, 119, 119,0.06) 25%, rgba(119, 119, 119,0.06) 50%,rgba(64, 64, 64,0.06) 50%, rgba(64, 64, 64,0.06) 75%,rgba(10, 10, 10,0.06) 75%, rgba(10, 10, 10,0.06) 100%),linear-gradient(307deg, rgb(255,255,255),rgb(255,255,255));
		flex-shrink: 2;
		height: 85vh;
		overflow-y: auto;
		box-shadow: inset 0 2rem 2rem -2rem rgba(0, 0, 0, 0.05), inset 0 -2rem 2rem -2rem rgba(0, 0, 0, 0.05);
		display: flex;
		flex-direction: column-reverse;
		border-bottom: 1px solid #f0f0f0;
		box-shadow-bottom: 1 #f0f0f0;
	}

		.chat .messages .time[b-ilvswqstuv] {
			font-size: 0.8rem;
			background: #EEE;
			padding: 0.25rem 1rem;
			border-radius: 2rem;
			color: #999;
			width: fit-content;
			margin: 0 auto;
		}

	.chat i[b-ilvswqstuv] {
		font-size: 1.5rem;
		margin-right: 1rem;
		color: #666;
		cursor: pointer;
		transition: color 200ms;
	}

	.chat .messages .message[b-ilvswqstuv] {
		box-sizing: border-box;
		padding: 0.5rem 1rem;
		margin: 1rem;
		background: #FFF;
		border-radius: 1.125rem 1.125rem 1.125rem 0;
		width: fit-content;
		max-width: 66%;
		box-shadow: 0 0 2rem rgba(0, 0, 0, 0.075), 0rem 1rem 1rem -1rem rgba(0, 0, 0, 0.1);
	}
		.chat .messages .message p[b-ilvswqstuv] {
			font-size: 0.7rem;
			font-weight: bold;
			color: gray;
		}
		.chat .messages .message.parker[b-ilvswqstuv] {
			margin: 1rem 1rem 1rem auto;
			border-radius: 1.125rem 1.125rem 0 1.125rem;
			background: #333;
			color: white;
		}

		.chat .messages .message .typing[b-ilvswqstuv] {
			display: inline-block;
			width: 0.8rem;
			height: 0.8rem;
			margin-right: 0rem;
			box-sizing: border-box;
			background: #ccc;
			border-radius: 50%;
		}

			.chat .messages .message .typing.typing-1[b-ilvswqstuv] {
				animation: typing-b-ilvswqstuv 3s infinite;
			}

			.chat .messages .message .typing.typing-2[b-ilvswqstuv] {
				animation: typing-b-ilvswqstuv 3s 250ms infinite;
			}

			.chat .messages .message .typing.typing-3[b-ilvswqstuv] {
				animation: typing-b-ilvswqstuv 3s 500ms infinite;
			}

	.chat .input[b-ilvswqstuv] {
		box-sizing: border-box;
		flex-basis: 4rem;
		flex-shrink: 0;
		display: flex;
		align-items: center;
		padding: 0 0.5rem 0 1.5rem;
	}

	.chat .details[b-ilvswqstuv] {
		box-sizing: border-box;
		flex-basis: 4rem;
		flex-shrink: 0;
		display: flex;
		align-items: center;
	}

	.chat .input i[b-ilvswqstuv] {
		font-size: 1.5rem;
		margin-right: 1rem;
		color: #666;
		cursor: pointer;
		transition: color 200ms;
	}

		.chat .input i:hover[b-ilvswqstuv] {
			color: #333;
		}

	.chat .input input[b-ilvswqstuv] {
		border: none;
		background-image: none;
		background-color: white;
		padding: 0.5rem 1rem;
		margin-right: 1rem;
		border-radius: 1.125rem;
		flex-grow: 2;
		box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1), 0rem 1rem 1rem -1rem rgba(0, 0, 0, 0.2);
		font-family: 'Red Hat Display', sans-serif;
		font-weight: 400;
		letter-spacing: 0.025em;
	}


	.chat .input textarea[b-ilvswqstuv] {
		border: none;
		background-image: none;
		background-color: white;
		padding: 0.5rem 1rem;
		margin-right: 1rem;
		border-radius: 1.125rem;
		flex-grow: 2;
		box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1), 0rem 1rem 1rem -1rem rgba(0, 0, 0, 0.2);
		font-family: 'Red Hat Display', sans-serif;
		font-weight: 400;
		letter-spacing: 0.025em;
	}

	.chat .input audio[b-ilvswqstuv] {
		border: none;
		background-image: none;
		background-color: white;
		padding: 0.5rem 1rem;
		margin-right: 1rem;
		border-radius: 1.125rem;
		flex-grow: 2;
		box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1), 0rem 1rem 1rem -1rem rgba(0, 0, 0, 0.2);
		font-family: 'Red Hat Display', sans-serif;
		font-weight: 400;
		letter-spacing: 0.025em;
	}

	.chat .input input[b-ilvswqstuv]::placeholder {
		color: #999;
	}

@keyframes typing-b-ilvswqstuv {
	0%, 75%, 100% {
		transform: translate(0, 0.25rem) scale(0.9);
		opacity: 0.5;
	}

	25% {
		transform: translate(0, -0.25rem) scale(1);
		opacity: 1;
	}
}

.animated-circle[b-ilvswqstuv] {
	color: green;
	font-size: 24px; /* Adjust size as needed */
	position: absolute;
	animation: moveCircle-b-ilvswqstuv 5s linear infinite;
}

@keyframes moveCircle-b-ilvswqstuv {
	0% {
		left: 0;
	}

	100% {
		left: calc(100% - 24px); /* Adjust for the size of the icon */
	}
}


.button-6[b-ilvswqstuv] {
	background-color: #FFFFFF;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: .25rem;
	box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
	box-sizing: border-box;
	color: black;
	justify-content: center; /* Center content horizontally */
	align-items: center; /* Center content vertically */
	padding-top: 0.3rem;
}


	.button-6:hover[b-ilvswqstuv],
	.button-6:focus[b-ilvswqstuv] {
		border-color: rgba(0, 0, 0, 0.15);
		box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
		color: rgba(0, 0, 0, 0.65);
	}

	.button-6:hover[b-ilvswqstuv] {
		transform: translateY(-1px);
	}

	.button-6:active[b-ilvswqstuv] {
		background-color: #F0F0F1;
		border-color: rgba(0, 0, 0, 0.15);
		box-shadow: rgba(0, 0, 0, 0.06) 0 2px 4px;
		color: rgba(0, 0, 0, 0.65);
		transform: translateY(0);
	}

	.button-6 i[b-ilvswqstuv] {
		padding: 0;
		margin: 0;
		color: black;
	}
/* /Pages/ForgetPasswordComponent.razor.rz.scp.css */
.background-container[b-wyld62m37a] {
    background-image: url('Background login.jpg');
    background-size: cover;
    background-position: center;
    height: 100vh;
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.header-logo-container[b-wyld62m37a] {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 150px;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #F6F5FF
}

.side-image-container[b-wyld62m37a] {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 800px) {
    .side-image-container[b-wyld62m37a] {
        display: none;
    }
}

.side-image[b-wyld62m37a] {
    height: 100%;
    width: auto;
}

.content-container[b-wyld62m37a] {
    width: 100%;
    max-width: 600px;
    z-index: 1;
}

.steps-container[b-wyld62m37a] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 100%;
    max-width: 600px;
    height: 600px;
    margin: auto;
}

.steps-header[b-wyld62m37a] {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

.step-number[b-wyld62m37a] {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ccc;
    border-radius: 50%;
    background-color: #fff;
}

    .step-number.completed[b-wyld62m37a] {
        border-color: rgb(204, 194, 143);
        background-color: rgb(204, 194, 143);
        color: white;
    }

.step-line[b-wyld62m37a] {
    flex-grow: 1;
    height: 4px;
    background-color: #ccc;
    margin: 0 5px;
    border-radius: 2px;
}

    .step-line.completed[b-wyld62m37a] {
        background-color: rgb(204, 194, 143);
    }

.step[b-wyld62m37a] {
    padding: 1rem;
}

.transparent-card[b-wyld62m37a] {
    background-color: transparent; /* Make the card background transparent */
    backdrop-filter: blur(20px); /* Apply blur effect to the card background */
    -webkit-backdrop-filter: blur(20px); /* Apply blur effect for Safari */
    width: 100%;
    max-width: 600px;
}
/* /Pages/HostessComponenets/BookingPageComponent.razor.rz.scp.css */
.profile-image-container[b-b259hrjgpn] {
    position: relative;
    width: 200px;
    height: 200px;
    overflow: hidden;
    display: inline-block;
}

.profile-image[b-b259hrjgpn] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid black;
}

@media (max-width: 600px) {
    .profile-image-container[b-b259hrjgpn] {
        width: 120px;
        height: 120px;
    }
}

@media (max-width: 400px) {
    .profile-image-container[b-b259hrjgpn] {
        width: 80px;
        height: 80px;
    }
}


.gallery[b-b259hrjgpn] {
    display: flex;
    flex-wrap: wrap; /* Allows items to wrap to the next row */
    gap: 1rem; /* Space between items */
    justify-content: center; /* Centers items horizontally */
}

.dropzone-container[b-b259hrjgpn] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 1rem;
    padding: 1rem;
}

.dropzone-item[b-b259hrjgpn] {
    display: flex;
    justify-content: center;
    align-items: center;
}

.dropzone[b-b259hrjgpn] {
    width: 100%;
    height: 400px;
    min-height: 400px;
}

img[b-b259hrjgpn] {
    width: 100%; /* Makes images responsive */
    height: auto; /* Preserves aspect ratio */
    border-radius: 5px; /* Optional: Matches rounded corners */
}


@media (max-width: 768px) {
    .responsive-column[b-b259hrjgpn] {
        width: 100% !important;
        margin: 0 !important;
    }

    .responsive-dropzone[b-b259hrjgpn] {
        width: 100% !important;
        min-width: 100% !important;
        margin: 0 !important;
    }
}

.background-image-card[b-b259hrjgpn] {
    background-size: cover;
    background-position: center;
    height: 100%;
}

.gallery-item[b-b259hrjgpn] {
    display: flex;
    align-items: center;
    justify-content: center;
}
/* /Pages/HostessComponenets/HostessImgComponent.razor.rz.scp.css */
.cardimg[b-1xrgq711zr] {
	
	height: 200px;
	width: 150px;
}


.gallery[b-1xrgq711zr] {
	display: flex;
	flex-wrap: wrap; /* Allows items to wrap to the next row */
	gap: 1rem; /* Space between items */
	justify-content: center; /* Centers items horizontally */
}
.dropzone-container[b-1xrgq711zr] {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
	gap: 1rem;
	padding: 1rem;
}

.dropzone-item[b-1xrgq711zr] {
	display: flex;
	justify-content: center;
	align-items: center;
}

.dropzone[b-1xrgq711zr] {
	width: 100%;
	height: 400px;
	min-height: 400px;
}

img[b-1xrgq711zr] {
	width: 100%; /* Makes images responsive */
	height: auto; /* Preserves aspect ratio */
	border-radius: 5px; /* Optional: Matches rounded corners */
}
.dashboard-mobile[b-1xrgq711zr] {
	display: none;
}

/* Breakpoint: adjust as needed (768px or 992px etc.) */
@media (max-width: 768px) {
	.dashboard-container[b-1xrgq711zr] {
		display: none;
	}

	.dashboard-mobile[b-1xrgq711zr] {
		display: block;
	}
}

@media (max-width: 768px) {
	.responsive-column[b-1xrgq711zr] {
		width: 100% !important;
		margin: 0 !important;
	}

	.responsive-dropzone[b-1xrgq711zr] {
		width: 100% !important;
		min-width: 100% !important;
		margin: 0 !important;
	}
}

.background-image-card[b-1xrgq711zr] {
	background-size: cover;
	background-position: center;
	height: 100%;
}

.gallery-item[b-1xrgq711zr] {
	display: flex;
	align-items: center;
	justify-content: center;
}

:deep(.custom-upload.rz-fileupload)[b-1xrgq711zr] {
	--rz-upload-button-bar-background-color: transparent;
	--rz-upload-button-bar-padding: 0;
	width: 100%;
}

:deep(.custom-upload.rz-fileupload .rz-fileupload-buttonbar)[b-1xrgq711zr] {
	width: 100%;
	padding: 0;
}

:deep(.custom-upload.rz-fileupload .rz-fileupload-buttonbar .rz-fileupload-choose)[b-1xrgq711zr] {
	width: 100%;
	min-height: 220px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: transparent;
	box-shadow: none;
	border-radius: 15px;
	border: 2px dashed var(--rz-primary, #888);
	position: relative; /* critical so input can overlay */
	cursor: pointer;
	transition: border-color .2s, background-color .2s;
	padding: 0; /* avoid huge padding that displaces input */
}

:deep(.custom-upload.rz-fileupload .rz-fileupload-buttonbar .rz-fileupload-choose:hover)[b-1xrgq711zr] {
	background: rgba(0,0,0,0.04);
}

:deep(.custom-upload.rz-fileupload.rz-state-dragover .rz-fileupload-buttonbar .rz-fileupload-choose)[b-1xrgq711zr] {
	background: rgba(0,0,0,0.07);
}

:deep(.custom-upload.rz-fileupload .rz-fileupload-buttonbar .rz-fileupload-choose input[type="file"])[b-1xrgq711zr] {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
	margin: 0;
}
/* /Pages/HostessComponenets/HostessImgMobileComponent.razor.rz.scp.css */



.gallery[b-4hchjq3zsk] {
    display: flex;
    flex-wrap: wrap; /* Allows items to wrap to the next row */
    gap: 1rem; /* Space between items */
    justify-content: center; /* Centers items horizontally */
}

.dropzone-container[b-4hchjq3zsk] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 1rem;
    padding: 1rem;
}

.dropzone-item[b-4hchjq3zsk] {
    display: flex;
    justify-content: center;
    align-items: center;
}

.dropzone[b-4hchjq3zsk] {
    width: 100%;
    height: 400px;
    min-height: 400px;
}

img[b-4hchjq3zsk] {
    width: 100%; /* Makes images responsive */
    height: auto; /* Preserves aspect ratio */
    border-radius: 5px; /* Optional: Matches rounded corners */
}


@media (max-width: 768px) {
    .responsive-column[b-4hchjq3zsk] {
        width: 100% !important;
        margin: 0 !important;
    }

    .responsive-dropzone[b-4hchjq3zsk] {
        width: 100% !important;
        min-width: 100% !important;
        margin: 0 !important;
    }
}

.background-image-card[b-4hchjq3zsk] {
    background-size: cover;
    background-position: center;
    height: 100%;
}

.gallery-item[b-4hchjq3zsk] {
    display: flex;
    align-items: center;
    justify-content: center;
}

:deep(.custom-upload.rz-fileupload)[b-4hchjq3zsk] {
    --rz-upload-button-bar-background-color: transparent;
    --rz-upload-button-bar-padding: 0;
    width: 100%;
}

:deep(.custom-upload.rz-fileupload .rz-fileupload-buttonbar)[b-4hchjq3zsk] {
    width: 100%;
    padding: 0;
}

:deep(.custom-upload.rz-fileupload .rz-fileupload-buttonbar .rz-fileupload-choose)[b-4hchjq3zsk] {
    width: 100%;
    min-height: 220px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    box-shadow: none;
    border-radius: 15px;
    border: 2px dashed var(--rz-primary, #888);
    position: relative; /* critical so input can overlay */
    cursor: pointer;
    transition: border-color .2s, background-color .2s;
    padding: 0; /* avoid huge padding that displaces input */
}

:deep(.custom-upload.rz-fileupload .rz-fileupload-buttonbar .rz-fileupload-choose:hover)[b-4hchjq3zsk] {
    background: rgba(0,0,0,0.04);
}

:deep(.custom-upload.rz-fileupload.rz-state-dragover .rz-fileupload-buttonbar .rz-fileupload-choose)[b-4hchjq3zsk] {
    background: rgba(0,0,0,0.07);
}

:deep(.custom-upload.rz-fileupload .rz-fileupload-buttonbar .rz-fileupload-choose input[type="file"])[b-4hchjq3zsk] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    margin: 0;
}
/* /Pages/HostessComponenets/IndexHostess.razor.rz.scp.css */
.dashboard-container[b-0hx0wrsyjt] {
	display: grid;
	grid-template-columns: 1fr 2fr;
	gap: 20px;
}

.dashboard-item[b-0hx0wrsyjt] {
	box-sizing: border-box;
	padding: 10px;
}

.box-container[b-0hx0wrsyjt] {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px;
	height: 100%;
}

.box[b-0hx0wrsyjt] {
	border: 1px solid #ccc;
	padding: 20px;
	text-align: center;
}

.dashboard-table[b-0hx0wrsyjt] {
	grid-column: span 2;
	box-sizing: border-box;
	padding: 10px;
}

/* Mobile wrapper hidden by default */
.dashboard-mobile[b-0hx0wrsyjt] {
	display: none;
}

/* Breakpoint: adjust as needed (768px or 992px etc.) */
@media (max-width: 768px) {
	.dashboard-container[b-0hx0wrsyjt] {
		display: none;
	}

	.dashboard-mobile[b-0hx0wrsyjt] {
		display: block;
	}
}
/* /Pages/HostessComponenets/ListProjectAvelebleComponent.razor.rz.scp.css */
.dashboard-mobile[b-a51bva9jip] {
    display: none;
}

/* Breakpoint: adjust as needed (768px or 992px etc.) */
@media (max-width: 768px) {
    .dashboard-container[b-a51bva9jip] {
        display: none;
    }

    .dashboard-mobile[b-a51bva9jip] {
        display: block;
    }
}
/* /Pages/HostessComponenets/ListProjectHosstessInComponent.razor.rz.scp.css */
.dashboard-mobile[b-jkf107o8c3] {
    display: none;
}

/* Breakpoint: adjust as needed (768px or 992px etc.) */
@media (max-width: 768px) {
    .dashboard-container[b-jkf107o8c3] {
        display: none;
    }

    .dashboard-mobile[b-jkf107o8c3] {
        display: block;
    }
}
/* /Pages/HostessComponenets/ProfileHostessComponenet.razor.rz.scp.css */
.dashboard-mobile[b-yffzmp3jwd] {
    display: none;
}

/* Breakpoint: adjust as needed (768px or 992px etc.) */
@media (max-width: 768px) {
    .dashboard-container[b-yffzmp3jwd] {
        display: none;
    }

    .dashboard-mobile[b-yffzmp3jwd] {
        display: block;
    }
}
/* /Pages/HostessComponenets/ProjectHostessInComponent.razor.rz.scp.css */

/* /Pages/HostessComponenets/SignatureContractComponent.razor.rz.scp.css */
.signature-canvas-wrap[b-z3gd520p1r] {
    display: flex;
    justify-content: center;
}

.signature-actions[b-z3gd520p1r] {
    max-width: 500px;
    width: 100%;
    margin: 0 auto; /* center horizontally */
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    padding: 4px 0;
}

    /* Make buttons share space evenly and wrap gracefully on narrow screens */
    .signature-actions .rz-button[b-z3gd520p1r] {
        flex: 1 1 0;
    }

@media (max-width: 480px) {
    .signature-actions[b-z3gd520p1r] {
        flex-direction: column;
        align-items: stretch;
    }
}
/* /Pages/HostessProfilePDFComponent.razor.rz.scp.css */
.pdf-frame[b-4tegyztar7] {
    width: 100%;
    height: 80vh;
    border: none;
}

/* Desktop default: show iframe, hide download link */
.pdf-desktop[b-4tegyztar7] { display: block; }
.pdf-mobile[b-4tegyztar7] { display: none; }

/* Mobile: hide iframe, show download link */
@media (max-width: 768px) {
    .pdf-desktop[b-4tegyztar7] { display: none; }
    .pdf-mobile[b-4tegyztar7] { display: block; }
}

/* Button-like anchor */
.download-link[b-4tegyztar7] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;

    padding: 0.75rem 1.25rem;
    border-radius: 8px;

    background-color: #2563eb;          /* blue */
    border: 1px solid #1d4ed8;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    cursor: pointer;

    box-shadow: 0 1px 2px rgba(0,0,0,.05), 0 1px 8px rgba(37,99,235,.25);
    transition: background-color .15s ease, box-shadow .15s ease, transform .02s ease;
}

.download-link:hover[b-4tegyztar7] {
    background-color: #1d4ed8;
    box-shadow: 0 2px 4px rgba(0,0,0,.08), 0 3px 12px rgba(37,99,235,.30);
}

.download-link:active[b-4tegyztar7] {
    transform: translateY(1px);
}

.download-link:focus-visible[b-4tegyztar7] {
    outline: 3px solid #93c5fd;
    outline-offset: 2px;
}

.download-hint[b-4tegyztar7] {
    margin-top: .5rem;
    color: #6b7280;
    font-size: .875rem;
}

/* Mobile-friendly sizing */
@media (max-width: 768px) {
    .download-link[b-4tegyztar7] {
        display: block;
        width: 100%;
        min-height: 44px;       /* comfortable tap target */
        text-align: center;
    }
}
/* /Pages/InscriptionHostesseComponent.razor.rz.scp.css */
.background-container[b-ltqemn5abg] {
	background-image: url('Background hostess.jpg');
	background-size: cover;
	background-position: center;
	height: 100vh;
	width: 100vw;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
/* Add in a CSS file or <style> */
.repeat-password-wrapper .rz-password + .rz-icon[b-ltqemn5abg] {
	color: var(--rz-text-color);
}

.repeat-password-wrapper .rz-icon:hover[b-ltqemn5abg] {
	color: var(--rz-primary);
}
.header-logo-container[b-ltqemn5abg] {
	position: absolute;
	top: 20px;
	left: 50%;
	transform: translateX(-50%);
	width: 150px;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #F6F5FF
}

.side-image-container[b-ltqemn5abg] {
	position: absolute;
	right: 0;
	bottom: 0;
	height: 70vh;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media (max-width: 800px) {
	.side-image-container[b-ltqemn5abg] {
		display: none;
	}
}

.side-image[b-ltqemn5abg] {
	height: 100%;
	width: auto;
}

.content-container[b-ltqemn5abg] {
	width: 100%;
	max-width: 800px;
	z-index: 1;
}

.steps-container[b-ltqemn5abg] {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	width: 100%;
	max-width: 600px;
	height: 600px;
	margin: auto;
}

.steps-header[b-ltqemn5abg] {
	display: flex;
	align-items: center;
	margin-bottom: 1rem;
}

.step-number[b-ltqemn5abg] {
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #ccc;
	border-radius: 50%;
	background-color: #fff;
}

	.step-number.completed[b-ltqemn5abg] {
		border-color: rgb(204, 194, 143);
		background-color: rgb(204, 194, 143);
		color: white;
	}

.step-line[b-ltqemn5abg] {
	flex-grow: 1;
	height: 4px;
	background-color: #ccc;
	margin: 0 5px;
	border-radius: 2px;
}

	.step-line.completed[b-ltqemn5abg] {
		background-color: rgb(204, 194, 143);
	}

.step[b-ltqemn5abg] {  
padding: 1rem;  
max-height: 80vh;  
overflow-y: auto;  
}

.transparent-card[b-ltqemn5abg] {
	background-color: transparent; /* Make the card background transparent */
	backdrop-filter: blur(20px); /* Apply blur effect to the card background */
	-webkit-backdrop-filter: blur(20px); /* Apply blur effect for Safari */
	width: 100%;
	max-width: 800px;
}
#uploadWithDragAndDrop[b-ltqemn5abg] {
	left: 0;
	--rz-upload-button-bar-background-color: transparent;
	--rz-upload-button-bar-padding: 0;
}

	#uploadWithDragAndDrop .rz-fileupload-buttonbar .rz-fileupload-choose[b-ltqemn5abg] {
		width: 100%;
		text-align: center;
		font-size: 16px;
		padding: 100px 0;
	}
/* /Pages/LoginComponent.razor.rz.scp.css */
.background-container[b-xl05hjg69b] {
	background-image: url('Background login.jpg');
	background-size: cover;
	background-position: center;
	height: 100vh;
	width: 100vw;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.header-logo-container[b-xl05hjg69b] {
	position: absolute;
	top: 20px;
	left: 50%;
	transform: translateX(-50%);
	width: 150px;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #F6F5FF
}

.side-image-container[b-xl05hjg69b] {
	position: absolute;
	right: 0;
	bottom: 0;
	height: 70vh;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media (max-width: 800px) {
	.side-image-container[b-xl05hjg69b] {
		display: none;
	}
}

.side-image[b-xl05hjg69b] {
	height: 100%;
	width: auto;
}

.content-container[b-xl05hjg69b] {
	width: 100%;
	max-width: 600px;
	z-index: 1;
}

.steps-container[b-xl05hjg69b] {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	width: 100%;
	max-width: 600px;
	height: 600px;
	margin: auto;
}

.steps-header[b-xl05hjg69b] {
	display: flex;
	align-items: center;
	margin-bottom: 1rem;
}

.step-number[b-xl05hjg69b] {
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #ccc;
	border-radius: 50%;
	background-color: #fff;
}

	.step-number.completed[b-xl05hjg69b] {
		border-color: rgb(204, 194, 143);
		background-color: rgb(204, 194, 143);
		color: white;
	}

.step-line[b-xl05hjg69b] {
	flex-grow: 1;
	height: 4px;
	background-color: #ccc;
	margin: 0 5px;
	border-radius: 2px;
}

	.step-line.completed[b-xl05hjg69b] {
		background-color: rgb(204, 194, 143);
	}

.step[b-xl05hjg69b] {
	padding: 1rem;
}

.transparent-card[b-xl05hjg69b] {
	background-color: transparent; /* Make the card background transparent */
	backdrop-filter: blur(20px); /* Apply blur effect to the card background */
	-webkit-backdrop-filter: blur(20px); /* Apply blur effect for Safari */
	width: 100%;
	max-width: 600px;
}
/* /Pages/RestPasswordComponent.razor.rz.scp.css */
.background-container[b-lhln9g8llr] {
    background-image: url('Background login.jpg');
    background-size: cover;
    background-position: center;
    height: 100vh;
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.header-logo-container[b-lhln9g8llr] {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 150px;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #F6F5FF
}

.side-image-container[b-lhln9g8llr] {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 800px) {
    .side-image-container[b-lhln9g8llr] {
        display: none;
    }
}

.side-image[b-lhln9g8llr] {
    height: 100%;
    width: auto;
}

.content-container[b-lhln9g8llr] {
    width: 100%;
    max-width: 600px;
    z-index: 1;
}

.steps-container[b-lhln9g8llr] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 100%;
    max-width: 600px;
    height: 600px;
    margin: auto;
}

.steps-header[b-lhln9g8llr] {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

.step-number[b-lhln9g8llr] {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ccc;
    border-radius: 50%;
    background-color: #fff;
}

    .step-number.completed[b-lhln9g8llr] {
        border-color: rgb(204, 194, 143);
        background-color: rgb(204, 194, 143);
        color: white;
    }

.step-line[b-lhln9g8llr] {
    flex-grow: 1;
    height: 4px;
    background-color: #ccc;
    margin: 0 5px;
    border-radius: 2px;
}

    .step-line.completed[b-lhln9g8llr] {
        background-color: rgb(204, 194, 143);
    }

.step[b-lhln9g8llr] {
    padding: 1rem;
}

.transparent-card[b-lhln9g8llr] {
    background-color: transparent; /* Make the card background transparent */
    backdrop-filter: blur(20px); /* Apply blur effect to the card background */
    -webkit-backdrop-filter: blur(20px); /* Apply blur effect for Safari */
    width: 100%;
    max-width: 600px;
}
/* /Pages/SupportChatComponent.razor.rz.scp.css */
.chat[b-ff0y6jjyvt] {
    top: 0;
    right: 0;
    height: 88vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    z-index: 2;
    box-sizing: border-box;
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
    background-color: transparent;
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}

    .chat .contact.bar[b-ff0y6jjyvt] {
        background-color: transparent;
        margin: 0;
        box-sizing: border-box;
        height: auto;
        border-bottom: 1px solid #e6e6e6;
        box-shadow-bottom: 0.2 #e6e6e6;
        padding: 0.5rem 1rem;
        border-top-right-radius: 1rem;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }

        .chat .contact.bar .left-section[b-ff0y6jjyvt] {
            display: flex;
            flex-direction: column;
        }

        .chat .contact.bar .col.name[b-ff0y6jjyvt] {
            margin-bottom: 0.2rem;
        }

            .chat .contact.bar .col.name p[b-ff0y6jjyvt] {
                font-size: 0.7rem;
                color: #666;
            }

        .chat .contact.bar .users-badge[b-ff0y6jjyvt] {
            display: flex;
            flex-wrap: wrap;
        }

    .chat .header[b-ff0y6jjyvt] {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        flex-grow: 1;
        margin-left: auto;
    }


    .chat .messages[b-ff0y6jjyvt] {
        padding: 1rem;
        background-image: radial-gradient(circle at 69% 86%, rgba(165, 165, 165,0.06) 0%, rgba(165, 165, 165,0.06) 25%,rgba(193, 193, 193,0.06) 25%, rgba(193, 193, 193,0.06) 50%,rgba(221, 221, 221,0.06) 50%, rgba(221, 221, 221,0.06) 75%,rgba(249, 249, 249,0.06) 75%, rgba(249, 249, 249,0.06) 100%),radial-gradient(circle at 49% 76%, rgba(129, 129, 129,0.06) 0%, rgba(129, 129, 129,0.06) 25%,rgba(164, 164, 164,0.06) 25%, rgba(164, 164, 164,0.06) 50%,rgba(200, 200, 200,0.06) 50%, rgba(200, 200, 200,0.06) 75%,rgba(235, 235, 235,0.06) 75%, rgba(235, 235, 235,0.06) 100%),radial-gradient(circle at 22% 64%, rgba(173, 173, 173,0.06) 0%, rgba(173, 173, 173,0.06) 25%,rgba(119, 119, 119,0.06) 25%, rgba(119, 119, 119,0.06) 50%,rgba(64, 64, 64,0.06) 50%, rgba(64, 64, 64,0.06) 75%,rgba(10, 10, 10,0.06) 75%, rgba(10, 10, 10,0.06) 100%),linear-gradient(307deg, rgb(255,255,255),rgb(255,255,255));
        flex-shrink: 2;
        height: 85vh;
        overflow-y: auto;
        box-shadow: inset 0 2rem 2rem -2rem rgba(0, 0, 0, 0.05), inset 0 -2rem 2rem -2rem rgba(0, 0, 0, 0.05);
        display: flex;
        flex-direction: column-reverse;
        border-bottom: 1px solid #f0f0f0;
        box-shadow-bottom: 1 #f0f0f0;
    }

        .chat .messages .time[b-ff0y6jjyvt] {
            font-size: 0.8rem;
            background: #EEE;
            padding: 0.25rem 1rem;
            border-radius: 2rem;
            color: #999;
            width: fit-content;
            margin: 0 auto;
        }

    .chat i[b-ff0y6jjyvt] {
        font-size: 1.5rem;
        margin-right: 1rem;
        color: #666;
        cursor: pointer;
        transition: color 200ms;
    }

    .chat .messages .message[b-ff0y6jjyvt] {
        box-sizing: border-box;
        padding: 0.5rem 1rem;
        margin: 1rem;
        background: #FFF;
        border-radius: 1.125rem 1.125rem 1.125rem 0;
        width: fit-content;
        max-width: 66%;
        box-shadow: 0 0 2rem rgba(0, 0, 0, 0.075), 0rem 1rem 1rem -1rem rgba(0, 0, 0, 0.1);
    }

        .chat .messages .message p[b-ff0y6jjyvt] {
            font-size: 0.7rem;
            font-weight: bold;
            color: gray;
        }

        .chat .messages .message.parker[b-ff0y6jjyvt] {
            margin: 1rem 1rem 1rem auto;
            border-radius: 1.125rem 1.125rem 0 1.125rem;
            background: #333;
            color: white;
        }

        .chat .messages .message .typing[b-ff0y6jjyvt] {
            display: inline-block;
            width: 0.8rem;
            height: 0.8rem;
            margin-right: 0rem;
            box-sizing: border-box;
            background: #ccc;
            border-radius: 50%;
        }

            .chat .messages .message .typing.typing-1[b-ff0y6jjyvt] {
                animation: typing-b-ff0y6jjyvt 3s infinite;
            }

            .chat .messages .message .typing.typing-2[b-ff0y6jjyvt] {
                animation: typing-b-ff0y6jjyvt 3s 250ms infinite;
            }

            .chat .messages .message .typing.typing-3[b-ff0y6jjyvt] {
                animation: typing-b-ff0y6jjyvt 3s 500ms infinite;
            }

    .chat .input[b-ff0y6jjyvt] {
        box-sizing: border-box;
        flex-basis: 4rem;
        flex-shrink: 0;
        display: flex;
        align-items: center;
        padding: 0 0.5rem 0 1.5rem;
    }

    .chat .details[b-ff0y6jjyvt] {
        box-sizing: border-box;
        flex-basis: 4rem;
        flex-shrink: 0;
        display: flex;
        align-items: center;
    }

    .chat .input i[b-ff0y6jjyvt] {
        font-size: 1.5rem;
        margin-right: 1rem;
        color: #666;
        cursor: pointer;
        transition: color 200ms;
    }

        .chat .input i:hover[b-ff0y6jjyvt] {
            color: #333;
        }

    .chat .input input[b-ff0y6jjyvt] {
        border: none;
        background-image: none;
        background-color: white;
        padding: 0.5rem 1rem;
        margin-right: 1rem;
        border-radius: 1.125rem;
        flex-grow: 2;
        box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1), 0rem 1rem 1rem -1rem rgba(0, 0, 0, 0.2);
        font-family: 'Red Hat Display', sans-serif;
        font-weight: 400;
        letter-spacing: 0.025em;
    }


    .chat .input textarea[b-ff0y6jjyvt] {
        border: none;
        background-image: none;
        background-color: white;
        padding: 0.5rem 1rem;
        margin-right: 1rem;
        border-radius: 1.125rem;
        flex-grow: 2;
        box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1), 0rem 1rem 1rem -1rem rgba(0, 0, 0, 0.2);
        font-family: 'Red Hat Display', sans-serif;
        font-weight: 400;
        letter-spacing: 0.025em;
    }

    .chat .input audio[b-ff0y6jjyvt] {
        border: none;
        background-image: none;
        background-color: white;
        padding: 0.5rem 1rem;
        margin-right: 1rem;
        border-radius: 1.125rem;
        flex-grow: 2;
        box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1), 0rem 1rem 1rem -1rem rgba(0, 0, 0, 0.2);
        font-family: 'Red Hat Display', sans-serif;
        font-weight: 400;
        letter-spacing: 0.025em;
    }

    .chat .input input[b-ff0y6jjyvt]::placeholder {
        color: #999;
    }

@keyframes typing-b-ff0y6jjyvt {
    0%, 75%, 100% {
        transform: translate(0, 0.25rem) scale(0.9);
        opacity: 0.5;
    }

    25% {
        transform: translate(0, -0.25rem) scale(1);
        opacity: 1;
    }
}

.animated-circle[b-ff0y6jjyvt] {
    color: green;
    font-size: 24px; /* Adjust size as needed */
    position: absolute;
    animation: moveCircle-b-ff0y6jjyvt 5s linear infinite;
}

@keyframes moveCircle-b-ff0y6jjyvt {
    0% {
        left: 0;
    }

    100% {
        left: calc(100% - 24px); /* Adjust for the size of the icon */
    }
}


.button-6[b-ff0y6jjyvt] {
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: .25rem;
    box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
    box-sizing: border-box;
    color: black;
    justify-content: center; /* Center content horizontally */
    align-items: center; /* Center content vertically */
    padding-top: 0.3rem;
}


    .button-6:hover[b-ff0y6jjyvt],
    .button-6:focus[b-ff0y6jjyvt] {
        border-color: rgba(0, 0, 0, 0.15);
        box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
        color: rgba(0, 0, 0, 0.65);
    }

    .button-6:hover[b-ff0y6jjyvt] {
        transform: translateY(-1px);
    }

    .button-6:active[b-ff0y6jjyvt] {
        background-color: #F0F0F1;
        border-color: rgba(0, 0, 0, 0.15);
        box-shadow: rgba(0, 0, 0, 0.06) 0 2px 4px;
        color: rgba(0, 0, 0, 0.65);
        transform: translateY(0);
    }

    .button-6 i[b-ff0y6jjyvt] {
        padding: 0;
        margin: 0;
        color: black;
    }
/* /UpdateComponents/EditePictureComponent.razor.rz.scp.css */
.big-img[b-6iyukof5l3] {
	max-height: 400px;
	/* This rule is very important, please don't ignore this */
	max-width: 800px;
}
.img-example-preview[b-6iyukof5l3] {
    width: 100%;
    height: 80vh;
    overflow: hidden;
    aspect-ratio: 3 / 4;
}
.image-container[b-6iyukof5l3]{
	height:500px
}
.img-example-preview[b-6iyukof5l3] >  img {
	max-width: 100%;
}

@media (max-width: 768px) {
	.cropper-container[b-6iyukof5l3] {
		max-width: 800px;
	}

	.preview-container[b-6iyukof5l3] {
		max-width: 800px;
	}
}
/* /UpdateComponents/StepsUpdateComponent.razor.rz.scp.css */
.background-container[b-u6z5f1hyhf] {
	background-image: url('Cover - Design.png');
	background-size: cover;
	background-position: center;
	height: 100vh;
	width: 100vw;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.header-logo-container[b-u6z5f1hyhf] {
	position: absolute;
	top: 20px;
	left: 50%;
	transform: translateX(-50%);
	width: 150px;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #F6F5FF
}

.side-image-container[b-u6z5f1hyhf] {
	position: absolute;
	right: 0;
	bottom:0;
	height: 70vh;

	display: flex;
	align-items: center;
	justify-content: center;
}
@media (max-width: 800px) {
	.side-image-container[b-u6z5f1hyhf] {
		display: none;
	}
}
.side-image[b-u6z5f1hyhf] {
	height: 100%;
	width: auto;
}

.content-container[b-u6z5f1hyhf] {
	width: 100%;
	max-width: 800px;
	z-index: 1;
}

.steps-container[b-u6z5f1hyhf] {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	width: 100%;
	max-width: 600px;
	height: 600px;
	margin: auto;
}

.steps-header[b-u6z5f1hyhf] {
	display: flex;
	align-items: center;
	margin-bottom: 1rem;
}

.step-number[b-u6z5f1hyhf] {
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #ccc;
	border-radius: 50%;
	background-color: #fff;
}

	.step-number.completed[b-u6z5f1hyhf] {
		border-color: rgb(204, 194, 143);
		background-color: rgb(204, 194, 143);
		color: white;
	}

.step-line[b-u6z5f1hyhf] {
	flex-grow: 1;
	height: 4px;
	background-color: #ccc;
	margin: 0 5px;
	border-radius: 2px;
}

	.step-line.completed[b-u6z5f1hyhf] {
        background-color: rgb(204, 194, 143);
	}

.step[b-u6z5f1hyhf] {
	padding: 1rem;
}

.transparent-card[b-u6z5f1hyhf] {
	background-color: transparent; /* Make the card background transparent */
	backdrop-filter: blur(20px); /* Apply blur effect to the card background */
	-webkit-backdrop-filter: blur(20px); /* Apply blur effect for Safari */
	width: 100%;
	max-width: 800px;
}
