﻿.setting-block {
    margin-top: 10px;
}
.sso-button {
    margin-top: 10px;
    width: auto;
    padding: 8px;
    font-size: 15px;
    background-color: #0069d9;
    border-color: #0062cc;
    border-radius: 5px;
    color: white;
    border: none;
}

.login-section .page-title {
    text-align: center;
    color: #2c3e50;
    font-weight: 600;
    margin-bottom: 30px;
}

.login-section .setting-block {
    margin-top: 20px;
    margin-bottom: 30px;
}

.login-section .section-title {
    margin: 0 0 20px 0;
    font-size: 18px;
    font-weight: 600;
    color: #2c3e50;
    border-bottom: 2px solid #e0e6ed;
    padding-bottom: 10px;
}

.login-section .form-group {
    margin-bottom: 20px;
}

.login-section .form-group label {
    display: block;
    margin-bottom: 8px;
}

.login-section .button-group {
    display: flex;
    gap: 12px;
    margin-top: 20px;
}

.error_message {
   
    color: red;
    font-size: 15px;
}

.success_message {
    color: green;
    font-size: 15px;
    margin-top:2px;
}

.tooltipx {
    position: relative;
    display: inline-block;
}

    .tooltipx .tooltiptextx {
        visibility: hidden;
        width: var(--widthx);
        background-color: #1d1515d6;
        color: white;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        font-size: 13px;
        font-family: 'Helvetica Neue';
        /* Position the tooltip */
        position: absolute;
        z-index: 1;
    }


    .tooltipx:hover .tooltiptextx {
        visibility: visible;
    }

.input-field {
    width: 100%;
    padding: 8px 8px;
    margin: 8px 0;
    box-sizing: border-box;
}
.adv-input-field {
    width: 80%;
    padding: 8px 8px;
    margin: 8px 0;
    box-sizing: border-box;
}
.label-style {
    font-size: 15px;
}

.importantLabelTag {
    display: flex;
    align-items: center;
    margin-bottom: 0px;
    font-size: 15px;
    font-weight: bold;
    height: 24px;
}

.mo-para {
    font-size: 13px;
}

.button-style {
    padding: 10px 15px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s;
    border: none;
    background-color: #3b82f6;
    color: white;
    min-width: max-content;
    max-width: max-content;
}

.button-style:hover {
    background-color: #2563eb;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(59, 130, 246, 0.3);
}

.button-style-disabled {
    padding: 10px 15px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 8px;
    cursor: not-allowed !important;
    transition: all 0.2s;
    border: none !important;
    background-color: #69a0db !important;
    min-width: max-content;
    max-width: max-content;
}

.mo-note {
    font-size: 13px;
    background: #e0e6ee;
    padding: 10px;
}

.config-apps-list {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
}

.mo-container {
    background: #e5e7e6;
    margin-bottom: 5px;
    display: flex;
    justify-content: space-between;
    border: 1px solid;
    padding: 3px;
}

.header-button {
    border: none;
    background: none;
    color: black;
    font-weight: 600;
    padding: 8px;
    cursor: pointer;
}

.active {
    background: white;
    border-radius: 8px;
}

.active-style {
    text-align: center;
    flex-basis: 100%;
    width: 25%;
    margin: 6px 0px;
    padding: 3px;
}

.sp-metadata {
    border-collapse: collapse;
    text-align: left;
}

    .sp-metadata td {
        padding-left: 10px;
    }
    .sp-metadata th {
        padding-left: 10px;
    }

.link {
    text-decoration: underline;
    color: blue;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
    padding-top: 60px;
}

.modal-content {
    background-color: #fefefe;
    margin: 5% auto;
    border: 1px solid #888;
    width: 80%;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close:hover,
    .close:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }

.modal-header {
    background-color: #e5e7e6;
    text-align: center;
    border: 1px solid #ddd;
}
.modal-body {
    padding: 15px;
}

#dnn_saml_client_default_apps li {
    border: 1px solid #ddd;
    background-color: #f6f6f6;
    padding: 8px 2px;
    display: inline-block;
    width: 120px;
    height: 80px;
    text-align: center;
    vertical-align: middle;
    margin: 2px;
    float: left;
}

.dnn_saml_client_default_app_icon {
    max-height: 50px;
    max-width: 50px
}

.hts-image {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 28px;
    border: 2px solid #a9a9a92e;
    border-radius: 4px;
}

