body{
        font-family: "Open Sans", sans-serif;
        height:100vh;
        overflow: hidden;
        padding: 0;
        margin:0;
}
:root {
    --day-monday: #B0BEC5; /* Cool Gray */
    --day-tuesday: #4DB6AC; /* Teal */
    --day-wednesday: #81C784; /* Green */
    --day-thursday: #64B5F6; /* Sky Blue */
    --day-friday: #FFD54F; /* Golden Yellow */
    --day-saturday: #EF5350; /* Vibrant Red - Primary */
    --day-sunday: #FB8C00; /* Bold Orange - Secondary */
    --affiliBlue: #00488b; /* Your primary blue */
    --sl-input-border-color-focus: var(--affiliBlue) !important;
    --sl-input-focus-ring-color: hsl(160, 99%, 22% / 40%);
    --sl-input-label-color: #767676 !important;
    --toolbarColor: rgb(225, 225, 225);
    --trimColor: #e1e1e1;
    --window-bg-light: #ffff;
    --window-bg-dark: #767676;
    --text-color-dark: rgb(118, 118, 118);
    --sl-color-primary-600: #00488b;
    --text-color-light: var(--sl-color-gray-500);
    --text-color: var(--text-color-light);
    --wallpaper-bg-light: url('farmersmarket.svg') no-repeat center / cover, linear-gradient(180deg, rgb(255, 255, 255), rgb(209, 236, 255));
    --wallpaper-bg-dark: url('farmersmarket_dark.svg') no-repeat center / cover, linear-gradient(180deg, rgb(40, 40, 40), rgb(60, 60, 60));
    --border-color: var(--sl-color-neutral-200);
    --grayBackground: #fafafa;
}

:root { --sl-z-index-dropdown: 2000; }  /* or higher */

.day-dot[data-day="Monday"] { background-color: var(--day-monday); }
.day-dot[data-day="Tuesday"] { background-color: var(--day-tuesday); }
.day-dot[data-day="Wednesday"] { background-color: var(--day-wednesday); }
.day-dot[data-day="Thursday"] { background-color: var(--day-thursday); }
.day-dot[data-day="Friday"] { background-color: var(--day-friday); }
.day-dot[data-day="Saturday"] { background-color: var(--day-saturday); }
.day-dot[data-day="Sunday"] { background-color: var(--day-sunday); }

.day-color[data-day="Sunday"] { background-color: var(--day-sunday); }
.day-color[data-day="Monday"] { background-color: var(--day-monday); }
.day-color[data-day="Tuesday"] { background-color: var(--day-tuesday); }
.day-color[data-day="Wednesday"] { background-color: var(--day-wednesday); }
.day-color[data-day="Thursday"] { background-color: var(--day-thursday); }
.day-color[data-day="Friday"] { background-color: var(--day-friday); }
.day-color[data-day="Saturday"] { background-color: var(--day-saturday); }

.flexRow { display: flex; flex-direction: row; }
.flexColumn { display: flex; flex-direction: column; }
.flexFill { flex: 1; }

.error-message {
    color: red;
    font-size: 11px;
    margin-top: -10px;
    margin-left: 18px;
    opacity: 0;
}

.imageInput_imageBox_deleteBtn {
    width: 24px;
    height: 24px;
    color: white;
    font-size: x-large;
    cursor: pointer;
}

.imageInput_imageBox_deleteRow {
    height: 24px;
    background-color: var(--affiliBlue);
}

.imageInput_imageBox {
    width: 150px;
    height: 125px;
    margin: 5px;
}

.application_imageuploadList {
    height: 135px;
}

.window_sub {
    background: #FAFCFE;
    height: 100vh;
}

.toolbar_sub {
    height: 40px;
}

.imageuploadBtn {
    width: 125px;
}

.text-theme {
    color: var(--text-color);
}

:root.sl-theme-dark {
    --trimColor: #4a4a4a; /* Dark mode trim color */
}

:root.sl-theme-light {
    --border-color: #e2e2e3; /* Light theme border color */
}

:root.sl-theme-dark h1,
:root.sl-theme-dark h2,
:root.sl-theme-dark .text {
    color: var(--text-color-dark);
}

