﻿body {
    overflow: hidden;
    margin: 0;
    display: flex;
    flex-direction: column;
}

/*Full body color gradient*/
.full-body-gradient {
    height: 100%;
    width: 100%;
    padding: 20px;
    background-image: linear-gradient(to top right, #F28E47, #F5B93F);
    opacity: 1;
    position: absolute;
    overflow: hidden;
    align-content: center;
}

/*Half body Gradient*/
.half-page-gradient {
    /*height: 508px;*/
    display: flex;
    flex-direction: column;
    align-items: center;
    background: linear-gradient(rgba(245,185,63,1), rgba(242,142,71,1));
    opacity: 1;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 50vh;
}

/*FONT SIZES< WEIGHT & COLOR*/

h2, h3, h4, h5, h6 p {
    color: #6C7278;
}

h1 {
    color: #44474B;
    font-size: 25px;
    font-weight: 600;
    line-height: 2.5rem;
}

h2 {
    font-weight: bold;
    font-size: 1.875rem;
    line-height: 2.25rem;
    padding-bottom: 0.25rem;
}

h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.75rem;
}

h3 {
    font-weight: bold;
    font-size: 1.25rem;
    line-height: 1.75rem;
}

h4 {
    font-weight: unset;
    font-weight: bold;
    font-size: 1.1rem;
}

h5 {
    font-weight: unset;
    font-weight: bold;
    font-size: 0.9rem;
}

p {
    font-size: 16px;
    margin: revert;
    padding: revert;
    color: #6C7278;
}

li {
    font-size: 16px;
    margin: revert;
    padding: revert;
    color: #6C7278;
}

.left {
    float: left;
}

/*OFFSET inherit from cms to core app*/
.helpMain-intro p {
    color: #6C7278;
}

.redirectLinks-sample p {
    color: #6C7278;
}

.redirectLinks p {
    color: #6C7278;
}

.onboarding-content p {
    color: #6C7278;
}

.form-input h4 {
    color: #44474B;
}

.form-input p {
    color: #6C7278;
}
/*END OFFSET inherit from cms to core app*/

.header {
    width: 100%;
    background-color: #fff;
    height: 3rem;
    z-index: 11;
    display: flex;
    /* border-bottom: 1px solid #ebebeb;*/
    box-shadow: 0 1px 8px var(--theme-home-accent-color)
}

    .header h3 {
        text-align: center;
        align-content: center;
    }

    .header h4 {
        width: 100%;
        text-align: center;
        align-content: center;
    }

    .header h5 {
        width: 100%;
        text-align: center;
        align-content: center;
    }

    .header h6 {
        width: 100%;
        text-align: center;
        align-content: center;
    }


.header-profile {
    height: 2.5rem;
    width: 2.5rem;
    margin-right: 10px;
    position: absolute;
    right: 0;
    display: block;
    top: 0.25rem;
}


    /*Profile icon in the navbar*/
    .header-profile i {
        font-size: 2rem;
        color: #616161;
        display: block;
        align-content: center;
        position: relative;
        width: 100%;
        text-align: center;
        border-radius: 50%;
        border: 1px solid #616161;
        box-shadow: 0 0 2px #616161;
        height: 100%;
    }

/*css is applied to the navbar*/
.profile-item {
    height: 100%;
    width: 100%;
    display: flex;
    position: relative;
}

.container {
    display: flex;
    flex-direction: column;
    height: 100vh;
    background-color: #fff;
    /*overflow: scroll;*/
}

.core-main {
    /*overflow: scroll;*/
    overflow: auto;
}

    /* Hide scrollbar for Chrome, Safari, and Opera */
    .core-main::-webkit-scrollbar {
        width: 0;
        height: 0;
    }

/* Hide scrollbar for IE, Edge, and Firefox */
.core-main {
    -ms-overflow-style: -ms-autohiding-scrollbar; /* IE and Edge */
    scrollbar-width: thin; /* Firefox */
    scrollbar-color: transparent; /* Makes scrollbar invisible in Firefox */
}


