﻿@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

:root {
    --app-font-size: 16px; /* Default font size */
    --theme-home-accent-color: #FFFFFF; /* Default theme color*/
    --theme-authentication-login-accent-color: #FFFFFF; /* Default theme color*/
    --theme-authentication-login-input-field-name: 'Username'; /* Default theme color*/
    --app-primary-color: #FFFFFF; /* Default primary color*/
    --app-theme-color: #000;
    --app-theme-primary-color: #fff;
    --app-theme-font-color: #000;
    --app-theme-secondary-color: #000;
    --system-font: "sans-serif";
    --app-border-widget-color: transparent;
}

html, body {
    font-family: var(--system-font), Helvetica, Arial, sans-serif;
}

/*NCE fonts */
@font-face {
    font-family: 'JosefinSans-Regular';
    src: url('../css/open-iconic/font/fonts/JosefinSans-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'JosefinSans-Bold';
    src: url('../css/open-iconic/font/fonts/JosefinSans-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'JosefinSans-SemiBold';
    src: url('../css/open-iconic/font/fonts/JosefinSans-SemiBold.ttf') format('truetype');
}

/*Janes font*/
@font-face {
    font-family: 'SourceSansPro-Regular';
    src: url('../css/open-iconic/font/fonts/SourceSansPro-Regular.otf') format('truetype');
}

@font-face {
    font-family: 'SourceSansPro-Bold';
    src: url('../css/open-iconic/font/fonts/SourceSansPro-Bold.otf') format('truetype');
}

@font-face {
    font-family: 'SourceSansPro-Semibold';
    src: url('../css/open-iconic/font/fonts/SourceSansPro-Semibold.otf') format('truetype');
}

@font-face {
    font-family: 'Cheltenham-Book';
    src: url("../css/open-iconic/font/fonts/Cheltenham-Book.ttf")
}

@font-face {
    font-family: 'StagStencilApp-Bold';
    src: url("../css/open-iconic/font/fonts/StagStencilApp-Bold.ttf")
}

@font-face {
    font-family: 'FjallaOne-Regular';
    src: url("../css/open-iconic/font/fonts/FjallaOne-Regular.ttf")
}

@font-face {
    font-family: 'SourceSansProReg';
    src: url('../css/open-iconic/font/fonts/SourceSansPro-Regular.otf') format('truetype');
}

@font-face {
    font-family: 'SourceSansProBold';
    src: url('../css/open-iconic/font/fonts/SourceSansPro-Bold.otf') format('truetype');
}

@font-face {
    font-family: 'SourceSansProSemiBold';
    src: url('../css/open-iconic/font/fonts/SourceSansPro-Semibold.otf') format('truetype');
}

@font-face {
    font-family: 'CheltenhamBook';
    src: url("../css/open-iconic/font/fonts/Cheltenham-Book.ttf")
}

@font-face {
    font-family: 'StagStencilAppBold';
    src: url("../css/open-iconic/font/fonts/StagStencilApp-Bold.ttf")
}

@font-face {
    font-family: 'FjallaOneRegular';
    src: url("../css/open-iconic/font/fonts/FjallaOne-Regular.ttf")
}
/*BMJ fonts*/
@font-face {
    font-family: InterFace-Bold;
    src: url("../css/open-iconic/font/fonts/InterFaceBold.ttf")
}

@font-face {
    font-family: InterFace-Regular;
    src: url("../css/open-iconic/font/fonts/InterFaceRegular.ttf")
}

/*RAES fots*/
@font-face {
    font-family: Open Sans;
    src: url("../css/open-iconic/font/fonts/OpenSans-Regular.ttf")
}

@font-face {
    font-family: AkzidenzGroteskBE-Light;
    src: url("../css/open-iconic/font/fonts/AkzidenzGroteskBE-Light.ttf")
}

@font-face {
    font-family: AkzidenzGroteskBE-Md;
    src: url("../css/open-iconic/font/fonts/AkzidenzGroteskBE-Md.ttf")
}

@font-face {
    font-family: GalaxieCopernicus-Bold;
    src: url("../css/open-iconic/font/fonts/GalaxieCopernicus-Bold.ttf")
}

@font-face {
    font-family: GalaxieCopernicus-MediumItalic;
    src: url("../css/open-iconic/font/fonts/GalaxieCopernicus-MediumItalic.ttf")
}

@font-face {
    font-family: GalaxiePolaris-Bold;
    src: url("../css/open-iconic/font/fonts/GalaxiePolaris-Bold.ttf")
}

@font-face {
    font-family: GalaxiePolaris-Book;
    src: url("../css/open-iconic/font/fonts/GalaxiePolaris-Book.ttf")
}

@font-face {
    font-family: Rockwell;
    src: url("../css/open-iconic/font/fonts/Rockwell.ttf")
}

@font-face {
    font-family: Rockwell-Bold;
    src: url("../css/open-iconic/font/fonts/Rockwell-Bold.ttf")
}

/*CIPP font*/
@font-face {
    font-family: Formata-Medium;
    src: url("../css/open-iconic/font/fonts/Formata-Medium.ttf")
}

@font-face {
    font-family: Formata-LightCondensed;
    src: url("../css/open-iconic/font/fonts/Formata-LightCondensed.ttf")
}

.theme-bg-color {
    background-color: var(--app-theme-color);
}

.theme-font-color {
    color: var(--app-theme-font-color);
}

.fontsizecontent {
    font-size: var(--app-font-size);
}

.settingspage-container {
    gap: 0rem;
    margin: 10px;
}

h1:focus {
    outline: none;
}

a, .btn-link {
    color: #0071c1;
}

.btn-primary {
    color: #fff;
    background-color: #F28E47;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 15px 20px;
    max-width: 260px;
    min-width: 60px;
    height: 50px;
}


.btn-secondary {
    color: black;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    font-weight: bold;
    padding: 15px 20px;
    max-width: 260px;
    min-width: 60px;
    height: 50px;
}

.manage-download-span {
    font-size: 12pt;
    color: #000000;
}

.manage-download-btn {
    text-align: center;
    align-self: center;
    color: #000000;
    font-size: 1.3em;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0% 0% 20px 0%;
    padding: 0%;
    width: 60%;
    height: 35px;
    border-color: #0F0F0F;
    background-color: #FFFFFF;
    border-style: solid;
    border-radius: 4px;
    border-width: 2px;
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,1);
    font-weight: 700;
    font-style: unset;
    text-decoration: unset;
    display: block;
}

.manage-download-header {
    background-color: deepskyblue;
    color: white;
    height: 50px;
}

.manage-download-subheader {
    display: flex;
    justify-content: space-between;
    padding-top: 18px;
}

.manage-download-text {
    display: flex;
    justify-content: start;
    margin-inline-end: 45px;
}

.d-flex {
    display: flex;
}

.manage-dowload-items {
    display: flex;
    justify-content: space-between;
    margin: 15px;
    font-size: 18px;
    border-bottom: 1px solid #ebebeb;
}

.content {
    padding-top: 1.1rem;
}

.subcontent {
    /*font-family: none;*/
}

    .subcontent ul {
        margin: revert;
        padding: revert;
        list-style: revert;
    }

    .subcontent a {
        margin: revert;
        padding: revert;
        text-decoration: revert;
        color: inherit;
    }

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

.dynamic-container {
    height: auto;
    width: 100%;
    display: contents;
}

#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."
    }