.cross-button {
    color: #fff;
    background-color: #d9534f;
    cursor: pointer;
    padding: 6px 12px;
    font-size: 14px;
    border-radius: 4px;
    border: transparent;
    margin-top: 8px;
    height: 34px
}

.add-button {
    color: #fff;
    background-color: #337ab7;
    cursor: pointer;
    padding: 6px 12px;
    font-size: 14px;
    border-radius: 4px;
    border: transparent;
    margin-top: 8px;
    height: 34px
}
.cross-button-role {
    color: #fff;
    background-color: #d9534f;
    cursor: pointer;
    padding: 6px 12px;
    font-size: 14px;
    border-radius: 4px;
    border: transparent;
}

.add-button-role {
    color: #fff;
    background-color: #337ab7;
    cursor: pointer;
    padding: 6px 12px;
    font-size: 14px;
    border-radius: 4px;
    border: transparent;
}

.feature-section {
    background-color: aliceblue;
    border: 2px solid #bed6ce;
    padding: 25px;
    border-radius: 5px;
}

[data-role="dynamic-fields"] > .form-inline + .form-inline {
    margin-top: 0.5em;
}

[data-role="dynamic-fields"] > .form-inline [data-role="add"] {
    display: none;
}

[data-role="dynamic-fields"] > .form-inline:last-child [data-role="add"] {
    display: inline-block;
}

[data-role='dynamic-fields'] > .form-inline [data-role='addattribute'] {
    display: none;
}

[data-role='dynamic-fields'] > .form-inline:last-child [data-role='addattribute'] {
    display: inline-block;
}

[data-role="dynamic-fields"] > .form-inline:last-child [data-role="remove"] {
    display: none;
}

[data-role='dynamic-fields'] > .form-inline:last-child [data-role='removeattribute'] {
    display: none;
}

.crown-position {
    position: absolute;
    right: 50px;
    font-size: 16px;
    margin-top: -20px;
}

.no-underline {
text-decoration:none;
}

.warning-alert {
    padding: 7px;
    margin-bottom: 10px;
    border-radius: 0.25rem;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.5;
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

.input-field.invalid {
    border: 2px solid red !important;
}

.save-container {
    display: flex;
    align-items: center;
    gap: 10px;
}

.error-message {
    color: red;
    display: none; 
    font-size: 14px;
}

.error-message-with-padding {
    padding: 8px 8px;
    margin-top: -6px;
}


.custom-modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    overflow: auto;
}

.custom-modal-dialog {
    position: relative;
    margin: 20% auto;
    width: 50%;
}

.custom-modal-content {
    background-color: #d4edda;
    border: 1px solid #c3e6cb;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    padding: 20px;
    text-align: center;
    color: #155724;
    font-size: 16px;
}

.custom-modal-body {
    font-size: 16px;
    color: green;
}

.mt-8 {
margin-top:8px;
}

.trialBorder {
    border: 3px #9dc4ed solid;
    padding: 16px;
    background: #8080800f;
    position: relative;
}

.crownIcon {
    font-size: x-large;
    font-weight: bolder;
    color: #ffd100f7;
    position: absolute;
    right: 15px;
    top: 15px;
}

.position-relative {
    position: relative;
}

.smallCrownIcon {
    font-size: large;
    font-weight: bolder;
    color: #ffd100f7;
}

.icon-container {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.pos-relative-premium {
    position: relative;
}

.flex-items {
    display:flex;
    justify-content:space-between;
}


.custom-tooltip {
    position: absolute;
    bottom: 45%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #000;
    color: #fff;
    padding: 8px 12px;
    border-radius: 5px;
    opacity: 0;
    transition: opacity 0.3s;
    pointer-events: none;
    font-size: 13px;
    z-index: 1;
    text-align: center;
}

    .custom-tooltip a {
        color: #ffd100f7;
        text-decoration: underline;
        margin-left: 5px;
    }


.icon-container .custom-tooltip {
    transform: translate(-61%, 5px);
    bottom: 0%;
}

.trialBorder:hover .custom-tooltip,
.icon-container:hover .custom-tooltip,
.pos-relative-premium:hover .custom-tooltip {
    opacity: 1;
    pointer-events: auto;
}
.disableButton {
    background: #9dc4ed;
}

.flex-vertically {
display:flex;
align-items:center;
}

.ml-8 {
margin-left:8px;
}

.emptyError {
    color:red;
    font-size:small;
}

.importantLabel {
    color: red;
    margin-right: 5px;
}

.required-label {
    color: red;
}

.toggle-switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 20px;
}

    .toggle-switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc; 
    transition: .4s;
    border-radius: 20px;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 16px;
        width: 16px;
        left: 2px;
        bottom: 2px;
        background-color: white;
        transition: .4s;
        border-radius: 50%;
    }

