
:root {
    /*--maincolor: #315399;*/
    --maincolor: #365ba6;
    --secondcolor: #5b5aa7;
    --lightmaincolor: #9eb4e0;
    /*--lightmainbackgroundcolor: #E5E5EE;*/
    --greycolor: #616161;
    --lightergraycolor: #676767;
    --darkgreycolor: #4a4a4a;
    --lightgreycolor: #ececec;
    --greycolor-maincolorbackground: #e1e1e1;
    --lightgreycolor-maincolorbackground: #e9e9e9;
    --greencolor: #32CD32;
    --redcolor: #DC3545;
    --backgroundcolor: #FDFDFD;
    --cardcolor: #fff;
    --scrollbarcolor: #AAAAAA;
    --mainmenubackground: #2e5fb0;
    --lightmainmenucolor: #ededed;
    --lightmainmenubordercolor: #eeeeee;
    --lightmainmenugreycolor: #292929;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

* {
    padding: 0;
    margin: 0;
}

h1 {
    font-size: 1.75em;
    line-height: 1.3;
}

h2 {
    font-size: 1.5em;
}

h3 {
    font-size: 1.17em;
}

html, body {
    height: 100%;
    background-color: var(--backgroundcolor);
}

@font-face {
    font-family: "IBM Plex Serif";
    src: url("./webfonts/IBM-Plex-Serif/IBMPlexSerif-Text.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "IBM Plex Serif";
    src: url("./webfonts/IBM-Plex-Serif/IBMPlexSerif-TextItalic.woff2") format("woff2");
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "IBM Plex Serif";
    src: url("./webfonts/IBM-Plex-Serif/IBMPlexSerif-Bold.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "IBM Plex Serif";
    src: url("./webfonts/IBM-Plex-Serif/IBMPlexSerif-BoldItalic.woff2") format("woff2");
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "IBM Plex Sans";
    src: url("./webfonts/IBM-Plex-Sans/IBMPlexSans-Text.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "IBM Plex Sans";
    src: url("./webfonts/IBM-Plex-Sans/IBMPlexSans-TextItalic.woff2") format("woff2");
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "IBM Plex Sans";
    src: url("./webfonts/IBM-Plex-Sans/IBMPlexSans-Bold.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "IBM Plex Sans";
    src: url("./webfonts/IBM-Plex-Sans/IBMPlexSans-BoldItalic.woff2") format("woff2");
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

html,
body,
.b,
.post-name,
.mainmenu-title-text {
    font-family: "IBM Plex Serif", "Georgia", "Segoe UI", "Arial Unicode MS", "Noto Serif", "Microsoft YaHei", "PingFang SC", "Malgun Gothic", "Tahoma", "Hiragino Sans", "Apple Color Emoji", "sans-serif";
}

input,
button,
label,
form,
#mainmenu,
#cookie-consent,
.button,
.widget,
.hub-settings,
.user-settings,
.submenu,
.subsubmenu,
.subsubsubmenu,
.link-preview,
.modal,
.post,
/*.paragraph,
.double-paragraph,
.link-paragraph,*/
.expand-content-text,
.hint-text,
.post-views,
.msg-time,
.msg-reactions,
.msg-reactions-disc,
.msg {
    font-family: "IBM Plex Sans", "Segoe UI", sans-serif;
}

*:focus {
    outline: 0 !important;
}

hr {
    border: none;
    border-top: 1px solid #D7D7D7;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

#main {
    display: flex;
    flex-direction: column;
    height: 100%;
}

#content {
    flex: 1 1 auto;
    overflow-y: auto;
    scrollbar-color: var(--scrollbarcolor) transparent;
    padding-left: 2px;
    padding-right: 2px;
}

.content-mainmenu-desktop-opened {

}

.anchor {
    color: -webkit-link;
    text-decoration: underline;
    cursor: pointer;
}

.scrollable-flex-container {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.scrollable-flex-element {
    flex: 1 1 auto;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: var(--scrollbarcolor) transparent;
    padding-right: 4px;
    padding-left: 4px;
    height: 0;
}

.button-text {
    border: none;
    background-color: inherit;
    font-size: 16px;
    padding: 6px 10px;
    cursor: pointer;
    display: inline-block;
    color: var(--maincolor);
    text-decoration: none;
    user-select: none;
    -webkit-user-select: none;
}

.button-text-nopadding {
    padding: 2px;
}

button, .button {
    border: none;
    color: white;
    font-size: 16px;
    padding: 6px 10px;
    cursor: pointer;
    display: inline-block;
    background-color: var(--maincolor);
    border-radius: 2px;
    user-select: none;
    -webkit-user-select: none;
    text-decoration: none;
}

.button-text:active,
button:active {
    transform: scale(0.97);
    transition: transform 0.1s ease-out;
}

.button-small {
    padding: 3px 6px;
}

.button-outline-borderless {
    border: none !important;
}

.button-outline {
    border: 2px solid var(--maincolor);
    background-color: white;
    color: var(--maincolor);
    padding: 3px 6px;
    font-size: 16px;
    cursor: pointer;
    display: inline-block;
    border-radius: 2px;
    user-select: none;
    -webkit-user-select: none;
}

.button-outline-big {
    border: 2px solid var(--maincolor);
    background-color: white;
    color: var(--maincolor);
    padding: 4px 8px;
    font-size: 16px;
    cursor: pointer;
    display: inline-block;
    border-radius: 2px;
    user-select: none;
    -webkit-user-select: none;
}


.button-outline-small {
    border: 1px solid var(--maincolor);
    background-color: white;
    color: var(--maincolor);
    padding: 2px 4px;
    font-size: 16px;
    cursor: pointer;
    display: inline-block;
    border-radius: 2px;
    user-select: none;
    -webkit-user-select: none;
}

.button-submit{
    margin-top: 5px;
}

.row {
    margin-top: 4px;
}

.button-close{
    margin-bottom: 5px;
}

.button-margin-left {
    margin-left: 5px;
}

.button-red {
    background-color: var(--redcolor);
}

.input-text {
    padding: 3px;
    font-size: 14px;
}

.input-small-width {
    width: 35px;
}

.input-select {
    padding: 3px;
    font-size: 14px;
}

.hint-text {
    font-size: 13px;
    color: var(--greycolor);
}

.quote-hint-text {
    border-left: 2px solid var(--darkgreycolor);
    padding-left: 6px;
    font-size: 15px;
    margin-top: 10px;
    color: var(--darkgreycolor);
}

.hint-text-margin-bottom {
    margin-bottom: 2px;
}

.temporary-validation {
    color: red;
    margin-bottom: 3px;
}

#blazor-error-ui {
    background: #fce4ec;
    bottom: 0;
    box-shadow: 0 -1px 4px rgba(0, 0, 0, 0.6);
    display: none;
    left: 0;
    padding: 15px;
    /*padding: 0.6rem 1.25rem 0.7rem 1.25rem;*/
    position: fixed;
    width: 100%;
    z-index: 1000;
    font-size: 18px;
    line-height: 2;
}

    #blazor-error-ui .reload {
        color: #FFF;
        background-color: #2962ff;
        padding: 10px;
        border-radius: 5px;
        font-size: 21px;
    }

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
        font-size: 18px;
    }

.error-text {
    color: #FF2222;
    font-weight: 600;
}

.grey-text {
    color: var(--greycolor)
}

.expand-content-text {
    color: var(--lightergraycolor);
    font-size: 15px;
    padding: 7px 10px;
}

.danger {
    color: var(--redcolor);
}

.icon {
    margin-right: 5px;
}

.input-left-padding {
    padding-left: 2px;
}

.icon-sm {
    margin-right: 3px;
}

.icon-unreadmessage {
    margin-top: 2px;
    margin-left: 4px;
}

.icon-big {
    font-size: 20px;
}

.icon-biggest {
    font-size: 30px;
}

.icon-smallest {
    font-size: 5px;
}

.icon-clickable {
    cursor: pointer;
}

.input-file {
    display: none;
}

.input-file-dragndrop {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    display: block;
    cursor: pointer;
}

.label-dragndrop {
    position: relative;
}

.label-clickable {
    cursor: pointer;
}

.div-clickable {
    cursor: pointer;
}

.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."
    }

#loading-progress-container {
    position: absolute;
    display: flex;
    justify-content: center;
    align-content: center;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.loading-progress {
    position: relative;
    display: block;
    width: 8rem;
    height: 8rem;
    margin: 20vh auto 1rem auto;
    background: #FFFFFFCC;
    border-radius: 50%;
}

    .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");
    }

.loading-progress-warning {
    position: absolute;
    text-align: center;
    font-weight: bold;
    inset: calc(20vh + 4.5rem) 0 auto 0.2rem;
}

.checkbox {
    width: 20px;
    height: 20px;
    vertical-align: -5px;
    cursor: pointer;
}

.b {
    font-weight: bold;
}

/* Like b but when we won't serif font */
.bs {
    font-weight: bold;
}

.radio {
    width: 20px;
    height: 20px;
    vertical-align: -4px;
    cursor: pointer;
}

.modal {
    position: fixed; /* Stay in place */
    z-index: 20; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    scrollbar-color: var(--scrollbarcolor) transparent;
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.modal-content {
    background-color: var(--cardcolor);
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
    max-width: 600px;
    border-radius: 5px;
}

.modal-content-confirm {
    background-color: var(--cardcolor);
    margin: 18% auto;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 80px;
    padding-right: 80px;
    border: 1px solid #888;
    max-width: 170px;
    border-radius: 5px;
}

.modal-priority{
    z-index: 30 !important;
}

.msg-img {
    min-width: 20%;
    /* If changhing - don't forget about in-csharp code constraints */
    max-width: min(786px, 100%);
    max-height: 400px;
    object-fit: contain;
    border-radius: 5px;
    display: block;
    height: auto;
    margin-bottom: 3px;
    margin-top: 3px;
    object-position: top left;
}

.msg-img-preview {
    min-width: 11.5%;
    max-width: min(288px, 37.5%);
    max-height: 160px;
    object-fit: contain;
    border-radius: 2px;
    height: auto;
    object-position: top left;
}

.img-blur-explicit {
    filter: blur(80px);
    margin-bottom: -2px;
}

.img-clickable {
    cursor: pointer;
}

.img-blur-explicit-container {
    overflow: hidden;
    display: inline-block;
}

.msg-content {
    white-space: pre-wrap;
    overflow-wrap: break-word;
    word-break: break-word;
    line-height: 1.35;
    font-size: 15px;
}

.msg-time {
    color: var(--darkgreycolor);
    font-size: 12px;
}

/* message last edited block */
.msg-le {
    font-style: italic;
    margin-top: 1px;
}

.widget {
    background-color: #f9f9fb;
    border-left: 4px solid #f5c84e;
    padding-top: 0.25em;
    padding-bottom: 0.25em;
    padding-left: 0.5em;
    padding-right: 0.25em;
    margin: 0.5em 0;
    line-height: 1.45;
}

.widget-links {
    margin-top: 2px;
    line-height: 1.7;
    color: var(--maincolor);
    font-size: 16px;
}

.widget-link {
    color: var(--maincolor);
    font-size: 16px;
}

.widget-button {
    text-decoration: none;
    border-radius: 10px;
    border: 1px solid var(--maincolor);
    margin-right: 6px;
    margin-bottom: 2px;
}

.user-avatar-small {
    width: 2em;
    height: 2em;
    border-radius: 1em;
    object-fit: cover;
    padding-top: 1px;
}

.user-avatar-small-compact {
    width: 2em;
    height: 1em;
    padding-top: 1px;
}

.user-avatar-medium {
    width: 200px;
    height: 200px;
    border-radius: 100px;
    object-fit: cover;
}

.hub-avatar-small {
    width: 2em;
    height: 2em;
    border-radius: 1em;
    object-fit: cover;
    padding-top: 1px;
}

.hub-avatar-medium {
    width: 200px;
    height: 200px;
    border-radius: 100px;
    object-fit: cover;
}

.avatar-outer-container {
    display: flex;
}

.avatar-wide-outer-container {
    display: flex;
    padding-top: 2px;
}

.avatar-inner-container {
    align-self: center;
    margin-right: 6px;
}

.mainmenu-avatar-inner-container {
    align-self: flex-start;
    margin-right: 6px;
}

.avatar-content-container {
    align-self: center;
}

.avatar-wide-content-container {
    align-self: center;
    margin-bottom: 6px;
}

.avatar-mini {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    object-fit: cover;
}

.post {
    margin: 0.6rem 0;
    padding-top: 0.4375rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.1875rem;
    border-radius: 10px;
    border: 1px solid #e3e3e3;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.06);
    background-color: var(--cardcolor);
    min-height: 80px; /* This value should be higher than negative root margin intersection */
}

.post-content {
    white-space: pre-wrap;
    overflow-wrap: break-word;
    word-break: break-word;
    line-height: 1.45;
    font-size: 16px;
}

.post-avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    margin-right: 8px;
    object-fit: cover;
    padding-top: 1px;
}

.post-name {
    font-weight: 600;
    border: none;
    background-color: inherit;
    font-size: 17px;
    cursor: pointer;
    display: inline-block;
    color: #000;
    text-decoration: none;
    user-select: none;
    -webkit-user-select: none;
}

.post-top {
    display: flex;
    margin-bottom: 1px;
}

.post-bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    color: var(--greycolor);
    padding-left: 2px;
    padding-right: 8px;
    min-height: 39px;
    margin-top: 2px;
}

