@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

.page {
    position: relative;
    display: flex;
    flex-direction: column;
}

main {
    flex: 1;
}

.sidebar {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row ::deep a, .top-row ::deep .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row ::deep a:hover, .top-row ::deep .btn-link:hover {
            text-decoration: underline;
        }

        .top-row ::deep a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

.div-header-container {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    margin-bottom: 15px;
    color: #000000;
}

.navbar-brand {
    color: #1c77ba;
    text-decoration: none;
    margin-left: 10px;
    font-size: calc(1rem + 0.8vh);
}

.nav-item {
    font-size: calc(1rem + 0.4vh) !important;
    color: #000000;
}

img {
    height: 40px;
}

.mb_60 {
    margin-bottom: 60px !important;
}

.loaging-image-div-main {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width: 100%;
}

    .loaging-image-div-main > img {
        height: 150px;
        object-fit: contain;
    }

.loader-progress-text {
    position: absolute;
    top: 30%; /* You can adjust this value if needed */
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(255, 255, 255, 0.8); /* Optional: Adds a background for better visibility */
    padding: 5px; /* Optional: Adds some padding around the text */
    z-index: 10; /* Ensures it stays above other content */
}

.report-component {
    font-size: 0.95vw !important;
}

    .report-component .font-summary-header {
        font-size: 1.1vw !important;
    }

    .report-component .font-header {
        font-size: 1.2vw !important;
    }

    .report-component input {
        font-size: 0.95vw !important;
        text-align: right;
    }

    .report-component textarea {
        font-size: 0.95vw !important;
    }

    .report-component a {
        text-decoration: none;
    }

    .report-component .ai-report-message {
        color: #b32121;
        font-weight: 600;
        background-color: #f7f7f7;
        padding: 5px;
        font-size: 1.1vw !important;
    }

    .report-component .row > .reduce-space-between-col {
        padding-left: 0;
    }

    .report-component .loaging-image-div {
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .report-component .loaging-image-div > img {
            height: 100%;
            max-width: 100%;
            object-fit: contain;
        }

.only-print {
    display: none;
}

.main-logo {
    height: 40px;
}

.main-logo-pointer {
    height: 40px;
    cursor: pointer;
}

.main-logo-text {
    margin-left: 2px;
    top: 5px;
    vertical-align: middle;
    font-size: 24px;
}

.div-footer {
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
    background-color: #ececec;
}

    .div-footer a {
        margin-left: 10px;
        text-decoration: none;
    }

    .div-footer img {
        max-height: 30px;
    }

@media print {
    .no-print {
        display: none;
    }

    .only-print {
        display: flex;
    }

    .report-component {
        font-size: 1.2vw !important;
    }

        .report-component .font-summary-header {
            font-size: 1.25vw !important;
        }

        .report-component .font-header {
            font-size: 1.25vw !important;
        }
}