.main {
    height: calc(100% - 60px);
}

.custom-layout {
    height: calc(100% - 50px);
    overflow-y: scroll;
}

.button-widget p {
    display: contents;
}

label.bold {
    font-weight: bold;
}

/*DON"T CHANGE BUTTON*/
button,
.btn {
    /*border: 2px solid gray;*/
    border-radius: 10px;
    font-weight: bold;
    font-size: 16px;
    width: 320px;
    height: 150px;
}
/*DON"T CHANGE BUTTON*/

.no-border-radius {
    border-radius: unset;
}

button.size1 {
    font-size: 0.75rem;
}

button.size2 {
    font-size: 0.875rem;
}

button.size3 {
    font-size: 1rem;
}

button.size4 {
    font-size: 1.125rem;
}


.center-align {
    text-align: center;
}

.self-center-align {
    align-self: center;
}

.settings-header {
    margin-top: 10px;
    font-size: 20px;
}

.row-container {
    display: flex;
    flex-direction: row;
    gap: 0.25rem;
}

/*START MAIN PROFILE div*/
.col-container {
    display: flex;
    flex-direction: column;
    width: inherit;
    gap: 0.3rem;
    height: 100%;
    background-color: #fff;
    border-radius: 20px;
}


/*END Main profile div*/

.row-container-nogap {
    display: flex;
    flex-direction: row;
}

.col-container-nogap {
    display: flex;
    flex-direction: column;
    width: inherit;
    /*height: 100%;*/
}

.y-scrollable {
    overflow-y: scroll;
}

.version-text {
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: center;
    font-weight: bold;
}

/*CSS _______OR Login with__________*/

.divider {
    display: flex;
    align-items: center;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
}

    .divider::before,
    .divider::after {
        content: '';
        flex: 1;
        border-bottom: 1px solid #e0e0e0;
        margin: 0 10px;
    }

/*CSS _______OR Login with__________*/

/*START Redirect button/a with its divs.*/

.btn-redirect {
    background-color: #F28E47;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    /*padding: 15px 20px;*/
    width: 250px;
    height: 50px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
    cursor: pointer;
}



/*White button*/
.btn-redirect-white {
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    /*padding: 15px 20px;*/
    width: 250px;
    height: 50px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
    border: 1px solid #F28E47;
    cursor: pointer;
}

/*White button*/
.btn-redirect-delete {
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    /*padding: 15px 20px;*/
    width: 200px;
    height: 50px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 8px;
    border: 1px solid #F28E47;
    cursor: pointer;
}