.post-comments {
    margin-top: 3px;
}

.post-views {
    font-size: 16px;
    min-height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.margin-right {
    margin-right: 4px;
}

.margin-top {
    margin-top: 2px;
}

.margin-bottom {
    margin-bottom: 2px;
}

.emoji-small {
    width: 2em;
    height: 2em;
}

.emoji-smallest {
    width: 1.75em;
    height: 1.75em;
}

/*emoji-message*/
.emsg {
    width: 1.5em;
    height: 1.5em;
    vertical-align: -0.23em;
}

.msg-reactions {
    margin-top: 4px;
    margin-bottom: 7px;
}

.msg-reactions-disc {

}

.msg-reaction-reacted {
    background-color: var(--maincolor);
    color: white;
    border-radius: 6px;
    height: 30px;
    display: inline-flex;
    cursor: pointer;
    align-items: center;
    padding: 2px;
}

.msg-reaction-unreacted {
    background-color: var(--lightgreycolor);
    border-radius: 6px;
    height: 30px;
    display: inline-flex;
    cursor: pointer;
    align-items: center;
    padding: 2px;
    margin-left: 2px;
}

.msg-reaction-numbers {
    padding-right: 5px;
}

.msg-reaction-img-no-reacts {
    filter: grayscale(90%);
}

.section-element-prerender {
    padding-left: 8px;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-bottom: 3px;
    border-radius: 3px;
    background-color: #DDD;
    display: block;
}

.section-highlight-prerender {
    padding-left: 8px;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-bottom: 3px;
    background-color: #E4E4DD;
    border-radius: 3px;
    display: block;
}

.section-link-prerender:link {
    text-decoration: none;
}

.section-link-prerender:visited {
    text-decoration: none;
}

.section-link-prerender:hover {
    text-decoration: none;
}

.section-link-prerender:active {
    text-decoration: none;
}

.list-margin {
    margin-left: 25px;
}

.page-margin {
    margin-top: 8px;
    margin-left: 8px;
    margin-right: 8px;
    margin-bottom: 8px;
}

.copyright-margin {
    margin-top: 30px;
}

.copyright {
    text-align: right;
    font-size: 14px;
}

.recently-visited-text {
    text-decoration: none;
    color: var(--darkgreycolor)
}

.recently-visited-text-unvisited {
    text-decoration: none;
}

.paragraph {
    margin-top: 4px;
    line-height: 1.5;
}

.double-paragraph {
    margin-top: 6px;
    line-height: 1.5;
}

.link-paragraph {
    padding-top: 4px;
    padding-bottom: 4px;
    line-height: 1.5;
}

.text-section {
    margin-top: 17px;
    line-height: 1.5;
}

.big-loading-container {
    margin-top: 8px;
    margin-bottom: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loader-12 {
    width: 12px;
    height: 12px;
    border: 2px solid #000;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

.loader-48 {
    width: 48px;
    height: 48px;
    border: 4px solid #999;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

.custom-content {
    max-width: 758px;
    scrollbar-width: thin;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.h3-font {
    font-size: 18.72px;
}


@media (min-width: 767.98px) {
    .widget {
        background-color: #f7f7f9;
        border-left: 4px solid #f5c84e;
        padding-top: 0.625em;
        padding-bottom: 0.625em;
        padding-left: 0.75em;
        padding-right: 0.375em;
        margin: 0.5em 0;
        line-height: 1.45;
    }

    .widget-button {
        margin-bottom: 0px;
    }

    .post {
        margin: 0.6rem 0;
        padding-top: 1.125rem;
        padding-left: 1rem;
        padding-right: 1rem;
        padding-bottom: 1rem;
        border-radius: 10px;
        border: 1px solid #e3e3e3;
        background-color: var(--cardcolor);
        min-height: 80px; /* This value should be higher than negative root margin intersection */
    }
}

@media (min-width: 767.98px) and (max-width: 999.99px) {
    #content {
        align-self: center;
        width: 490px;
        scrollbar-width: thin;
    }

    .content-mainmenu-desktop-opened {
        margin-left: 240px;
    }
}

@media (min-width: 1000px) and (max-width: 1299.99px) {
    #content {
        align-self: center;
        width: 660px;
        scrollbar-width: thin;
    }

    .content-mainmenu-desktop-opened {
        margin-left: 245px;
    }
}

@media (min-width: 1300px) and (max-width: 1549.99px) {
    #content {
        align-self: center;
        width: 710px;
        scrollbar-width: thin;
    }

    .content-mainmenu-desktop-opened {
        margin-left: 100px;
    }
}

@media (min-width: 1550px) {
    #content {
        align-self: center;
        width: 768px;
        scrollbar-width: thin;
    }

    .content-mainmenu-desktop-opened {
        margin-left: 0px;
    }
}

.maincolor {
    color: var(--maincolor);
}

.greencolor {
    color: var(--greencolor);
}

.whitecolor {
    color: white;
}