.status-bar-safe-area {
    display: none;
}

.spinner {
    border: 16px solid silver;
    border-top: 16px solid #337AB7;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin 700ms linear infinite;
    top: 50%;
    left: 50%;
    position: absolute;
}

.pin-header {
    margin-top: 20px;
    font-size: 28px;
    text-align: center;
}

.pin-body {
    text-align: center;
    margin-top: 20px;
}

.pin-body-info p {
    margin-top: 20px;
}

.pin-body-form select {
    padding: 10px;
    width: 100%;
}


/*START FORM FOR LOGIN*/
.login-logo-container {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 20px 0;
    background-color: var(--theme-home-accent-color)
}

.login-header {
    font-size: 30px;
    margin-top: 10px;
}

.login-subheader {
    font-size: 20px;
    font-weight: 400;
}

.login-register-text {
    font-weight: bold;
    color: var(--theme-home-accent-color);
    display: flex;
    justify-content: center;
}

.mud-button-root {
    height: 40px;
    width: 40px;
}

.mud-input {
    height: 38px;
}

.mud-input-control > .mud-input-control-input-container > div.mud-input.mud-input-text {
    margin-top: 0;
    background-color: white;
}

.mud-input-control-input-container .mud-icon-root {
    fill: var(--theme-home-accent-color) !important;
    background-color: white !important;
}

