/* Setting up fonts locally improves loading time and eliminates the need for external CDNs. .*/

/* Variable font definition */
 
/*Title: Urbanist*/
@font-face {
    font-family: 'Urbanist';
    src: url('/fonts/Urbanist/Urbanist-VariableFont_wght.ttf') format('truetype');    
    font-weight: 100 900;
    font-style: normal;
}
/*Body: Inter*/
@font-face {
    font-family: 'Inter';
    src: url('/fonts/Inter/Inter-VariableFont_opsz,wght.ttf') format('truetype');
    font-weight: 100 900;
    font-style: normal;
}
@font-face {
    font-family: 'Inter';
    src: url('/fonts/Inter/Inter-Italic-VariableFont_opsz,wght.ttf') format('truetype');
    font-weight: 100 900;
    font-style: italic;
}

/* Fallback to static weights if variable font isn't supported */
@font-face {
    font-family: 'Urbanist';
    src: url('/fonts/Urbanist/static/Urbanist-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Urbanist';
    src: url('/fonts/Urbanist/static/Urbanist-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Urbanist';
    src: url('/fonts/Urbanist/static/Urbanist-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Urbanist';
    src: url('/fonts/Urbanist/static/Urbanist-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Inter';
    src: url('/fonts/Inter/static/Inter_18pt-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Inter';
    src: url('/fonts/Inter/static/Inter_18pt-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Inter';
    src: url('/fonts/Inter/static/Inter_18pt-Medium.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Inter';
    src: url('/fonts/Inter/static/Inter_18pt-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

.light-text {
    font-weight: 300; /* Light */
}

.regular-text {
    font-weight: 400; /* Regular */
}

.medium-text {
    font-weight: 600; /* Medium */
}

.bold-text {
    font-weight: 700; /* Bold */
}

.font-body {
    font-family: 'Inter', sans-serif;
}
.font-title {
    font-family: 'Urbanist', sans-serif;
}

/*Setting up base theme colors*/
:root {
    --navy-blue: #263E78;
    --black: #000;
    --dark-blue: #1A2338;
    --light-blue: #8DC1EE;
    --warm-white: #F2F9FE;
    --white: #FFF;
    --dark-red: #802828;
    --light-red: #FAA0A0;
    --dark-green: #1E5F42;
    --light-green: #9FE2BF;
}

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

h1:focus {
    outline: none;
}

.para-text-link a{
    color: var(--Navy-Blue, #263E78);    
    font-family: Urbanist;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    text-decoration:none;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.content {
    padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }



/*** Slpah screen ***/

.splash-screen {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: white;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
    opacity: 0;
    animation: fadeIn 2s forwards; /* 2 Sekunden für das Einblenden */
}

    .splash-screen img {
        max-width: 80vw;
        max-height: 80vh;
        width: auto;
        height: auto;
    }

.progress-container {
    width: 80%;
    max-width: 300px;
    height: 10px;
    background-color: #ddd;
    border-radius: 5px;
    margin-top: 15px;
    position: relative;
    overflow: hidden;
}

.progress-bar {
    width: var(--blazor-load-percentage, 0%);
    height: 100%;
    background-color: #003366; /* Marineblau */
    transition: width 0.3s ease-in-out;
    position: relative; /* Damit der Fortschrittsbalken im Vordergrund bleibt */
}

.progress-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 16px;
    color: red; /* Die Zahl wird rot angezeigt */
    z-index: 2; /* Sicherstellen, dass der Text über dem Balken liegt */
    content: var(--blazor-load-percentage-text, "Loading"); /* Dynamischer Text */
}

.starting-text {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    margin-top: 25px;
    color: #003366; 
    opacity: 0;
    transition: opacity 3s ease-in-out;
    will-change: opacity;
}

.starting-text-show {
    opacity: 1;
}


/* Animation für das Einblenden */
    @keyframes fadeIn {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }
    /****/
    .loading-progress {
    position: relative;
    display: block;
    width: 8rem;
    height: 8rem;
    margin: 20vh auto 1rem auto;
}

    .loading-progress circle {
        fill: none;
        stroke: #e0e0e0;
        stroke-width: 0.6rem;
        transform-origin: 50% 50%;
        transform: rotate(-90deg);
    }

        .loading-progress circle:last-child {
            stroke: #1b6ec2;
            stroke-dasharray: calc(3.141 * var(--blazor-load-percentage, 0%) * 0.8), 500%;
            transition: stroke-dasharray 0.05s ease-in-out;
        }

.loading-progress-text {
    position: absolute;
    text-align: center;
    font-weight: bold;
    inset: calc(20vh + 3.25rem) 0 auto 0.2rem;
}

    .loading-progress-text:after {
        content: var(--blazor-load-percentage-text, "Loading");
    }


code {
    color: #c02d76;
}

.w-100 {
    width: 100%;
}

.w-50 {
    width: 50%;
}

.h-70 {
    height: 70vh;
}

.hidden {
    display: none;
}



.custom-data-grid {
    border-radius: 10px;    
    overflow: hidden;      
}

    .custom-data-grid .mud-table {
        border: 1px solid var(--line-stroke, rgba(70, 125, 206, 0.24));
        background: var(--BG-color, #F8FBFF);
        width: 1180px;
        border-radius: 10px;        
    }
    .custom-data-grid .mud-table-container {
        border-radius: 10px;
        border: 1px solid var(--line-stroke, rgba(70, 125, 206, 0.24));
        cursor: default;
        overflow: hidden;
    }

    .custom-data-grid .mud-table-row {
        display: flex;
        align-items: center;
        height: 74px;        
    }

    .custom-data-grid .mud-table-cell {
        display: flex;
        align-items: center;
        flex-basis: 40%;
        padding: 25px 16px 16px 16px !important;
        position: relative;
        height: 74px;        
    }
    .custom-data-grid .mud-table-cell .column-header{
        margin-left:6px;
    }
        .custom-data-grid .mud-table-cell:last-child {
            flex-basis: 60%; /* Description column width */
        }
        .custom-data-grid .mud-table-cell:not(:last-child)::after {
            content: '';
            position: absolute;
            top: -20px;
            bottom: 0;
            right: 0px;
            border-right: 1px solid rgba(70, 125, 206, 0.24);            
        }

    .custom-data-grid .mud-table-cell-content {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        width: 100%;        
    }

    .custom-data-grid .mud-table-head th {
        color: var(--dark, #1A2338);
        font-family: 'Urbanist', sans-serif;
        font-size: 18px;
        font-weight:500;     
        
    }
    .exam-data-grid .mud-table-head th {
        color: var(--dark, #1A2338);
        font-family: 'Urbanist', sans-serif;
        font-size: 18px;
        font-weight: 500;
        margin-top: 10px;
    }


    /*mobile - qs-table*/

.mobile-view .mobile-item-header {
    display: flex;
    align-items: center;
    margin-bottom: 4px;
}
.mobile-view .mobile-item-container {
    display: flex;
    flex-direction: column;
    padding: 8px 0;    
}
.mobile-view .star-rating {
    color: #007bff;
    font-weight: bold;
    margin-right: 10px;
    min-width: 30px;
}

.mobile-view .title {
    color: var(--dark, #1A2338);
    font-family: Urbanist;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

.mobile-view .description {
    padding-left: 74px;
    color: #666;
    font-size: 15px;
}


.exam-data-grid{
    border-radius:10px;
}

    .exam-data-grid .mud-table {
        border: 1px solid var(--line-stroke, rgba(70, 125, 206, 0.24));
        background: var(--BG-color, #F8FBFF);
        width: 1180px;
        border-radius: 10px;
    }

    .exam-data-grid .mud-table-container {
        border-radius: 10px;
        border: 1px solid var(--line-stroke, rgba(70, 125, 206, 0.24));
        cursor: default;
    }

    .exam-data-grid .mud-table-row {
        display: flex;
        align-items: center;
        height: 74px;
    }

    .exam-data-grid .mud-table-cell {
        display: flex;
        align-items: center;
        flex-basis: 40%;
        padding: 20px 22px 15px 22px;        
        position: relative;
        font-family: Urbanist;
        font-size: 15px;
        color: #666;
    }
.exam-data-grid .mud-table-cell .column-header {
    padding: 3px 0;
}
        .exam-data-grid .mud-table-cell:last-child {
            flex-basis: 60%; /* Description column width */
        }

        .exam-data-grid .mud-table-cell:not(:last-child)::after {
            content: '';
            position: absolute;
            top: -20px;
            bottom: 0;
            right: 0px;
            border-right: 1px solid rgba(70, 125, 206, 0.24);
        }

    .exam-data-grid .mud-table-cell-content {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
        
    }


.title {
    padding:0px 10px;
    color: var(--Navy-Blue, #263E78);    
    font-family: 'Urbanist', sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    margin-top:0px;
    margin-bottom: 0px;
    padding-left: 10px !important;
}

.chk-box{
    padding-bottom:0px;
    display:flex;    
}

.description {
    padding: 0 10px;
    color: var(--Navy-Blue, #263E78);
    font-family: 'Urbanist', sans-serif;
    font-size: 15px;
    margin-bottom:17px;
    font-style: normal;
    font-weight: 400;
    position:relative;
    top:9px;
    color: #666;
}

.custom-data-grid .mud-checkbox {
    transform: scale(1.1);    
}

    .custom-data-grid .mud-checkbox .mud-checkbox-input {
        border-radius: 4px;
        border-color: blue;
        outline: 1px;        
    }

        .custom-data-grid .mud-checkbox .mud-checkbox-input:checked {
            background-color: #3183F5 !important;
            border-color: #3f51b5;
        }


.exam-data-grid .mud-checkbox {
    transform: scale(1.1);
    position:absolute;
    top:5px;
    left: -10px;    
}

    .exam-data-grid .mud-checkbox .mud-checkbox-input {
        border-radius: 4px;
        border-color: blue;
        outline: 1px;
    }

        .exam-data-grid .mud-checkbox .mud-checkbox-input:checked {
            background-color: #3183F5 !important;
            border-color: #3f51b5;
        }

.knowledge-icon {
    /*margin: -20px 10px 0 0px;*/
    width: 34px;
    height: 34px;    
    border-radius: 4px;    
}


.custom-data-grid .mud-table-foot{
    display:none;
}
.exam-data-grid .mud-table-foot {
    display: none;
}


.select-style-filter .mud-input > input.mud-input-root {
    color: white !important;    
    font-family: Urbanist;
    font-size: 15px;
    font-style: normal;      
}

.select-style-filter .mud-icon-root.mud-svg-icon {
    color: white
}

.select-style-filter div.mud-input-slot.mud-input-root {
    color: white;
    font-family: Urbanist;
    font-size: 15px;
    font-style: normal;       
    text-align:start;        
}



.chkbox-style-filter .mud-typography-body1 {
    color: white;
    font-family: Urbanist;
    font-size: 15px;
    font-style: normal;
    font-weight:300;
}


.custom-checkbox .mud-checkbox-input{
    border: 1px solid rgba(255,255,255,0.3) !important;    
}

    .custom-checkbox .mud-checkbox-input:checked {
        
    }
        .custom-checkbox .mud-checkbox-input:checked::after {
            border-color: white !important; /* White check mark */
        }



.stat-menu-item .mud-button {
    font-size: 13px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    font-family: Urbanist !important;
    border-bottom: 1px solid rgba(70, 125, 206, 0.24);    
    border-radius: 0;
    width:400px;
    justify-content:left;    
}

.exam-tooltip {
    padding: 6px;
}


.mud-elevation-1{
    box-shadow:none !important;
}

.question-mcq-wrap .mud-typography-body1 {
    color: var(--dark, #1A2338);
    font-family: Urbanist;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
}

.mud-typography .mud-typography-h6 {
    color: var(--dark, #1A2338);
    font-family: Urbanist;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
}

.src-onlinebook-wrap .mud-treeview {
    margin: 5px 0 0 0;    
}
.src-onlinebook-wrap .mud-paper {
    width: 500px !important;    
    padding: 20px;     
}

.src-onlinebook-wrap .mud-treeview-item-content {
    padding-top: 10px;
    padding-bottom: 12px;
    margin-left: 20px;
    width: 400px;    
    border-bottom: 1px solid rgba(70, 125, 206, 0.20);
}

.src-onlinebook-wrap .mud-typography {
    color: var(--Navy-Blue, #263E78);
    font-family: Urbanist;
    font-size: 15px;
    font-weight:500;
    position:relative;
    left:-40px;
}
.src-onlinebook-wrap .mud-tabs-tabbar{
    top:-90px;           
    left:-55px
}
.src-onlinebook-wrap .mud-tabs-tabbar-content {
    background-color: white;    
}
.src-onlinebook-wrap .mud-paper-outlined{
    border:none;
}
.src-onlinebook-wrap .mud-tabs-panels {
    margin-top: -35px;
    border-radius: 10px;    
}

.mud-tab {
    color: var(--Gray, #718AAD);
    font-family: Urbanist;
    font-size: 15px;
    font-weight: 500;
    line-height: 26px;
}

    .mud-tab.mud-tab-active {
        color: var(--dark, #1A2338) !important;        
    }



.src-onlinebook-wrap .mud-icon-root {
    fill: #3183F5 !important;        
}
.src-onlinebook-wrap .mud-treeview-item-arrow{    
    position:relative;
    left:350px;
}
.src-onlinebook-wrap .mud-treeview-item-icon{
    position:relative;
    left:-45px;
}
.src-onlinebook-wrap .mud-splitter {
    background-color: white;
    width: calc(100% + 25px);    
}
.src-onlinebook-wrap .mud-splitter-content:not(:last-child){    
    
}

/*Simulation css*/
.select-style {
    color: white;
    border-radius: 8px;
    border: 1px solid rgba(127, 141, 162, 0.30);
    background: var(--BG-color, #F8FBFF);
    height: 50px;    
    text-align:start;    
}

.select-disp-option .mud-select{
    left:0px;
    width:420px;    
    top:-12px;
}
.select-disp-option .mud-icon-root.mud-svg-icon{
    position:relative;
    left:-15px;
    top:-1px;
}

.select-style .mud-input.mud-input-filled.mud-input-underline {
    border-bottom: none !important; /* Ensures this rule takes precedence */
}

.select-style .mud-input.mud-input-underline::before,
.select-style .mud-input.mud-input-underline::after {
    border-bottom: none !important; /* Removes any pseudo-element styling */
    content: none !important; /* Ensures the pseudo-elements are completely hidden */
}

.custom-select.mud-input.mud-input-filled.mud-input-underline {
    border-bottom: none !important; /* Ensures this rule takes precedence */
}




.select-disp-option div.mud-input-slot.mud-input-root {
    padding: 17px 50px;
    font-family: Urbanist;     
    
}
.menu-style-config .mud-input {
    background-color: white;
    border-radius: 8px;
}
.menu-style-config div.mud-input-slot.mud-input-root {
    background-color: white;
    border-radius: 8px;
    font-family: Urbanist;
    padding: 15px 15px 15px 45px;
    margin: 0;
    text-align: left;
    max-width: 100px;
    height: auto;
    text-overflow: ellipsis;    
}
.menu-style-config .mud-icon-root.mud-svg-icon{    
    position:relative;
    left:0px;
}

.menu-style-config .mud-input-slot {
    font-family: Urbanist;        
    
}

.select-wrapper .select-style{
    top:1px;
    height:15px;
}

.select-wrapper .mud-input-slot.mud-input-root {
    font-size:16px;
    font-family:Urbanist;
    padding:0;
    margin:-4px 0 0 60px;
    height:15px; 
    
}

.input-group .mud-input > input.mud-input-root {
    width: 100%;
    padding: 10px 10px 5px 5px;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    background: transparent;
    color: #fff;
    font-size: 1rem;
    background-color:none;    
}

    .input-group .mud-input > input.mud-input-root:focus {
        border-bottom: 1px solid rgba(255, 255, 255, 1);
    }

.mud-dialog-title .mud-typography{
    font-family:Urbanist;
    
}
.language-dialog .mud-grid-spacing-xs-6 > .mud-grid-item{
    padding-top:5px;    
    padding-bottom:50px;
}
    .language-dialog .mud-grid-spacing-xs-6 > .mud-grid-item p {
        position: relative;
        top: 67px;
        left: 1px;
        font-weight: 500;
        color: rgba(38, 62, 120, 1);
    }



.language-dialog div.mud-input-slot.mud-input-root {
    font-family: Urbanist;  
    position:relative;
    left:5px;
    top:-5px;
}
.language-dialog .mud-input{
    
    border-radius:12px;
}
.create-acc a{
    color:white;
}
.create-acc a:hover{
    opacity:0.7;
}

/*register screen*/

.form-column .mud-input-adornment .mud-icon-button {    
    
    position:absolute;
    top:-3px;
    background-color:red;
    left:280px;
}

.form-column .mud-grid-spacing-xs-2 > .mud-grid-item {
    padding-left: 15px;
}

.form-column .mud-form {
    width: 320px !important;
    font-family: Urbanist;    
}

.form-column .mud-input > input.mud-input-root {
    width: 100%;
    padding: 7px 10px 7px 0;
    border: none;
    border-bottom: 2px solid rgba(255, 255, 255, 0.4);
    background: transparent;
    color: #fff;
    font-size: 14px;
    background-color: none;
    font-family: Urbanist;
    margin-bottom:7px;
}

    .form-column .mud-input > input.mud-input-root:focus {
        border-bottom: 1px solid rgba(255, 255, 255, 1);
    }

.login-form .mud-input > input.mud-input-root{
    margin-bottom:10px;
    padding: 5px 10px 10px 0;
    font-size:15px;    
}

.login-form .mud-input.mud-input-underline::before,
.login-form .mud-input.mud-input-underline::after {
    border-bottom: none !important; /* Removes any pseudo-element styling */
    content: none !important; /* Ensures the pseudo-elements are completely hidden */
}

.form-column .mud-input.mud-input-underline::before,
.form-column .mud-input.mud-input-underline::after {
    border-bottom: none !important; /* Removes any pseudo-element styling */
    content: none !important; /* Ensures the pseudo-elements are completely hidden */
}

.menu-style-config .mud-input.mud-input-underline::before,
.menu-style-config .mud-input.mud-input-underline::after {
    border-bottom: none !important; /* Removes any pseudo-element styling */
    content: none !important; /* Ensures the pseudo-elements are completely hidden */
}


.form-column .mud-button-root {
    position: relative;
    left: -4px;
    top:10px;
    border-radius: 4px !important;
    background: var(--Dark-Blue, #3183F5) !important;
    width: 325px;
    padding: 10px;
    justify-content: center;
    align-items: center;
}
.form-column .legal-info-chkbox .mud-button-root {
    background: none !important;
    width: auto;
    padding: 0;
    top:0;
    left:-8px
}
.legal-info-chkbox .mud-icon-root.mud-svg-icon {
    fill: #dcdcdc;
}
.form-column .mud-typography {
    font-family: Urbanist !important;
}
.login-form .mud-button-root {
    top:-12px;
    left:0px;
}

.login-bt-container h5 a{
    color:white;
}
.go-to-login h6 a {
    color: white;
}

.login-bt-container a {
    color: var(--Gray, #718AAD);
    font-family: Urbanist;
    font-size: 16px;
    font-style: normal;
}
    .login-bt-container a:hover{
        color:white;
    }


.vocab-chkbox-cont .mud-checkbox p{
    font-family: Urbanist;
    color: black;    
    font-size: 16px;
    font-style: normal;
}








/*excersice-selection*/
.ex-select-container .mud-input-control-input-container{
    width:400px;
    font-family:Urbanist;    
}
.ex-select-container .mud-input-slot table{    
    font-family:Urbanist;    
}
    .ex-select-container .mud-input-slot table td {
        position:relative;
        top:-9px;
        left:90px;
    }

.ex-select-container .mud-treeview-item p {
    color: var(--Navy-Blue, #263E78);
    font-family: Inter;
    font-size: 15px; 
    font-weight:400;
}



.ex-answer-container .mud-checkbox .mud-typography {
    font-family: Urbanist;                
}

.svm-text-input-section .mud-input.mud-input-outlined .mud-input-outlined-border {
    border-radius: 10px;
    border: 1px solid var(--line-stroke, rgba(70, 125, 206, 0.5));
}

.svm-text-input-section .mud-input-control > .mud-input-control-input-container {
    border-radius: 12px;    
}

.svm-text-input-section .mud-input > input.mud-input-root-outlined {
    height: 45px;
    border-radius: 12px;
    background: rgba(242, 249, 254, 0.25);
    font-family: Urbanist;    
}


.select-container .mud-input > textarea.mud-input-root{
    font-family:Urbanist;
    padding: 0 4px;
}


.uppercase-text-input input {
    text-transform: uppercase !important;
}


/*exersice*/

.exersice-info-wrap ol,ul{
    font-family: Urbanist;
}
#active-hint {
    color: black;
    font-weight:500;
}
.no-bullets i{
    color: grey;
    font-size:13px;
}
.no-bullets li {
    color: grey;
}
.exersice-info-wrap .disabled{
    color:grey;
}

.ex-div .mud-select .mud-select-input .mud-input-slot{
    position:relative;
    top:-15px;    
}
/*------------------*/
::-webkit-scrollbar {
    width: 6px !important;
}


.exam-wizard-two .mud-checkbox p {
    font-family: Urbanist;        
    font-size:15px;
    font-style: normal;
}

::-webkit-scrollbar-track {
    background: #e3e9f4 !important;
    border-radius: 10px !important;
}

::-webkit-scrollbar-thumb {
    background: #1a1a2e !important;
    border-radius: 10px !important;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #12121b !important;
    }



@media screen and (min-width: 300px) and (max-width: 700px) {
    /*simulation mobile*/
    .select-disp-option .mud-select {
        width: 93vw;
        left:-1.5px;
    }

    .menu-style-config div.mud-input-slot.mud-input-root {
        max-width: 140px;
    }
    .select-disp-option .select-style {
        border-radius: 8px;
        border: 1px solid rgba(127, 141, 162, 0.30);
        background: var(--BG-color, #F8FBFF);
    }


    .menu-style-config .mud-input {
        border-radius: 8px;
        border: 1px solid rgba(127, 141, 162, 0.30);
        background: var(--BG-color, #F8FBFF);
    }

    .menu-style-config div.mud-input-slot.mud-input-root {
        background-color: #F8FBFF;
        border-radius: 8px;
        font-family: Urbanist;
        padding: 15px 15px 15px 45px;
        margin: 0;
        text-align: left;
        max-width: 90%;        
        height: auto;
        text-overflow: ellipsis;
    }

    .menu-style-config .mud-icon-root.mud-svg-icon {
        position: relative;
        left: 0px;
    }


    /*qs-mobile*/
    .qs-mobile-container .mud-xs-table .mud-table-row .mud-table-cell:last-child{
        border-bottom:none !important;
    }
    .qs-mobile-container .mud-xs-table .mud-table-body {
        border-top: none !important;
    }
    .qs-mobile-container .mud-xs-table .mud-table-cell {
        justify-content: start;
        padding: 3px;   
        margin-left:-5px;
    }
    .mud-xs-table .mud-table-cell:before{
        display:none;
    }
    .mud-data-grid .mud-table-cell .column-header{
        display:none !important;
    }
    /*qs-mobile-filter*/
    .select-style-filter div.mud-input-slot.mud-input-root {
        color: var(--dark, #1A2338);
    }
    .chkbox-style-filter .mud-typography-body1 {
        color: var(--dark, #1A2338);
    }
    .select-style-filter .mud-icon-root.mud-svg-icon {
        fill: var(--Navy-Blue, #263E78);        
    }
    .mud-popover.mud-popover-open:first-child{
        left: 30px !important;
    }
    .m-question-mcq-wrap .mud-typography-body1 {
        color: var(--Navy-Blue, #263E78);        
        font-family: Urbanist;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
    }



    /*statistics*/

    .m-stat-menu-item .mud-button {
        color: var(--dark, #1A2338);
        font-family: Urbanist;
        font-size: 15px;
        font-style: normal;
        font-weight: 500;
    }


    /*vocabulary*/   
    

    /*login*/
    .login-form .mud-input > input.mud-input-root{
        margin-bottom:20px;
        width:250px;
        position:relative;
        left:30px;
    }

    /*register*/
    .form-column .mud-input > input.mud-input-root {
        
        padding-bottom:15px
    }    
    
    /*question selection*/
    .qs-mobile-container .mud-table{
        height: 55vh;        
        overflow-y:scroll;        
    }

    /*src-onlinebook*/
    .src-onlinebook-wrap .mud-paper {
        padding: 10px 0;
        width: auto !important;
    }

    /*src/ubi onlinebook*/
    .src-onlinebook-wrap .mud-paper {
        padding: 10px 0;
        width: auto !important;
    }
    .src-onlinebook-wrap .mud-treeview-item-content {
        display: grid !important;
        grid-auto-flow: column;
        grid-template-columns: auto 1fr auto;
        align-items: center;
        width: 100% !important;
        padding-left: 40px;
        padding-bottom: 4px;
        padding-top: 8px;
        gap: 4px; /* optional: spacing between icon/content */
    }

    .src-onlinebook-wrap .mud-treeview-item-arrow {
        grid-column: 3;
        justify-self: end;
        padding-right: 40px;
        left: 0;
        top: 0px;
    }
    .src-onlinebook-wrap .mud-tabs-scroll-button{
        position:relative;        
        left:15px;
    }
    .src-onlinebook-wrap .mud-tabs-tabbar{
        left:-30px;
        top:-80px;
    }  
    /*dictation*/
    
    /*exercise*/
    .ex-select-container .mud-input-control-input-container {
        width: 320px;        
    }
}



@media screen and (max-width: 350px){
    .form-column .mud-input > input.mud-input-root {
        width:220px;        
    }
    .form-column .mud-grid-item-xs-6 {
        max-width: none;
        flex-basis: unset;
    }
    .form-column .mud-grid-item-xs-12 {
        position: relative;
        max-width: none;
        flex-basis: unset;
    }    
}

.exam-div-sep{
    width:100%;
}

@media screen and (min-width: 700px) and (max-width: 1024px) {
    .select-disp-option .mud-select{
        width: 100%;
    }

    .menu-style-config div.mud-input-slot.mud-input-root{
        max-width: 140px;
    }


    /*SRC Questoins - Questions*/

    .custom-data-grid .mud-table-cell {
        flex-basis: 50%; /* Description column width */        
    }

    .title{
        font-size: 13px; /*need to fix from 750 to 700 - UBI*/
    }
    .description{
        font-size:14px;
    }
    .custom-data-grid .mud-table-row {
        width: 73vw;        
    }
    .custom-data-grid .mud-table {
        width: 74vw;
    }
    /*SRC Questoins - Exam*/

    .exam-data-grid .mud-table-cell {
        flex-basis: 50%; /* Description column width */
    }

    .exam-data-grid .mud-table-row {
        width: 69vw;        
    }
    .exam-data-grid .mud-table {
        width: 70vw;        
    }
    .exam-data-grid .mud-table-cell:last-child {
        flex-basis: 50%;
    }
    .exam-div-sep .mud-table-container {
        width: 100%;
        overflow-y: unset;
    }

    /*SRC/UBI Onlinebook*/

    .src-onlinebook-wrap .mud-paper {
        padding: 10px 0;
        width: auto !important;
    }

    .src-onlinebook-wrap .mud-treeview-item-content {
        display: grid !important;
        grid-auto-flow: column;
        grid-template-columns: auto 1fr auto;
        align-items: center;
        width: 100% !important;
        padding-left: 40px;
        padding-bottom: 4px;
        padding-top: 8px;
        gap: 4px; /* optional: spacing between icon/content */
    }

    .src-onlinebook-wrap .mud-treeview-item-arrow {
        grid-column: 3;
        justify-self: end;
        padding-right: 40px;
        left: 0;
        top: 0px;
    }
    
}

@media screen and (min-width: 700px) and (max-width: 750px){
    .custom-data-grid .mud-table-row {
        width: 90vw;
    }
    .custom-data-grid .mud-table {
        width: 90vw;
    }
    .exam-data-grid .mud-table-row {
        width: 89vw;
    }
    .exam-data-grid .mud-table {
        width: 90vw;
    }
}
@media screen and (min-width: 750px) and (max-width: 870px) {
    .custom-data-grid .mud-table-row {
        width: 72vw;
    }
    .custom-data-grid .mud-table{
        width:72vw;
    }

    .exam-data-grid .mud-table-row {
        width: 69vw;
    }

    .exam-data-grid .mud-table {
        width: 70vw;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1200px){
    /*SRC Questoins*/

    .custom-data-grid .mud-table-cell {
        flex-basis: 50%; /* Description column width */
    }

    .custom-data-grid .mud-table-row {
        width: 70vw;        
    }
    .custom-data-grid .mud-table {
        width: 72vw;
    }
    /*SRC Questoins - Exam*/

    .exam-data-grid .mud-table-cell {
        flex-basis: 50%; /* Description column width */
    }

    .exam-data-grid .mud-table-row {
        width: 74vw;             
    }
    .exam-data-grid .mud-table {
        width: 75vw;           
    }
    .exam-div-sep .mud-table-container {
        width: 100%;
        overflow-y: unset;
    }

    /*src-onlinebook*/
    .src-onlinebook-wrap .mud-paper{        
        padding: 20px 0;
    }
    .src-onlinebook-wrap .mud-treeview-item-content {
        display: grid !important;
        grid-auto-flow: column;
        grid-template-columns: auto 1fr auto;
        align-items: center;
        width: 100% !important;
        padding-left: 40px;
        padding-bottom: 4px;
        padding-top: 8px;
        gap: 4px; /* optional: spacing between icon/content */
    }

    .src-onlinebook-wrap .mud-treeview-item-arrow {
        grid-column: 3;
        justify-self: end;
        padding-right: 40px;
        left: 0;
        top: 0px;
    }
}


@media screen and (min-width: 1200px) and (max-width: 1420px){
    /*SRC Questoins - Questions*/

    .custom-data-grid .mud-table-cell {
        flex-basis: 50%; /* Description column width */
    }

    .custom-data-grid .mud-table-row {
        width: 75vw;
    }
    .custom-data-grid .mud-table{
        width: 75vw;
    }
    /*SRC Questoins - Exam*/

    .exam-data-grid .mud-table-cell {
        flex-basis: 50%; /* Description column width */
    }

    .exam-data-grid .mud-table-row {
        width: 74vw;        
    }
    .exam-data-grid .mud-table{
        width:75vw;
    }

    /*SRC/UBI-Onlinebook improved*/

    .src-onlinebook-wrap .mud-paper {
        padding: 20px;
    }

    .src-onlinebook-wrap .mud-treeview-item-content {
        display: grid !important;
        grid-auto-flow: column;
        grid-template-columns: auto 1fr auto;
        align-items: center;
        width: 100% !important;
        padding-left: 40px;
        padding-bottom: 4px;
        padding-top: 8px;
        gap: 4px; /* optional: spacing between icon/content */
    }

    .src-onlinebook-wrap .mud-treeview-item-arrow {
        grid-column: 3;
        justify-self: end;
        padding-right: 40px;
        left:0;
        top: 0px;
    }

}

.mud-input-adornment .mud-icon-button {
    padding: 0;
    margin-right: 4px;
    width: 24px;
    height: 24px;
    max-width: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent !important;
    color: lightgray;
}





@media (orientation: landscape) and (pointer: coarse) {
    .mud-grid-spacing-xs-6 > .mud-grid-item {
        margin-top: 50px;
    }
    .menu-style-config div.mud-input-slot.mud-input-root {
        background-color: #F8FBFF;
        border-radius: 8px;        
        border: 1px solid #9c9c9c;
        font-family: Urbanist;
        padding: 15px 15px 15px 45px;
        margin: 0;
        text-align: left;
        max-width: 100%;        
        height: auto;
        text-overflow: ellipsis;
    }
    .menu-style-config .mud-icon-root.mud-svg-icon{
        left: -30px;
    }
}

/* required for exercises */
td.cell.green {
    background-color: #d0f5e0;
    padding: 5px;
}

td.cell.red {
    background-color: #fcc7c7;
    padding: 5px;
}
/* end of exercises */