/* Enrollments grid/table styles for portal */
.portal-enrollments-container {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 2px 12px 0 rgba(16,185,129,0.08), 0 1.5px 4px 0 rgba(0,0,0,0.04);
    padding: 24px 12px 12px 12px;
    margin: 24px 0;
    max-width: 900px;
    width: 100%;
}
.portal-enrollments-table {
    width: 100%;
}
.portal-table-header {
    color: #0f766e;
    background: #e0f2fe;
    border-radius: 8px 8px 0 0;
}
.portal-table-row {
    background: #f8fafc;
    border-radius: 0 0 8px 8px;
    margin-bottom: 2px;
    transition: box-shadow 0.2s;
}
.portal-table-row:hover {
    box-shadow: 0 2px 8px 0 rgba(16,185,129,0.10);
    background: #e0fdfa;
}
.portal-table-row .slds-col, .portal-table-header .slds-col {
    padding: 8px 6px;
    word-break: break-word;
}
.portal-table-row .lightningButton {
    min-width: 120px;
}
.portal-table-row .Draft, .portal-table-row .Registered, .portal-table-row .Approved, .portal-table-row .Rejected {
    border-radius: 6px;
    margin: 0 2px;
}
.portal-table-row .Draft {
    background: #fef9c3;
    color: #b45309;
    border: 1px solid #fde68a;
}
.portal-table-row .Registered, .portal-table-row .Approved {
    background: #d1fae5;
    color: #065f46;
    border: 1px solid #6ee7b7;
}
.portal-table-row .Rejected {
    background: #fee2e2;
    color: #991b1b;
    border: 1px solid #fecaca;
}
.portal-table-row .slds-align_absolute-center {
    font-size: 1.1rem;
    color: #64748b;
    padding: 32px 0;
}
@media (max-width: 700px) {
    .portal-enrollments-container {
        padding: 8px 2px;
        max-width: 100%;
    }
    .portal-table-row .slds-col, .portal-table-header .slds-col {
        padding: 6px 2px;
    }
}
.salesforceIdentityLoginBody2, #wrap {
    background: linear-gradient(135deg, #f0fdfa 0%, #e0f2fe 50%, #e6f9f0 100%) !important;
}
.salesforceIdentityLoginBody2 .siteforceContentArea {
    width: 100%;
    max-width: 400px;
    background: rgba(255,255,255,0.95) !important;
    border-radius: 18px;
    box-shadow: 0 8px 32px 0 rgba(16, 185, 129, 0.10), 0 1.5px 4px 0 rgba(0,0,0,0.04);
    overflow: hidden;
    margin: 32px 0;
    backdrop-filter: blur(2px);
}

.salesforceIdentityLoginForm2, .salesforceIdentityForgotPassword2, .salesforceIdentitySelfRegister2 {
    padding: 0 24px 32px 24px;
    display: flex;
    flex-direction: column;
    gap: 18px;
}
.salesforceIdentityCommunityLogo2 .communityLogo {
    height: 80px;
    width: 100% !important;
    margin-bottom: 12px;
}
.login-header {
  text-align: center;
  padding: 0 24px 16px 24px;
}
.login-title {
  font-size: 2rem;
  color: #134e4a;
  margin: 0 0 4px 0;
}

.login-desc {
  color: #0f766e;
  font-size: 1.1rem;
  margin: 0;
}
.salesforceIdentityLoginForm2 .inputContainer, .salesforceIdentityForgotPassword2 .inputContainer, .salesforceIdentitySelfRegister2 .inputContainer {
    margin-bottom: 0 !important;
    padding: 0 !important;
    background-color: transparent !important;
    border: none !important;
}

.salesforceIdentityLoginForm2 .inputIcon, .salesforceIdentityForgotPassword2 .inputIcon, .salesforceIdentitySelfRegister2 .inputIcon {
    display: none;
}

.salesforceIdentityLoginBody2 input {
    padding: 10px 12px !important;
    border: 1px solid #99f6e4 !important;
    border-radius: 6px !important;
    font-size: 1rem !important;
    background: #fff !important;
    transition: border 0.2s;
}
.salesforceIdentityLoginBody2 input:focus {
    border-color: #14b8a6 !important;
    outline: none;
    box-shadow: 0 0 0 2px #5eead4 !important;
}

.salesforceIdentityLoginForm2 button, .salesforceIdentityForgotPassword2 button, .salesforceIdentitySelfRegister2 button {
  width: 100%;
  padding: 12px 0 !important;
  background: linear-gradient(to right, #0d9488, #0f766e) !important;
  color: #fff !important;
  border: none !important;
  border-radius: 6px !important;
  font-size: 1.1rem !important;
  font-weight: 600 !important;
  cursor: pointer;
  box-shadow: 0 2px 8px 0 rgba(16, 185, 129, 0.10) !important;
  transition: background 0.2s, box-shadow 0.2s !important;
}

.salesforceIdentityLoginForm2 button:hover, .salesforceIdentityForgotPassword2 button:hover, .salesforceIdentitySelfRegister2 button:hover {
  background: linear-gradient(to right, #0f766e, #134e4a) !important;
  box-shadow: 0 4px 16px 0 rgba(16, 185, 129, 0.18) !important;
}

.salesforceIdentityLoginBody2 a{
  color: #0d9488 !important;
  text-decoration: none;
  font-size: 0.98rem !important;
  transition: color 0.2s !important;
}

.salesforceIdentityLoginBody2 a:hover{
  color: #134e4a !important;
  text-decoration: underline !important;
}

.login-footer {
  text-align: center;
  color: #0d9488b3;
  font-size: 0.93rem;
  letter-spacing: 0.01em;
}