:root.sl-theme-light h1,
:root.sl-theme-light h2,
:root.sl-theme-light .text {
    color: #767676;
}

:root.sl-theme-dark .menuSub {
    background-color: #252529;
}

:root.sl-theme-light .menuSub {
    background-color: var(--sl-color-primary-700);
}

:root.sl-theme-dark .menu {
    background-color: rgb(26, 26, 30);
    border-right: 2px solid var(--border-color);
}

:root.sl-theme-light .menu {
    background-color: var(--affiliBlue);
}

:root.sl-theme-dark .window {
    background: var(--window-bg-dark);
    border: 2px solid transparent;
    border-radius: 24px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}

:root.sl-theme-light .window {
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(45.12deg, #217bfe, #078efb, #ac87eb, #ee4d5d) border-box;
    border: 2px solid transparent;
    border-radius: 24px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}

:root.sl-theme-light .toolbar_sub {
    background: white;
}

:root.sl-theme-light .window_plain {
    background: #fff;
}

:root.sl-theme-dark .window_plain {
    background: #1B1B1F;
}

.tabIcon {
    margin-right: 5px;
}

.application_field {
    margin-left: 20px;
    margin-right: 20px;
}

.helpText {
    font-size: 0.875rem;
}

.ql-font-serif {
    font-family: 'Times New Roman', serif;
}

.ql-font-monospace {
    font-family: 'Courier New', monospace;
}

.ql-font-arial {
    font-family: 'Arial', sans-serif;
}

.ql-editor {
    background-color: white;
}

.ql-size-huge {
    font-size: 2.5em;
}

.ql-size-large {
    font-size: 1.5em;
}

.ql-size-small {
    font-size: .75em;
}

.fieldNameToolbar {
    width: 25px;
    height: 25px;
    position: absolute;
    left: 0px;
    top: 0px;
    border-bottom-right-radius: 10px;
    font-size: 14px;
}

.fieldNameToolbarIcon {
    margin: auto;
}

.image_tempImageBox {
    width: 350px;
    height: 275px;
    margin: auto;
}

.image_tempImageInstructions {
    text-align: center;
}

.selected {
    background-color: var(--sl-color-primary-50);
    border-color: var(--sl-color-primary-300);
    color: var(--sl-color-primary-700);
    border: 1px solid;
    border-radius: 5px;
}

sl-button[selected]::part(base) {
    background-color: var(--sl-color-primary-50);
    border-color: var(--sl-color-primary-300);
    color: var(--sl-color-primary-700);
}

.fieldImagesUploadedBox,
#requiredItem {
    height: 75px;
    background-color: var(--sl-input-background-color-disabled);
    border: solid 1px var(--sl-input-border-color-disabled);
    opacity: 0.5;
    border-radius: 5px;
}

.venueAppHeader {
    font-size: 18px;
    font-weight: 900;
    margin: auto;
}

.vendorCatHeader {
    font-size: 14px;
    height: 27px;
}

.vendorCatHeaderText {
    font-size: 10px;
    line-height: 23px;
    font-weight: 800;
}

.downCatBtn {
    cursor: pointer;
}

#mySelect {
    width: 250px;
}

.multiselect-group {
    background-color: var(--affiliBlue);
    color: white;
}

.shadow_select,
.btn-group {
    max-width: 200px;
    width: 200px;
}

#applicationBackgroundPicker {
    margin: auto;
}

.applicationToolbarbtn {
    width: 40px;
    height: 40px;
    cursor: pointer;
    margin: auto;
}

.applicationToolbarbtn:hover {
    color: var(--affiliBlue) !important;
}

.headerPosition_left {
    text-align: left;
}

.headerPosition_right {
    text-align: right;
}

.headerPosition_center {
    text-align: center;
}

.header_1 {
    font-size: var(--sl-font-size-4x-large);
}

.header_2 {
    font-size: var(--sl-font-size-3x-large);
}

.header_3 {
    font-size: var(--sl-font-size-2x-large);
}

.header_4 {
    font-size: var(--sl-font-size-x-large);
}