.mud-input-control-input-container .mud-icon-button-label {
    background-color: transparent !important;
}

.mud-input-control-input-container .mud-icon-button {
    margin: 0 !important;
    height: 30px !important;
    width: 30px !important;
}

.form-body {
    margin: 20px;
    display: flex;
    flex-direction: column;
}

.form-input {
    display: flex;
    flex-direction: column;
    width: 280px;
    padding: 6px;
    position: relative;
}

.form-input-box {
    border: 3px solid #555;
    border-radius: 5px;
    height: 53px;
    /*width: calc(100% - 50px);*/ /* Adjust width to fit the toggle button */
    width: 100%; /* Full width */
    padding-right: 40px; /* Add padding to accommodate the toggle button */
    box-sizing: border-box;
}

.form-input label {
    display: inline-block;
    display: inline;
}

.form-input input {
    border: 1px solid #e5e7eb;
    padding: 5px;
}

.form-input-checkbox {
    display: flex;
    flex-direction: row;
    display: inline-block;
    display: inline;
    padding-right: 10px;
    padding-left: 2px;
}

    .form-input-checkbox input {
        vertical-align: middle;
    }

    .form-input-checkbox label p {
        vertical-align: middle;
    }

    .form-input-checkbox label a {
        cursor: pointer;
    }

.form-control-text {
    font-size: 12px;
}

    .form-control-text a {
        font-size: 12px;
        font-weight: 600;
    }

.login-main-container {
    height: 100%;
    background-color: var(--app-theme-color);
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.login-main-img {
    height: 600px;
}
/*START SHOW/HIDE TOGGLE*/
.toggle-password-btn {
    /*position: absolute;*/
    right: 10px;
    /*top: 50%;*/
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    font-size: 0.9em;
    color: #007BFF;
    padding-top: 10px;
    margin-top: 10px;
    display: flex;
    justify-content: flex-end;
}

/*START ALERT CONTAINERS*/
#mud-snackbar-container {
    display: flex;
    flex-direction: row;
    max-width: 400px;
    height: 60px;
    max-height: 80px;
    z-index: 1;
    top: 20%;
    width: auto;
}

