/*!
 *
 * DecisionVault specific CSS
 *
 */

[x-cloak] {
    display: none !important;
}

.htmx-indicator {
    display: none;
}

.htmx-request .hxfeedback {
    display: inline;
}

.htmx-request.hxfeedback {
    display: inline;
}

/* HTMX Tab Transitions - Smooth fade effect */
#matter-tabs {
    transition: opacity 0.2s ease-in-out;
}

/* Fade out when swapping */
#matter-tabs.htmx-swapping {
    opacity: 0;
}

/* Start invisible when settling */
#matter-tabs.htmx-settling {
    opacity: 0;
}

/* Fade in after settled */
#matter-tabs.htmx-settled {
    opacity: 1;
}

.dv-constrain-message {
    max-width: 850px;
}

.dv-constrain-intake-card {
    max-width: 1250px;
}

.dv-underline {
    text-decoration: underline;
}

.dv-form-error {
    color: red;
    font-size: 80%;
}

.clickable {
    cursor: pointer;
}

.topline {
    border-top: 1px solid #eee;
    margin-top: 5px;
    padding-top: 10px;
}

.dv-logo-sign {
    height: 30px;
    width: 30px;
}

.left-table-edge {
    border-left: solid 1px #d8dbe0;
}

.left-table-edge-summary {
    border-left: solid 2px #1f1f20;
}

.summary-box {
    background-color: #1f1f20;
    color: #ffffff;
    border-top: solid 1px #1f1f20;
    border-bottom: solid 1px #1f1f20;
}

/* Ensure black top border for summary box in table header */
.table th.summary-box {
    border-top-color: #1f1f20 !important;
}

.right-table-edge {
    border-right: solid 1px #d8dbe0;
}

.counter-block {
    width: 50px;
}

.time-width {
    width: 200px;
}

.lower-label {
    font-size: 80%;
    padding-left: 10px;
}

.constrain-role-box {
    border: 1px solid #d8dbe0;
    max-width: 800px;
    border-radius: 0.25rem;
}

.geography-selector {
    border: 1px solid #dedede;
    border-radius: 0.25rem;
}

.validation-error {
    color: red;
    font-size: 80%;
}

.floating-menu {
    z-index: 100;
    position: fixed;
    right: 10px
}