.header_5 {
    font-size: var(--sl-font-size-large);
}

.header_6 {
    font-size: var(--sl-font-size-medium);
}

#sortableList {
    background-color: white;
    height: 100%;
    flex: 1;
    list-style-type: none;
    padding: 0;
    margin: 0 50px;
    border-left: 1px solid var(--sl-input-border-color-disabled);
    border-right: 1px solid var(--sl-input-border-color-disabled);
    overflow-y: scroll;
}

.sortable-item {
    padding: 15px;
    margin: 5px;
    font-size: 18px;
    cursor: grab;
    border: 1px solid #ddd;
    position: relative;
}

.sortable-item:hover {
    background-color: #5BB7F7;
}

#fieldProperties_okBtn {
    margin-top: 20px;
    width: 100px;
    margin-left: auto;
    margin-right: 0px;
}

.headerIcon {
    color: rgb(33, 123, 254);
    font-size: 24px;
}

.text-gradient {
    background: linear-gradient(103deg, rgb(33, 123, 254), rgb(7, 142, 251), rgb(172, 135, 235), rgb(238, 77, 93));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
}

.headerIconBox {
    width: 24px;
    height: 24px;
    color: rgb(33, 123, 254);
    display: flex;
}

#builderScreen {
    overflow-y: scroll;
}

#background_panel {
    width: 100%;
}

#applications_base {
    height: 100vh;
}

#documentsListBase {
    width: 100% !important;
}

#documentsTable {
    width: 100% !important;
}

#documentsTable_filter {
    display: none !important;
}

#documentsIconBase {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-start;
}

#searchableSelect + .select2-container .select2-selection--single {
    height: 40px !important;
    line-height: 40px !important;
    display: flex;
    align-items: center;
}

#searchableSelect + .select2-container .select2-selection__rendered {
    line-height: 40px !important;
}

#searchableSelect + .select2-container .select2-selection__arrow {
    height: 40px !important;
}

#searchableSelect + .select2-container .select2-selection__clear {
    height: 40px !important;
    line-height: 40px !important;
    display: flex;
    align-items: center;
}

.select-label {
    color: var(--sl-input-label-color);
}

#wait {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.25);
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

#wait-inner {
    display: flex;
    width: 100px;
    height: 100px;
    background-color: white;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#users_base {
    height: 100vh;
}

#addUserButton {
    margin-left: 40px;
}

.smallText {
    font-size: 14px;
}



.extraSmallText {
    font-size: 10px;
}

.bold {
    font-weight: 900;
}

sl-tab-panel::part(base) {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 0;
}

.full-height {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.full-height sl-tab-group {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.full-height sl-tab-panel {
    flex: 1;
    overflow: auto;
}

.sw-theme-dots > .nav .nav-link.active::after {
    background-color: var(--affiliBlue) !important;
    box-shadow: 0 1px 7px 1px rgba(0, 0, 0, 0.3);
}

.sw-theme-dots > .nav .nav-link.active {
    color: var(--affiliBlue) !important;
    cursor: pointer;
}

.sw-theme-dots > .nav .nav-link.done {
    color: var(--sw-anchor-default-secondary-color);
    cursor: pointer;
}

.sw-theme-dots > .nav .nav-link.done::after {
    background-color: var(--sw-anchor-default-secondary-color) !important;
}

td.dt-control::before {
    content: "▼";
    display: inline-block;
    transform: rotate(0deg);
    transition: transform 0.2s ease-in-out;
    margin-right: 5px;
    color: #555;
}

tr.details td.dt-control::before {
    transform: rotate(90deg);
}

.child-row {
    border-top: solid 1px rgb(113, 113, 122);
}

#wallPaper {
    background: var(--wallpaper-bg-light);
    width: 100vw;
    height: 100vh;
    padding-top: 1px;
}

.windowContent {
    min-width: 100%;
    height: 100%;
}

#windowContent1{
        padding: 0px 20px 0px;
}

#loginContainer {
    width: 500px;
    margin: 40px auto;
    background-color: transparent;
    border-radius: 24px;
    padding: 0;
}

