﻿.loading-screen {
    margin-left: 40%;
    margin-top: 20%;
    width: 20%;
    text-align: center;
    color: white;
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
}

.mud-nav-link.active {
    background-color: white !important;
    color: var(--mud-palette-primary);
}
    .mud-nav-link.active .mud-nav-link-icon {
        color: var(--mud-palette-primary) !important;
    }
.roundbtn {
    border: 1px solid var(--mud-palette-primary);
    html *

{
    font-family: Poppins !important;
}
}

html * {
    font-family: Poppins !important;
}

/* General Style Start */
body {
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    background: #1a2b3b;
}

.width-100p {
    width:100%;
}
.width-90p {
    width: 90%;
}
.width-80p {
    width: 80%;
}
.width-60p {
    width: 60%;
}
.width-50p {
    width: 50%;
}
.width-40p {
    width: 40%;
}

.mud-button-filled {
    box-shadow: none;
}
    .mud-button-filled:focus {
        box-shadow: none;
    }
    .mud-button-filled:hover {
        box-shadow: none;
    }

.mudContent {
    min-height: 100vh;
/*    background: white;*/
    border-bottom-left-radius: 30px;
    padding-bottom: 24px;
}

    .mudContent:before {
        content: "";
        position: absolute;
        top: 0;
        width: 100%;
        height: 40px;
        background-color: #1A2B3C;
        left: 0;
    }

.color-light {
    background-color: #FFF5E0;
    color: #1C1916;
}

.color-blue {
    background-color: #2D62F2;
    color: #ffffff;
}

.mud-paper {
    border: 1px solid #F2F2F2;
    border-radius: 12px;
    box-shadow: 0 4px 10px 0 rgb(0 0 0 / 5%);
    -webkit-box-shadow: 0 4px 10px 0 rgb(0 0 0 / 5%);
}

.mud-tabs-toolbar {
    background-color: var(--mud-palette-background);
}

.mud-risk-status {
    padding: 15px 40px !important;
}

.mud-risk-m {
    margin: 0px 0px 10px 5px !important;
}
/* General Style End */
/* LeftSidebar Logo Style Start */
.mud-drawer-header {
    min-height: auto;
    flex-direction: column;
    padding: 15px 0;
}

    .mud-drawer-header img {
        margin: auto;
        padding: 8px 0;
    }

.mud-drawer .mud-divider {
    background-color: #2C3E51;
}

.mud-set-rounded {
    height: 30px;
    background-color: var(--mud-palette-drawer-background);
}

.mud-card-p {
    padding: 6px !important;
}

.mud-card-p-6 {
    padding: 6px !important;
}

.mud-card-plb-6 {
    padding-left: 0px !important;
    padding-bottom: 6px !important;
}

.mud-card-p-15 {
    padding: 15px !important;
}

.mud-card-p3-6 {
    padding: 12px 6px 6px 6px !important;
}

.mud-card-p-20 > .mud-tabs-panels {
    padding: 20px 0px !important;
}

.mud-appbar-top-border {
    box-shadow: -2rem 0 0em 0px var(--mud-palette-drawer-background) !important;
    border-radius: 30px 0px 0px 0px !important;
}
/* LeftSidebar Logo Style End */
/* TopNavBar Start */
.topnavbar .mud-icon-button {
    padding: 7px;
}

.topnavbar {
    -webkit-box-shadow: 0px 0px 10px rgb(0 0 0 / 100%);
    -ms-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 10px rgb(0 0 0 / 1.00);
}
/* TopNavBar End */


/* Info-section Start */
.info-block .mud-card {
    padding: 10px;
    height: 100%;
}

    .info-block .mud-card .mud-card-content .title, .info-row .title, .info-block .mud-card .mud-card-content .desc, .info-row .desc {
        font-size: 14px;
    }

    .info-block .mud-card .mud-card-content .title, .info-row .title {
        color: #706D64;
        font-weight: 400;
        margin-bottom: 5px;
    }

    .info-block .mud-card .mud-card-content .desc, .info-row .desc {
        color: #1C1916;
        font-weight: 500;
    }

.info-block .info-row {
    border-bottom: 1px solid #F6F6F6;
    padding: 5px 0;
}

    .info-block .info-row:last-child {
        border-bottom: 0;
        padding-bottom: 0;
    }

    .info-block .info-row .mud-card-content {
        width: 50%;
        padding: 16px 3px
    }

.chart-block {
    height: 100%;
}
/* Info-section End */


/* Mobile Responsive Style Start */
@media only screen and (max-width: 575px) {
    #progress-bar li {
        font-size: 9px;
    }

    .topnavbar .mud-icon-button {
        padding: 4px;
    }
}
/* Mobile Responsive Style End */

#google-translate-trap {
    opacity: 0.1; /* Makes the element fully transparent */
    position: absolute; /* Takes the element out of the normal document flow */
    width: 1px; /* Minimal width */
    height: 1px; /* Minimal height */
    overflow: hidden; /* Ensures no content spills out */
    pointer-events: none; /* Prevents interaction */
    user-select: none; /* Prevents text selection */
}

.text-center {
    text-align: center !important;
}