﻿.nav-link {
    color: #fff !important;
}

    .nav-link.active {
        color: #000 !important;
    }

body {
    font-family: Arial, sans-serif;
    background-color: #f8f9fa;
    color: #212529;
}

h5 {
    font-weight: bold;
    margin-bottom: 0.5rem;
    color: #343a40;
}

.form-control {
    border: 1px solid #ced4da;
    border-radius: 5px;
}


/* Global Card Styling */
.card {
    border: 1px solid #929daf;
    /*border-radius: 10px;*/
    /*box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);*/
    background-color: #fff;
    border-radius: 10px;
    /*box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);*/
}

/* Header: more compact, bold, modern look */
.card-header {
    /*background-color: #ffffff;*/
    /*background-color: #ffd800;*/
    border-bottom: 1px solid #e3e6ea;
    padding: 0.6rem 0.75rem;
    font-weight: 600;
    font-size: 0.95rem;
    letter-spacing: 0.3px;
    color: #2f2f2f;
    display: flex;
    align-items: center;
    min-height: 42px;
}


/* Body: clean & readable */
.card-body {
    padding: 1rem 1.25rem;
    font-size: 0.8rem;
}


.custom-card {
    border: 0;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1) !important;
}

.heading {
    margin-bottom: -0.2rem;
}
/*.btn-primary {
    background-color: #007bff;
    border: none;
    padding: 0.375rem 0.75rem;
    font-size: .8rem;
    font-weight: 500;
    border-radius: 5px;
}

    .btn-primary:hover {
        background-color: #0056b3;
    }*/

/*.btn-primary,
.btn-success,
.btn-danger,
.btn-warning,
.btn-secondary {
    border: none;
    padding: 0.375rem 0.75rem;
    font-size: .8rem;
    font-weight: 500;
    border-radius: 5px;
}

.btn-primary {
    background-color: #007bff;
}

    .btn-primary:hover {
        background-color: #0056b3;
    }*/

/*.btn-success {
    background-color: #28a745;
}

    .btn-success:hover {
        background-color: #218838;
    }

.btn-danger {
    background-color: #dc3545;
}

    .btn-danger:hover {
        background-color: #c82333;
    }*/

/*.btn-secondary {
    background-color: #6c757d;
    color: white;
}*/

    /*.btn-secondary:hover {
        background-color: #5a6268;*/ /* slightly darker for hover */
        /*color: white;
    }*/



.status-message {
    max-width: 100%;
    margin: 1.5rem 0;
    padding: 1rem;
    border-radius: 5px;
    text-align: center;
    font-size: 0.875rem;
}

    .status-message.success {
        background-color: #d4edda;
        border: 1px solid #c3e6cb;
        color: #155724;
    }

    .status-message.warning {
        background-color: #fff3cd;
        border: 1px solid #ffeeba;
        color: #856404;
    }

    .status-message.danger {
        background-color: #f8d7da;
        border: 1px solid #f5c6cb;
        color: #721c24;
    }


.input-group-text {
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 5px;
}


.border-bottom {
    border-bottom: 1px solid #e9ecef;
}

.mt-4 {
    margin-top: 1.5rem !important;
}

.text-center {
    text-align: center !important;
}

.font-weight-bold {
    font-weight: 700;
}

.small {
    font-size: 0.875rem;
}


.button-group {
    width: 100%;
    margin-bottom: 1.5rem;
    display: flex;
    justify-content: space-between;
}



textarea {
    width: 100%;
    padding: 0.5rem;
    border: 1px solid #ced4da;
    border-radius: 5px;
    font-size: 1rem;
}

/*.badge {
    font-size: 0.9rem;
    padding: 0.4rem 1rem;
    border-radius: 5px;
}*/

.badge-success {
    background-color: #3cd458 !important;
    color: white;
}

.status-container {
        max-width: 100%;
    margin: 1.5rem 0;
    padding: 1rem;
    border-radius: 5px;
    text-align: center;
    font-size: 0.875rem;
    }





.status-card {
    width: 100%;
    min-height: 160px;
    background: #ffffff;
    border-radius: 8px;
    border: 1px solid #ddd;
    transition: all 0.3s ease-in-out;
    position: relative;
}

    .status-card:hover {
        box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
    }

/*.ip-card-header {
    background-color: #0d1b48;
    color: white;
    border-radius: 8px 8px 0 0;
    font-weight: 600;
    padding: 10px 15px;
}

.ip-card-body {
    padding: 10px;
    font-size: 14px;
}*/

.status-label {
    font-size: 0.9rem;
    font-weight: 600;
    color: #0d1b48;
}

.item-value {
    background: none;
    border: none;
    font-size: 0.85rem;
    line-height: 1.2;
    font-weight: 500;
    color: #333;
}

.repeat-icon {
    font-size: 30px;
    color: #0d1b48;
    transition: transform 0.3s ease-in-out, color 0.3s ease-in-out;
    cursor: pointer;
}

    .repeat-icon:hover {
        transform: rotate(360deg);
        color: #ff6b6b;
    }

.section-divider {
    border-top: 1px solid lightgray;
    margin-top: 11px;
}

.search-span {
    min-width: 100px;
}

.idp-button {
    font-size: .6rem;
    padding: .15rem .75rem;
}

.idp-status-img {
    margin-left: 10px;
    height: 24px;
}

.spinner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    align-items: center;
    border-radius: 5px;
    z-index: 10;
}

.spinner {
    border: 16px solid silver;
    border-top: 16px solid #337AB7;
    border-radius: 50%;
    margin-top: 155px;
    width: 60px;
    height: 60px;
    animation: spin 700ms linear infinite;
}

.session-expired-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.65); /* semi-transparent dark overlay */
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.session-expired-message {
    background-color: #fff;
    color: #333;
    padding: 2rem 3rem;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
    text-align: center;
    font-size: 1.25rem;
}
