@import '_content/Blazicons/Blazicons.ugzwxlf6d1.bundle.scp.css';

/* _content/Member/Components/Features/AccessDenied/AccessDenied.razor.rz.scp.css */
.access-denied-container[b-zqlblez1uy] {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  background-color: #f8f9fa;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.error-card[b-zqlblez1uy] {
  background: white;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  text-align: center;
  max-width: 500px;
  width: 90%;
}

.error-code[b-zqlblez1uy] {
  font-size: 6rem;
  font-weight: bold;
  color: #dc3545;
  margin: 0;
  line-height: 1;
}

.error-title[b-zqlblez1uy] {
  font-size: 2rem;
  color: #343a40;
  margin-top: 10px;
  margin-bottom: 20px;
}

.error-message[b-zqlblez1uy] {
  color: #6c757d;
  font-size: 1.1rem;
  margin-bottom: 30px;
  line-height: 1.6;
}

.btn-go-home[b-zqlblez1uy] {
  background-color: #0d6efd;
  color: white;
  border: none;
  padding: 12px 24px;
  font-size: 1rem;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.btn-go-home:hover[b-zqlblez1uy] {
  background-color: #0b5ed7;
}
/* _content/Member/Components/Features/Auth/Login.razor.rz.scp.css */
.login-container[b-zwq5dnpdn4] {
    display: flex;
    min-height: 100vh;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #0b214d;
    overflow: hidden;
}

.logo[b-zwq5dnpdn4] {
    width: 150px;
    height: 150x;
    object-fit: contain;
}

.mbaLogo[b-zwq5dnpdn4] {
    width: 160px;
    height: 170px;
    object-fit: contain;
}

.logo-container[b-zwq5dnpdn4] {
    position: absolute;
    top: 3rem;
    left: 4rem;
    display: flex;
    align-items: center;
    gap: 2rem;
}

.left-pane[b-zwq5dnpdn4] {
    flex: 5;
    background:white;
    /* background: linear-gradient(135deg, #f0f8ff 0%, #e0f2fe 100%); */
    padding: 4rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    box-shadow: 10px 0 30px rgba(0,0,0,0.1);
    z-index: 2;
}

.alert-danger-custom[b-zwq5dnpdn4] {
    background-color: #f8d7da;
    color: #721c24;
    padding: 10px 15px;
    border-radius: 8px;
    margin-bottom: 20px;
    font-size: 0.9rem;
    border: 1px solid #f5c6cb;
    text-align: center;
}


.logo[b-zwq5dnpdn4] {
    height: 150px;
    object-fit: contain;
}

.welcome-text[b-zwq5dnpdn4] {
    margin-top: 5rem;
}

.welcome-text h2[b-zwq5dnpdn4] {
    color: #0b214d;
    font-size: 2.2rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.welcome-text h1[b-zwq5dnpdn4] {
    color: #ff5a00;
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.2;
}


.right-pane[b-zwq5dnpdn4] {
    flex: 5;
    background-color: #0b214d;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    z-index: 1;
}

.login-card[b-zwq5dnpdn4] {
    background: #ffffff;
    border-radius: 16px;
    padding: 3rem;
    width: 100%;
    max-width: 480px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
}

.card-title[b-zwq5dnpdn4] {
    color: #0b214d;
    font-size: 1.6rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 2rem;
}

.form-group label[b-zwq5dnpdn4] {
    font-size: 0.9rem;
    color: #333;
    font-weight: 500;
    margin-bottom: 0.4rem;
    display: inline-block;
}

.text-danger[b-zwq5dnpdn4] {
    color: #dc3545;
    margin-left: 2px;
}

.custom-input[b-zwq5dnpdn4] {
    width: 100%;
    background-color: #f4f7fc;
    border: 1px solid #e1e5ee;
    border-radius: 8px;
    padding: 0.8rem 1rem;
    font-size: 1rem;
    color: #333;
    transition: all 0.3s;
}

.custom-input:focus[b-zwq5dnpdn4] {
    outline: none;
    border-color: #0b214d;
    background-color: #ffffff;
    box-shadow: 0 0 0 3px rgba(11, 33, 77, 0.1);
}

.forgot-password-container[b-zwq5dnpdn4] {
    text-align: right;
    margin-top: 0.5rem;
}

.forgot-password-link[b-zwq5dnpdn4] {
    color: #ff5a00;
    font-size: 0.85rem;
    text-decoration: none;
    font-weight: 500;
}

.forgot-password-link:hover[b-zwq5dnpdn4] {
    text-decoration: underline;
}

.btn-login[b-zwq5dnpdn4] {
    width: 100%;
    background-color: #0b214d;
    color: #ffffff;
    border: none;
    border-radius: 8px;
    padding: 0.85rem;
    font-size: 1.1rem;
    font-weight: 600;
    margin-top: 2rem;
    cursor: pointer;
    transition: background-color 0.3s;
}

.btn-login:hover[b-zwq5dnpdn4] {
    background-color: #081736;
}

.mt-3[b-zwq5dnpdn4] {
    margin-top: 1.2rem;
}

@media (max-width: 992px) {
    .login-container[b-zwq5dnpdn4] {
        flex-direction: column;
    }
    
    .left-pane[b-zwq5dnpdn4] {
        border-radius: 0;
        border-bottom-left-radius: 30% 20%;
        border-bottom-right-radius: 30% 20%;
        padding: 3rem 2rem;
        text-align: center;
    }

    .logo-container[b-zwq5dnpdn4] {
        position: relative;
        top: 0;
        left: 0;
        justify-content: center;
        margin-bottom: 2rem;
    }
    
    .welcome-text[b-zwq5dnpdn4] {
        margin-top: 0;
    }

    .welcome-text h1[b-zwq5dnpdn4] {
        font-size: 2.2rem;
    }
}

.welcome-text h4[b-zwq5dnpdn4] {
    color: #002C6C;
    font-weight: bold;
    font-size: 34px;
}

.welcome-text h3[b-zwq5dnpdn4] {
    color: #F26334;
    font-weight: bold;
    font-size: 40px;
}

/* Smaller screens / higher zoom */
@media (max-width: 1400px) {
    .welcome-text h4[b-zwq5dnpdn4] {
        color: #002C6C;
        font-weight: bold;
        font-size: 28px;
    }

    .welcome-text h3[b-zwq5dnpdn4] {
        color: #F26334;
        font-weight: bold;
        font-size: 32px;
    }
}

@media (max-width: 1200px) {
    .welcome-text h4[b-zwq5dnpdn4] {
        color: #002C6C;
        font-weight: bold;
        font-size: 22px;
    }

    .welcome-text h3[b-zwq5dnpdn4] {
        color: #F26334;
        font-weight: bold;
        font-size: 26px;
    }
}
/* _content/Member/Components/Features/ChangePassword/ChangePassword.razor.rz.scp.css */
.icon-box[b-zchs2xu3u5] {
  width: 65px;
  height: 65px;
  background: #f0f4ff;
  color: #0d47a1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
}
.input-group-text[b-zchs2xu3u5] {
  border-color: #dee2e6;
}
.form-control:focus[b-zchs2xu3u5] {
  box-shadow: none;
  border-color: #0d47a1;
}
/* _content/Member/Components/Features/Company/GetStarted.razor.rz.scp.css */
.hero-section[b-h6umu6ht2i] {
  width: min(calc(100% - 2rem), 1200px);
  margin: 0 auto; 
  padding-top: 2rem;
}

.hero-title[b-h6umu6ht2i] {
    color: #002C6C;
    font-weight: 700;
    /*    font-size: clamp(1.5rem, 4vw, 2rem);*/
    font-size: 16px;
    margin-bottom: 0.25rem;
}

.hero-subtitle[b-h6umu6ht2i] {
    color: #002C6C;
/*    font-size: clamp(0.9rem, 2vw, 1rem);*/
font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
}

.gs1-container[b-h6umu6ht2i] {
  width: min(calc(100% - 2rem), 1200px);
  margin-inline: auto;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding-bottom:2rem;
  padding-left : 2rem;
  padding-right : 2rem;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.section-title[b-h6umu6ht2i] {
    color: #002C6C;
    font-weight: 700;
/*    font-size: 1.05rem;*/
font-size:16px;
    margin-bottom: 0.2rem;
}

.section-subtitle[b-h6umu6ht2i] {
    color: #0d0d0d;
    /*    font-size: 0.85rem;*/
    font-size: 16px;
    display: block;
    margin-bottom: 1rem;
    font-weight: bold;
}

.divider[b-h6umu6ht2i] {
  border: none;
  height: 1px;
  background: #e2e8f0;
  margin: 1.5rem 0;
}

.check-item[b-h6umu6ht2i] {
  display: flex;
  gap: 0.75rem;
  margin-bottom: 1.25rem;
  align-items: flex-start;
}

.check-icon[b-h6umu6ht2i] {
  color: #1a3a6e;
  font-size: 1.1rem;
  margin-top: 0.1rem;
  flex-shrink: 0;
}

.check-content p[b-h6umu6ht2i] {
  margin-bottom: 0.2rem;
  color: #334155;
  font-size: 0.95rem;
  line-height: 1.6;
  overflow-wrap: anywhere;
}

.check-content[b-h6umu6ht2i] {
  min-width: 0;
  flex: 1;
}

    .check-content .myanmar-text[b-h6umu6ht2i] {
        color: #0d0d0d;
        /*  font-size:0.75rem;*/
        font-size : 14px;
        display: block;
        line-height: 1.5;
/*        font-weight: bold;*/
    }

    .check-content .english-text[b-h6umu6ht2i] {
        color: #002C6C;
        /*        font-size: 0.85rem;*/
        font-size: 16px;
        display: block;
        line-height: 1.5;
        /*        font-weight: bold;*/
    }

.section-heading-text[b-h6umu6ht2i] {
    font-weight: 600;
    color: #002C6C;
    font-size: 1rem;
    margin-bottom: 0;
}

.step-row[b-h6umu6ht2i] {
  display: flex;
  gap: 1rem;
  margin-bottom: 1.25rem;
  padding-left: 1.85rem;
  align-items: flex-start;
}

.step-label[b-h6umu6ht2i] {
  font-size: 0.95rem;
  color: black;
  min-width: 3.5rem;
  flex-shrink: 0;
}

.step-content p[b-h6umu6ht2i] {
  font-size: 0.95rem;
  color: #334155;
  margin-bottom: 0.2rem;
  display: inline;
  line-height: 1.6;
  overflow-wrap: anywhere;
}

.step-content[b-h6umu6ht2i] {
  min-width: 0;
  flex: 1;
}

    .step-content .myanmar-text[b-h6umu6ht2i] {
        /*        font-size: 0.75rem;*/
        font-size: 14px;
        color: #0d0d0d;
        display: block;
        line-height: 1.5;
        /*        font-weight: bold;*/
    }


    .step-content .english-text[b-h6umu6ht2i] {
        /*        font-size: 0.85rem;*/
        font-size: 16px;
        color: #002C6C;
        display: block;
        line-height: 1.5;
        /*        font-weight: bold;*/
    }

.note-box[b-h6umu6ht2i] {
  margin-top: 0.5rem;
}

.btn-gs1[b-h6umu6ht2i] {
  background: #1a3a6e;
  color: white;
  border: none;
  padding: 0.6rem 1.2rem;
  border-radius: 6px;
  font-weight: 600;
  font-size: 0.9rem;
  transition: all 0.2s;
}

.btn-gs1:hover[b-h6umu6ht2i] {
  background: #2b5aa0;
  color: white;
}

.sample-file-btn[b-h6umu6ht2i] {
  background-color: #1a3a6e;
  color: white;
  padding: 0.5rem 0.85rem;
  border-radius: 7px;
  font-weight: 600;
  box-shadow: 0 2px 5px rgba(15, 23, 42, 0.18);
}

.sample-file-btn:hover[b-h6umu6ht2i],
.sample-file-btn:focus-visible[b-h6umu6ht2i] {
  background-color: #2b5aa0;
  color: white;
}

.action-card[b-h6umu6ht2i] {
  background: linear-gradient(
    135deg,
    #1a3a6e 0%,
    #2b5aa0 100%
  );
  color: white;
  border-radius: 8px;
  padding: 1.5rem;
  margin-top: 2rem;
}

.action-card .btn-light[b-h6umu6ht2i] {
  background: white;
  color: #1a3a6e;
  border-radius: 6px;
  border: none;
  padding: 0.5rem 1rem;
  font-weight: 600;
  font-size: 0.9rem;
  min-height: 44px;
  white-space: nowrap;
}

.action-card .btn-light:hover[b-h6umu6ht2i] {
  background: #f1f5f9;
}

.login-link[b-h6umu6ht2i] {
  color: #fbbf24;
  font-weight: 600;
  text-decoration: underline;
}

.login-link:hover[b-h6umu6ht2i] {
  color: #f59e0b;
}

.table th[b-h6umu6ht2i]{
    background-color: transparent;
}

.table-responsive[b-h6umu6ht2i] {
  border-radius: 6px;
  -webkit-overflow-scrolling: touch;
}

.table-responsive .table[b-h6umu6ht2i] {
  min-width: 620px;
}

.action-card .d-flex.align-items-center[b-h6umu6ht2i] {
  flex-wrap: wrap;
  gap: 0.75rem;
  width: 100%;
}

.action-card .d-flex.align-items-center > p[b-h6umu6ht2i] {
  margin-right: 0 !important;
}

.action-card > .d-flex[b-h6umu6ht2i] {
  width: 100%;
}

.action-card > .mt-3.pt-3 p[b-h6umu6ht2i] {
  text-align: left;
  line-height: 1.7;
  overflow-wrap: anywhere;
}

@media (max-width: 767.98px) {
  .hero-section[b-h6umu6ht2i],
  .gs1-container[b-h6umu6ht2i] {
    width: min(calc(100% - 1rem), 1200px);
  }

  .hero-section[b-h6umu6ht2i] {
    padding-top: 0.75rem;
  }

  .gs1-container[b-h6umu6ht2i] {
    padding: 1.25rem;
    border-radius: 10px;
  }

    .section-title[b-h6umu6ht2i] {
        font-size: 1rem;
        line-height: 1.45;
        color: #0d0d0d;
    }

  .check-item[b-h6umu6ht2i] {
    gap: 0.6rem;
  }

  .step-row[b-h6umu6ht2i] {
    gap: 0.65rem;
    padding-left: 0;
  }

  .step-label[b-h6umu6ht2i] {
    min-width: 3.25rem;
  }

  .gs1-container .row.ps-5[b-h6umu6ht2i] {
    padding-left: 0 !important;
    margin-inline: 0;
  }

  .gs1-container .row.ps-5 > .col-12.d-flex[b-h6umu6ht2i] {
    display: block !important;
    padding-inline: 0;
  }

  .gs1-container .row.ps-5 > .col-12.d-flex > .col-1[b-h6umu6ht2i] {
    display: none;
  }

  .gs1-container .row.ps-5 > .col-12.d-flex > .col-11[b-h6umu6ht2i] {
    width: 100%;
  }

  .action-card[b-h6umu6ht2i] {
    padding: 1.25rem;
    margin-top: 2rem !important;
  }

  .action-card .d-flex.align-items-center[b-h6umu6ht2i] {
    justify-content: space-between;
  }

  .action-card .btn-light[b-h6umu6ht2i] {
    min-width: 120px;
    padding: 0.6rem 0.9rem;
  }

  .action-card > .mt-3.pt-3[b-h6umu6ht2i] {
    margin-top: 0.75rem !important;
    padding-top: 0.85rem !important;
  }
}

@media (max-width: 479.98px) {
  .hero-section[b-h6umu6ht2i],
  .gs1-container[b-h6umu6ht2i] {
    width: calc(100% - 0.75rem);
  }

  .gs1-container[b-h6umu6ht2i] {
    padding: 1rem 0.875rem;
  }

  .step-row[b-h6umu6ht2i] {
    display: grid;
    grid-template-columns: 2.75rem minmax(0, 1fr);
    font-size: 0.9rem;
  }

  .step-label[b-h6umu6ht2i] {
    min-width: 0;
  }

  .action-card .btn[b-h6umu6ht2i],
  .btn-gs1[b-h6umu6ht2i],
  .sample-file-btn[b-h6umu6ht2i] {
    min-height: 44px;
  }

  .action-card[b-h6umu6ht2i] {
    padding: 1rem;
  }

  .action-card > .d-flex[b-h6umu6ht2i] {
    align-items: stretch !important;
    margin-bottom: 0.75rem !important;
  }

  .action-card .d-flex.align-items-center[b-h6umu6ht2i] {
    flex-direction: column;
    align-items: stretch !important;
    gap: 0.65rem;
    margin-bottom: 1rem !important;
  }

  .action-card .d-flex.align-items-center > p[b-h6umu6ht2i] {
    font-size: 1rem !important;
  }

  .action-card .btn-light[b-h6umu6ht2i] {
    width: 100%;
    min-width: 0;
    padding: 0.65rem 1rem;
  }

  .action-card > .d-flex > div:last-child p[b-h6umu6ht2i] {
    font-size: 0.9rem !important;
    line-height: 1.55;
  }

  .action-card > .mt-3.pt-3 p[b-h6umu6ht2i] {
    font-size: 0.78rem !important;
    line-height: 1.65;
    opacity: 0.9 !important;
  }
}

.note-text[b-h6umu6ht2i] {
    display: flex;
    align-items: flex-start;
    gap: 5px;
    line-height: 1.6;
}

    .note-text strong[b-h6umu6ht2i] {
        flex-shrink: 0;
    }

.note-content[b-h6umu6ht2i] {
    display: block;
}

.note-myanmar[b-h6umu6ht2i] {
    display: block;
    margin-top: 5px;
}
/* _content/Member/Components/Features/CompanyRegistrationForm/CompanyRegistrationForm.razor.rz.scp.css */
.step-sidebar[b-s913kac9lb] {
  background: linear-gradient(180deg, #1a3686 0%, #0d1b4a 100%);
  min-height: 100vh;
  padding: 20px;
}

.step-item[b-s913kac9lb] {
  padding: 12px 16px;
  margin-bottom: 8px;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 12px;
}

.step-item:hover[b-s913kac9lb] {
  background: rgba(255, 255, 255, 0.1);
}

.step-item.active[b-s913kac9lb] {
  background: rgba(255, 255, 255, 0.2);
}

.step-number[b-s913kac9lb] {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
  color: white;
  flex-shrink: 0;
}

.step-item.active .step-number[b-s913kac9lb] {
  background: #ffc107;
  color: #1a3686;
}

.step-label[b-s913kac9lb] {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  font-weight: 500;
}

.step-item.active .step-label[b-s913kac9lb] {
  color: white;
}

.form-content[b-s913kac9lb] {
  background-color: #f8f9fc;
  min-height: calc(100vh - 85px);
  padding: 30px;
}

.content-card[b-s913kac9lb] {
  background: white;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  padding: 30px;
}

.form-label-custom[b-s913kac9lb] {
  font-weight: 500;
  color: #374151;
  font-size: 14px;
  margin-bottom: 6px;
}

.bg-light-blue[b-s913kac9lb] {
  background-color: #f0f4ff;
  border: 1px solid #e0e7ff;
}

.bg-light-blue:focus[b-s913kac9lb] {
  background-color: white;
  border-color: #1a3686;
  box-shadow: 0 0 0 3px rgba(26, 54, 134, 0.1);
}

.stepper-wrapper[b-s913kac9lb] {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  padding: 0 10px;
  overflow: hidden;
}

.stepper-line[b-s913kac9lb] {
  position: absolute;
  top: 20px;
  left: 12.5%;
  right: 12.5%;
  height: 2px;
  border-top: 2px dotted #e5e7eb;
  z-index: 0;
}

.stepper-item[b-s913kac9lb] {
  position: relative;
  z-index: 1;
  text-align: center;
}

.stepper-circle[b-s913kac9lb] {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 8px;
  font-weight: 600;
}

.stepper-circle img[b-s913kac9lb] {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

/*     .stepper-item.active .stepper-circle {
                background: #1a3686;
                border-color: #1a3686;
                color: white;
            }

            .stepper-text {
                font-size: 12px;
                color: #9ca3af;
            }

            .stepper-item.active .stepper-text {
                color: #1a3686;
                font-weight: 600;
            }
         */
.nav-step[b-s913kac9lb] {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: 600;
  font-size: 14px;
}

.nav-step.active[b-s913kac9lb] {
  background: #ffc107;
  color: #1a3686;
}

.upload-box[b-s913kac9lb] {
  border: 2px dashed #d6d6d6;
  border-radius: 12px;
  padding: 30px;
  text-align: center;
  background-color: #fafafa;
}

.upload-btn[b-s913kac9lb] {
  display: inline-block;
  padding: 8px 16px;
  border: 2px solid #ff6a00;
  border-radius: 8px;
  color: #ff6a00;
  background: #fff;
  cursor: pointer;
}

.file-preview[b-s913kac9lb] {
  margin-top: 15px;
}

.file-card[b-s913kac9lb] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f3f4f6;
  border-radius: 12px;
  padding: 12px 16px;
}

.file-left[b-s913kac9lb] {
  display: flex;
  align-items: center;
  gap: 12px;
}

.file-icon[b-s913kac9lb] {
  font-size: 24px;
  background: #fff;
  padding: 8px;
  border-radius: 8px;
}

.file-name[b-s913kac9lb] {
  font-weight: 500;
}

.file-meta[b-s913kac9lb] {
  font-size: 12px;
  color: #888;
}

.completed[b-s913kac9lb] {
  color: #2563eb;
  margin-left: 8px;
}

.file-delete[b-s913kac9lb] {
  cursor: pointer;
  color: #777;
}

.table th[b-s913kac9lb] {
  font-size: 13px;
  text-transform: none;
}

table thead[b-s913kac9lb] {
  background: var(--gs1-blue);
}

.inputwidth[b-s913kac9lb] {
  width: 100%;
  min-width: 180px;
}

.header-font-weight[b-s913kac9lb] {
  font-weight: 600;
}

.company-phone-field[b-s913kac9lb] {
  gap: 0.5rem;
}

.phone-prefix-field[b-s913kac9lb] {
  flex: 0 0 130px;
  min-width: 105px;
  max-width: 105px;
}

.phone-number-field[b-s913kac9lb] {
  flex: 1 1 auto;
  min-width: 0;
}

.contact-person-table[b-s913kac9lb]  .mud-table-head .mud-table-row {
  background-color: #1f4397 !important;
}

.contact-person-table[b-s913kac9lb]  .mud-table-head .mud-table-cell {
  background-color: #1f4397 !important;
  color: #fff !important;
  font-size: 13px;
  font-weight: 500 !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  white-space: nowrap;
}

.contact-person-table[b-s913kac9lb]  .inputwidth {
  width: 100% !important;
  min-width: 180px !important;
}

.contact-person-table[b-s913kac9lb]  .mud-input-control,
.contact-person-table[b-s913kac9lb]  .mud-input-control-input-container,
.contact-person-table[b-s913kac9lb]  .mud-input {
  width: 100% !important;
  min-width: 180px !important;
}

.contact-person-table[b-s913kac9lb] {
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  -webkit-overflow-scrolling: touch;
}

.contact-person-table[b-s913kac9lb]  .mud-table-container {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
}

.contact-person-table[b-s913kac9lb]  .mud-table-root {
  min-width: 1260px;
}

.table-container[b-s913kac9lb] {
  overflow-x: auto;
}

.table-container[b-s913kac9lb] {
  max-width: 850px;
}
.mud-table[b-s913kac9lb] {
  width: 100%;
}

.registration-page[b-s913kac9lb] {
  width: 100%;
  max-width: 1440px;
  margin-inline: auto;
  overflow-x: clip;
}

.registration-title[b-s913kac9lb] {
  font-size: clamp(1.35rem, 3vw, 1.6rem) !important;
  line-height: 1.3;
}

.stepper-item[b-s913kac9lb] {
  flex: 1 1 0;
  min-width: 0;
}

.stepper-text[b-s913kac9lb] {
  color: #64748b;
  font-size: clamp(0.7rem, 1.5vw, 0.82rem);
  font-weight: 500;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.stepper-item.active .stepper-text[b-s913kac9lb] {
  color: #1a3686;
  font-weight: 700;
}

.stepper-item.current .stepper-text[b-s913kac9lb] {
  color: #f26334;
}

.form-actions[b-s913kac9lb] {
  gap: 0.75rem;
}

.form-actions .btn[b-s913kac9lb] {
  min-height: 44px;
}

.registration-page .form-check-label[b-s913kac9lb],
.registration-page .form-label-custom[b-s913kac9lb] {
  line-height: 1.5;
  overflow-wrap: anywhere;
}

@media (max-width: 991.98px) {
  .registration-page[b-s913kac9lb] {
    padding: 0.75rem !important;
  }

  .content-card[b-s913kac9lb] {
    padding: 1.25rem !important;
  }

  .stepper-wrapper[b-s913kac9lb] {
    gap: 0.75rem;
    justify-content: flex-start;
    overflow-x: auto;
    padding: 0.25rem 0.15rem 0.75rem;
    scrollbar-width: thin;
    scroll-snap-type: x proximity;
  }

  .stepper-line[b-s913kac9lb] {
    display: none;
  }

  .stepper-item[b-s913kac9lb] {
    flex: 0 0 112px;
    min-width: 112px;
    padding: 0.5rem;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    background: #fff;
    scroll-snap-align: start;
  }

  .stepper-item.active[b-s913kac9lb] {
    background: #eff6ff;
    border-color: #bfdbfe;
  }

  .stepper-circle[b-s913kac9lb] {
    width: 36px;
    height: 36px;
    margin-bottom: 0.4rem;
  }

  .stepper-circle img[b-s913kac9lb] {
    width: 25px;
    height: 25px;
  }

  .company-phone-field[b-s913kac9lb] {
    align-items: stretch !important;
  }

  .contact-person-table[b-s913kac9lb] {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .contact-person-table[b-s913kac9lb]  .inputwidth,
  .contact-person-table[b-s913kac9lb]  .mud-input-control,
  .contact-person-table[b-s913kac9lb]  .mud-input-control-input-container,
  .contact-person-table[b-s913kac9lb]  .mud-input {
    min-width: 0 !important;
  }
}

@media (max-width: 959.98px) {
  .contact-person-table[b-s913kac9lb],
  .contact-person-table[b-s913kac9lb]  .mud-table-container {
    overflow: visible;
  }

  .contact-person-table[b-s913kac9lb]  .mud-table-root {
    display: block;
    min-width: 0;
  }

  .contact-person-table[b-s913kac9lb]  .mud-table-head {
    display: none;
  }

  .contact-person-table[b-s913kac9lb]  .mud-table-body {
    display: block;
  }

  .contact-person-table[b-s913kac9lb]  .mud-table-body .mud-table-row {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem 1.25rem;
    margin-bottom: 1rem;
    padding: 1rem;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.05);
  }

  .contact-person-table[b-s913kac9lb]  .mud-table-body .mud-table-cell {
    display: flex !important;
    min-width: 0 !important;
    padding: 0 !important;
    flex-direction: column;
    align-items: stretch !important;
    text-align: left !important;
    border: 0 !important;
  }

  .contact-person-table[b-s913kac9lb]  .mud-table-body .mud-table-cell::before {
    content: attr(data-label);
    display: block;
    min-width: 0 !important;
    margin-bottom: 0.375rem;
    padding: 0 !important;
    color: #475569;
    font-size: 0.78rem;
    font-weight: 600;
    text-align: left !important;
  }

  .contact-person-table[b-s913kac9lb]  .mud-table-body .mud-table-cell:first-child {
    grid-column: 1 / -1;
    padding-bottom: 0.75rem !important;
    color: #1a3686;
    font-weight: 700;
    border-bottom: 1px solid #e2e8f0 !important;
  }

  .contact-person-table[b-s913kac9lb]  .mud-table-body .mud-table-cell:first-child::before {
    display: none;
  }

  .contact-person-table[b-s913kac9lb]  .inputwidth,
  .contact-person-table[b-s913kac9lb]  .position-relative,
  .contact-person-table[b-s913kac9lb]  .form-control,
  .contact-person-table[b-s913kac9lb]  .mud-input-control,
  .contact-person-table[b-s913kac9lb]  .mud-input-control-input-container,
  .contact-person-table[b-s913kac9lb]  .mud-input {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
  }
}

@media (max-width: 575.98px) {
  .registration-page[b-s913kac9lb] {
    padding: 0.5rem !important;
  }

  .registration-page .form-content > .d-flex:first-child[b-s913kac9lb] {
    margin-bottom: 0.75rem !important;
  }

  .content-card[b-s913kac9lb] {
    padding: 1rem !important;
    border-radius: 12px !important;
  }

  .stepper-wrapper[b-s913kac9lb] {
    margin-bottom: 1rem !important;
  }

  .stepper-item[b-s913kac9lb] {
    flex-basis: 100px;
    min-width: 100px;
  }

  .registration-page .row.g-4[b-s913kac9lb] {
    --bs-gutter-y: 1rem;
    --bs-gutter-x: 1rem;
  }

  .company-phone-field[b-s913kac9lb] {
    flex-wrap: wrap;
  }

    .phone-prefix-field[b-s913kac9lb] {
        flex: 0 0 105px;
        min-width: 105px;
        max-width: 105px;
    }

  .phone-number-field[b-s913kac9lb] {
    flex: 1 1 150px;
  }

  .upload-box[b-s913kac9lb] {
    padding: 1rem;
  }

  .file-card[b-s913kac9lb],
  .file-left[b-s913kac9lb] {
    min-width: 0;
  }

  .file-name[b-s913kac9lb] {
    overflow-wrap: anywhere;
  }

  .form-actions[b-s913kac9lb] {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding-top: 1rem !important;
    margin-top: 1rem !important;
  }

  .form-actions .btn[b-s913kac9lb] {
    width: 100%;
  }

  .form-actions .btn:only-child[b-s913kac9lb] {
    grid-column: 1 / -1;
  }

  .form-actions .btn[b-s913kac9lb] {
    padding-inline: 1rem !important;
  }

  .alert[b-s913kac9lb] {
    padding: 0.875rem;
    font-size: 0.875rem;
  }

  .contact-person-table[b-s913kac9lb]  .mud-table-body .mud-table-row {
    grid-template-columns: minmax(0, 1fr);
    gap: 0.875rem;
    padding: 0.875rem;
  }

  .contact-person-table[b-s913kac9lb]  .mud-table-body .mud-table-cell:first-child {
    grid-column: auto;
  }
}
/* _content/Member/Components/Features/ForgotPassword/ForgotPassword.razor.rz.scp.css */
.login-container[b-88oplbjgwx] {
    display: flex;
    min-height: 100vh;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #0b214d; 
    overflow: hidden;
}


.left-pane[b-88oplbjgwx] {
    flex: 5;
    background: white;
    /* background: linear-gradient(135deg, #f0f8ff 0%, #e0f2fe 100%); */
    padding: 4rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    box-shadow: 10px 0 30px rgba(0,0,0,0.1);
    z-index: 2;
}



.alert-danger-custom[b-88oplbjgwx] {
    background-color: #f8d7da;
    color: #721c24;
    padding: 10px 15px;
    border-radius: 8px;
    margin-bottom: 20px;
    font-size: 0.9rem;
    border: 1px solid #f5c6cb;
    text-align: center;
}

.logo[b-88oplbjgwx] {
    width: 150px;
    height: 150x;
    object-fit: contain;
}

.mbaLogo[b-88oplbjgwx] {
    width: 160px;
    height: 170px;
    object-fit: contain;
}

.logo-container[b-88oplbjgwx] {
    position: absolute;
    top: 3rem;
    left: 4rem;
    display: flex;
    align-items: center;
    gap: 2rem;
}
.welcome-text[b-88oplbjgwx] {
    margin-top: 5rem;
}

    .welcome-text h2[b-88oplbjgwx] {
        color: #0b214d;
        font-size: 2.2rem;
        font-weight: 600;
        margin-bottom: 0.5rem;
    }

    .welcome-text h1[b-88oplbjgwx] {
        color: #ff5a00;
        font-size: 2.8rem;
        font-weight: 700;
        line-height: 1.2;
    }

.right-pane[b-88oplbjgwx] {
    flex: 5;
    background-color: #0b214d;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    z-index: 1;
}

.login-card[b-88oplbjgwx] {
    background: #ffffff;
    border-radius: 16px;
    padding: 3rem;
    width: 100%;
    max-width: 480px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
}

.card-title[b-88oplbjgwx] {
    color: #0b214d;
    font-size: 1.6rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 2rem;
}

.form-group label[b-88oplbjgwx] {
    font-size: 0.9rem;
    color: #333;
    font-weight: 500;
    margin-bottom: 0.4rem;
    display: inline-block;
}

.text-danger[b-88oplbjgwx] {
    color: #dc3545;
    margin-left: 2px;
}

.custom-input[b-88oplbjgwx] {
    width: 100%;
    background-color: #f4f7fc;
    border: 1px solid #e1e5ee;
    border-radius: 8px;
    padding: 0.8rem 1rem;
    font-size: 1rem;
    color: #333;
    transition: all 0.3s;
}

.custom-input:focus[b-88oplbjgwx] {
    outline: none;
    border-color: #0b214d;
    background-color: #ffffff;
    box-shadow: 0 0 0 3px rgba(11, 33, 77, 0.1);
}

.forgot-password-container[b-88oplbjgwx] {
    text-align: right;
    margin-top: 0.5rem;
}

.forgot-password-link[b-88oplbjgwx] {
    color: #ff5a00;
    font-size: 0.85rem;
    text-decoration: none;
    font-weight: 500;
}

.forgot-password-link:hover[b-88oplbjgwx] {
    text-decoration: underline;
}

.btn-login[b-88oplbjgwx] {
    width: 100%;
    background-color: #0b214d;
    color: #ffffff;
    border: none;
    border-radius: 8px;
    padding: 0.85rem;
    font-size: 1.1rem;
    font-weight: 600;
    margin-top: 2rem;
    cursor: pointer;
    transition: background-color 0.3s;
}

.btn-login:hover[b-88oplbjgwx] {
    background-color: #081736;
}

.mt-3[b-88oplbjgwx] {
    margin-top: 1.2rem;
}

@media (max-width: 992px) {
    .login-container[b-88oplbjgwx] {
        flex-direction: column;
    }
    
    .left-pane[b-88oplbjgwx] {
        border-radius: 0;
        border-bottom-left-radius: 30% 20%;
        border-bottom-right-radius: 30% 20%;
        padding: 3rem 2rem;
        text-align: center;
    }

    .logo-container[b-88oplbjgwx] {
        position: relative;
        top: 0;
        left: 0;
        justify-content: center;
        margin-bottom: 2rem;
    }
    
    .welcome-text[b-88oplbjgwx] {
        margin-top: 0;
    }

    .welcome-text h1[b-88oplbjgwx] {
        font-size: 2.2rem;
    }
}

.forgot-pwd-header[b-88oplbjgwx] {
    margin-bottom: 2rem;
}

.forgot-pwd-header h4[b-88oplbjgwx] {
    color: #0b214d;
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.forgot-pwd-header p[b-88oplbjgwx] {
    color: #64748b; 
    font-size: 0.9rem;
    margin-bottom: 0;
}

.mb-4[b-88oplbjgwx] {
    margin-bottom: 1.5rem;
}

.action-buttons[b-88oplbjgwx] {
    display: flex;
    gap: 1rem;
    margin-top: 1.5rem;
}

.btn-submit[b-88oplbjgwx] {
    background-color: #0b214d;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    padding: 0.6rem 1.5rem;
    font-size: 1rem;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.3s;
}

.btn-submit:hover[b-88oplbjgwx] {
    background-color: #081736;
}

.btn-cancel[b-88oplbjgwx] {
    background-color: #e0f2fe; /* ပုံပါအတိုင်း အပြာနုရောင် */
    color: #0b214d;
    border: none;
    border-radius: 6px;
    padding: 0.6rem 1.5rem;
    font-size: 1rem;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.3s;
}

.btn-cancel:hover[b-88oplbjgwx] {
    background-color: #bae6fd;
}

/* Success Message လေးပြချင်ရင် သုံးရန် */
.alert-success-custom[b-88oplbjgwx] {
    background-color: #d4edda;
    color: #155724;
    padding: 10px 15px;
    border-radius: 8px;
    margin-bottom: 20px;
    font-size: 0.9rem;
    border: 1px solid #c3e6cb;
    text-align: center;
}

.welcome-text h4[b-88oplbjgwx] {
    color: #002C6C;
    font-weight: bold;
    font-size: 36px;
}

.welcome-text h3[b-88oplbjgwx] {
    color: #F26334;
    font-weight: bold;
    font-size: 42px;
}

/* Smaller screens / higher zoom */
@media (max-width: 1400px) {
    .welcome-text h4[b-88oplbjgwx] {
        color: #002C6C;
        font-weight: bold;
        font-size: 28px;
    }

    .welcome-text h3[b-88oplbjgwx] {
        color: #F26334;
        font-weight: bold;
        font-size: 34px;
    }
}

@media (max-width: 1200px) {
    .welcome-text h4[b-88oplbjgwx] {
        color: #002C6C;
        font-weight: bold;
        font-size: 24px;
    }

    .welcome-text h3[b-88oplbjgwx] {
        color: #F26334;
        font-weight: bold;
        font-size: 28px;
    }
}
/* _content/Member/Components/Features/GLN/GLNCreate.razor.rz.scp.css */
.gln-create-page[b-nid906rt2t] {
    width: 100%;
    min-width: 0;
    overflow-x: clip;
}

.gln-create-page .row[b-nid906rt2t],
.gln-create-page [class*="col-"][b-nid906rt2t] {
    min-width: 0;
}

.gln-create-page[b-nid906rt2t]  .mud-input-control,
.gln-create-page[b-nid906rt2t]  .mud-input-control-input-container,
.gln-create-page[b-nid906rt2t]  .mud-input,
.gln-create-page[b-nid906rt2t]  .mud-select {
    max-width: 100%;
    min-width: 0;
}

/* AppSelect is enhanced by Select2 after render. Its generated container keeps
   the desktop pixel width unless it is explicitly allowed to follow its column. */
.gln-create-page[b-nid906rt2t]  .select2-container,
.gln-create-page[b-nid906rt2t]  .form-control,
.gln-create-page[b-nid906rt2t]  .form-select {
    width: 100% !important;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
}

.gln-create-page[b-nid906rt2t]  .select2-selection,
.gln-create-page[b-nid906rt2t]  .select2-selection__rendered {
    max-width: 100%;
    min-width: 0;
}

.gln-create-page img[b-nid906rt2t] {
    max-width: 100%;
}

/* Keep Bootstrap's negative row gutters from being clipped by the form shell. */
.gln-create-page .gln-details-content > .row[b-nid906rt2t],
.gln-create-page .gln-details-content > .row > .row[b-nid906rt2t],
.gln-create-page .gln-details-content > .row > [class*="col-"] > .row[b-nid906rt2t] {
    margin-left: 0;
    margin-right: 0;
}

.gln-create-page .gln-details-content > .row[b-nid906rt2t] {
    width: 100%;
}

/* Step 2 uses one visual form column. Full-row fields and split field groups
   share this width so the layout does not jump between 5/12, 72%, and 100%. */
.gln-create-page .gln-name-row[b-nid906rt2t],
.gln-create-page .gln-role-row[b-nid906rt2t],
.gln-create-page .gln-address-mode-section[b-nid906rt2t],
.gln-create-page .gln-address-fields[b-nid906rt2t],
.gln-create-page .gln-geolocation-row[b-nid906rt2t],
.gln-create-page .gln-relation-row[b-nid906rt2t],
.gln-create-page .gln-contact-section[b-nid906rt2t],
.gln-create-page .gln-identifier-section[b-nid906rt2t],
.gln-create-page .gln-details-content > .mt-4:last-child[b-nid906rt2t] {
    width: min(100%, 850px);
    max-width: 850px;
}

.gln-create-page .gln-details-content > .row[b-nid906rt2t],
.gln-create-page .gln-details-content > .row .row[b-nid906rt2t] {
    --bs-gutter-x: 0;
}

.gln-create-page .gln-role-row > .col-md-5[b-nid906rt2t],
.gln-create-page .gln-relation-row > .col-md-5[b-nid906rt2t],
.gln-create-page .gln-geolocation-row > .col-md-5[b-nid906rt2t] {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.gln-create-page .gln-name-row[b-nid906rt2t] {
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(180px, 1fr);
    gap: 1rem;
}

.gln-create-page .gln-name-row > [class*="col-"][b-nid906rt2t] {
    width: 100%;
    max-width: 100%;
    padding: 0;
}

.gln-create-page .gln-address-mode-options[b-nid906rt2t] {
    width: 100%;
    max-width: 850px;
}

.gln-create-page .gln-contact-fields[b-nid906rt2t],
.gln-create-page .gln-phone-fields[b-nid906rt2t],
.gln-create-page .gln-identifier-fields[b-nid906rt2t] {
    display: grid !important;
    width: 100% !important;
    max-width: 850px !important;
    gap: 0.75rem !important;
    padding: 0 !important;
}

.gln-create-page .gln-contact-fields[b-nid906rt2t],
.gln-create-page .gln-identifier-fields[b-nid906rt2t] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.gln-create-page .gln-phone-fields[b-nid906rt2t] {
    grid-template-columns: minmax(120px, 0.32fr) minmax(0, 1fr);
}

.gln-create-page .gln-contact-fields > [class*="col-"][b-nid906rt2t],
.gln-create-page .gln-phone-fields > [class*="col-"][b-nid906rt2t],
.gln-create-page .gln-identifier-fields > [class*="col-"][b-nid906rt2t] {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0;
    padding: 0;
}

/* Keep every contact and identifier row on its own line without introducing
   another Bootstrap row gutter. */
.gln-create-page .gln-contact-section > span[b-nid906rt2t],
.gln-create-page .gln-identifier-section > span[b-nid906rt2t] {
    padding-left: 0;
    padding-right: 0;
}

.gln-create-page .gln-phone-row[b-nid906rt2t],
.gln-create-page .gln-identifier-row[b-nid906rt2t] {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
}

.gln-create-page .gln-contact-fields[b-nid906rt2t],
.gln-create-page .gln-phone-fields[b-nid906rt2t],
.gln-create-page .gln-identifier-fields[b-nid906rt2t] {
    margin-left: 0;
    margin-right: 0;
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    .gln-create-page .gln-name-row[b-nid906rt2t] {
        display: grid;
        grid-template-columns: minmax(0, 2fr) minmax(180px, 1fr);
        gap: 1rem;
        max-width: 850px;
    }

    .gln-create-page .gln-name-row > [class*="col-"][b-nid906rt2t] {
        width: 100%;
        max-width: 100%;
        padding: 0;
    }

    .gln-create-page .gln-contact-fields[b-nid906rt2t],
    .gln-create-page .gln-phone-fields[b-nid906rt2t],
    .gln-create-page .gln-identifier-fields[b-nid906rt2t] {
        width: 100% !important;
        max-width: 850px !important;
    }
}

@media (max-width: 991.98px) {
    .gln-create-page .form-content[b-nid906rt2t] {
        padding: 1.25rem !important;
    }

    .gln-create-page .gln-page-header[b-nid906rt2t] {
        margin-bottom: 2rem !important;
    }

    .gln-create-page .gln-stepper[b-nid906rt2t] {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        width: min(100%, 720px);
        max-width: 100% !important;
        gap: 0.75rem;
        margin-inline: auto !important;
        padding: 0.25rem 0 0.75rem;
    }

    .gln-create-page .stepper-line[b-nid906rt2t] {
        display: none;
    }

    .gln-create-page .stepper-item[b-nid906rt2t] {
        width: 100%;
        min-width: 0;
        padding: 0.75rem 0.5rem;
        box-sizing: border-box;
        background: #fff;
        border: 1px solid #e2e8f0;
        border-radius: 12px;
    }

    .gln-create-page .stepper-item.active[b-nid906rt2t],
    .gln-create-page .stepper-item.completed[b-nid906rt2t] {
        background: #eff6ff;
        border-color: #bfdbfe;
    }

    .gln-create-page .gln-step-content .ms-5[b-nid906rt2t],
    .gln-create-page .gln-step-content .me-5[b-nid906rt2t],
    .gln-create-page .gln-step-content .ps-3[b-nid906rt2t],
    .gln-create-page .gln-step-content .pe-5[b-nid906rt2t] {
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .gln-create-page .info-card[b-nid906rt2t] {
        position: relative;
        inset: auto;
        width: min(100%, 240px);
        height: auto;
        min-height: 190px;
        margin: 0 auto -2rem;
    }

    .gln-create-page .main-card[b-nid906rt2t] {
        margin-left: 0;
        padding: 4rem 1.5rem 2rem;
        border-radius: 20px;
    }

    .gln-create-page .status-box[b-nid906rt2t] {
        position: static;
        justify-content: flex-end;
        margin-bottom: 1rem;
    }

    .gln-create-page .gln-contact-fields[b-nid906rt2t],
    .gln-create-page .gln-phone-fields[b-nid906rt2t],
    .gln-create-page .gln-identifier-fields[b-nid906rt2t] {
        display: grid !important;
        width: 100% !important;
        max-width: 760px !important;
        gap: 0.75rem !important;
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .gln-create-page .gln-contact-fields[b-nid906rt2t],
    .gln-create-page .gln-identifier-fields[b-nid906rt2t] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .gln-create-page .gln-phone-fields[b-nid906rt2t] {
        grid-template-columns: minmax(90px, 0.32fr) minmax(0, 1fr);
    }

    .gln-create-page .gln-contact-fields > [class*="col-"][b-nid906rt2t],
    .gln-create-page .gln-phone-fields > [class*="col-"][b-nid906rt2t],
    .gln-create-page .gln-identifier-fields > [class*="col-"][b-nid906rt2t] {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0;
        padding: 0;
    }

    .gln-create-page .gln-address-mode-options[b-nid906rt2t] {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        width: 100%;
        max-width: 820px;
        gap: 0.75rem;
        margin-inline: 0;
    }

    .gln-create-page .gln-address-mode-options > [class*="col-"][b-nid906rt2t] {
        width: 100% !important;
        max-width: 100% !important;
        padding: 0;
    }

    .gln-create-page .gln-address-mode-options > :only-child[b-nid906rt2t] {
        grid-column: 1 / -1;
        max-width: 420px !important;
    }

    .gln-create-page .gln-address-mode-options label[b-nid906rt2t] {
        width: 100%;
        min-height: 48px;
        margin: 0;
        padding: 0.5rem 0.75rem;
        border: 1px solid #dbe3ee;
        border-radius: 10px;
    }

    .gln-create-page .gln-address-mode-options .address-mode-title[b-nid906rt2t] {
        margin-block: 0;
        text-align: left;
    }
}

@media (max-width: 767.98px) {
    .gln-create-page .gln-details-form[b-nid906rt2t],
    .gln-create-page .gln-details-content[b-nid906rt2t] {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        overflow-x: hidden;
    }

    .gln-create-page .gln-details-content .row .row[b-nid906rt2t] {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .gln-create-page .gln-details-content > .row[b-nid906rt2t] {
        margin-left: 0;
        margin-right: 0;
    }

    .gln-create-page .gln-name-row[b-nid906rt2t] {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        gap: 1rem;
    }

    .gln-create-page .gln-name-row > [class*="col-"][b-nid906rt2t] {
        padding-left: 0;
        padding-right: 0;
    }

    .gln-create-page .gln-two-card-grid[b-nid906rt2t],
    .gln-create-page .gln-three-card-grid[b-nid906rt2t] {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr);
        gap: 1rem;
    }

    .gln-create-page .gln-two-card-grid > [class*="col-"][b-nid906rt2t],
    .gln-create-page .gln-three-card-grid > [class*="col-"][b-nid906rt2t] {
        display: block !important;
        visibility: visible !important;
        width: 100% !important;
        max-width: 100% !important;
        padding-inline: 0;
    }

    .gln-create-page .gln-location-grid > .col-11[b-nid906rt2t] {
        width: 100%;
        max-width: 100%;
    }

    .gln-create-page .gln-step-content .col-md-3[b-nid906rt2t],
    .gln-create-page .gln-step-content .col-md-4[b-nid906rt2t],
    .gln-create-page .gln-step-content .col-md-5[b-nid906rt2t],
    .gln-create-page .gln-step-content .col-md-6[b-nid906rt2t],
    .gln-create-page .gln-step-content .col-md-9[b-nid906rt2t] {
        width: 100%;
        max-width: 100%;
    }

    .gln-create-page .gln-step-content .d-flex[class*="col-"][b-nid906rt2t] {
        flex-wrap: wrap;
    }

    .gln-create-page .select-box[b-nid906rt2t] {
        width: 100%;
        height: 160px;
    }

    .gln-create-page .gln-address-mode-options[b-nid906rt2t] {
        grid-template-columns: minmax(0, 1fr);
    }

    .gln-create-page .gln-address-mode-options > :only-child[b-nid906rt2t] {
        max-width: 100% !important;
    }

    .gln-create-page .gln-details-content > .row > [class*="col-"][b-nid906rt2t] {
        padding-right: 0;
        padding-left: 0;
    }

    .gln-create-page[b-nid906rt2t]  .select2-selection--single,
    .gln-create-page[b-nid906rt2t]  .form-control,
    .gln-create-page[b-nid906rt2t]  .form-select {
        min-height: 44px;
    }
}

@media (max-width: 575.98px) {
    .gln-create-page .form-content[b-nid906rt2t] {
        padding: 0.9rem !important;
        border-radius: 0.75rem !important;
    }

    .gln-create-page .gln-page-header[b-nid906rt2t] {
        margin-top: 0.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .gln-create-page .gln-stepper[b-nid906rt2t] {
        gap: 0.4rem;
        padding-inline: 0;
    }

    .gln-create-page .gln-details-content > div:first-child h5[b-nid906rt2t] {
        font-size: 1.1rem;
        line-height: 1.35;
    }

    .gln-create-page .gln-details-content > div:first-child p[b-nid906rt2t] {
        line-height: 1.5;
        overflow-wrap: anywhere;
    }

    .gln-create-page .stepper-item[b-nid906rt2t] {
        padding: 0.65rem 0.25rem;
    }

    .gln-create-page .stepper-text[b-nid906rt2t] {
        padding-inline: 0;
        font-size: 0.72rem;
        line-height: 1.3;
    }

    .gln-create-page .gln-step-content .col-6[b-nid906rt2t],
    .gln-create-page .gln-step-content .col-9[b-nid906rt2t],
    .gln-create-page .gln-step-content .col-10[b-nid906rt2t],
    .gln-create-page .gln-step-content .col-11[b-nid906rt2t] {
        width: 100%;
        max-width: 100%;
    }

    .gln-create-page .gln-step-content .row[b-nid906rt2t] {
        --bs-gutter-x: 1rem;
    }

    .gln-create-page .gln-selection-actions[b-nid906rt2t] {
        gap: 0.75rem;
    }

    .gln-create-page .gln-selection-actions > div[b-nid906rt2t],
    .gln-create-page .gln-selection-actions button[b-nid906rt2t] {
        flex: 1 1 0;
        width: 100%;
        margin: 0 !important;
    }

    .gln-create-page .gln-form-actions[b-nid906rt2t] {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.75rem;
    }

    .gln-create-page .gln-form-actions > div[b-nid906rt2t],
    .gln-create-page .gln-form-actions button[b-nid906rt2t] {
        width: 100%;
        margin: 0 !important;
    }

    .gln-create-page .gln-contact-fields[b-nid906rt2t],
    .gln-create-page .gln-identifier-fields[b-nid906rt2t] {
        grid-template-columns: minmax(0, 1fr);
    }

    .gln-create-page .gln-address-language-row[b-nid906rt2t] {
        flex-wrap: wrap;
        gap: 0.75rem !important;
    }

    .gln-create-page .gln-address-language-row > .col-6[b-nid906rt2t] {
        flex: 0 0 100%;
        width: 100%;
    }

    .gln-create-page .gln-address-language-row .mt-6[b-nid906rt2t] {
        margin-top: 0 !important;
    }

    .gln-create-page .gln-details-form .alert[b-nid906rt2t] {
        padding: 0.875rem;
    }

    .gln-create-page .gln-details-form .alert ul[b-nid906rt2t] {
        margin-bottom: 0;
        padding-left: 1.25rem;
    }

    .gln-create-page .gln-details-content .col-1[b-nid906rt2t] {
        width: auto;
        max-width: 100%;
    }

    .gln-create-page .gtin-badge[b-nid906rt2t] {
        width: 100%;
        max-width: 100%;
    }

    .gln-create-page .gtin-number[b-nid906rt2t] {
        padding-left: 54px;
        font-size: 1rem;
        overflow-wrap: anywhere;
    }

    .gln-create-page .main-card[b-nid906rt2t] {
        padding: 3.5rem 1rem 1.5rem;
    }
}

@media (max-width: 359.98px) {
    .gln-create-page .gln-phone-fields[b-nid906rt2t] {
        grid-template-columns: minmax(0, 1fr);
    }
}

/* Preserve the original Bootstrap desktop composition. Responsive widening,
   alignment and stacking apply below the lg breakpoint only. */
@media (min-width: 992px) {
    .gln-create-page .gln-details-content > .row[b-nid906rt2t],
    .gln-create-page .gln-details-content > .row .row[b-nid906rt2t] {
        --bs-gutter-x: 1.5rem;
    }

    .gln-create-page .gln-details-content > .row[b-nid906rt2t],
    .gln-create-page .gln-details-content > .row > .row[b-nid906rt2t],
    .gln-create-page .gln-details-content > .row > [class*="col-"] > .row[b-nid906rt2t],
    .gln-create-page .gln-contact-section > .row[b-nid906rt2t],
    .gln-create-page .gln-identifier-section > .row[b-nid906rt2t] {
        margin-right: calc(-0.5 * var(--bs-gutter-x));
        margin-left: calc(-0.5 * var(--bs-gutter-x));
    }

    .gln-create-page .gln-contact-section > span[b-nid906rt2t],
    .gln-create-page .gln-identifier-section > span[b-nid906rt2t] {
        padding-right: calc(var(--bs-gutter-x) * 0.5);
        padding-left: calc(var(--bs-gutter-x) * 0.5);
    }

    .gln-create-page .gln-name-row[b-nid906rt2t],
    .gln-create-page .gln-role-row[b-nid906rt2t],
    .gln-create-page .gln-address-fields[b-nid906rt2t],
    .gln-create-page .gln-geolocation-row[b-nid906rt2t],
    .gln-create-page .gln-relation-row[b-nid906rt2t],
    .gln-create-page .gln-contact-section[b-nid906rt2t],
    .gln-create-page .gln-identifier-section[b-nid906rt2t] {
        width: auto;
        max-width: none;
    }

    .gln-create-page .gln-address-mode-section[b-nid906rt2t],
    .gln-create-page .gln-details-content > .mt-4:last-child[b-nid906rt2t] {
        width: 100%;
        max-width: none;
    }

    .gln-create-page .gln-contact-section > .row[b-nid906rt2t],
    .gln-create-page .gln-identifier-section > .row[b-nid906rt2t] {
        width: auto;
    }

    .gln-create-page .gln-name-row[b-nid906rt2t] {
        display: flex;
        gap: 0;
    }

    .gln-create-page .gln-name-row > .col-md-5[b-nid906rt2t],
    .gln-create-page .gln-role-row > .col-md-5[b-nid906rt2t],
    .gln-create-page .gln-address-fields > .col-md-5[b-nid906rt2t],
    .gln-create-page .gln-geolocation-row > .col-md-5[b-nid906rt2t],
    .gln-create-page .gln-relation-row > .col-md-5[b-nid906rt2t] {
        width: 41.66666667%;
        max-width: 41.66666667%;
        padding-right: calc(var(--bs-gutter-x) * 0.5);
        padding-left: calc(var(--bs-gutter-x) * 0.5);
    }

    .gln-create-page .gln-name-row > .col-md-3[b-nid906rt2t] {
        width: 25%;
        max-width: 25%;
        padding-right: calc(var(--bs-gutter-x) * 0.5);
        padding-left: calc(var(--bs-gutter-x) * 0.5);
    }

    .gln-create-page .gln-address-mode-options[b-nid906rt2t] {
        width: auto;
        max-width: none;
    }

    .gln-create-page .gln-contact-fields[b-nid906rt2t],
    .gln-create-page .gln-phone-fields[b-nid906rt2t],
    .gln-create-page .gln-identifier-fields[b-nid906rt2t] {
        display: flex !important;
        width: 41.66666667% !important;
        max-width: 41.66666667% !important;
        padding-right: calc(var(--bs-gutter-x) * 0.5) !important;
        padding-left: calc(var(--bs-gutter-x) * 0.5) !important;
    }

    .gln-create-page .gln-contact-fields[b-nid906rt2t] {
        gap: 0.25rem !important;
    }

    .gln-create-page .gln-phone-fields[b-nid906rt2t] {
        gap: 0 !important;
    }

    .gln-create-page .gln-identifier-fields[b-nid906rt2t] {
        gap: 0.5rem !important;
    }

    .gln-create-page .gln-contact-fields > .col-md-6[b-nid906rt2t] {
        width: 50% !important;
        max-width: 50% !important;
    }

    .gln-create-page .gln-phone-fields > .col-md-3[b-nid906rt2t] {
        width: 25% !important;
        max-width: 25% !important;
    }

    .gln-create-page .gln-phone-fields > .col-md-9[b-nid906rt2t] {
        width: 75% !important;
        max-width: 75% !important;
    }

    .gln-create-page .gln-identifier-fields > .col-6[b-nid906rt2t] {
        width: 50% !important;
        max-width: 50% !important;
    }
}
/* _content/Member/Components/Features/InitialChangePassword/InitialChangePassword.razor.rz.scp.css */
.login-container[b-zt9fo6lkae] {
    display: flex;
    min-height: 100vh;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #0b214d;
    overflow: hidden;
}


.left-pane[b-zt9fo6lkae] {
    flex: 5;
    background: white;
    /* background: linear-gradient(135deg, #f0f8ff 0%, #e0f2fe 100%); */
    padding: 4rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    box-shadow: 10px 0 30px rgba(0,0,0,0.1);
    z-index: 2;
}



.alert-danger-custom[b-zt9fo6lkae] {
    background-color: #f8d7da;
    color: #721c24;
    padding: 10px 15px;
    border-radius: 8px;
    margin-bottom: 20px;
    font-size: 0.9rem;
    border: 1px solid #f5c6cb;
    text-align: center;
}

.logo[b-zt9fo6lkae] {
    width: 150px;
    height: 150x;
    object-fit: contain;
}

.mbaLogo[b-zt9fo6lkae] {
    width: 160px;
    height: 170px;
    object-fit: contain;
}

.logo-container[b-zt9fo6lkae] {
    position: absolute;
    top: 3rem;
    left: 4rem;
    display: flex;
    align-items: center;
    gap: 2rem;
}

.welcome-text[b-zt9fo6lkae] {
    margin-top: 5rem;
}

    .welcome-text h2[b-zt9fo6lkae] {
        color: #0b214d;
        font-size: 2.2rem;
        font-weight: 600;
        margin-bottom: 0.5rem;
    }

    .welcome-text h1[b-zt9fo6lkae] {
        color: #ff5a00;
        font-size: 2.8rem;
        font-weight: 700;
        line-height: 1.2;
    }

.right-pane[b-zt9fo6lkae] {
    flex: 5;
    background-color: #0b214d;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    z-index: 1;
}

.login-card[b-zt9fo6lkae] {
    background: #ffffff;
    border-radius: 16px;
    padding: 3rem;
    width: 100%;
    max-width: 480px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
}

.card-title[b-zt9fo6lkae] {
    color: #0b214d;
    font-size: 1.6rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 2rem;
}

.form-group label[b-zt9fo6lkae] {
    font-size: 0.9rem;
    color: #333;
    font-weight: 500;
    margin-bottom: 0.4rem;
    display: inline-block;
}

.text-danger[b-zt9fo6lkae] {
    color: #dc3545;
    margin-left: 2px;
}

.custom-input[b-zt9fo6lkae] {
    width: 100%;
    background-color: #f4f7fc;
    border: 1px solid #e1e5ee;
    border-radius: 8px;
    padding: 0.8rem 1rem;
    font-size: 1rem;
    color: #333;
    transition: all 0.3s;
}

    .custom-input:focus[b-zt9fo6lkae] {
        outline: none;
        border-color: #0b214d;
        background-color: #ffffff;
        box-shadow: 0 0 0 3px rgba(11, 33, 77, 0.1);
    }

.forgot-password-container[b-zt9fo6lkae] {
    text-align: right;
    margin-top: 0.5rem;
}

.forgot-password-link[b-zt9fo6lkae] {
    color: #ff5a00;
    font-size: 0.85rem;
    text-decoration: none;
    font-weight: 500;
}

    .forgot-password-link:hover[b-zt9fo6lkae] {
        text-decoration: underline;
    }

.btn-login[b-zt9fo6lkae] {
    width: 100%;
    background-color: #0b214d;
    color: #ffffff;
    border: none;
    border-radius: 8px;
    padding: 0.85rem;
    font-size: 1.1rem;
    font-weight: 600;
    margin-top: 2rem;
    cursor: pointer;
    transition: background-color 0.3s;
}

    .btn-login:hover[b-zt9fo6lkae] {
        background-color: #081736;
    }

.mt-3[b-zt9fo6lkae] {
    margin-top: 1.2rem;
}

@media (max-width: 992px) {
    .login-container[b-zt9fo6lkae] {
        flex-direction: column;
    }

    .left-pane[b-zt9fo6lkae] {
        border-radius: 0;
        border-bottom-left-radius: 30% 20%;
        border-bottom-right-radius: 30% 20%;
        padding: 3rem 2rem;
        text-align: center;
    }

    .logo-container[b-zt9fo6lkae] {
        position: relative;
        top: 0;
        left: 0;
        justify-content: center;
        margin-bottom: 2rem;
    }

    .welcome-text[b-zt9fo6lkae] {
        margin-top: 0;
    }

        .welcome-text h1[b-zt9fo6lkae] {
            font-size: 2.2rem;
        }
}

.forgot-pwd-header[b-zt9fo6lkae] {
    margin-bottom: 2rem;
}

    .forgot-pwd-header h4[b-zt9fo6lkae] {
        color: #0b214d;
        font-size: 1.25rem;
        font-weight: 600;
        margin-bottom: 0.5rem;
    }

    .forgot-pwd-header p[b-zt9fo6lkae] {
        color: #64748b;
        font-size: 0.9rem;
        margin-bottom: 0;
    }

.mb-4[b-zt9fo6lkae] {
    margin-bottom: 1.5rem;
}

.action-buttons[b-zt9fo6lkae] {
    display: flex;
    gap: 1rem;
    margin-top: 1.5rem;
}

.btn-submit[b-zt9fo6lkae] {
    background-color: #0b214d;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    padding: 0.6rem 1.5rem;
    font-size: 1rem;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.3s;
}

    .btn-submit:hover[b-zt9fo6lkae] {
        background-color: #081736;
    }

.btn-cancel[b-zt9fo6lkae] {
    background-color: #e0f2fe; /* ပုံပါအတိုင်း အပြာနုရောင် */
    color: #0b214d;
    border: none;
    border-radius: 6px;
    padding: 0.6rem 1.5rem;
    font-size: 1rem;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.3s;
}

    .btn-cancel:hover[b-zt9fo6lkae] {
        background-color: #bae6fd;
    }

/* Success Message လေးပြချင်ရင် သုံးရန် */
.alert-success-custom[b-zt9fo6lkae] {
    background-color: #d4edda;
    color: #155724;
    padding: 10px 15px;
    border-radius: 8px;
    margin-bottom: 20px;
    font-size: 0.9rem;
    border: 1px solid #c3e6cb;
    text-align: center;
}

.welcome-text h4[b-zt9fo6lkae] {
    color: #002C6C;
    font-weight: bold;
    font-size: 36px;
}

.welcome-text h3[b-zt9fo6lkae] {
    color: #F26334;
    font-weight: bold;
    font-size: 42px;
}

/* Smaller screens / higher zoom */
@media (max-width: 1400px) {
    .welcome-text h4[b-zt9fo6lkae] {
        color: #002C6C;
        font-weight: bold;
        font-size: 28px;
    }

    .welcome-text h3[b-zt9fo6lkae] {
        color: #F26334;
        font-weight: bold;
        font-size: 34px;
    }
}

@media (max-width: 1200px) {
    .welcome-text h4[b-zt9fo6lkae] {
        color: #002C6C;
        font-weight: bold;
        font-size: 24px;
    }

    .welcome-text h3[b-zt9fo6lkae] {
        color: #F26334;
        font-weight: bold;
        font-size: 28px;
    }
}
/* _content/Member/Components/Features/LicenceManagement/LicenceManagement.razor.rz.scp.css */
.hero-banner[b-3jprbyx80o] {
  background:
    linear-gradient(rgba(0, 44, 107, 0.7), rgba(0, 44, 107, 0.7)),
    url("/images/licencesbanner.png") no-repeat center center;
  background-size: cover;
  height: 250px;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
}

.hero-icon[b-3jprbyx80o] {
  width: 60px;
  height: 60px;
  background-color: #8bc34a;
  border: 4px solid white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  margin-bottom: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/* Custom Badges */
.badge-outline-success[b-3jprbyx80o] {
  background-color: #e8f5e9;
  color: #28a745;
  border: 1px solid #28a745;
}

.badge-outline-danger[b-3jprbyx80o] {
  background-color: #fce4e4;
  color: #dc3545;
  border: 1px solid #dc3545;
}

.badge-outline-warning[b-3jprbyx80o] {
  background-color: #fff8e1;
  color: #ffc107;
  border: 1px solid #ffc107;
}

/* Custom Buttons */
.btn-gs1-blue[b-3jprbyx80o] {
  background-color: #002d62;
  color: white;
}

.btn-gs1-blue:hover[b-3jprbyx80o] {
  background-color: #001f44;
  color: white;
}

.btn-gs1-orange[b-3jprbyx80o] {
  background-color: #f26334;
  color: white;
}

.btn-gs1-orange:hover[b-3jprbyx80o] {
  background-color: #d85426;
  color: white;
}

@keyframes blink-light-red-b-3jprbyx80o {
  0% {
    background-color: transparent;
  }
  50% {
    background-color: #ff6666;
    color:red;
  } 
  100% {
    background-color: transparent;
  }
}

.expiring-blink-bg[b-3jprbyx80o] {
  animation: blink-light-red-b-3jprbyx80o 2s infinite !important; 
}
.licence-selection-checkbox[b-3jprbyx80o] {
    width: 22px;
    height: 22px;
    margin: 0 !important;
    flex: 0 0 22px;
}

@media (min-width: 769px) {
    .licence-grid[b-3jprbyx80o]  .table-responsive {
        overflow-x: hidden;
    }

    .licence-grid[b-3jprbyx80o]  .custom-table {
        width: 100%;
        table-layout: fixed;
    }

    .licence-grid[b-3jprbyx80o]  .custom-table th,
    .licence-grid[b-3jprbyx80o]  .custom-table td:not(.selection-column) {
        min-width: 0 !important;
        max-width: none !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .licence-grid[b-3jprbyx80o]  .custom-table .selection-column {
        width: 54px !important;
        min-width: 54px !important;
        max-width: 54px !important;
    }
}
/* _content/Member/Components/Features/ManageSuggestion/ManageSuggestion.razor.rz.scp.css */
.manage-suggestion-header[b-edxp42gshk] {
    display: flex;
    align-items: center;
    gap: 8px;
    max-width: 1000px;
    margin: 16px auto 12px;
    padding: 0 32px;
}

.manage-suggestion-container[b-edxp42gshk] {
    background-color: #ffffff;
    padding: 32px;
    max-width: 1000px;
    margin: 0 auto;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.page-header[b-edxp42gshk] {
    margin-bottom: 24px;
}

.page-subtitle[b-edxp42gshk] {
    color: #4a5568;
    font-size: 16px;
    margin: 0;
}

.suggestion-section[b-edxp42gshk] {
    margin-bottom: 32px;
}

.section-title[b-edxp42gshk] {
    color: #4a4a4a;
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 8px 0;
}

.count-text[b-edxp42gshk] {
    color: #e05a33;
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 12px 0;
}

/* Tags Container */
.tags-container[b-edxp42gshk] {
    border: 1px solid #d1d5db; /* Light grey border like in the screenshot */
    padding: 12px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    min-height: 80px;
    max-height: 200px;
    overflow-y: auto; /* Add scrollbar if tags exceed container height */
}

/* Individual Tag */
.tag-item[b-edxp42gshk] {
    background-color: #ffffff;
    border: 1px solid #002C6C; /* Blue border */
    padding: 6px 10px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.tag-text[b-edxp42gshk] {
    color: #0b2545; /* Dark text */
    font-size: 14px;
    font-weight: 600;
}

.remove-btn[b-edxp42gshk] {
    background: none;
    border: none;
    color: #002C6C; /* Blue cross mark */
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.remove-btn:hover[b-edxp42gshk] {
    color: #e53e3e;
}

/* New Input Field for Tags */
.tag-input[b-edxp42gshk] {
    border: none;
    outline: none;
    background: transparent;
    flex-grow: 1;
    min-width: 120px;
    padding: 6px;
    font-size: 14px;
    color: #0b2545;
}

.btn-save[b-edxp42gshk] {
    background-color: #0b2545; /* Dark navy blue matching the theme */
    color: #ffffff;
    border: none;
    padding: 10px 32px;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.2s;
}

.btn-save:hover[b-edxp42gshk] {
    background-color: #153c6e;
}

.action-footer[b-edxp42gshk] {
    display: flex;
    justify-content: right;  
}
/* _content/Member/Components/Features/MembershipPackage/MembershipPackage.razor.rz.scp.css */
.section-main-title[b-63bf6cvn1t] {
  color: #1a3686;
  font-size: 1.5rem;
}

.form-label-custom[b-63bf6cvn1t] {
  font-weight: 600;
  color: #334155;
  margin-bottom: 0.5rem;
  display: block;
}

.custom-select[b-63bf6cvn1t],
.custom-input[b-63bf6cvn1t] {
  border-radius: 8px;
  padding: 0.6rem;
  border: 1px solid #e2e8f0;
}

.expired-box[b-63bf6cvn1t] {
  background-color: #f1f5f9;
  padding: 0.6rem 1rem;
  border-radius: 8px;
  color: #475569;
  border: 1px dashed #cbd5e1;
}

.total-row[b-63bf6cvn1t] {
  color: #1a3686;
}

.myanmar-text[b-63bf6cvn1t] {
  font-family: "Pyidaungsu", sans-serif;
  line-height: 1.6;
}

.content-card[b-63bf6cvn1t] {
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  background: #fff;
}
/* _content/Member/Components/Features/ProductFeature/ProductCreate.razor.rz.scp.css */
.product-create-page[b-vqhtszvvci] {
    width: 100%;
    min-width: 0;
    overflow-x: clip;
}

.product-create-page .row[b-vqhtszvvci],
.product-create-page [class*="col-"][b-vqhtszvvci] {
    min-width: 0;
}

.product-create-page[b-vqhtszvvci]  .mud-input-control,
.product-create-page[b-vqhtszvvci]  .mud-input-control-input-container,
.product-create-page[b-vqhtszvvci]  .mud-input,
.product-create-page[b-vqhtszvvci]  .mud-select,
.product-create-page[b-vqhtszvvci]  .mud-chip-set {
    max-width: 100%;
}

.product-create-page .table-responsive[b-vqhtszvvci],
.product-create-page[b-vqhtszvvci]  .mud-table-container {
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    -webkit-overflow-scrolling: touch;
}

.product-create-page .product-page-header[b-vqhtszvvci] {
    gap: 1rem;
}

.product-create-page .stepper-item[b-vqhtszvvci] {
    flex: 1 1 0;
    min-width: 0;
    box-sizing: border-box;
}

.product-create-page .stepper-wrapper[b-vqhtszvvci] {
    width: min(100%, 920px);
    margin-inline: auto;
    padding-inline: 1.25rem;
}

.product-create-page .stepper-line[b-vqhtszvvci] {
    left: 16.666%;
    right: 16.666%;
}

.product-create-page .stepper-text[b-vqhtszvvci] {
    padding-inline: 0.5rem;
    font-size: clamp(0.8rem, 1.1vw, 0.95rem);
    line-height: 1.35;
    white-space: normal;
}

.product-create-page .chip-container[b-vqhtszvvci],
.product-create-page[b-vqhtszvvci]  .mud-chip-set {
    width: 100%;
}

.product-create-page .img-preview[b-vqhtszvvci],
.product-create-page .img-prev[b-vqhtszvvci] {
    width: auto;
    max-width: 100%;
    height: auto;
}

.product-create-page .description-box[b-vqhtszvvci],
.product-create-page .detail-value[b-vqhtszvvci],
.product-create-page .footer-message[b-vqhtszvvci] {
    overflow-wrap: anywhere;
}

@media (max-width: 991.98px) {
    .product-create-page[b-vqhtszvvci] {
        padding: 1rem !important;
    }

    .product-create-page .product-page-header[b-vqhtszvvci] {
        margin: 1rem 0 1.5rem !important;
    }

    .product-create-page .stepper-wrapper[b-vqhtszvvci] {
        width: min(100%, 720px);
        max-width: 100% !important;
        gap: 0.75rem;
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        justify-content: center;
        overflow: visible;
        padding: 0.25rem 0.15rem 0.75rem;
    }

    .product-create-page .stepper-line[b-vqhtszvvci] {
        display: none;
    }

    .product-create-page .stepper-item[b-vqhtszvvci] {
        width: 100%;
        min-width: 0;
        padding: 0.6rem;
        background: #fff;
        border: 1px solid #e2e8f0;
        border-radius: 12px;
    }

    .product-create-page .stepper-text[b-vqhtszvvci] {
        padding-inline: 0;
        font-size: 0.82rem;
    }

    .product-create-page .stepper-item.active[b-vqhtszvvci],
    .product-create-page .stepper-item.completed[b-vqhtszvvci] {
        background: #eff6ff;
        border-color: #bfdbfe;
    }

    .product-create-page .product-card[b-vqhtszvvci] {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        gap: 1rem;
        min-height: 0;
    }

    .product-create-page .product-image-card[b-vqhtszvvci] {
        position: relative;
        inset: auto;
        width: 100%;
        height: auto;
        min-height: 240px;
    }

    .product-create-page .product-info-card[b-vqhtszvvci] {
        width: 100%;
        min-width: 0;
        min-height: 0;
        margin-left: 0;
        padding: 2rem;
    }

    .product-create-page .gtin-box[b-vqhtszvvci] {
        width: 100%;
        max-width: 470px;
    }

    .product-create-page .gtin-input[b-vqhtszvvci] {
        width: min(340px, calc(100vw - 12rem));
        min-width: 0;
    }

    .product-create-page .justify-content-end[b-vqhtszvvci],
    .product-create-page .justify-content-start[b-vqhtszvvci] {
        flex-wrap: wrap;
    }
}

@media (max-width: 767.98px) {
    .product-create-page > .d-flex.justify-content-center > .w-100[b-vqhtszvvci] {
        padding-inline: 0 !important;
    }

    .product-create-page .row > .col-4[b-vqhtszvvci],
    .product-create-page .row > .col-8[b-vqhtszvvci] {
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%;
    }

    .product-create-page .row > .col-4[b-vqhtszvvci],
    .product-create-page .row > .col-8[b-vqhtszvvci],
    .product-create-page .row > [class*="col-md-"][b-vqhtszvvci] {
        margin-bottom: 0.875rem;
    }

    .product-create-page .option-card[b-vqhtszvvci] {
        max-width: 100%;
    }

    .product-create-page .product-info-card[b-vqhtszvvci] {
        padding: 1.25rem;
        border-radius: 16px;
    }

    .product-create-page .product-image-card[b-vqhtszvvci] {
        min-height: 200px;
        border-radius: 16px;
    }

    .product-create-page .gtin-box[b-vqhtszvvci] {
        display: flex;
        max-width: 100%;
        height: 54px;
    }

    .product-create-page .gtin-pill[b-vqhtszvvci] {
        width: 58px;
        height: 58px;
        font-size: 0.8rem;
        margin-right: -18px;
    }

    .product-create-page .gtin-input[b-vqhtszvvci] {
        flex: 1 1 auto;
        width: 100%;
        height: 54px;
        padding-left: 32px;
        font-size: 0.875rem;
    }

    .product-create-page .detail-label[b-vqhtszvvci],
    .product-create-page .detail-value[b-vqhtszvvci] {
        width: 100%;
        max-width: 100%;
    }

    .product-create-page hr.my-5[b-vqhtszvvci] {
        margin-block: 2rem !important;
    }
}

@media (max-width: 575.98px) {
    .product-create-page[b-vqhtszvvci] {
        padding: 0.75rem !important;
        border-radius: 0.75rem !important;
    }

    .product-create-page .product-page-header[b-vqhtszvvci] {
        align-items: flex-start !important;
        margin-top: 0.5rem !important;
    }

    .product-create-page .stepper-wrapper[b-vqhtszvvci] {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        width: 100%;
        gap: 0.4rem;
        justify-content: center;
        overflow: visible;
        padding-inline: 0;
    }

    .product-create-page .stepper-item[b-vqhtszvvci] {
        width: 100%;
        min-width: 0;
        padding: 0.65rem 0.3rem;
    }

    .product-create-page .stepper-circle[b-vqhtszvvci] {
        margin-bottom: 0.4rem;
    }

    .product-create-page .stepper-text[b-vqhtszvvci] {
        font-size: 0.72rem;
        line-height: 1.3;
        overflow-wrap: normal;
    }

    .product-create-page .option-container[b-vqhtszvvci] {
        gap: 1rem;
    }

    .product-create-page .option-image[b-vqhtszvvci] {
        height: 125px;
    }

    .product-create-page .option-footer[b-vqhtszvvci] {
        gap: 0.75rem;
        padding: 0.875rem;
    }

    .product-create-page .badge[b-vqhtszvvci] {
        width: 40px;
        height: 40px;
    }

    .product-create-page .drop-zone[b-vqhtszvvci] {
        padding: 1rem;
    }

    .product-create-page .d-flex.justify-content-end[b-vqhtszvvci],
    .product-create-page .d-flex.justify-content-start[b-vqhtszvvci] {
        width: 100%;
        gap: 0.75rem !important;
        margin-top: 2rem !important;
    }

    .product-create-page .alert[b-vqhtszvvci] {
        padding: 0.875rem;
        font-size: 0.875rem;
    }
}
/* _content/Member/Components/Features/ProductFeature/ProductModel.razor.rz.scp.css */
.ace-modal-overlay[b-2zx2rb9s9j] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 999999 !important;
  backdrop-filter: blur(2px);
  padding: 1rem;
}

.ace-modal-dialog[b-2zx2rb9s9j] {
  background-color: #ffffff;
  border-radius: 8px;
  width: 100%;
  max-width: 800px;
  max-height: calc(100dvh - 2rem);
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
  animation: slideDown-b-2zx2rb9s9j 0.3s ease-out;
}

.ace-modal-heading[b-2zx2rb9s9j] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 70px;
    margin: 0;
    padding: 1rem 3rem;
    background-color: #002C6C;
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.45;
    text-align: center;
    white-space: pre-line;
    overflow-wrap: anywhere;
}

.ace-modal-heading-line[b-2zx2rb9s9j] {
  display: block;
  width: 100%;
}

.ace-modal-content[b-2zx2rb9s9j] {
  min-height: 0;
  padding: 1rem;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
}

.ace-modal-header[b-2zx2rb9s9j] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  border-bottom: 1px solid #e2e8f0;
}

.ace-modal-title[b-2zx2rb9s9j] {
  margin: 0;
  color: #003366;
  font-size: 1.15rem;
  font-weight: 600;
}

.ace-btn-close[b-2zx2rb9s9j] {
  background: transparent;
  border: none;
  font-size: 1.5rem;
  line-height: 1;
  color: #94a3b8;
  cursor: pointer;
  transition: color 0.2s;
}

.ace-btn-close:hover[b-2zx2rb9s9j] {
  color: #ef4444;
}

.ace-modal-body[b-2zx2rb9s9j] {
  padding: 24px;
  max-height: 70vh;
  overflow-y: auto;
}

.ace-modal-footer[b-2zx2rb9s9j] {
  padding: 16px 24px;
  border-top: 1px solid #e2e8f0;
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  background-color: #f8fafc;
  border-radius: 0 0 8px 8px;
}

@keyframes slideDown-b-2zx2rb9s9j {
  from {
    transform: translateY(-20px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@media (max-width: 575.98px) {
  .ace-modal-overlay[b-2zx2rb9s9j] {
    align-items: flex-end;
    padding: 0.5rem;
  }

  .ace-modal-dialog[b-2zx2rb9s9j] {
    max-height: calc(100dvh - 1rem);
    border-radius: 14px 14px 8px 8px;
    animation: slideUp-b-2zx2rb9s9j 0.25s ease-out;
  }

  .ace-modal-heading[b-2zx2rb9s9j] {
    min-height: 0;
    padding: 0.875rem 1rem;
    font-size: 0.9rem;
  }

  .ace-modal-content[b-2zx2rb9s9j] {
    padding: 0.875rem;
  }
}

@keyframes slideUp-b-2zx2rb9s9j {
  from {
    transform: translateY(24px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
/* _content/Member/Components/Features/Profile/Profile.razor.rz.scp.css */
/* ═══════════════════════════════════════════════
   Avatar
   ═══════════════════════════════════════════════ */
.avatar-wrapper[b-mh71uca3g2] {
  border-radius: 50%;
  overflow: visible;
}

.avatar-img[b-mh71uca3g2] {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid #f4f7fc;
  box-shadow: 0 4px 14px rgba(85,110,230,.22);
  display: block;
  transition: opacity .25s ease;
}

/* Pending (not yet saved) – coloured ring to signal "unsaved" */
.avatar-img--pending[b-mh71uca3g2] {
  border: 4px solid #556ee6;
  box-shadow: 0 0 0 4px rgba(85,110,230,.18), 0 4px 14px rgba(85,110,230,.22);
  animation: pulse-ring-b-mh71uca3g2 1.6s ease-in-out infinite;
}

@keyframes pulse-ring-b-mh71uca3g2 {
  0%,100% { box-shadow: 0 0 0 4px rgba(85,110,230,.18), 0 4px 14px rgba(85,110,230,.22); }
  50%      { box-shadow: 0 0 0 8px rgba(85,110,230,.08), 0 4px 14px rgba(85,110,230,.22); }
}

.avatar-circle[b-mh71uca3g2] {
  width: 120px;
  height: 120px;
  font-size: 3rem;
  background: linear-gradient(135deg, #556ee6, #344aae);
  color: white;
  border-radius: 50%;
  border: 4px solid #f4f7fc;
  box-shadow: 0 4px 14px rgba(85,110,230,.22);
}

/* Camera overlay button */
.avatar-upload-overlay[b-mh71uca3g2] {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #556ee6;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(85,110,230,.40);
  transition: background .2s ease, transform .2s ease;
  font-size: 0.95rem;
  z-index: 2;
}

.avatar-upload-overlay:hover[b-mh71uca3g2] {
  background: #3c4fbe;
  transform: scale(1.12);
}

/* ═══════════════════════════════════════════════
   Pending – "New photo selected" label
   ═══════════════════════════════════════════════ */
.pending-actions[b-mh71uca3g2] {
  animation: fade-in-b-mh71uca3g2 .25s ease;
}

@keyframes fade-in-b-mh71uca3g2 {
  from { opacity: 0; transform: translateY(4px); }
  to   { opacity: 1; transform: translateY(0); }
}

.pending-label[b-mh71uca3g2] {
  font-size: 0.82rem;
  font-weight: 600;
  color: #556ee6;
  letter-spacing: .02em;
}

/* ── Save button ── */
.btn-save-photo[b-mh71uca3g2] {
  display: inline-flex;
  align-items: center;
  gap: .3rem;
  padding: .42rem 1.1rem;
  font-size: .84rem;
  font-weight: 600;
  border-radius: 8px;
  border: none;
  color: #fff;
  background: linear-gradient(135deg, #556ee6 0%, #344aae 100%);
  box-shadow: 0 3px 10px rgba(85,110,230,.35);
  cursor: pointer;
}

.btn-save-photo:hover:not(:disabled)[b-mh71uca3g2] {
  opacity: .9;
  transform: translateY(-1px);
  box-shadow: 0 5px 14px rgba(85,110,230,.40);
}

.btn-save-photo:disabled[b-mh71uca3g2] {
  opacity: .65;
  cursor: not-allowed;
}

/* ── Discard button ── */
.btn-discard-photo[b-mh71uca3g2] {
  display: inline-flex;
  align-items: center;
  gap: .3rem;
  padding: .42rem 1.1rem;
  font-size: .84rem;
  font-weight: 600;
  border-radius: 8px;
  border: 1.5px solid #dee2e6;
  color: #6c757d;
  background: #fff;
  transition: border-color .18s ease, color .18s ease, transform .18s ease;
  cursor: pointer;
}

.btn-discard-photo:hover:not(:disabled)[b-mh71uca3g2] {
  border-color: #adb5bd;
  color: #495057;
  transform: translateY(-1px);
}

.btn-discard-photo:disabled[b-mh71uca3g2] {
  opacity: .65;
  cursor: not-allowed;
}

/* ═══════════════════════════════════════════════
   Info rows
   ═══════════════════════════════════════════════ */
.info-list .info-row[b-mh71uca3g2] {
  transition: background-color .2s ease;
}

.info-list .info-row:hover[b-mh71uca3g2] {
  background-color: #f8f9fc;
  border-radius: 8px;
}

.info-list .info-row:last-child[b-mh71uca3g2] {
  border-bottom: none !important;
}

/* Bootstrap subtle helpers (for older BS versions) */
.bg-success-subtle[b-mh71uca3g2] { background-color: #d1e7dd !important; }
.bg-danger-subtle[b-mh71uca3g2]  { background-color: #f8d7da !important; }
/* _content/Member/Components/Features/ResetPassword/ResetPassword.razor.rz.scp.css */
.login-container[b-uugan9h8sk] {
    display: flex;
    min-height: 100vh;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #0b214d;
    overflow: hidden;
}

.left-pane[b-uugan9h8sk] {
    flex: 5;
    background: linear-gradient(135deg, #f0f8ff 0%, #e0f2fe 100%);
    padding: 4rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    box-shadow: 10px 0 30px rgba(0,0,0,0.1);
    z-index: 2;
}

.logo-container[b-uugan9h8sk] {
    position: absolute;
    top: 3rem;
    left: 4rem;
    display: flex;
    align-items: center;
    gap: 2rem;
}

.logo[b-uugan9h8sk] {
    height: 100px;
    object-fit: contain;
}

.welcome-text[b-uugan9h8sk] {
    margin-top: 5rem;
}

.welcome-text h2[b-uugan9h8sk] {
    color: #0b214d;
    font-size: 2.2rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.welcome-text h1[b-uugan9h8sk] {
    color: #ff5a00;
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.2;
}

.right-pane[b-uugan9h8sk] {
    flex: 5;
    background-color: #0b214d;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    z-index: 1;
}

.login-card[b-uugan9h8sk] {
    background: #ffffff;
    border-radius: 16px;
    padding: 3rem;
    width: 100%;
    max-width: 480px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
}

.card-title[b-uugan9h8sk] {
    color: #0b214d;
    font-size: 1.6rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 2rem;
}

.forgot-pwd-header h4[b-uugan9h8sk] {
    color: #0b214d;
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.forgot-pwd-header p[b-uugan9h8sk] {
    color: #666;
    font-size: 0.95rem;
    margin-bottom: 2rem;
}

.alert-danger-custom[b-uugan9h8sk] {
    background-color: #f8d7da;
    color: #721c24;
    padding: 10px 15px;
    border-radius: 8px;
    margin-bottom: 20px;
    font-size: 0.9rem;
    border: 1px solid #f5c6cb;
    text-align: center;
}

.alert-success-custom[b-uugan9h8sk] {
    background-color: #d4edda;
    color: #155724;
    padding: 10px 15px;
    border-radius: 8px;
    margin-bottom: 20px;
    font-size: 0.9rem;
    border: 1px solid #c3e6cb;
    text-align: center;
}

.form-group[b-uugan9h8sk] {
    margin-bottom: 1.2rem;
}

[b-uugan9h8sk] .validation-message {
    color: #dc3545;
    font-size: 0.85rem;
    margin-top: 4px;
    margin-left: 2px;
}

.action-buttons[b-uugan9h8sk] {
    margin-top: 2rem;
}

.btn-submit[b-uugan9h8sk] {
    width: 100%;
    background-color: #0b214d;
    color: #ffffff;
    border: none;
    border-radius: 8px;
    padding: 0.85rem;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-submit:hover:not(:disabled)[b-uugan9h8sk] {
    background-color: #081736;
}

.btn-submit:disabled[b-uugan9h8sk] {
    background-color: #a0b3cc;
    cursor: not-allowed;
}

.btn-link[b-uugan9h8sk] {
    color: #ff5a00;
    text-decoration: none;
    background: none;
    border: none;
    font-weight: 600;
    cursor: pointer;
    font-size: 0.95rem;
    padding: 0;
}

.btn-link:hover[b-uugan9h8sk] {
    text-decoration: underline;
    color: #e04e00;
}

@media (max-width: 992px) {
    .login-container[b-uugan9h8sk] {
        flex-direction: column;
    }

    .left-pane[b-uugan9h8sk] {
        border-radius: 0;
        border-bottom-left-radius: 30% 20%;
        border-bottom-right-radius: 30% 20%;
        padding: 3rem 2rem;
        text-align: center;
        flex: none;
    }

    .logo-container[b-uugan9h8sk] {
        position: relative;
        top: 0;
        left: 0;
        justify-content: center;
        margin-bottom: 2rem;
    }

    .welcome-text[b-uugan9h8sk] {
        margin-top: 0;
    }

    .welcome-text h1[b-uugan9h8sk] {
        font-size: 2.2rem;
    }

    .right-pane[b-uugan9h8sk] {
        padding: 2rem;
        align-items: flex-start;
    }
}
/* _content/Member/Components/Features/TrainingCalendar/TrainingCalendar.razor.rz.scp.css */
.calendar-container[b-2vjf64x2vz] {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.02);
}
.custom-calendar-grid[b-2vjf64x2vz] {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  border-left: 1px solid #eaedf1;
  border-top: 1px solid #eaedf1;
}
.custom-calendar-header[b-2vjf64x2vz] {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  text-align: left;
  font-weight: bold;
  padding-bottom: 12px;
  color: #495057;
  font-size: 14px;
}
.custom-calendar-header div[b-2vjf64x2vz] {
  padding-left: 12px;
}
.custom-calendar-cell[b-2vjf64x2vz] {
  border-right: 1px solid #eaedf1;
  border-bottom: 1px solid #eaedf1;
  min-height: 120px;
  padding: 12px;
  background-color: #ffffff;
}
.custom-calendar-cell.inactive[b-2vjf64x2vz] {
  background-color: #f8f9fa;
}
.day-number[b-2vjf64x2vz] {
  font-size: 14px;
  color: #212529;
  margin-bottom: 10px;
  text-align: left; 
}
.inactive .day-number[b-2vjf64x2vz] {
  color: #adb5bd;
}
.training-event[b-2vjf64x2vz] {
  font-size: 12px;
  padding: 6px 8px;
  margin-bottom: 6px;
  border-radius: 4px;
  cursor: pointer;
  background-color: #f1f5f9; 
  color: #002d62;
  font-weight: 500;
  border-left: 3px solid #002d62;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.2s ease;
}
.training-event:hover[b-2vjf64x2vz] {
  background-color: #002d62;
  color: #ffffff;
}
.date-pill[b-2vjf64x2vz] {
  border: 1px solid #f28b50; 
  color: #f28b50;
  border-radius: 50px;
  padding: 6px 24px;
  font-weight: 600;
  font-size: 14px;
}
.nav-btn[b-2vjf64x2vz] {
  background: none;
  border: none;
  color: #495057;
  font-size: 18px;
  cursor: pointer;
  font-weight: bold;
}
.nav-btn:hover[b-2vjf64x2vz] {
  color: #000;
}
/* _content/Member/Components/Layout/AuthLayout.razor.rz.scp.css */
body[b-nrz6ix8hhj], html[b-nrz6ix8hhj] {
        margin: 0;
        padding: 0;
        height: 100%;
        background-color: #0b214d; 
    }
    
    .auth-layout[b-nrz6ix8hhj] {
        min-height: 100vh;
        width: 100%;
        display: flex;
        flex-direction: column;
    }
/* _content/Member/Components/Layout/HeaderNav.razor.rz.scp.css */
.header-actions[b-j1zsmm8pqr] {
    display: flex;
    align-items: center;
    gap: 20px;
}

.dropdown-item:hover[b-j1zsmm8pqr] {
    background-color: #f4f7fc;
    color: #0d47a1;
}

.dropdown-toggle[b-j1zsmm8pqr]::after {
    margin-left: 0.5em;
    vertical-align: middle;
}
/* _content/Member/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-oaj4r37o5h] {
    display: flex;
    flex-direction: row;
    height: 100vh;
    width: 100vw;
    background-color: #f4f7fc;
}

.sidebar[b-oaj4r37o5h] {
    width: 110px;
    flex-shrink: 0;
    z-index: 999 !important;
    position: relative;
}

main[b-oaj4r37o5h] {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.top-row[b-oaj4r37o5h] {
    height: 80px;
    flex-shrink: 0;
    background-color: #ffffff;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 0 40px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.02);
    border-bottom: 1px solid #f0f0f0;
    z-index: 999;
}

.header-actions[b-oaj4r37o5h] {
    display: flex;
    align-items: center;
    gap: 20px;
}

.content[b-oaj4r37o5h] {
    padding: 30px 40px;
    flex-grow: 1;
    overflow-y: auto;
    min-height: 0;
    height: 0;
}

/* Custom Hover Effects for Bootstrap Items */
.dropdown-item:hover[b-oaj4r37o5h] {
    background-color: #f4f7fc;
    color: #0d47a1;
}

.dropdown-toggle[b-oaj4r37o5h]::after {
    margin-left: 0.5em;
    vertical-align: middle;
}

.sidebar-open[b-oaj4r37o5h],
.sidebar-close[b-oaj4r37o5h],
.sidebar-backdrop[b-oaj4r37o5h] {
    display: none;
}

/* Mobile & Tablet Size */
@media (max-width: 1024px) {
    .sidebar[b-oaj4r37o5h] {
        position: fixed;
        inset: 0 auto 0 0;
        transform: translateX(-100%);
        transition: transform 0.25s ease;
        z-index: 2147483647 !important;
    }

    .sidebar.is-open[b-oaj4r37o5h] {
        transform: translateX(0);
    }

    .sidebar-open[b-oaj4r37o5h] {
        width: 42px;
        height: 42px;
        margin-right: auto;
        border: 1px solid #dbe4f0;
        border-radius: 9px;
        background: #f4f7fc;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 4px;
        cursor: pointer;
    }

    .sidebar-open span[b-oaj4r37o5h] {
        width: 20px;
        height: 2px;
        border-radius: 2px;
        background: #002b6b;
    }

    .sidebar-close[b-oaj4r37o5h] {
        position: fixed;
        top: 4px;
        left: 76px;
        z-index: 2147483647;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background: #f4f7fc;
        color: #002b6b;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 24px;
        line-height: 1;
        cursor: pointer;
        border: 0;
        padding: 0;
    }

    .sidebar-backdrop[b-oaj4r37o5h] {
        position: fixed;
        inset: 0;
        z-index: 2147483000 !important;
        background: rgba(15, 23, 42, 0.45);
        cursor: pointer;
        width: auto;
        height: auto;
        border: 0;
        padding: 0;
    }

    .sidebar-backdrop.is-open[b-oaj4r37o5h] {
        display: block;
    }

    .top-row[b-oaj4r37o5h] {
        padding: 0 24px;
    }

    .content[b-oaj4r37o5h] {
        padding: 24px;
    }
}

/* Desktop Size */
@media (min-width: 1025px) {
    .sidebar[b-oaj4r37o5h] {
        transform: none !important;
        visibility: visible !important;
    }

    .sidebar-backdrop[b-oaj4r37o5h] {
        display: none !important;
    }
}

/* Small Mobile Size */
@media (max-width: 576px) {
    .top-row[b-oaj4r37o5h] {
        height: 68px;
        padding: 0 16px;
    }

    .content[b-oaj4r37o5h] {
        padding: 16px;
    }
}
/* _content/Member/Components/Layout/NavMenu.razor.rz.scp.css */
.sidebar-wrapper[b-5enuaek7nc] {
    background-color: #ffffff;
    width: 110px;
    height: 100vh;
    display: flex;
    flex-direction: column;
    border-right: 1px solid #e2e8f0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10600 !important;
    box-shadow: 4px 0 24px rgba(0, 0, 0, 0.02);
}

.sidebar-header[b-5enuaek7nc] {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #f1f5f9;
    padding: 15px;
    flex-shrink: 0;
}

.sidebar-logo[b-5enuaek7nc] {
    max-width: 65px;
    height: auto;
}


.nav-scrollable[b-5enuaek7nc]::-webkit-scrollbar {
    width: 0px; 
    transition: width 0.3s ease;
}

.nav-scrollable[b-5enuaek7nc]::-webkit-scrollbar-track {
    background: transparent; 
}

.nav-scrollable[b-5enuaek7nc]::-webkit-scrollbar-thumb {
    background: #cbd5e1; 
    border-radius: 10px;
}

.nav-scrollable:hover[b-5enuaek7nc]::-webkit-scrollbar {
    width: 6px; 
}

.nav-scrollable:hover[b-5enuaek7nc] {
    scrollbar-color: #cbd5e1 transparent;
}
.custom-nav[b-5enuaek7nc] {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 0;
}

.menu-item-container[b-5enuaek7nc] {
    position: relative; 
    width: 100%;
    display: flex;
    justify-content: center;
}

[b-5enuaek7nc] .menu-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #fff; 
    padding: 14px 6px;
    width: 90px; 
    border-radius: 12px; 
    transition: all 0.25s ease;
    cursor: pointer;
}

.menu-icon-wrapper[b-5enuaek7nc] {
    /* margin-bottom: 8px; */
    width: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu-icon-wrapper i[b-5enuaek7nc],
.menu-icon-wrapper svg[b-5enuaek7nc] {
    font-size: 22px;
    width: 22px;
    height: 22px;
    color: #94a3b8;
    transition: color 0.25s ease;
    fill: currentColor;
}

.menu-text[b-5enuaek7nc] {
    font-size: 10px;
    font-weight: 500;
    text-align: center;
    line-height: 1.3;
    letter-spacing: 0.2px;
}

.menu-link:hover[b-5enuaek7nc] {
    background-color: #E1562B;
    color: #fff;
}

.menu-link:hover .menu-icon-wrapper i[b-5enuaek7nc],
.menu-link:hover .menu-icon-wrapper svg[b-5enuaek7nc] {
    color: #3b82f6; 
}

[b-5enuaek7nc] .active-menu {
    background-color: #E1562B; 
    color: #fff; 
}

[b-5enuaek7nc] .active-menu .menu-icon-wrapper i,
[b-5enuaek7nc] .active-menu .menu-icon-wrapper svg {
    color: #2563eb;
}

.menu-item-container[b-5enuaek7nc]::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 20px; 
    z-index: 10600;
}


@keyframes flyoutFade-b-5enuaek7nc {
    from { opacity: 0; transform: translateX(-10px) scale(0.98); }
    to { opacity: 1; transform: translateX(0) scale(1); }
}

.submenu-header[b-5enuaek7nc] {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #94a3b8;
    margin-bottom: 12px;
    padding-left: 8px;
    border-bottom: 1px solid #f1f5f9;
    padding-bottom: 8px;
}

.submenu-list[b-5enuaek7nc] {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

[b-5enuaek7nc] .submenu-link {
    display: flex;
    align-items: center;
    padding: 10px 12px;
    color: #475569;
    text-decoration: none;
    font-size: 13px;
    border-radius: 8px;
    transition: all 0.2s ease;
}

.submenu-dot[b-5enuaek7nc] {
    /* width: 6px;
    height: 6px; */
    /* background-color: #cbd5e1; */
    /* border-radius: 50%; */
    margin-right: 12px;
    flex-shrink: 0;
    transition: all 0.2s ease;
}

/* .submenu-text {
    font-weight: 500;
} */

.submenu-link:hover[b-5enuaek7nc] {
    background-color: #f1f5f9;
    color: #0f172a;
}

.submenu-link:hover .submenu-dot[b-5enuaek7nc] {
    /* background-color: #3b82f6; */
    color: #1d4ed8;
    /* transform: scale(1.3); */
}

[b-5enuaek7nc] .submenu-link.active {
    /* background-color: #eff6ff; */
    color: #1d4ed8;
}

/* ::deep .submenu-link.active .submenu-dot {
    background-color: #2563eb;
    box-shadow: 0 0 0 2px rgba(37, 99, 235, 0.2);
} */

.loading-text[b-5enuaek7nc] {
    text-align: center;
    padding: 20px 0;
    color: #94a3b8;
}

.submenu-arrow[b-5enuaek7nc] {
    font-size: 10px;
    margin-top: 5px;
    color: #94a3b8;
    transition: transform 0.3s ease;
}
.active-menu .submenu-arrow[b-5enuaek7nc] {
    color: #1d4ed8;
}
.rotate-arrow[b-5enuaek7nc] {
    transform: rotate(90deg);
}

.nav-scrollable[b-5enuaek7nc] { 
    background:#002B6B;
    flex-grow: 1;
    overflow-y: auto; 
    overflow-x: hidden; 
    padding-top: 15px;
    padding-bottom: 20px; 
}

.submenu-container[b-5enuaek7nc] {
    display: none; 
    position: fixed !important; 
    background-color: #ffffff;
    min-width: 240px; 
    border-radius: 0 12px 12px 0; 
    border: 1px solid #e2e8f0;
    box-shadow: 10px 0 25px rgba(0, 0, 0, 0.1); 
    padding: 16px 20px;
    z-index: 99999 !important; 
    max-height: 85vh; 
    overflow-y: auto; 
    margin: 0 !important; 
}

.submenu-container.show[b-5enuaek7nc] {
    display: block;
    animation: slideIn-b-5enuaek7nc 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

@keyframes slideIn-b-5enuaek7nc {
    from { opacity: 0; transform: translateX(-10px); }
    to { opacity: 1; transform: translateX(0); }
}

.submenu-container[b-5enuaek7nc]::-webkit-scrollbar { width: 6px; }
.submenu-container[b-5enuaek7nc]::-webkit-scrollbar-track { background: transparent; }
.submenu-container[b-5enuaek7nc]::-webkit-scrollbar-thumb { background: #cbd5e1; border-radius: 10px; }
.submenu-container[b-5enuaek7nc]::-webkit-scrollbar-thumb:hover { background: #94a3b8; }

.submenu-container[b-5enuaek7nc]::before {
    display: none; 
}
/* _content/Member/Components/Layout/PublicLayout.razor.rz.scp.css */
:root[b-mek6l6zwkl] {
    --gs1-blue: #002C6C;
    --gs1-blue-dark: #1e40af;
    --gs1-orange: #F26334;
    --sidebar-width: 320px;
}

.public-layout[b-mek6l6zwkl] {
  display: flex;
  min-height: 100vh;
  background: #f8fafc;
  padding-left: var(--sidebar-width);
}

.registration-sidebar[b-mek6l6zwkl] {
    position: fixed;
    top: 1rem;
    left: 1rem;
    height: calc(100vh - 2rem);
    width: calc(var(--sidebar-width) - 2rem);
    /*  background: linear-gradient(180deg, #3b82f6 0%, #1e40af 100%);*/
    background: linear-gradient(180deg, #ebf6ff 0%, #a1d4ff 100%);
    padding: 2rem 1.5rem;
    display: flex;
    flex-direction: column;
    border-radius: 1rem;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    z-index: 1000;
    overflow-y: auto;
}

.registration-sidebar[b-mek6l6zwkl]::-webkit-scrollbar {
  width: 4px;
}

.registration-sidebar[b-mek6l6zwkl]::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 4px;
}

.sidebar-scroll-area[b-mek6l6zwkl] {
  flex: 1;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  margin: 0 -1.5rem;
  padding: 0 1.5rem;
}

.sidebar-scroll-area[b-mek6l6zwkl]::-webkit-scrollbar {
  width: 4px;
}

.sidebar-scroll-area[b-mek6l6zwkl]::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 4px;
}

.help-section[b-mek6l6zwkl] {
  flex-shrink: 0;
  padding-top: 1.5rem;
  margin-top: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.logo-section[b-mek6l6zwkl] {
  margin-bottom: 2rem;
  padding: 0 1.5rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.logo-circle[b-mek6l6zwkl] {
  width: 64px;
  height: 64px;
  background: #1e3a5f;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex-shrink: 0;
}

.logo-circle[b-mek6l6zwkl]::before {
  content: "";
  position: absolute;
  width: 48px;
  height: 48px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
}

.logo-circle[b-mek6l6zwkl]::after {
  content: "";
  position: absolute;
  width: 36px;
  height: 36px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
}

.logo-inner[b-mek6l6zwkl] {
  position: relative;
  z-index: 2;
  color: white;
  font-weight: 700;
  font-size: 1.25rem;
  letter-spacing: -0.5px;
}

.logo-text[b-mek6l6zwkl] {
  display: flex;
  flex-direction: column;
}

.logo-text .gs1[b-mek6l6zwkl] {
  color: #1e3a5f;
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -1px;
}

.logo-text .myanmar[b-mek6l6zwkl] {
  color: var(--gs1-orange);
  font-size: 0.875rem;
  font-weight: 600;
  margin-top: 2px;
}

.info-section[b-mek6l6zwkl] {
  margin-bottom: 3rem;
  color: white;
}

.info-section h2[b-mek6l6zwkl] {
  font-size: 0.95rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: white;
}

.info-section p[b-mek6l6zwkl] {
  font-size: 0.8rem;
  opacity: 0.9;
  line-height: 1.5;
  margin: 0;
}

.steps-nav[b-mek6l6zwkl] {
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.step-item[b-mek6l6zwkl] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0.875rem 1rem;
    border-radius: 10px;
    color: #475569;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: default;
}

    .step-item.active[b-mek6l6zwkl] {
        background: rgba(255, 255, 255, 0.5);
        backdrop-filter: blur(10px);
        color: #0f172a;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    }

.step-icon[b-mek6l6zwkl] {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    /*         background: rgba(255, 255, 255, 0.4); */
    font-size: 1.25rem;
    flex-shrink: 0;
    color: #334155;
    background-color: #002C6C;
}

.step-item .step-icon[b-mek6l6zwkl] {
    /*      background: rgba(255, 255, 255, 0.6); */
}

.step-label[b-mek6l6zwkl] {
    font-size: 0.8rem;
    font-weight: 600;
    color: #334155;
}

.help-section[b-mek6l6zwkl] {
    margin-top: auto;
    flex-shrink: 0;
    padding-top: 1.5rem;
    margin-bottom: 0.5rem;
    border-top: 1px solid #002C6C;
}

.btn-help[b-mek6l6zwkl] {
    width: 100%;
    padding: 0.875rem;
    border: 2px solid #F26334;
    border-radius: 10px;
    background: #F26334;
    color: white;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    transition: all 0.3s ease;
    text-decoration: none;
}

    .btn-help:hover[b-mek6l6zwkl] {
        background: #D94F24;
        border-color: #D94F24;
        color: white;
    }


.navbar-toggler-custom[b-mek6l6zwkl] {
  display: none;
  position: fixed;
  top: 1rem;
  left: 1rem;
  z-index: 1050;
  background: var(--gs1-blue);
  border: none;
  width: 48px;
  height: 48px;
  border-radius: 10px;
  color: white;
  font-size: 1.5rem;
  cursor: pointer;
}

.main-content[b-mek6l6zwkl] {
  flex: 1;
  padding: 1rem 1rem;
  min-height: 100vh;
  background: #f8fafc;
  width: 100%;
}

.overlay[b-mek6l6zwkl] {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1035;
}

.overlay.show[b-mek6l6zwkl] {
  display: block;
}

@media (max-width: 991.98px) {
  .public-layout[b-mek6l6zwkl] {
    padding-left: 0;
  }

    .registration-sidebar[b-mek6l6zwkl] {
        position: fixed;
        top: 1rem;
        left: 1rem;
        height: calc(100vh - 2rem);
        width: calc(var(--sidebar-width) - 2rem);
        /*    background: linear-gradient(180deg, #3b82f6 0%, #1e40af 100%);*/
        background: linear-gradient(180deg, #ebf6ff 0%, #a1d4ff 100%);
        padding: 2rem 1.5rem;
        display: flex;
        flex-direction: column;
        border-radius: 1rem;
        box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
        z-index: 1000;
        overflow: hidden;
    }

  .registration-sidebar.show[b-mek6l6zwkl] {
    left: 0;
  }

  .main-content[b-mek6l6zwkl] {
    padding-top: 5rem;
  }
}

@media (max-width: 991.98px) {
  .registration-sidebar[b-mek6l6zwkl] {
    position: fixed;
    left: -100%;
    top: 0;
    width: 320px;
    z-index: 1040;
    transition: left 0.3s ease;
    box-shadow: 4px 0 24px rgba(0, 0, 0, 0.15);
  }

  .registration-sidebar.show[b-mek6l6zwkl] {
    left: 0;
  }

  .navbar-toggler-custom[b-mek6l6zwkl] {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .main-content[b-mek6l6zwkl] {
    margin-left: 0 !important;
    padding-top: 5rem;
  }
}

/* Mobile public header and single-column content layout. These rules live in
   the scoped stylesheet so they take precedence over the component's legacy
   scoped declarations. */
@media (max-width: 991.98px) {
  .public-layout[b-mek6l6zwkl] {
    display: block;
    padding-left: 0;
  }

  .mobile-public-header[b-mek6l6zwkl] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    position: sticky;
    top: 0;
    width: 100%;
    min-height: 68px;
    padding: 0.65rem 1rem;
    background: rgba(248, 250, 252, 0.96);
    border-bottom: 1px solid #e2e8f0;
    box-shadow: 0 2px 10px rgba(15, 23, 42, 0.05);
    backdrop-filter: blur(10px);
    z-index: 1025;
  }

  .mobile-public-brand[b-mek6l6zwkl] {
    display: flex;
    align-items: center;
    min-width: 0;
  }

  .mobile-public-brand img[b-mek6l6zwkl] {
    display: block;
    width: auto;
    height: 42px;
    max-width: 150px;
    object-fit: contain;
  }

  .navbar-toggler-custom[b-mek6l6zwkl] {
    display: inline-flex;
    position: static;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    gap: 0.4rem;
    width: auto;
    min-width: 44px;
    height: auto;
    min-height: 44px;
    padding: 0.55rem 0.8rem;
    background: #eff6ff;
    border: 1px solid #bfdbfe;
    border-radius: 10px;
    color: #1e40af;
    font-size: 0.9rem;
    font-weight: 700;
  }

  .navbar-toggler-custom:hover[b-mek6l6zwkl],
  .navbar-toggler-custom:focus-visible[b-mek6l6zwkl] {
    background: #dbeafe;
    border-color: #93c5fd;
  }

  .navbar-toggler-custom i[b-mek6l6zwkl] {
    font-size: 1.35rem;
    line-height: 1;
  }

  .main-content[b-mek6l6zwkl] {
    display: block;
    width: 100%;
    min-width: 0;
    margin-left: 0 !important;
    padding-top: 0.75rem;
  }
}

@media (max-width: 359.98px) {
  .mobile-public-header[b-mek6l6zwkl] {
    padding-inline: 0.75rem;
  }

  .mobile-public-brand img[b-mek6l6zwkl] {
    height: 36px;
    max-width: 125px;
  }

}
/* _content/Member/Components/Reusable/ActionMenu/MBAActionMenu.razor.rz.scp.css */
.custom-backdrop[b-u9zuqydm8b] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9998;
  background: transparent;
  cursor: default;
}

.custom-dropdown-menu[b-u9zuqydm8b] {
  position: fixed;
  z-index: 9999;
  background-color: white;
  border-radius: 10px;
  min-width: 140px;
  padding: 8px;
  margin: 0;
  list-style: none;
  border: 1px solid #e2e8f0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.custom-dropdown-item[b-u9zuqydm8b] {
  width: 100%;
  background: none;
  border: none;
  text-align: left;
  font-size: 14px;
  cursor: pointer;
  transition: background-color 0.2s ease;
  justify-content: start;
}

.custom-dropdown-item:hover[b-u9zuqydm8b] {
  background-color: #f8f9fa;
}
/* _content/Member/Components/Reusable/Button/MBAButton.razor.rz.scp.css */
.ace-custom-btn[b-2vqgkdgrqt] {
    background-color: #003366;
    color: #ffffff;
    border: none;
    padding: 8px 16px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.2s ease, box-shadow 0.2s ease;
}

.ace-custom-btn:hover[b-2vqgkdgrqt] {
    background-color: #002244;
}

.ace-custom-btn:focus[b-2vqgkdgrqt] {
    outline: none;
    box-shadow: 0 0 0 3px rgba(0, 51, 102, 0.3);
}

.ace-custom-btn:disabled[b-2vqgkdgrqt] {
    background-color: #94a3b8;
    cursor: not-allowed;
    opacity: 0.7;
}
/* _content/Member/Components/Reusable/DataGrid/GridColumn.razor.rz.scp.css */
.sortable-column[b-0wnxrdbkuw] {
    cursor: pointer;
    user-select: none;
}
.sortable-column:hover[b-0wnxrdbkuw] {
    background-color: rgba(255, 255, 255, 0.1);
}
.sort-icons[b-0wnxrdbkuw] {
    display: inline-flex;
    flex-direction: column;
    color: #fff;
}
/* _content/Member/Components/Reusable/DataGrid/MBADataGrid.razor.rz.scp.css */
.custom-datagrid-container[b-yn17catrfk] {
    width: 100%;
    max-width: 100%; 
    /* overflow: hidden;  */
    overflow: visible; 
    background-color: transparent;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    min-width: 0;
}

.toolbar[b-yn17catrfk] {
    display: flex;
    justify-content: space-between;
    align-items: center;
/*    margin-bottom: 20px;*/
    padding: 5px; 
    flex-wrap: wrap; 
    gap: 15px;
}

.page-title[b-yn17catrfk] {
    color: #003366;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}

.highlight[b-yn17catrfk] { color: #E11D48; }

.actions[b-yn17catrfk] {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
    min-width: 0;
}

.search-box[b-yn17catrfk] {
    position: relative;
    display: flex;
    align-items: center;
}

.search-icon[b-yn17catrfk] {
    position: absolute;
    left: 12px;
    color: #94A3B8;
    font-style: normal;
}

.search-box input[b-yn17catrfk] {
    padding: 8px 16px 8px 35px;
    border: 1px solid #E2E8F0;
    border-radius: 20px;
    outline: none;
    width: 250px;
    color: #333;
}

.table-responsive[b-yn17catrfk] {
    width: 100%;
    max-width: 100%; 
    /* overflow-x: auto; */
    overflow-x: auto;
    overflow-y: visible;
    -webkit-overflow-scrolling: touch;
    background-color: white;
    border-radius: 8px 8px 0 0;
    border: 1px solid #E2E8F0;
    border-bottom: none;
}

.custom-table[b-yn17catrfk] {
    width: 100%;
    border-collapse: collapse;
    white-space: nowrap; 
}

.custom-table thead[b-yn17catrfk] {
    background-color: #002B6B;
    color: white;
}

[b-yn17catrfk] .custom-table th {
    padding: 16px 20px !important;
    text-align: left;
    font-size: 14px;
    font-weight: 500;
    border-right: 1px solid rgba(255,255,255,0.1); 
    white-space: nowrap !important;
}

[b-yn17catrfk] .custom-table td {
    padding: 12px 20px;
    text-align: left;
    font-size: 14px;
    border-bottom: 1px solid #E2E8F0;
    color: #475569;
    white-space: nowrap !important; 
}

.pagination-container[b-yn17catrfk] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 20px;
    background-color: white;
    border: 1px solid #E2E8F0;
    border-top: none;
    border-radius: 0 0 8px 8px;
}

.page-info[b-yn17catrfk] {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #64748B;
    font-size: 14px;
}

.page-size-select[b-yn17catrfk] {
    padding: 4px 8px;
    border-radius: 6px;
    border: 1px solid #E2E8F0;
    outline: none;
    color: #333;
}

.pagination-controls[b-yn17catrfk] {
    display: flex;
    gap: 4px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.pagination-controls button[b-yn17catrfk] {
    padding: 6px 12px;
    border: 1px solid #E2E8F0;
    background-color: white;
    cursor: pointer;
    border-radius: 6px;
    color: #64748B;
    min-width: 32px;
    transition: background-color 0.2s;
}

.pagination-controls button:hover:not(:disabled)[b-yn17catrfk] { background-color: #F8F9FA; }
.pagination-controls button:disabled[b-yn17catrfk] { opacity: 0.5; cursor: not-allowed; }
.pagination-controls button.active[b-yn17catrfk] {
    background-color: #EFF6FF;
    color: #2563EB;
    border-color: #BFDBFE;
    font-weight: 600;
}

@media (max-width: 768px) {
    .table-responsive[b-yn17catrfk] {
        border: none;
        background-color: transparent;
    }
    
    .custom-table[b-yn17catrfk], 
    .custom-table tbody[b-yn17catrfk], 
    .custom-table tr[b-yn17catrfk], 
    [b-yn17catrfk] .custom-table td {
        display: block;
        width: 100%;
    }
    
    .custom-table thead[b-yn17catrfk] {
        display: none; 
    }
    
    .custom-table tr[b-yn17catrfk] {
        background-color: white;
        margin-bottom: 16px;
        border-radius: 8px;
        border: 1px solid #E2E8F0;
        box-shadow: 0 2px 4px rgba(0,0,0,0.05);
        padding: 8px 0;
        overflow: hidden;
    }
    
    [b-yn17catrfk] .custom-table td {
        text-align: right !important; 
        padding: 12px 16px 12px 45% !important;
        position: relative;
        border-bottom: 0;
        white-space: normal !important; 
        min-height: 48px;
        min-width: 100% !important;
        max-width: 100% !important;
        overflow-wrap: anywhere;
    }

    [b-yn17catrfk] .custom-table td.selection-column {
        width: 100% !important;
        min-width: 100% !important;
        max-width: 100% !important;
        padding: 12px 16px 12px 45% !important;
        text-align: right !important;
    }

    [b-yn17catrfk] .custom-table td.selection-column > input[type="checkbox"] {
        display: block;
        position: absolute !important;
        top: 50%;
        right: 16px;
        left: auto !important;
        float: none !important;
        margin: 0 !important;
        transform: translateY(-50%);
    }

    [b-yn17catrfk] .custom-table td[data-label="Action"] .custom-action-container,
    [b-yn17catrfk] .custom-table td.frozen-col .custom-action-container {
        display: flex;
        width: 100%;
        justify-content: flex-end;
    }

    [b-yn17catrfk] .custom-table .frozen-col {
        position: relative !important;
        right: auto;
        box-shadow: none;
    }
    
    [b-yn17catrfk] .custom-table td:last-child {
        border-bottom: none;
    }
    
    [b-yn17catrfk] .custom-table td:first-child input[type="checkbox"] {
        float: left;
        margin-top: 2px;
    }
    
    [b-yn17catrfk] .custom-table td::before {
        content: attr(data-label);
        position: absolute;
        left: 16px;
        top: 12px;
        width: 40%;
        padding-right: 10px;
        text-align: left;
        font-weight: 600;
        color: #64748B;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    [b-yn17catrfk] .custom-table td.grid-state-cell {
        padding: 32px 16px !important;
        text-align: center !important;
    }

    [b-yn17catrfk] .custom-table td.grid-state-cell::before {
        content: none;
    }

    .toolbar[b-yn17catrfk] {
        flex-direction: column;
        align-items: stretch;
    }
    
    .actions[b-yn17catrfk] {
        flex-direction: column;
        align-items: stretch;
        width: 100%;
    }

    [b-yn17catrfk] .actions > * {
        width: 100%;
    }
    
    .search-box[b-yn17catrfk], .search-box input[b-yn17catrfk] {
        width: 100%;
    }
    
    .pagination-container[b-yn17catrfk] {
        flex-direction: column;
        gap: 15px;
        border-radius: 8px;
        border-top: 1px solid #E2E8F0;
        margin-top: 10px;
        padding: 12px;
    }

    .pagination-controls[b-yn17catrfk] {
        width: 100%;
        justify-content: center;
    }

    .pagination-controls button[b-yn17catrfk] {
        min-width: 36px;
        min-height: 36px;
        padding: 6px 10px;
    }
}

@media (max-width: 420px) {
    [b-yn17catrfk] .custom-table td {
        padding-left: 42% !important;
    }

    [b-yn17catrfk] .custom-table td::before {
        width: 37%;
    }

}

/* _content/Member/Components/Reusable/Inputs/AppInputDate.razor.rz.scp.css */
.app-date-input-wrapper[b-gpf7a8zazx] {
    position: relative;
}

.app-date-input-wrapper .app-input-date[b-gpf7a8zazx] {
    padding-right: 2.5rem;
}

.app-date-picker-button[b-gpf7a8zazx] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 0;
    background: transparent;
}

.app-date-native-picker[b-gpf7a8zazx] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.app-date-native-picker[b-gpf7a8zazx]::-webkit-calendar-picker-indicator {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
/* _content/Member/Components/Reusable/Inputs/AppInputText.razor.rz.scp.css */
.app-tooltip[b-66ho8zf9o3] {
  position: relative;
  display: inline-flex;
  align-items: center;
  z-index: 1060;
}

.app-tooltip[b-66ho8zf9o3]::after {
  content: attr(data-tooltip);
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  transform: none;

  background-color: #0d2f6e;
  color: #fff;
  border-radius: 10px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.2;
  min-width: 300px;
  white-space: normal;

  opacity: 0;
  pointer-events: none;
  transition: opacity 120ms ease-in-out;
  z-index: 1060;
}

.app-tooltip:hover[b-66ho8zf9o3]::after,
.app-tooltip:focus[b-66ho8zf9o3]::after,
.app-tooltip:focus-within[b-66ho8zf9o3]::after {
  opacity: 1;
}
/* _content/Member/Components/Reusable/Modal/MBAModal.razor.rz.scp.css */
.ace-modal-overlay[b-mobrb9vqcx] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999 !important;
  backdrop-filter: blur(2px);
}

.ace-modal-dialog[b-mobrb9vqcx] {
  background-color: #ffffff;
  border-radius: 8px;
  width: 100%;
  max-width: 500px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
  animation: slideDown-b-mobrb9vqcx 0.3s ease-out;
}

.ace-modal-header[b-mobrb9vqcx] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  border-bottom: 1px solid #e2e8f0;
}

.ace-modal-title[b-mobrb9vqcx] {
  margin: 0;
  color: #003366;
  font-size: 1.15rem;
  font-weight: 600;
}

.ace-btn-close[b-mobrb9vqcx] {
  background: transparent;
  border: none;
  font-size: 1.5rem;
  line-height: 1;
  color: #94a3b8;
  cursor: pointer;
  transition: color 0.2s;
}

.ace-btn-close:hover[b-mobrb9vqcx] {
  color: #ef4444;
}

.ace-modal-body[b-mobrb9vqcx] {
  padding: 24px;
  max-height: 70vh;
  overflow-y: auto;
}

.ace-modal-footer[b-mobrb9vqcx] {
  padding: 16px 24px;
  border-top: 1px solid #e2e8f0;
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  background-color: #f8fafc;
  border-radius: 0 0 8px 8px;
}

@keyframes slideDown-b-mobrb9vqcx {
  from {
    transform: translateY(-20px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