/*make error css same as success as soon as functionality work*/
.mud-alert-filled-error {
    opacity: 1;
    /*z-index: 100;*/
    background-color: #f44336;
    color: black;
    font-size: 1.2em;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    max-width: 400px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.mud-alert-filled-success {
    opacity: 1;
    z-index: 100;
    background-color: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(10px);
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    max-width: 400px;
    /*height: 60px;
    max-height: 80px;*/
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1.2em;
}

.mud-alert-filled-info {
    opacity: 1;
    /*z-index: 100;*/
    background-color: #2196f3;
    border: 1px solid #2196f3;
    border-radius: 10px;
}

.download-flyout .mud-progress-linear {
    width: 95% !important;
    margin-left: 5%;
}

.loading-content .mud-progress-linear {
    width: 50% !important;
}

.mud-progress-linear-bars {
    background-color: #e7e7e7
}

.mud-progress-linear-bar {
    background-color: #2196f3 !important;
}

.mud-alert-filled-error {
    height: inherit;
    display: flex;
    flex-direction: row;
}

    .mud-alert-filled-error .mud-snackbar-content-message {
        width: 100%;
    }

    .mud-alert-filled-error .mud-snackbar-content-action {
        width: 25px;
        margin: 0;
        padding: 0;
        height: inherit;
    }

        .mud-alert-filled-error .mud-snackbar-content-action button {
            height: inherit;
            width: inherit;
        }

/*END ALERT CONTAINERS*/

.loading-content {
    width: 50%;
    margin: auto;
    position: absolute;
    top: 40%;
    left: 25%;
    text-align: -webkit-center;
    /*background-color: #fff;*/
}

.loading-content-shadow {
    width: 90%;
    box-shadow: 1px 1px 5px 0px #000;
    top: 45%;
    left: 5%;
}

.loading-content-text {
    text-align: center;
    font-size: 20px
}

.loading-content-plane {
    position: absolute;
    height: 100%;
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: center;
    text-align: -webkit-center;
    align-content: center;
    align-items: center;
    background-color: white;
}

.blueRoundLoader {
    width: 50px;
    aspect-ratio: 1;
    border-radius: 50%;
    border: 8px solid grey;
    animation: l20-1 0.8s infinite linear alternate, l20-2 1.6s infinite linear;
}

@keyframes l20-1 {
    0% {
        clip-path: polygon(50% 50%,0 0, 50% 0%, 50% 0%, 50% 0%, 50% 0%, 50% 0% )
    }

    12.5% {
        clip-path: polygon(50% 50%,0 0, 50% 0%, 100% 0%, 100% 0%, 100% 0%, 100% 0% )
    }

    25% {
        clip-path: polygon(50% 50%,0 0, 50% 0%, 100% 0%, 100% 100%, 100% 100%, 100% 100% )
    }

    50% {
        clip-path: polygon(50% 50%,0 0, 50% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100% )
    }

    62.5% {
        clip-path: polygon(50% 50%,100% 0, 100% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100% )
    }

    75% {
        clip-path: polygon(50% 50%,100% 100%, 100% 100%, 100% 100%, 100% 100%, 50% 100%, 0% 100% )
    }

    100% {
        clip-path: polygon(50% 50%,50% 100%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 0% 100% )
    }
}

@keyframes l20-2 {
    0% {
        transform: scaleY(1) rotate(0deg)
    }

    49.99% {
        transform: scaleY(1) rotate(135deg)
    }

    50% {
        transform: scaleY(-1) rotate(0deg)
    }

    100% {
        transform: scaleY(-1) rotate(-135deg)
    }
}

@keyframes l3 {
    to {
        transform: rotate(1turn)
    }
}

@keyframes animate {
    0% {
        transform: scale(0);
    }

    10% {
        transform: scale(1.2);
    }

    80%, 100% {
        transform: scale(0);
    }
}

.loader {
    width: 50px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: radial-gradient(farthest-side,var(--theme-home-accent-color) 94%,#0000) top/8px 8px no-repeat, conic-gradient(#0000 30%,var(--theme-home-accent-color));
    -webkit-mask: radial-gradient(farthest-side,#0000 calc(100% - 8px),#000 0);
    animation: l13 1s infinite linear;
}

@keyframes l13 {
    100% {
        transform: rotate(1turn)
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

@supports (-webkit-touch-callout: none) {
    .status-bar-safe-area {
        display: flex;
        position: sticky;
        top: 0;
        height: env(safe-area-inset-top);
        background-color: #f7f7f7;
        width: 100%;
        z-index: 1;
    }

    .flex-column, .navbar-brand {
        padding-left: env(safe-area-inset-left);
    }
}

.progress-loader {
    height: 6px;
    width: 100%;
    --c: no-repeat linear-gradient(var(--theme-home-accent-color) 0 0);
    background: var(--c),var(--c),#dadee6;
    background-size: 60% 100%;
    animation: l16 6s infinite;
}

@keyframes l16 {
    0% {
        background-position: -150% 0,-150% 0
    }

    66% {
        background-position: 250% 0,-150% 0
    }

    100% {
        background-position: 250% 0, 250% 0
    }
}

/*ORGANGE FOOTER ON MAIN SCREENS*/
.color-footer {
    width: 100%;
    height: 250px;
    background: #F28E47;
    opacity: 1;
    /*position: fixed;*/
    top: 774px;
    overflow: hidden;
    position: absolute; /* Use absolute positioning */
    bottom: 0; /* Stick to the bottom of the viewport */
    left: 0; /* Ensure it spans the entire width */
}
/*ORGANGE FOOTER ON MAIN SCREENS*/


.flyout-menu-item {
    /*height: 40px;*/
    border-bottom: 1px solid var(--app-border-bottom-color);
    align-content: center;
    margin: revert;
    padding: revert;
    width: 100%;
    color: var(--app-flyoutmenu-font-color);
}

.flyout-menu-content {
    width: calc(100% - 5%);
    padding-left: 0%;
    margin-left: 5%;
    margin-right: 0;
    /*display: flex;
    flex-direction: row;*/
}

.flyout-menu-content-div {
    margin-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center
}

.flyout-menu-content-image {
    height: 15px;
    width: 15px;
    text-align: center;
    display: block;
}

.download-issue-flyout {
    display: flex;
    flex-direction: column;
}

    .download-issue-flyout .mud-progress-linear {
        width: 100% !important;
    }

    .download-issue-flyout p {
        align-self: center;
        color: var(--app-theme-font-color);
    }

.main-container {
    height: 100%;
    overflow-y: scroll;
    /*display: flex;
    justify-content: center;*/
}

.issue-cover-grid {
    margin-top: 20px;
    width: 50%;
    margin: auto;
    /* height: 100%;*/
    max-width: 1000px;
    align-self: center;
}

.slick-dots-custom {
    font-size: 0;
    height: 20px;
    position: fixed;
    bottom: 50px;
    display: flex;
    justify-content: center;
    width: 100%;
}

    .slick-dots-custom li {
        height: 20px;
        width: 20px !important;
        margin: 10px !important;
        background-color: #4A5989;
        border-radius: 50%;
    }

    .slick-dots-custom .slick-active {
        opacity: 0.5;
    }

    .slick-dots-custom button {
        height: 20px;
        width: 20px;
        font-size: 0px;
    }

.activebutton {
    background-color: deepskyblue;
    color: white;
}

.fontsizebuttons {
    height: 70px;
    border: none;
    font-weight: normal;
    border-radius: 0px;
}


.publisherInput {
    border-block: none;
    border-block-end: solid #b7b9b9 0.5px;
    width: 100%;
    padding: 10px;
    color: #334552;
    resize: none;
    overflow: auto;
}

    .publisherInput:focus {
        border: solid #555 1px;
    }

.contentbtn {
    background-color: white;
    border: solid 2px #8a8a8a;
    border-radius: 4px;
    height: 30px;
    align-self: center;
    width: 60%;
}

:root {
    --app-font-size: 16px; /* Default font size */
}

.setting-content {
    margin-inline: 1.5rem;
}

.text-black {
    color: #000000;
}

.text-info {
    color: deepskyblue;
}

.flex-column {
    flex-direction: column;
}

.text-danger {
    color: red;
}

.settings-border {
    border-bottom: solid #f1f1f1 1.5px;
    padding-bottom: 9px;
}

.activebutton {
    background-color: deepskyblue;
    border-radius: 0px;
    color: white;
    height: 70px;
    width: 300px;
    border: none;
}

.fontsizebuttons {
    height: 70px;
    width: 300px;
    border: none;
    font-weight: normal;
}

.align-items-center {
    align-items: center;
}

.settings-header {
    margin-top: 15px;
    font-size: 20px;
    margin-left: 10px;
}

.setting-div-gap {
    margin-bottom: 0px;
}

.settings-button {
    border: 3px solid #999999;
    height: 50px !important;
    width: 70% !important;
    border-radius: 0 !important;
    margin: 10px;
}

.settings-inner-content-margin {
    margin-left: 8px;
}
/*Css for Help Page*/
.stickybtndiv {
    position: sticky;
    bottom: 0;
    background: white;
    margin-inline: 10px;
}

.innerstickydiv {
    margin-top: 20px;
}

.contactSupportPadding {
    padding-top: 13px;
}

.privacytext {
    margin-top: 20px;
    font-size: 18px;
    color: black;
    font-weight: bold;
    margin-bottom: 20px;
}

.boldtext {
    font-weight: bold;
}

.help-page-bottom-margin {
    height: 70%;
}

/*Css for New Login Page*/
.login-form-div {
    align-items: center;
    height: 100%;
    width: 50%;
    background-color: var(--app-theme-color);
    /*margin-top: 3%;*/
}

.login-form {
    row-gap: 10px;
}

.login-form-gap {
    margin-top: 20px;
}

.login-input {
    width: 100%;
    height: 40px;
    border: 1px solid #999999;
    padding: 10px;
}

.login-input-pass {
    width: 100%;
    height: 40px;
    border: 1px solid #999999;
    padding: 0 10px;
    background-color: white;
}

.login-form-label {
    color: #474747;
    margin-bottom: 8px;
}

.login-button {
    width: 100% !important;
    height: 50px !important;
    margin: 0;
    margin-top: 20px;
    margin-bottom: 20px;
    color: white;
    background-color: var(--theme-home-accent-color);
    border: 3px solid var(--theme-home-accent-color);
}

.subscription-button {
    width: 100% !important;
    margin: 0;
    color: var(--app-button-font-color);
}

.login-validation-message {
    margin-top: 5px;
    color: red;
}

.login-button:disabled {
    color: #999999;
    background-color: #e3e3e3;
}

.w-90 {
    width: 90%;
}

.w-100 {
    width: 100%;
}

.login-bottom-div {
    text-align: center;
}

    .login-bottom-div h3 {
        color: var(--theme-home-accent-color) !important;
    }

    .login-bottom-div p {
        color: var(--app-theme-font-color) !important;
    }

.login-borderless-button {
    height: auto;
    width: auto;
    padding: 10px;
    color: var(--app-theme-primary-color)
}

.login-page-link {
    text-decoration-line: underline;
    text-decoration-color: #474747;
    font-size: 15px;
}

.login-form-header {
    padding-inline: 18px;
    width: 100%;
}

.subscription-block {
    display: grid;
    row-gap: 20px;
}

.login-logo {
    width: 120px !important;
}

.aerospace-logo {
    height: 70px !important;
    width: 180px !important;
    margin-top: 20px;
}

.section-image-container {
    position: relative;
    display: flex;
    align-items: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.flyout-submenu-body-panel-section {
    margin: 20px 0;
}

.section-download-image {
    position: absolute;
    right: 0px;
    bottom: 4px;
}

.download-overlay {
    height: 100px;
    width: 100px;
    opacity: 50%;
}

.section-bold {
    font-weight: bold;
}

.close-header-container {
    width: 100%;
    display: flex;
    background-color: var(--theme-home-accent-color);
}

.web-close-header-container {
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    background-color: var(--theme-home-accent-color);
}

.reset-btn-margin {
    margin-top: 25px;
}

.reset-description {
    color: #5b5b5b;
}

.close-section {
    display: flex;
    height: 50px;
    justify-content: flex-start;
    color: white;
    width: auto;
}

.close-header-icon {
    height: 40px;
    width: 40px;
}

.toggle-button {
    display: none;
    border-radius: 4px;
    outline: none;
    height: 50px;
    width: 50px;
    align-self: center;
}

.mud-snackbar .mud-snackbar-content-action > button {
    color: inherit;
    width: auto;
    height: auto;
}

@media screen and (max-width:600px) {
    .login-main-container {
        overflow-y: auto;
        display: block;
    }

    .login-form-div {
        width: 100%;
    }

    .aerospace-logo {
        height: 40px !important;
        margin-bottom: 5px;
    }

    .login-form-label {
        font-size: 10px;
    }

    .login-input {
        height: 25px;
    }

    .login-button {
        height: 30px !important;
    }

    .web-login-button {
        height: 30px !important;
    }

    .login-main-img {
        height: 300px;
    }
}

/*.mud-button-root {
    height: 75px !important;
    width: 80px !important;
    margin: 20px !important;
}*/

.mud-ripple-icon {
    height: 45px !important;
    width: 50px !important;
    margin: 20px !important;
    background-color: var(--theme-home-accent-color);
    border-radius: 0px;
}

.mud-ripple-checkbox {
    height: 25px !important;
    width: 25px !important;
    margin: 0 20px !important;
    /*background-color: var(--theme-home-accent-color);*/
}

.mud-icon-button-label {
    height: 100%;
    background-color: var(--theme-home-accent-color);
}

.mud-icon-root.mud-svg-icon {
    fill: white;
    height: 100%;
    width: 100%;
    /* background-color: var(--theme-home-accent-color);*/
}

.web-content-item-container {
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    background-color: #f0f0f0;
}

.web-content-item {
    overflow-y: scroll;
    height: 100%;
    width: 60%;
    display: block;
    margin: auto;
    padding-left: 10px;
    zoom: 1;
    align-self: center;
    align-items: center;
    justify-content: center;
    background-color: white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

    .web-content-item img {
        height: auto;
        align-self: center;
        display: block;
        margin-right: auto;
        margin-left: auto;
    }

.social-links-box a {
    text-decoration: none;
    margin-top: 10px;
    color: white;
}

/*Contact Us*/
.contact-container-main {
    height: 100%;
    overflow-y: scroll;
}

    .contact-container-main a {
        display: inline;
    }

.contact-container {
    background-color: #d3dade;
    max-width: 900px;
    padding: 20px;
    margin-top: 20px;
    margin: 40px auto;
    display: flex;
    justify-content: space-between;
}

.contact-form {
    background-color: #d3dade;
    padding: 20px;
    flex: 2;
}

    .contact-form h2 {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .contact-form p {
        font-size: 14px;
        color: #333;
    }

.form-group {
    margin-bottom: 15px;
}

.contact-form label {
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
}

.contact-form input, textarea {
    width: 100%;
    padding: 8px;
    background-color: white; /* Same as screenshot */
    border: 1px solid #ccc;
    border-radius: 4px;
}

.contact-form textarea {
    height: 100px;
}

.contact-form .btn {
    height: 50px;
    width: auto;
    background-color: white;
    border: 1px solid #ccc;
    padding: 8px 15px;
    cursor: pointer;
    font-size: 14px;
}

    .contact-form .btn:hover {
        background-color: #f1f1f1;
    }

.assistance-box {
    background-color: white;
    padding: 15px;
    border-radius: 5px;
    flex: 1;
    margin: 0 20px;
    height: fit-content;
    border: 1px solid #ccc;
}

    .assistance-box h3 {
        margin: 0;
        font-size: 16px;
        font-weight: bold;
    }

    .assistance-box a {
        color: blue;
        text-decoration: none;
    }

/*End Contact Us*/


.zoom-container {
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    /*border: 2px solid #333;*/
    position: absolute;
    /* top: 70px;
    right: 12%;*/
    /*background: white;*/
}

    .zoom-container.acrive {
        display: block;
    }

.zoom-controls {
    position: absolute;
    top: 70px;
    right: 12%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: rgba(0, 0, 0, 0.1);
    padding: 10px;
    border-radius: 10px;
}

.zoom-btn {
    background-color: #333;
    color: white;
    border: none;
    padding: 10px;
    margin: 5px;
    height: 25px;
    width: 25px;
    cursor: pointer;
    font-size: 18px;
    border-radius: 5px;
}

.zoom-bar {
    width: 10px;
    height: 100px;
    background: linear-gradient(to bottom, #555, #bbb);
    cursor: pointer;
    border-radius: 5px;
    position: relative;
    margin: 5px 0;
}

.zoom-indicator {
    top: 100px;
    width: 20px;
    height: 10px;
    background: var(--theme-home-accent-color);
    border-radius: 10%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: grab;
}


.faq-section {
    flex: 3;
}

    .faq-section h2 {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .faq-section p {
        font-size: 14px;
        line-height: 1.6;
        color: #333;
    }

    .faq-section .question {
        font-weight: bold;
        margin-top: 15px;
    }


.generic-container {
    height: 100%;
    width: 100%;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    background-color: rgba(0,0,0,0.4);
}

.generic-body {
    display: flex;
    flex-flow: column;
    background-color: white;
    /*height: 300px;*/
    margin: 0 40px;
    padding: 20px;
    align-items: center;
    text-align: center;
}

    .generic-body button {
        color: blue;
        height: 40px;
    }

    .generic-body p {
        align-self: center;
        color: black;
    }

    .generic-body h4 {
        color: black;
    }

/*AI search*/

.ai-search-result-container {
    padding: 20px;
}

.ai-search-sources-contaner {
    display: flex;
    flex-direction: column
}

    .ai-search-sources-contaner p {
        margin: 0;
        padding: 0;
        display: -webkit-box;
        -webkit-line-clamp: 2; /* show only 2 lines */
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.ai-search-source-detail-container {
    padding: 5px;
    border: 1px solid gray;
    border-radius: 5px;
    margin: 5px;
}

.ai-search-result {
    border: #8CABBE 1px solid;
    border-radius: 15px;
    padding: 1px 20px;
    background-color: #8CABBE;
    color: white;
}

    .ai-search-result a {
        all: unset !important;
        color: #0321C7 !important;
        cursor: pointer !important;
    }


.custom-layout input {
    border-width: 1px;
    border-style: solid;
    outline: none;
    padding: 10px;
    border-radius: 2px;
}

.ai-loader {
    width: 60px;
    aspect-ratio: 2;
    --_g: no-repeat radial-gradient(circle closest-side, var(--theme-home-accent-color) 90%,#0000);
    background: var(--_g) 0% 50%, var(--_g) 50% 50%, var(--_g) 100% 50%;
    background-size: calc(100%/3) 50%;
    animation: l3 1s infinite linear;
    margin-left: 20px;
}

@keyframes l3 {
    20% {
        background-position: 0% 0%, 50% 50%,100% 50%
    }

    40% {
        background-position: 0% 100%, 50% 0%,100% 50%
    }

    60% {
        background-position: 0% 50%, 50% 100%,100% 0%
    }

    80% {
        background-position: 0% 50%, 50% 50%,100% 100%
    }
}

.preview-article-container {
    position: absolute;
    height: 100%;
    width: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
}

.preview-article-inner-container {
    height: 60%;
    width: 60%;
    display: flex;
    flex-direction: column;
    overflow-y: scroll;
    /* justify-content: center; */
    background: navajowhite;
    padding: 20px;
}

.article-preview-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.45);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.article-preview-card {
    background: white;
    width: 600px;
    max-width: 90%;
    max-height: 80vh;
    border-radius: 16px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    animation: fadeIn 0.3s ease-in-out;
}

.preview-header {
    margin: 0;
    padding: 16px 24px;
    background: var(--theme-home-accent-color);
    color: #222;
    font-weight: 600;
    font-size: 1.2rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.preview-body {
    padding: 20px 24px;
    overflow-y: auto;
    height: 500px; /* Limit height and allow scroll */
    line-height: 1.6;
    color: #333;
    font-size: 0.95rem;
}

.preview-footer {
    display: flex;
    justify-content: flex-end;
    padding: 12px 24px;
    background: #fff3e0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

    .preview-footer .btn {
        border: none;
        padding: 8px 16px;
        border-radius: 8px;
        font-size: 0.95rem;
        cursor: pointer;
        transition: all 0.2s ease;
    }

    .preview-footer .btn-cancel {
        background: #eee;
        color: var(--theme-home-accent-color);
        margin-right: 10px;
        height: 40px;
    }

.btn-cancel:hover {
    background: #ddd;
}

.preview-footer .btn-view {
    background: var(--theme-home-accent-color);
    color: #fff;
    height: 40px;
}

.btn-view:hover {
    background: #e68900;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: scale(0.95);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

.highlight {
    background-color: #f5e4ca;
    transition: background-color 2s ease; /* Fade out over 2 seconds */
}

.sources {
    border-top: 1px solid #e5eaf5;
    margin-top: 1.5rem;
    padding-top: 1.5rem;
}

    .sources h3 {
        text-align: center;
        color: #444b6e;
        margin-bottom: 1rem;
        font-size: 1.1rem;
    }

.source-card {
    background: var(--app-theme-color);
    border: 1px solid #dce6fb;
    border-radius: 12px;
    padding: 1rem;
    margin-bottom: 1rem;
    transition: transform 0.2s, box-shadow 0.2s;
}

    .source-card:hover {
        transform: translateY(-2px);
        box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    }

    .source-card p {
        margin: 0 0 0.5rem 0;
        font-size: 0.9rem;
        display: -webkit-box;
        -webkit-line-clamp: 2; /* show only 2 lines */
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.view-btn {
    background: none;
    border: none;
    color: #1f6feb;
    font-weight: 600;
    cursor: pointer;
    font-size: 0.9rem;
    transition: color 0.3s;
    height: 30px;
    width: auto;
}

    .view-btn:hover {
        color: #0d4ec4;
    }

.suggested-questions {
    width: 100%;
    max-width: 600px;
    margin: 20px auto;
    font-family: "Segoe UI", sans-serif;
    color: #202124;
}

    .suggested-questions h2 {
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 12px;
    }

.question {
    border-top: 1px solid #dadce0;
}

.question-header {
    background: none;
    border: none;
    width: 100%;
    height: auto;
    text-align: left;
    padding: 12px;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
}

    .question-header:hover {
        /*background-color: #f8f9fa;*/
    }

.answer {
    display: none;
    padding: 0 12px 12px;
    font-size: 14px;
    color: #3c4043;
}

.question.active .answer {
    display: block;
}


/*AI search End*/
