﻿.message {
    transition: opacity 0.5s ease;
}
.redirect-url-block {
    background-color: white;
    border: 1px solid #f3f2f2;
    padding: 10px;
    margin-top: 7px;
    margin-bottom: -7px;
    width: 90%;
}
.setting-sub-block {
    background-color: #fbf9f9;
    border: 2px solid #f3f2f2;
    padding: 25px;
    border-radius: 5px;
}
.alert-success {
    color: #155724;
    margin-top: 25px;
    width: 571px;
    background-color: #d4edda;
    border-color: #c3e6cb;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.alert-danger {
    color: #721c24;
    margin-top: 4px;
    width: 571px;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}
.emptyError {
    color: red;
    font-size: small;
}
.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;
}
.setting-block {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.input-field {
    width: 100%;
    padding: 8px 8px;
    margin: 8px 0;
    box-sizing: border-box;
}

.label-style {
    font-size: 15px;
}

.mo-para {
    font-size: 13px;
}

.button-style {
    margin-top: 10px;
    width: 115px;
    padding: 8px;
    font-size: 15px;
    background-color: #0069d9;
    border-color: #0062cc;
    border-radius: 5px;
    color: white;
    border: none;
}

.button-style-disabled {
    margin-top: 10px;
    width: 115px;
    padding: 8px;
    font-size: 15px;
    background-color: #69a0db;
    border-color: #5b87b7;
    border-radius: 5px;
    color: white;
    border: none;
}

.mo-note {
    font-size: 15px;
    background: #e0e6ee;
    padding: 10px;
    margin-bottom: 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;
}

.header-button {
    border: none;
    background: none;
    color: black;
    font-weight: 600;
    padding: 12px;
}

.active {
    background: white;
}

.active-style {
    text-align: center;
    flex-basis: 100%;
    width: 33.333333%;
}
.sp-metadata {
    border-collapse: collapse;
    text-align: left;
}

    .sp-metadata td {
        padding-left: 10px;
    }

    .sp-metadata th {
        padding-left: 10px;
    }

.link {
    text-decoration: none;
    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;
}

.add-button {
    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;
}

.crown-position {
    position: absolute;
    right: 50px;
    font-size: 16px;
    margin-top: -20px;
}


[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:last-child [data-role="remove"] {
    display: none;
}
.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-question-circle {
    margin-left: 5px;
    cursor: pointer;
    color: #6b7280;
}

.tooltip-container {
    position: relative;
    display: inline-block;
    cursor: pointer;
    font-family: Arial, sans-serif;
}

.question-circle {
    margin-left: 2px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    background-color: #000;
    color: #fff;
    font-weight: bold;
    border-radius: 50%;
    font-family: Arial, sans-serif;
    font-size: 12px;
    cursor: pointer;
}

.tooltip-text {
    visibility: hidden;
    width: 220px;
    background-color: #333;
    color: #fff;
    text-align: left;
    border-radius: 6px;
    padding: 8px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.3s;
    font-size: 13px;
}

.tooltip-container:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
}

.tooltip-text::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #333 transparent transparent transparent;
}

.sso-button {
    margin-top: 10px;
    padding: 8px;
    font-size: 15px;
    background-color: #0069d9;
    border-color: #0062cc;
    border-radius: 5px;
    color: white;
    border: none;
}