.login-container {
    justify-content: center;
    align-items: center;
    padding: 32px 0;
}

.login-card-wrapper {
    min-width: 100%;
    display: flex;
    justify-content: center;
}

@media (min-width: 600px) {
    .login-card-wrapper {
        min-width: auto;
        width: 100%;
    }
}

.login-card {
    width: min(100%, 420px);
    background: #ffffff;
    border-radius: 24px;
    padding: 40px 44px 36px;
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.12);
    border: 1px solid rgba(148, 163, 184, 0.32);
    display: flex;
    flex-direction: column;
    gap: 20px;
}

@media (max-width: 480px) {
    .login-card {
        padding: 32px 24px;
        border-radius: 20px;
    }
    .login-card::before {
        inset: -8px;
        border-radius: 26px;
    }
}

.create-account-card {
    gap: 8px;
    max-height: none;
    overflow: visible;
    padding: 14px 20px 12px;
}

.create-account-stepper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 2px;
}

.create-account-stepper__step {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid var(--affiliBlue);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    color: var(--affiliBlue);
    background: #fff;
    opacity: 0.4;
    transition: all 0.2s ease;
}

.create-account-stepper__step.is-active,
.create-account-stepper__step.is-complete {
    background: var(--affiliBlue);
    color: #fff;
    opacity: 1;
}

.create-account-stepper__connector {
    flex: 1;
    height: 2px;
    background: rgba(71, 85, 105, 0.2);
}

.create-account-stepper__step.is-complete + .create-account-stepper__connector {
    background: var(--affiliBlue);
}

.create-account-steps {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.create-account-step {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.create-account-step[hidden] {
    display: none !important;
}

.create-account-grid {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
}

.password-rules {
    list-style: none;
    margin: 6px 0 8px;
    padding: 0;
    font-size: 0.85rem;
    color: #555;
}

.password-rules .listItem {
    display: inline-block;
    width: max-content;
    margin: 0 0 4px;
}

.password-rules .listItem.strike-through {
    text-decoration: line-through;
    text-decoration-color: #1f2937;
    text-decoration-thickness: 2px;
    text-decoration-skip-ink: auto;
    color: #1f2937;
}

.create-account-nav {
    display: flex;
    gap: 12px;
    justify-content: space-between;
    align-items: center;
    padding-top: 0;
}

.create-account-nav .nav-btn::part(base) {
    min-width: 120px;
}

@media (max-width: 480px) {
    .create-account-stepper {
        gap: 8px;
    }
    .create-account-stepper__step {
        width: 32px;
        height: 32px;
    }
    .create-account-nav {
        flex-direction: column;
        align-items: stretch;
    }
}

.create-account-head {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    margin: -10px 0 -4px;
}

.login-logo {
    display: flex;
    justify-content: center;
}

.login-card #affiliLogo_box {
    margin-top: 0;
}

.login-subtitle {
    margin: -4px 0 8px;
    text-align: center;
    color: #64748b;
    font-size: 0.95rem;
}

.login-fields {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.login-links {
    display: flex;
    justify-content: flex-end;
}

.login-link {
    font-size: 0.85rem;
    color: var(--affiliBlue);
    text-decoration: none;
}

.login-link:hover {
    text-decoration: underline;
}

.login-actions {
    display: flex;
}

.login-submit::part(base) {
    width: 100%;
    height: 46px;
    font-weight: 600;
    font-size: 0.95rem;
}

.login-secondary {
    display: flex;
    justify-content: center;
    gap: 6px;
    font-size: 0.9rem;
    color: #475569;
    margin-top: 4px;
}

.login-secondary__cta {
    background: none;
    border: none;
    padding: 0;
    font-weight: 600;
    color: var(--affiliBlue);
    cursor: pointer;
}

.login-secondary__cta:hover {
    text-decoration: underline;
}

#affiliLogo_box {
    width: 70px;
    height: 70px;
    border-radius: 35px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}

#affiliLogo_logo {
    width: 90%;
    height: 90%;
    margin-left: 5px;
}

#loginText {
    font-family: "Open Sans", sans-serif;
    font-size: 1.375rem;
    font-weight: 400;
    line-height: 1.75rem;
    text-align: center;
}


