﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

.accordion .card {
    overflow: inherit;
}


/* TOOLTIP -------------------------------------------------- */
.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

    .tooltip .tooltiptext {
        visibility: hidden;
        width: 120px;
        background-color: black;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        /* Position the tooltip */
        position: absolute;
        z-index: 1;
    }

    .tooltip:hover .tooltiptext {
        visibility: visible;
    }
/* TOOLTIP -------------------------------------------------- */


.zui-table-rounded {
    border: none;
}

    .zui-table-rounded thead th {
        border: none;
    }

        .zui-table-rounded thead th:first-child {
            border-radius: 5px 0 0 0;
        }

        .zui-table-rounded thead th:last-child {
            border-radius: 0 5px 0 0;
        }

    .zui-table-rounded tbody td {
        /*border: none;*/
    }

    .zui-table-rounded tbody tr:last-child td:first-child {
        /*   border-radius: 0 0 0 8px;
                                    border-bottom: 1px;*/
    }

    .zui-table-rounded tbody tr:last-child td:last-child {
        /*border-radius: 0 0 8px 0;
                                    border-bottom: 1px;*/
    }






/* SIDEBAR & BUTTON COLORS */


/*.bg-gradient-primary {
    background-image: linear-gradient(180deg, #F8E085, #FFF1B3);
    background-size: cover;
    color: #333333;
}


    .btn-primary:hover {
        background-color: #5a2264;*/ /* Darker shade for hover */
        /*border-color: #5a2264;
    }*/

    /* Customizing active and focus states */
    /*.btn-primary:active,
    .btn-primary:focus,
    .btn-primary:focus-visible {
        background-color: #50205a !important;*/ /* Darker shade for active/focus state */
        /*border-color: #50205a !important;
        box-shadow: none;*/ /* Remove any blue outline */
        /*color: #ffffff;*/ /* Ensure text remains readable */
        /*outline: none;*/ /* Ensure no blue outline */
    /*}*/

    /* Optional: Add outline or box-shadow to match your theme, if you want a focus effect */
    /*.btn-primary:focus {
        box-shadow: 0 0 0 0.2rem rgba(107, 42, 118, 0.5);*/ /* Optional: Purple outline */
    /*}*/