.btn-text {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*Text dark*/
.btn-text-dark {
    color: #EE542A;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*Text delete*/
.btn-text-delete {
    color: #EE542A;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
}


.redirectLinks {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding: 30px;
}

.redirectLinksAbout {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
}

    .redirectLinksAbout p {
        font-weight: 600;
    }

.redirectLinksHowTo {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding: 30px;
}


.redirectDelete {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding: 30px;
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    box-sizing: border-box;
    background-color: white;
    text-align: center;
}

    .redirectDelete p {
        text-align: center; /* Center text within the <p> element */
        margin: 0; /* Remove default margin if needed */
        font-size: 12px;
    }

/*END Redirect button/a with its divs.*/
.thumb-nav {
    display: flex;
    position: sticky;
    bottom: 0;
    width: 100%;
    height: 6%;
    background-color: white;
}

.thumb-nav-item {
    display: flex;
    flex-direction: row;
    width: 25%;
    border-right: 1px solid #ebebeb;
    border-top: 1px solid #ebebeb;
    height: 100%;
    align-self: center;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    line-height: 2rem;
}

    .thumb-nav-item:last-child {
        border-right: none;
    }

.template-carousel {
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    /*padding-left: 8px;
    padding-right: 8px;*/
}

.drag-section {
    width: inherit;
    height: 100%;
    overflow: hidden;
    background-color: var(--app-theme-color);
}

.clickable-area {
    cursor: pointer;
}

img,
.image-contain {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.home-widget img {
    /*    object-fit: cover;*/
}

.image-contain-inherit {
    width: inherit;
    height: 100%;
}

.col-2 {
    display: flex;
    width: 46% !important;
}

.wrap {
    flex-wrap: wrap;
}

.flyout-icon {
    display: flex;
    background-color: transparent;
    justify-content: space-between;
    align-items: center;
    height: 50px;
    width: 100%;
    position: absolute;
}

.flyout-header-button {
    display: block;
    background-color: #FFFFFF;
    border-radius: 0px;
    outline: none;
    height: 65%;
    width: 10%;
}

.flyout-img {
    width: 100%;
    height: 100%;
    margin: auto;
}

.flyout-container {
    position: absolute;
    width: 100%;
    height: 100%;
    transition: 400ms, background-color 100ms ease-in-out;
    transform: translateX(-100%);
    z-index: 5;
    /*background-color: rgba(0,0,0,0);*/
    /*background-color: #EFF0F6;*/
    /*Added display & justify to get icons in correct place*/
    display: flex;
    justify-content: flex-start;
}

    .flyout-container.active {
        transition: 400ms, background-color 1s ease-in-out;
        transform: translateX(0%);
        background-color: rgba(0,0,0,0.4);
    }

.flyout-close {
    display: flex;
    position: absolute;
    height: 50px;
    width: 50px;
    border-radius: 100px;
    right: 10px;
    top: 10px;
    background-color: #F28E47;
    transition: opacity 100ms ease-in-out;
    opacity: 0;
}

    .flyout-close.active {
        display: flex;
        transition: opacity 400ms ease-in-out;
        opacity: 1;
    }

    .flyout-close img {
        width: 18px;
        height: 18px;
        margin: auto;
    }

.flyout-menu {
    display: flex;
    flex-direction: column;
    /*background-color: #fff;*/
    background-color: var(--app-theme-color);
    color: var(--app-theme-font-color);
    height: 100%;
    width: 30%;
}

.flyout-menu-header {
    height: 60px;
    background-color: #fff;
    border-bottom: 5px solid #000;
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
}

    .flyout-menu-header .logo {
        width: 50%;
        padding: 5px;
    }

.flyout-menu-header-icon {
    width: 10%;
    align-self: center;
    text-align: right;
    padding-right: 15px;
}

    .flyout-menu-header-icon a {
        cursor: pointer;
        display: block;
    }

    .flyout-menu-header-icon .home-icon {
        width: 20px;
        height: auto;
    }

.flyout-profile {
    display: block;
    height: 6rem;
    border-bottom: 1px solid #ebebeb;
}

.indicator {
    height: 14px;
    width: 14px;
    border-radius: 50%;
    background-color: var(--theme-home-accent-color);
}

.profile-icon {
    height: 4rem;
    display: block;
    width: 100%;
    margin-top: 5px;
}

    .profile-icon i {
        font-size: 3rem;
        color: #919090;
        display: block;
        align-content: center;
        position: relative;
        width: 100%;
        text-align: center;
        height: 100%;
        cursor: pointer;
    }

/* .profile-icon i {
        border: 1px solid #ebebeb;
        box-shadow: 0 0 2px #ebebeb;
        border-radius: 50%;
        font-size: 3rem;
        color: #ebebeb;
        display: block;
        align-content: center;
        position: relative;
        width: 100%;
        text-align: center;
        height: 100%;
    }*/

.flyout-profile h3 {
    text-align: center;
    margin: 0;
    padding: 0;
}

.flyout-menu-body {
    height: calc(100% - 120px);
}

.flyout-menu-core-body {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-left: 0;
}

.flyout-menu-panel-header {
    /*border-left: 10px solid darkblue;*/
   /* border-top: 1px solid #ebebeb;*/
}

.flyout-menu-item {
    /*height: 40px;*/
    border-bottom: 1px solid var(--app-border-bottom-color);
    align-content: center;
    margin: revert;
    padding: revert;
    width: 100%;
}

    /*.flyout-menu-core-item {
    height: 40px;
    border-bottom: 1px solid #ebebeb;
    flex-direction: row;
    justify-content: flex-start;*/
    /*align-content: center;
             margin: revert;
    padding: revert
}*/

    .flyout-menu-item a {
        text-decoration: none;
        color: #000 !important;
        width: 100%;
    }

.flyout-menu-core-item a {
    text-decoration: none;
    color: #000;
    width: 100%;
}

.flyout-menu-item a:hover {
    cursor: pointer;
}

.flyout-menu-core-item a:hover {
    cursor: pointer;
}

.flyout-menu-item p {
    line-height: 40px;
    padding-left: 3%;
    margin: inherit;
    text-align: unset;
}

.flyout-menu-core-item p {
    line-height: 40px;
    padding-left: 3%;
    margin: inherit;
    text-align: unset;
    color: #6c7278;
}


.flyout-menu-item h3 {
    margin: auto;
    padding: revert;
    align-self: center;
    padding-left: 5px;
    width: 100%;
}

.flyout-menu-logo-container {
    height: 5.5rem;
    border-bottom: 5px solid darkblue;
    background-color: var(--theme-home-accent-color);
}

.flyout-menu-logo {
    height: 5rem;
    width: 5rem;
    margin-left: 20px;
}

.flyout-menu-panel {
    width: 100%;
    height: 40px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    cursor: pointer;
}

    .flyout-menu-panel .color-spacer {
        width: 10px;
        background-color: #000;
    }

    .flyout-menu-panel p {
        font-size: 16px;
        width: calc(100% - 35px);
        margin: inherit;
        font-weight: bold;
        color: var(--app-theme-font-color);
    }

    .flyout-menu-panel h4 {
        width: auto;
        font-size: 16px;
        font-weight: bold;
        align-self: center;
        padding-left: 10px;
        margin: inherit;
    }

    .flyout-menu-panel .collapse-icon {
        width: 40px;
        text-align: center;
    }

.collapse-icon img {
    width: 30%;
}

.flyout-menu-content {
    width: calc(100% - 5%);
    padding-left: 0%;
    margin-left: 5%;
    margin-right: 0;
    /*display: flex;
    flex-direction: row;*/
}

    .flyout-menu-content p {
        font-size: 16px;
        height: 100%;
        width: calc(100% - 40px);
        margin: inherit;
        text-align: unset;
        color: var(--app-theme-font-color);
    }

    .flyout-menu-content .action-icon {
        width: 40px;
        text-align: center;
    }

.flyout-menu-core-content {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    height: 40px;
    border-bottom: 1px solid #ebebeb;
    /*align-items: center;*/
}

    .flyout-menu-core-content p {
        font-size: 15px;
        height: 100%;
        width: 100%;
        text-align: unset;
        font-weight: bold;
    }

/*.fly-icon-img {
    height: 25px;
    margin-top: 2px;
}*/

.action-icon a {
    width: 100%;
    height: 100%;
    cursor: pointer;
    font-size: 16px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: 200;
    color: #0321C7;
}

.action-icon img {
    width: 30%;
}

.flyout-menu-footer {
    height: 40px;
    display: flex;
    flex-direction: row;
    place-content: space-around;
    border-top: 1px solid #ebebeb;
}

    .flyout-menu-footer .action-button {
        text-align: center;
        height: 40px;
    }

.action-button a {
    height: inherit;
    cursor: pointer;
}

.action-button img {
    width: 50%;
    height: inherit;
}

.flyout-menu-body-panel {
    overflow-y: scroll;
    height: 0;
    transition-property: height;
    transition-duration: 0.6s;
    -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

    .flyout-menu-body-panel.active {
        height: calc(100% - 40px);
        transition-property: height;
        transition-duration: 0.6s;
        -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    }

.flyout-menu-core-body-panel {
    height: 50px;
    transition-property: height;
    transition-duration: 0.6s;
    -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-left: 0;
}

.flyout-logout {
    border-top: 2px solid #F28E47;
    border-bottom: unset;
    bottom: 0px;
    position: fixed;
    width: 80%;
}


.flyout-submenu-body-panel {
    overflow-y: scroll;
    height: calc(100% - 80px);
}

.flyout-submenu-body-article {
    font-size: 12px;
    height: 100%;
    width: 100% !important;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.flyout-submenu-body-article-selected {
    font-size: 12px;
    height: 100%;
    width: 100% !important;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: darkorange
}

.active {
    display: block;
}

.inactive {
    display: none;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-thumb {
    background-color: #ebebeb !important;
    padding: 0 !important;
    border: none !important;
    border-radius: 0 !important;
}

::-webkit-scrollbar-track-piece {
    background: #fff
}

.widget-container a {
    border-style: none;
}

.web-menu-content-container {
    position: absolute;
    height: 100%;
    width: 100%;
    transform: translateX(-200%);
}

    .web-menu-content-container.active {
        transform: translateX(0%);
        background-color: rgba(0,0,0,0.4);
    }

.web-menu-content-panel {
    height: 100%;
    position: absolute;
    width: 30%;
    background: var(--app-theme-color);
    transition: 400ms, background-color 100ms ease-in-out;
    transform: translateX(-200%);
}

    .web-menu-content-panel.active {
        transition: 400ms, background-color 1s ease-in-out;
        transform: translateX(0);
        background-color: var(--app-theme-color);
    }

.web-menu-content-item {
    height: calc(100% - 60px);
    background-color: var(--app-theme-color);
}

/*START PROFILE*/
.profile-Container {
    /*margin: 0 auto;*/
    padding: 20px;
    box-sizing: border-box;
    overflow-y: auto;
    border-radius: 20px;
}

.profile-items {
    height: auto;
    background-color: white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    text-align: left;
}

.manage-download-list-item {
    border-bottom: 1px solid #ebebeb;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: var(--theme-home-accent-color);
}

input:focus + .slider {
    box-shadow: 0 0 1px var(--theme-home-accent-color);
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/*Rounded sliders*/
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

.search-header {
    color: var(--app-theme-font-color) !important;
    margin: 10px 20px;
    text-align: start !important;
}

.ai-search-block {
    display: flex;
    padding: 20px;
    column-gap: 10px;
}

.searchbox {
    border-block: none;
    /*border-block-end: solid #b7b9b9 1px;*/
    background-color: transparent;
    width: 100%;
    padding-top: 11px;
    padding-bottom: 7px;
    color: black;
    margin-left: 10px;
    margin-right: 10px;
    color: black;
}

.mud-icon-button {
    padding: 0;
}

input[type = 'search']::-webkit-search-cancel-button {
    /*background-color: lightgray;*/
    color: black;
    /*-webkit-appearance: none;*/
    background-image: url('Images/Default/close.svg');
    height: 50px;
    width: 50px;
    border-radius: 50%;
}

.input::-webkit-search-cancel-button:after {
    content: "✖️";
    color: green;
    position: absolute;
    top: 50%;
    left: 50%;
    tranform: translate(-50%, -50%);
}

.subsearchdiv {
    display: flex;
    justify-content: space-between;
    margin-inline: 10px;
}

.inputwithicon {
    flex: 90%;
    display: flex;
    background-color: lightgray;
    border-radius: 10px;
    padding: 10px;
    margin: 10px;
    align-items: center;
}

.clear-btn {
    height: 20px;
    width: 20px;
}

.searchdiv {
}

.searchicon {
    width: 20px;
    top: 67px;
    left: 30px;
    height: auto;
}

.closeicon {
    height: 100%;
    width: 20px;
}

.searchbtndiv {
    display: flex;
    justify-content: end;
    margin-right: 20px;
}

.searchbtn {
    /*background-color: white;*/
    border: solid 2px #8a8a8a;
    border-radius: 0;
    margin-top: 15px;
    margin-right: 10px;
    margin-bottom: 15px;
    color: var(--theme-home-accent-color);
    height: 30px;
    width: 90px;
}

.searchbox:focus {
    outline: none;
}

.searchbox::placeholder {
    color: black;
}

.showsearchresult {
    margin-top: 25px;
    font-size: 18px;
    display: block;
    font-weight: bold;
}

.hidesearchresult {
    display: none;
}

.search-switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 24px;
}

    .search-switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 16px;
        width: 16px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider:before {
    -webkit-transform: translateX(16px);
    -ms-transform: translateX(16px);
    transform: translateX(16px);
}

/*All code below is not supposed to be on the base*/
/*.widget-item-container-lc {
    display: flex;
    flex-direction: column;
    align-items:center;
 
}*/
/*.loading-progress{
    display:none;
}*/

/*This is for the first page displayed when the app is loaded*/
.landing-container {
    height: 100vh;
    width: 100vw;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.landing-component {
    text-align: center;
    /*margin: 50px auto;*/
    padding: 20px 40px;
    border-radius: 10px;
    width: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.landing-component-cover {
    height: 60%;
}

.welcome-text {
    font-size: 55px;
    font-weight: bold;
    margin-bottom: 20px;
}

.landing-logo {
    height: 100px;
    margin: 0 auto;
    margin-bottom: 30px;
}

    .landing-logo img {
        display: block;
    }

.landing-component .login-button {
    background-color: #F06C00;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
     
}

.create-account-text {
    font-size: 18px;
    margin-top: 10px;
}

    .create-account-text a {
        display: inline;
        color: #007bff;
        text-decoration: none;
        font-size: 18px;
        color: black;
    }

/*This #app affects the entire screen changing the backgorund of all screens*/
#app {
    background: #fff;
}





/*This is the css for webLargeCollectionWidget.razor (This is the home page)*/
.widget-image-box-one {
    height: 400px !important;
    /*box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 10px 0px;*/
}

.widget-image-box {
    width: auto !important;
    height: auto !important;
}

    .widget-image-box img {
        border: 1px var(--app-border-widget-color) solid;
    }


.widget-items-container-lc {
    display: flex;
    justify-content: center;
    max-width: 1100px;
    margin: 40px auto !important;
    flex-wrap: wrap;
    gap: 40px 60px;
    background-color: var(--app-theme-color) !important;
}


.single-widget-container {
    width: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    /*justify-content: center;*/
    /*border: 1px var(--app-border-widget-color) solid;*/
}

.widget-image-mag {
    /*width: 200px;*/
    height: auto !important; /* !important: Note*/
}

.widget-text-container-lc {
    /*margin-top: -170px;*/ /*Note*/
}

    .widget-text-container-lc h4 {
        font-size: 18px;
        margin-bottom: 5px;
        padding: 0 5px;
    }

    .widget-text-container-lc p {
        color: var(--app-theme-font-color);
        padding: 0 5px;
    }

.article-summary {
    font-size: 14px !important;
    height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 5px;
}

/*This css is for the first issue in the home page*/
.single-widget-container-one {
    width: 1000px;
    margin: 0 auto;
    display: flex;
    gap: 10px;
    box-sizing: border-box;
    padding: 20px;
    margin-top: 20px;
}


    .single-widget-container-one img {
        display: block;
        width: auto;
        margin: auto;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 10px 0px;
    }

.widget-text-container-lc-one {
    width: 50%;
    margin: auto;
}

.single-widget-container-one a {
    width: 50%;
}


.widget-text-container-lc-one h4 {
    font-size: 24px;
    margin-bottom: 5px;
}

.article-summary-one {
    font-size: 20px;
    margin-top: 20px;
}

.single-widget-button {
    padding: 5px 20px;
    color: #fff;
    background-color: var(--theme-home-accent-color);
    height: 40px;
    width: 200px;
    margin-top: 20px;
}

/*nav-bar*/
.header {
    height: 60px;
    display: flex !important;
    justify-content: space-between;
    background: var(--theme-home-accent-color);
}

    .header a {
        float: left;
        color: white;
        /*text-align: center;*/
        padding: 0 12px;
        text-decoration: none;
        font-size: 18px;
        line-height: 25px;
        border-radius: 4px;
        display: flex;
        align-items: center;
        white-space: nowrap;
    }

        .header a.logo {
            font-size: 25px;
            font-weight: bold;
        }
        /*
        .header a:hover {
            background-color: #ddd;
            color: black;
        }*/

        .header a.active {
            background-color: dodgerblue;
            color: white;
        }


.header-image {
    display: none;
}

.header .widget-container {
    display: flex !important;
    /*height: 50px !important;*/
    background: var(--theme-home-accent-color) !important;
}

.header .dynamic-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 50% !important;
}

.logo-container {
    max-width: 300px;
    height: 60px;
    padding: 0 20px;
}

    .logo-container img {
        width: auto;
    }

.header-logo-img {
    width: 100% !important;
}

.header-button {
    background: var(--theme-home-accent-color) !important;
    color: #fff;
}

/*search option inside navbar*/

.search-container {
    position: absolute;
    height: 100%;
    width: 100%;
    transform: translateX(-300%);
    background-color: rgba(0,0,0,0.4);
}

    .search-container.active {
        transform: translateX(0%);
        background-color: rgba(0,0,0,0.4);
    }

.search-panel {
    height: 100%;
    width: 30%;
    /*background-color: white;*/
    transform: translateX(-300%);
}

    .search-panel.active {
        transition: 400ms, background-color ease-in-out;
        transform: translateX(0);
        background-color: var(--app-theme-color);
    }

    .search-panel p {
        color: var(--app-theme-font-color);
    }

.close-header-container {
    width: 30%;
}

.search-box-nav {
    /* width: 30%;*/
    /*height: 100%;*/
    color: var(--app-theme-font-color);
    /*background: var(--app-theme-secondary-color);*/
}

/*Footer*/
.main {
}

.royal-society-logo {
    height: 100px;
    max-width: 200px;
}

.play-app-store {
    display: flex;
}

    .play-app-store img {
        width: 125px;
    }

.social-links {
    display: flex;
    column-gap: 10px;
}

    .social-links img {
        width: 50px;
    }
/* Add your custom styles here */
/*.footer {
    width: 100%;
    min-height: 150px;
    padding: 10px;
    background-color: var(--theme-home-accent-color);
    z-index: 22;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}*/

.footer {
    background-color: var(--theme-home-accent-color);
    padding: 15px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-content {
    display: flex;
    align-items: center;
    gap: 20px;
}

.footer-logo img {
    height: 35px;
    width: auto;
}

.footer-links {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
    gap: 10px;
    font-size: 14px;
    color: #333;
}

    .footer-links a {
        text-decoration: none;
        color: #333;
        font-weight: bold;
        width: auto;
        font-size: 16px;
    }

        .footer-links a:hover {
            text-decoration: underline;
        }

.footer-content span {
    font-size: 14px;
}

.footer-links-wrapper {
    display: flex;
    justify-content: center;
}

.agency-text {
    font-size: 12px;
}

.social-links-box a {
    color: white;
    text-decoration: none;
    margin-top: 10px;
}

.contact-text {
    font-size: 10px;
}


/*carousel */
.section-image-container img {
    /*height: 50% !important;*/
    /*width: 50% !important;*/
    margin: auto;
    margin-top: 20px;
    max-height: 85vh;
}

.section-download-image {
    display: none;
}


@media screen and (min-width: 600px) and (max-width:800px) {
    .landing-component {
        width: 90%;
    }

    .welcome-text {
        font-size: 50px;
    }

    .landing-logo {
        height: 80px;
    }

    .web-content-item{
        width: 75%;
    }
}

@media screen and (min-width: 900px) and (max-width:1200px) {
    .flyout-menu {
        width: 40%;
    }

    .search-panel {
        width: 40%;
    }

    .web-menu-content-panel {
        width: 40%;
    }
}

@media screen and (min-width: 600px) and (max-width:900px) {
    .flyout-menu {
        width: 50%;
    }

    .search-panel {
        width: 50%;
    }

    .web-menu-content-panel {
        width: 50%;
    }

    .single-widget-container-one {
        width: 100%;
    }

    .widget-text-container-lc-one h4 {
        font-size: 18px;
    }

    .article-summary-one {
        font-size: 16px;
    }

    .footer {
        flex-direction: column;
    }

    .login-main-container {
        overflow-y: auto;
        display: block;
    }

    .login-form-div {
        width: 100%;
    }

    .login-form-header {
        width: 70%;
    }

    .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;
    }
}




.header-right {
    height: 100%;
    float: right;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 20px;
}

    .header-right .web-close-header-container {
        display: none;
    }

.header-right-wrapper {
    height: 100%;
}

.header-right-inner {
    display: flex;
}

@media screen and (max-width: 700px) {
    .header {
        height: auto;
        /*display: block !important;*/
    }

        .header a {
            float: none;
            /*display: block;*/
            text-align: left;
        }

    .header-right {
        float: none;
        /*flex-direction: column;*/
        /*gap: 10px;*/
    }

    .issue-cover-grid {
        width: 100%;
    }
}

@media screen and (max-width: 600px) {

    .toggle-button {
        display: block;
        height: 60px;
        float: right;
        margin-right: 10px;
    }

    .flyout-menu {
        width: 80%;
    }

    .logo-container {
        float: left;
    }

    .search-panel {
        width: 80%;
    }

    .header {
        display: block !important;
    }

    .header-right-wrapper {
        display: none;
        float: none;
        position: absolute;
    }

        .header-right-wrapper.active {
            margin-top: 60px;
            display: block;
            height: 100%;
            width: 100%;
            background-color: rgba(0,0,0,0.6);
        }

    .header-right {
        display: none;
        float: none;
        position: absolute;
        /*background: var(--theme-home-accent-color);*/
        width: 100%;
        margin: 0;
        flex-direction: column;
        gap: 10px;
    }

        .header-right.active {
            display: block;
            height: 100%;
            width: 100%;
        }

            .header-right.active a {
                height: 50px;
            }

        .header-right .web-close-header-container {
            display: flex;
        }

    .header-right-inner {
        padding-top: 10px;
        display: block;
        /*height: 100%;*/
        background-color: var(--app-theme-color)
    }

        .header-right-inner a {
            font: var(--app-theme-font-color)
        }

    .web-menu-content-panel {
        width: 80%;
    }

    .landing-component {
        width: 90%;
    }

    .landing-logo img {
        height: 80px;
    }

    .welcome-text {
        font-size: 35px;
    }

    .landing-logo {
        height: 60px;
    }

    .create-account-text {
        font-size: 13px;
    }

        .create-account-text a {
            font-size: 11px;
        }

    .landing-component .login-button {
        padding: 20px 60px;
    }

    .single-widget-container-one {
        width: 300px;
        flex-direction: column;
        margin: 0 auto;
        justify-content: center;
        align-items: center;
        gap: 20px;
    }

    .widget-text-container-lc-one h4 {
        text-align: center;
        font-size: 16px;
        margin-bottom: 0;
    }

    .article-summary-one {
        font-size: 14px;
    }

    .widget-text-container-lc-one {
        padding: 0;
        margin: auto;
        text-align: center;
        width: 90%;
        height: 50%;
    }

    .widget-image-box-one {
        height: 50%;
        width: 100%;
    }

        .widget-image-box-one img {
            display: block;
            height: 300px;
            width: 300px;
            margin-bottom: 0;
        }

    .single-widget-container-one a {
        width: 300px;
        height: 300px;
    }

    .single-widget-button {
        width: 150px;
    }

    .web-content-item {
        width: 100%;
    }

    .article-summary-one {
        margin-top: 4px;
    }
    /*This is css for the flyout container*/
    .flyout-container {
        width: 100%;
    }

    .close-header-container {
        width: 100%;
    }

    .footer-content {
        display: block;
    }

    .contact-container {
        display: block;
    }
}