#welcomeText{
    margin: 20px;;
}


#verifyText{
    color: #767676;
    margin: 20px;
}

#obscureEmail {
    font-weight: 900;
    color: var(--affiliBlue);
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

#emailInput{
    width:275px;
}

#verifyBtn{
    margin-left: 10px;
}

#toomanyText{
    font-size: 18px;
    margin:20px;
    text-align: center;
    margin-top: 40px;
    font-weight: 500;
}

.passwordinput{
    width:325px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
}

#submitPasswordBtn{
    margin-left: auto;
    margin-right: 20px;
}

.contentPanel{
    height:100%;
}

html, body, .container, sl-tab-group {
  height: 100%;
}

sl-tab-group {
  height: 100%;
  display: flex;
  flex-direction: column;
}

sl-tab-panel {
  height: 100%;
}


.contentPanel {
  flex: 1; /* take up remaining space */
  overflow: auto;
}


#tabContainer {
  display: flex;
  flex-direction: column;
  height: 100vh; /* or 100% if its parent is full-height */
}



sl-tab-group::part(body) {
  flex: 1;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 0; /* allows shrinking inside flex */
}

sl-tab-group::part(base) {
  flex: 1;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 0; /* allows shrinking inside flex */
}

#passwordInstructions{
    margin-left:40px;
    margin-right:40px;
}

.no-bullet {
  list-style-type: none;
  padding-left: 0; /* optional, removes indent */
  margin-left:40px;
  margin-right: 40px;
}

.strike-through {
  position: relative;
  color: #999;
}
.strike-through::after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  height: 0px;
      background: linear-gradient(#fff, #fff) padding-box, linear-gradient(45.12deg, #217bfe, #078efb, #ac87eb, #ee4d5d) border-box;
    border: 1px solid transparent;
    border-radius: 24px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    overflow: hidden;
  animation: strike 0.4s ease-out forwards;
}

@keyframes strike {
  from { width: 0; }
  to { width: 100%; }
}



ul.no-bullet li {
  display: inline-block; /* shrink to fit text */
  width: auto;
}

.shepherd-header {
    background: var(--sl-color-primary-600) !important;
    color:white !important;
    padding: 1em;
}

.shepherd-title{
    color:white;
}
.shepherd-element.shepherd-has-title[data-popper-placement^=bottom]>.shepherd-arrow:before {
    background-color: var(--sl-color-primary-600) !important  ;
}

.button--outline.button--primary {
    border-color: var(--sl-color-primary-600);
    color: var(--sl-color-primary-600);
}

.button--medium {
    height: auto;
    min-height: var(--sl-input-height-medium);
    font-size: var(--sl-button-font-size-medium);
    line-height: calc(var(--sl-input-height-medium) - var(--sl-input-border-width) * 2);
    border-radius: var(--sl-input-border-radius-medium);
}

.shepherd-button {
    background: none !important;
    border-width: 1px !important;
    border: solid !important;
    border-color: var(--sl-color-primary-600) !important;
    color: var(--sl-color-primary-600) !important;
    border-radius: var(--sl-input-border-radius-medium) !important;
    cursor: pointer !important;
    margin-right: .5rem !important;
    padding: .5rem 1.5rem !important;
    transition: all .5s ease !important;
}

.shepherd-button:hover{
    background-color: var(--sl-color-primary-600) !important;
    color: white !important;
    border-color: var(--sl-color-primary-600) !important;   
} 

#messagesContent{
    height:100%;
    overflow: hidden;
}
#layoutContainer {
    width: 100%;
    height: 100%;
}
#message_list {
    height: 100%;
}

.lm_tab:hover, .lm_tab.lm_active {
    background: var(--sl-color-primary-600) !important;
    color: white !important;
}

.lm_header .lm_tab .lm_close_tab {
    width: 11px;
    height: 11px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAYAAADEUlfTAAAANUlEQVR4nGWNsQ0AMAzCHP7/mS5RRSkbsgVj28Dwx1rgBsBoSwp3SWFPgoamLlTguVBPpXAActAQCth5mLEAAAAASUVORK5CYII=) !important;
    background-position: center center;
    background-repeat: no-repeat;
    right: 6px;
    top: 3px !important;
    opacity: 1 !important;
}