input:checked + .slider {
    background-color: #3b82f6; 
}

    input:checked + .slider:before {
        transform: translateX(20px);
    }

input[type="radio"] {
    margin-right: 5px;
}

.fa-info-circle {
    margin-left: 5px;
    cursor: pointer;
    color: #6b7280;
}




.add-edit-app-page {
    max-width: 1200px;
    margin: 30px auto;
    padding: 30px;
    padding-top: 0px;
    background-color: #ffffff;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

    .add-edit-app-page .page-title {
        text-align: center;
        color: #2c3e50;
        font-weight: 600;
        margin-bottom: 30px;
    }

    .add-edit-app-page .header-actions {
        display: flex;
        justify-content: space-between;
        margin-bottom: 30px;
    }

    .add-edit-app-page .back-button-container {
        margin-top: 5px;
    }

    .add-edit-app-page .back-button {
        background: none;
        border: none;
    }

    .add-edit-app-page .action-buttons-header {
        display: flex;
        justify-content: right;
        gap: 10px;
    }

    .add-edit-app-page .setup-guide-btn {
        width: 90px;
        margin: 0;
        display: none;
        text-align: center;
        font-weight: 600;
        text-decoration: none;
    }

    .add-edit-app-page .advance-settings-btn {
        width: 145px;
        margin: 0;
    }

    .add-edit-app-page .upload-metadata-btn {
        width: 140px;
        margin: 0;
    }

    .add-edit-app-page .setting-block {
        background: #ffffff;
        border: 1px solid #e0e6ed;
        border-radius: 12px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        margin-bottom: 24px;
        padding: 24px;
        overflow: hidden;
    }

    .add-edit-app-page .section-title {
        margin: 0 0 20px 0;
        font-size: 18px;
        font-weight: 600;
        color: #2c3e50;
        border-bottom: 2px solid #e0e6ed;
        padding-bottom: 10px;
    }

    .add-edit-app-page .form-group {
        margin-bottom: 10px;
    }

    .add-edit-app-page .input-field {
        width: 100%;
        padding: 12px 16px;
        margin: 8px 0;
        box-sizing: border-box;
        border: 1px solid #d1d5db;
        border-radius: 8px;
        font-size: 14px;
        transition: border-color 0.2s, box-shadow 0.2s;
        background-color: #ffffff;
    }

        .add-edit-app-page .input-field:focus {
            outline: none;
            border-color: #3b82f6;
            box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
        }

    .add-edit-app-page .certificate-textarea {
        height: 170px;
        resize: vertical;
    }

    .add-edit-app-page .role-select {
        width: 50%;
    }

    .add-edit-app-page .section-label {
        font-weight: 600;
        color: #374151;
        margin-bottom: 12px;
        display: block;
    }

    .add-edit-app-page .radio-group {
        display: flex;
        gap: 20px;
        margin-top: 8px;
    }

    .add-edit-app-page .radio-item {
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .add-edit-app-page .checkbox-group {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        margin-top: 8px;
    }

    .add-edit-app-page .checkbox-item {
        gap: 8px;
        display: flex;
        align-items: center;
        padding: 10px 0px;
    }

    .add-edit-app-page .button-group {
        display: flex;
        gap: 12px;
        margin-top: 20px;
    }

    .add-edit-app-page .button-style {
        padding: 12px 24px;
        font-size: 14px;
        font-weight: 500;
        border-radius: 8px;
        cursor: pointer;
        transition: all 0.2s;
        border: none;
        background-color: #3b82f6;
        color: white;
    }

        .add-edit-app-page .button-style:hover {
            background-color: #2563eb;
            transform: translateY(-2px);
            box-shadow: 0 4px 8px rgba(59, 130, 246, 0.3);
        }

    .add-edit-app-page .save-btn {
        width: 80px;
    }

    .add-edit-app-page .test-config-btn {
        width: 150px;
    }

    .add-edit-app-page .importantLabelTag {
        display: flex;
        align-items: center;
        font-size: 15px;
        font-weight: 600;
        color: #374151;
    }

    .add-edit-app-page .importantLabel {
        color: red;
        margin-right: 5px;
    }

    .add-edit-app-page .label-style {
        font-size: 14px;
        font-weight: 500;
        color: #374151;
    }

    .add-edit-app-page .emptyError {
        color: red;
        font-size: 12px;
        margin-top: 4px;
    }

    .add-edit-app-page .hidden {
        display: none;
    }

    .add-edit-app-page .modal {
        z-index: 1001;
    }

    .add-edit-app-page .modal-content {
        border-radius: 12px;
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    }

    .add-edit-app-page .modal-header {
        background-color: #f8f9fa;
        border-radius: 12px 12px 0 0;
    }

    .add-edit-app-page .modal-body {
        padding: 20px;
    }



/* Applications List Page Specific Styling */
.applications-list-page {
    max-width: 1200px;
    padding: 30px;
    padding-top: 0px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

.applications-list-page .page-title {
    text-align: center;
    color: #2c3e50;
    font-weight: 600;
    margin-bottom: 30px;
}

.applications-list-page .header-actions {
    display: flex;
    justify-content: right;
    gap: 10px;
    margin-bottom: 20px;
}

.applications-list-page .advance-sp-btn {
    width: 120px;
    margin: 0;
}

.applications-list-page .account-setup-btn {
    width: 120px;
    margin: 0;
}

.applications-list-page .troubleshoot-btn {
    width: 180px;
    margin: 0;
}

.applications-list-page .contact-us-btn {
    width: 100px;
    margin: 0;
}

.applications-list-page .settings-section {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    align-items: center;
}

.applications-list-page .override-login-container {
    display: flex;
    align-items: center;
    gap: 8px;
}

.applications-list-page .sso-link-container {
    display: none;
}

.applications-list-page .sso-link-text {
    margin: 0;
    color: #2c3e50;
}

.applications-list-page .copy-link-btn {
    border: none;
    background: none;
    margin-left: 5px;
    cursor: pointer;
    font-size: 16px;
    color: #3b82f6;
    transition: color 0.2s;
}

    .applications-list-page .copy-link-btn:hover {
        color: #2563eb;
    }

.applications-list-page .navigation-tabs {
    background: #e5e7e6;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    overflow: hidden;
}

.applications-list-page .tab-item {
    flex: 1;
    text-align: center;
}

    .applications-list-page .tab-item.active {
        background: white;
    }

.applications-list-page .tab-button {
    border: none;
    background: none;
    color: black;
    font-weight: 600;
    padding: 12px 16px;
    cursor: pointer;
    width: 100%;
    transition: background-color 0.2s;
}

.applications-list-page .tab-item.active .tab-button {
    background: white;
}

.applications-list-page .tab-button:hover {
    background-color: rgba(255, 255, 255, 0.5);
}

.applications-list-page .tab-item.active .tab-button:hover {
    background: white;
}

.applications-list-page .apps-table-container {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    margin-bottom: 24px;
}

.applications-list-page .apps-table {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
}

    .applications-list-page .apps-table thead {
        background-color: #f8f9fa;
    }

    .applications-list-page .apps-table th {
        padding: 16px;
        font-weight: 600;
        color: #374151;
        border-bottom: 2px solid #e0e6ed;
    }

    .applications-list-page .apps-table .entity-id-column {
        width: 65%;
    }

    .applications-list-page .apps-table td {
        padding: 16px;
        border-bottom: 1px solid #f3f4f6;
    }

.applications-list-page .app-row:hover {
    background-color: #f8f9fa;
}

.applications-list-page .empty-row {
    height: 60px;
    text-align: center;
    color: #6b7280;
    font-style: italic;
}

.applications-list-page .app-id {
    font-weight: 500;
    color: #2c3e50;
}

.applications-list-page .entity-id {
    color: #374151;
    word-break: break-all;
}

.applications-list-page .action-cell {
    padding: 12px 16px;
}

.applications-list-page .action-select {
    border: 1px solid #d1d5db;
    border-radius: 6px;
    padding: 8px 12px;
    background-color: #ffffff;
    cursor: pointer;
    font-size: 14px;
    transition: border-color 0.2s;
}

    .applications-list-page .action-select:focus {
        outline: none;
        border-color: #3b82f6;
        box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
    }

.applications-list-page .delete-option {
    color: orangered;
    font-weight: bold;
}

.applications-list-page .add-idp-section {
    text-align: center;
    margin-top: 30px;
}

.applications-list-page .add-idp-container {
    display: inline-block;
}

.applications-list-page .add-idp-btn {
    padding: 12px 24px;
    font-size: 16px;
    font-weight: 600;
    min-width: 150px;
}

.applications-list-page .add-idp-btn-disabled {
    padding: 12px 24px;
    font-size: 16px;
    font-weight: 600;
    min-width: 150px;
    opacity: 0.6;
    cursor: not-allowed;
}

.applications-list-page .button-style {
    padding: 10px 15px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s;
    border: none;
    background-color: #3b82f6;
    color: white;
}

    .applications-list-page .button-style:hover {
        background-color: #2563eb;
        transform: translateY(-2px);
        box-shadow: 0 4px 8px rgba(59, 130, 246, 0.3);
    }

/* Modal styling for Applications List page */
.applications-list-page .modal {
    z-index: 1001;
}

.applications-list-page .modal-content {
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.applications-list-page .modal-header {
    background-color: #f8f9fa;
    border-radius: 12px 12px 0 0;
    padding: 20px;
}

.applications-list-page .modal-body {
    padding: 20px;
}

.applications-list-page .warning-alert {
    margin-bottom: 20px;
    border-radius: 8px;
}



/* Service Provider Metadata Page Specific Styling */
.sp-metadata-page {
    max-width: 1200px;
    padding: 30px;
    padding-top: 0px;
    background-color: #ffffff;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

    .sp-metadata-page .page-title {
        text-align: center;
        color: #2c3e50;
        font-weight: 600;
        margin-bottom: 30px;
    }

    .sp-metadata-page .navigation-tabs {
        background: #e5e7e6;
        margin-bottom: 30px;
        display: flex;
        justify-content: space-between;
        border: 1px solid #d1d5db;
        border-radius: 8px;
        overflow: hidden;
    }

    .sp-metadata-page .tab-item {
        flex: 1;
        text-align: center;
    }

        .sp-metadata-page .tab-item.active {
            background: white;
        }

    .sp-metadata-page .tab-button {
        border: none;
        background: none;
        color: black;
        font-weight: 600;
        padding: 12px 16px;
        cursor: pointer;
        width: 100%;
        transition: background-color 0.2s;
    }

    .sp-metadata-page .tab-item.active .tab-button {
        background: white;
    }

    .sp-metadata-page .tab-button:hover {
        background-color: rgba(255, 255, 255, 0.5);
    }

    .sp-metadata-page .tab-item.active .tab-button:hover {
        background: white;
    }

    .sp-metadata-page .setting-block {
        background: #ffffff;
        border: 1px solid #e0e6ed;
        border-radius: 12px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        margin-bottom: 24px;
        padding: 15px;
        overflow: hidden;
    }

    .sp-metadata-page .section-title {
        margin: 0 0 20px 0;
        font-size: 18px;
        font-weight: 600;
        color: #2c3e50;
        border-bottom: 2px solid #e0e6ed;
        padding-bottom: 10px;
    }

    .sp-metadata-page .section-description {
        color: #6b7280;
        font-size: 14px;
        margin-bottom: 20px;
        line-height: 1.5;
    }

    .sp-metadata-page .form-group {
        margin-bottom: 20px;
    }

    .sp-metadata-page .input-field {
        width: 100%;
        padding: 12px 16px;
        margin: 2px 0;
        box-sizing: border-box;
        border: 1px solid #d1d5db;
        border-radius: 8px;
        font-size: 14px;
        transition: border-color 0.2s, box-shadow 0.2s;
        background-color: #ffffff;
    }

        .sp-metadata-page .input-field:focus {
            outline: none;
            border-color: #3b82f6;
            box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
        }

    .sp-metadata-page .nameid-select {
        width: 100%;
    }

    .sp-metadata-page .button-group {
        display: flex;
        gap: 12px;
        margin-top: 20px;
    }

    .sp-metadata-page .button-style {
        padding: 12px 24px;
        font-size: 14px;
        font-weight: 500;
        border-radius: 8px;
        cursor: pointer;
        transition: all 0.2s;
        border: none;
        background-color: #3b82f6;
        color: white;
    }

        .sp-metadata-page .button-style:hover {
            background-color: #2563eb;
            transform: translateY(-2px);
            box-shadow: 0 4px 8px rgba(59, 130, 246, 0.3);
        }

    .sp-metadata-page .save-btn {
        width: 80px;
    }

    .sp-metadata-page .importantLabelTag {
        display: flex;
        align-items: center;
        margin-bottom: 8px;
        font-size: 15px;
        font-weight: 600;
        color: #374151;
    }

    .sp-metadata-page .label-style {
        font-size: 14px;
        font-weight: 500;
        color: #374151;
        margin-bottom: 8px;
    }

    .sp-metadata-page .emptyError {
        color: red;
        font-size: 12px;
        margin-top: 4px;
    }

    .sp-metadata-page .metadata-option {
        margin-bottom: 24px;
    }

    .sp-metadata-page .option-label {
        font-size: 14px;
        font-weight: 500;
        color: #374151;
        margin-bottom: 8px;
    }

    .sp-metadata-page .url-container,
    .sp-metadata-page .download-container {
        background: #f8f9fa;
        border: 1px solid #e0e6ed;
        border-radius: 8px;
        padding: 12px 16px;
    }

    .sp-metadata-page .metadata-link {
        color: #3b82f6;
        text-decoration: none;
        word-break: break-all;
        font-size: 14px;
    }

        .sp-metadata-page .metadata-link:hover {
            color: #2563eb;
            text-decoration: underline;
        }

    .sp-metadata-page .download-link {
        color: #3b82f6;
        text-decoration: none;
        font-weight: 500;
        font-size: 14px;
    }

        .sp-metadata-page .download-link:hover {
            color: #2563eb;
            text-decoration: underline;
        }

    .sp-metadata-page .metadata-table-container {
        background: #ffffff;
        border-radius: 8px;
        overflow: hidden;
        border: 1px solid #e0e6ed;
    }

    .sp-metadata-page .metadata-table {
        width: 100%;
        border-collapse: collapse;
    }

        .sp-metadata-page .metadata-table thead {
            background-color: #f8f9fa;
        }

        .sp-metadata-page .metadata-table th {
            padding: 16px;
            font-weight: 600;
            color: #374151;
            border-bottom: 2px solid #e0e6ed;
            text-align: left;
        }

        .sp-metadata-page .metadata-table .attribute-column {
            width: 20%;
        }

        .sp-metadata-page .metadata-table .value-column {
            width: 80%;
        }

        .sp-metadata-page .metadata-table td {
            padding: 16px;
            border-bottom: 1px solid #f3f4f6;
            vertical-align: top;
        }

        .sp-metadata-page .metadata-table tr:hover {
            background-color: #f8f9fa;
        }

        .sp-metadata-page .metadata-table tr:last-child td {
            border-bottom: none;
        }

    .sp-metadata-page .attribute-name {
        font-weight: 500;
        color: #374151;
    }

    .sp-metadata-page .attribute-value {
        color: #6b7280;
        word-break: break-all;
        font-family: 'Courier New', monospace;
        font-size: 13px;
    }

    .sp-metadata-page .cert-download-link {
        color: #3b82f6;
        text-decoration: none;
        font-weight: 500;
        font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
        font-size: 14px;
    }

        .sp-metadata-page .cert-download-link:hover {
            color: #2563eb;
            text-decoration: underline;
        }


.account-setup-btn {
    margin-top: 10px;
}

.login-section {
    margin: 30px;
}

.login-header {
    text-align: center;
}

.back-button-container {
    margin-top: 5px;
}

.back-button {
    background: none;
    border: none;
}

.back-arrow-icon {
    width: 25px;
    height: 25px;
}

.login-input-field {
    width: 70% !important;
}

.button-login-width {
    width: 80px !important;
}

.hidden-message {
    display: none;
}

.account-info-table {
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-collapse: collapse;
    padding: 0px 0px 0px 10px;
    margin: 2px;
    width: 85%;
}

.account-info-cell-label {
    width: 45%;
    padding: 10px;
}

.account-info-cell-value {
    width: 55%;
    padding: 10px;
}

.deactivate-button {
    width: 150px !important;
}

.fetch-button {
    width: 160px !important;
}

.input-disabled {
    background-color: #b3b2fb66 !important;
    cursor: not-allowed !important;
}