﻿body {
    background-color: #e9ecef;
}
.heading{
    display:block;
    padding-left:20px;
    position:relative;
}
    .heading:after {
        content: ' ';
        display: block;
        width: 5px;
        height: 30px;
        background-color: #1a3c8a;
        margin-top: -32px;
        position: absolute;
        margin-left: -18px;
    }
.heading2:after {
    content: ' ';
    display: block;
    width: 30px;
    height: 2px;
    background-color: #1a3c8a;
}

.scroll-to-top {
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    display: none;
    width: 2.75rem;
    height: 2.75rem;
    text-align: center;
    color: #fff;
    background: rgba(90,92,105,.5);
    line-height: 46px
}

    .scroll-to-top:focus, .scroll-to-top:hover {
        color: #fff
    }

    .scroll-to-top:hover {
        background: #5a5c69
    }

    .scroll-to-top i {
        font-weight: 800
    }

input[type="text"].dxeEditAreaSys {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    color: var(--bs-body-color);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.dxcaControl table > tbody > tr{
    display:flex;
    flex-direction:column;
}
.dxcaControl > table > tbody > tr > td {
    padding:0 !important;
}
    .dxcaControl > table > tbody > tr:nth-child(1), .dxcaControl table > tbody > tr> td > label {
        margin-top: 10px
    }

.vertical-align {
    vertical-align: middle;
}

.text-right {
    text-align: right;
}
.cursor-pointer {
    cursor:pointer;
}

.readonly {
    background-color: #dcdcdc; /* Light grey background */
    opacity: 1; /* Ensure full opacity for the grey background */
}

.custom-card {
    background-color: #fbfef9 !important;
    color: #000000 !important; /* Black text */
}

.custom-card .text-muted {
    color: #555555 !important; /* A slightly lighter grey for muted text */
}

.loading-overlay {
    position: fixed; /* Cover the whole screen */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Semi-transparent black */
    z-index: 9999; /* Ensure it's on top of everything */
    display: flex;
    align-items: center;
    justify-content: center;
}

.loading-spinner {
    color: white;
    text-align: center;
}

.progress {
    margin-bottom: 5px;
}

.badge {
    font-size: 0.8em;
}