.loading-spinnerBox {
    height: 100px;
    background-color: whitesmoke;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

#logoutBox{
    min-width: 200px;
    min-height:45px;
    display:flex;
    align-items:center;
    gap:8px;
    margin-right: 20px;
    cursor: pointer;
}

.user-meta {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    min-width: 0;
    line-height: 1.2;
}

.user-name-row {
    display: flex;
    align-items: center;
    min-width: 0;
    gap: 4px;
}

.user-trigger::part(base) {
  background: none;
  border: none;
  box-shadow: none;
  padding: 0;
}

.user-trigger:hover::part(base) {
  background: none;
}

#logoutBox .avatar,
#userAvatar {
  width: 40px !important;
  height: 40px !important;
  min-width: 40px;
  min-height: 40px;
  max-width: 40px;
  max-height: 40px;
  border-radius: 50%;
  margin-right: 6px;
  object-fit: cover;
  display: block;
}

#logoutBox .avatar[hidden],
#userAvatar[hidden] {
  display: none !important;
}

.user-name {
    vertical-align: middle;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 150px;
}

.user-menu-arrow {
    font-size: 14px;
    color: var(--sl-color-neutral-500, #64748b);
    flex: 0 0 auto;
}

#menu-version::part(base) {
    font-size: 12px;
    color: var(--sl-color-neutral-500, #64748b);
    justify-content: flex-end;
}

.tab-spacer{
    flex:1;
}

.card-header{
    color:white;
    background: var(--sl-color-primary-600);
}

.grid-stack-item .card {
    box-shadow: 0 1px 3px rgba(0,0,0,.12);
    border: 1px solid rgba(0,0,0,.08);
    border-radius: 6px;
    background: #fff;
    height: auto !important;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

#body_extra {
    display: none;
    position: absolute;
    top: 0;
    background:var(--grayBackground);
    z-index: 9999;
    height: 100vh;
}

.vnm-item-iconBox{
    width:40px;
    height:40px;
    border-radius:5px;
    overflow: hidden;
    margin-right:5px;
}
.vnm-item-icon{
    width: 100%;
    height: 100%;
    object-fit: cover;
}


    .ne-card{display:flex;align-items:center;gap:10px;font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif}
    .ne-cal{width:64px;border-radius:14px;background:#fff;box-shadow:0 2px 6px rgba(0,0,0,.12);overflow:hidden}
    .ne-cal-top{background:#e41d22;color:#fff;font-weight:600;font-size:12px;line-height:22px;text-align:center}
    .ne-cal-day{background:#fff;color:#000;font-weight:700;font-size:28px;line-height:42px;text-align:center}
    .ne-info .ne-name{font-weight:600}
    .ne-info .ne-time{font-size:12px;color:#666}

    .card-header{ cursor: move; user-select: none; }

    .message-image-dash{
    display: block;
    max-width: 80px;
    max-height: 80px;
    width: auto;
    height: auto;
    margin: 5px 10px 5px 10px;
    border-radius: 8px;
    object-fit: contain;
}
    

.app-download-card {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.app-download-card__message {
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.45;
    color: var(--sl-color-neutral-800);
}

.app-download-card__badges {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.app-download-card__badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 16px;
    border-radius: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.app-download-card__badge--apple {
    background: linear-gradient(135deg, #1c1c1e, #2a2a2c);
    color: #fff;
}

.app-download-card__badge--google {
    background: linear-gradient(135deg, #0f9d58, #4285f4);
    color: #fff;
}

.app-download-card__badge:hover,
.app-download-card__badge:focus {
    transform: translateY(-1px);
    box-shadow: 0 12px 24px -16px rgba(0, 0, 0, 0.6);
}

.app-download-card__badgeIcon {
    font-size: 1.2rem;
    line-height: 1;
}

.app-download-card__badgeText {
    font-size: 0.92rem;
}

#confirmPasswordInput::part(suffix) {
    display: none !important;
}
