:root[theme=light] {
    color-scheme: light;
    --md-sys-color-text: #000;
    --md-sys-color-disabled-text: #ccc;
    --md-sys-color-text-active: #021182;
    --md-sys-color-primary: var(--md-sys-color-primary-light);
    --md-sys-color-on-primary: var(--md-sys-color-on-primary-light);
    --md-sys-color-primary-container: var(--md-sys-color-primary-container-light);
    --md-sys-color-on-primary-container: var(--md-sys-color-on-primary-container-light);
    --md-sys-color-secondary: var(--md-sys-color-secondary-light);
    --md-sys-color-on-secondary: var(--md-sys-color-on-secondary-light);
    --md-sys-color-secondary-container: var(--md-sys-color-secondary-container-light);
    --md-sys-color-on-secondary-container: var(--md-sys-color-on-secondary-container-light);
    --md-sys-color-tertiary: var(--md-sys-color-tertiary-light);
    --md-sys-color-on-tertiary: var(--md-sys-color-on-tertiary-light);
    --md-sys-color-tertiary-container: var(--md-sys-color-tertiary-container-light);
    --md-sys-color-on-tertiary-container: var(--md-sys-color-on-tertiary-container-light);
    --md-sys-color-error: var(--md-sys-color-error-light);
    --md-sys-color-on-error: var(--md-sys-color-on-error-light);
    --md-sys-color-error-container: var(--md-sys-color-error-container-light);
    --md-sys-color-on-error-container: var(--md-sys-color-on-error-container-light);
    --md-sys-color-outline: var(--md-sys-color-outline-light);
    --md-sys-color-background: #fff;
    --md-sys-color-on-background: #f0f0f0;
    --md-sys-color-surface: #fff;
    --md-sys-color-on-surface: #f0f0f0;
    --md-sys-color-surface-variant: var(--md-sys-color-surface-variant-light);
    --md-sys-color-on-surface-variant: var(--md-sys-color-on-surface-variant-light);
    --md-sys-color-inverse-surface: var(--md-sys-color-inverse-surface-light);
    --md-sys-color-inverse-on-surface: var(--md-sys-color-inverse-on-surface-light);
    --md-sys-color-inverse-primary: var(--md-sys-color-inverse-primary-light);
    --md-sys-color-shadow: var(--md-sys-color-shadow-light);
    --md-sys-color-surface-tint: var(--md-sys-color-surface-tint-light);
    --md-sys-color-outline-variant: var(--md-sys-color-outline-variant-light);
    --md-sys-color-scrim: var(--md-sys-color-scrim-light);

    --md-list-text: #000;
    --md-list-color-1: #e3f2fd;
    --md-list-color-2: #fff3e0;
    --md-list-color-3: #ede7f6;
    --md-list-color-4: #fffde7;
    --md-list-color-5: #e0f7fa;
    --md-list-color-6: #efebe9;
    --md-list-color-7: #f9fbe7;
    --md-list-color-8: #fbe9e7;
    --md-list-color-9: #eceff1;

    --md-table-row-success: #fff;
    --md-table-row-error: #fbe9e7;

    --md-link: #000;

    --md-positive-transaction: rgb(0, 140, 0);
    --md-negative-transaction: rgb(204, 0, 0);
    --md-special-transaction: #6688aa;

    --md-sys-color-file-icon-image: #052c51;
    --md-sys-color-file-icon-video: #04340f;
    --md-sys-color-file-icon-model: #241f39;
    --md-sys-color-file-icon-pdf: #2f2c0b;
    --md-sys-color-file-icon-generic: #494949;

    --md-sys-color-mainPageSectionAlternateSection: #e5e5e5;

    --md-normal-hp: #000;
    --md-normal-bg-hp: #eef;
    --md-anchor-hp: #000;
    --md-anchor-bg-hp: #f5f5d1;
    --md-fixed-button-hp: #000;
    --md-fixed-button-bg-hp: #efe;
}

:root[theme=dark] {
    color-scheme: dark;
    --md-sys-color-text: #fff;
    --md-sys-color-disabled-text: #666;
    --md-sys-color-text-active: #bdf9ff;
    --md-sys-color-primary: var(--md-sys-color-primary-dark);
    --md-sys-color-on-primary: var(--md-sys-color-on-primary-dark);
    --md-sys-color-primary-container: var(--md-sys-color-primary-container-dark);
    --md-sys-color-on-primary-container: var(--md-sys-color-on-primary-container-dark);
    --md-sys-color-secondary: var(--md-sys-color-secondary-dark);
    --md-sys-color-on-secondary: var(--md-sys-color-on-secondary-dark);
    --md-sys-color-secondary-container: var(--md-sys-color-secondary-container-dark);
    --md-sys-color-on-secondary-container: var(--md-sys-color-on-secondary-container-dark);
    --md-sys-color-tertiary: var(--md-sys-color-tertiary-dark);
    --md-sys-color-on-tertiary: var(--md-sys-color-on-tertiary-dark);
    --md-sys-color-tertiary-container: var(--md-sys-color-tertiary-container-dark);
    --md-sys-color-on-tertiary-container: var(--md-sys-color-on-tertiary-container-dark);
    --md-sys-color-error: var(--md-sys-color-error-dark);
    --md-sys-color-on-error: var(--md-sys-color-on-error-dark);
    --md-sys-color-error-container: var(--md-sys-color-error-container-dark);
    --md-sys-color-on-error-container: var(--md-sys-color-on-error-container-dark);
    --md-sys-color-outline: var(--md-sys-color-outline-dark);
    --md-sys-color-background: #475059;
    --md-sys-color-on-background: #35393d;
    --md-sys-color-surface: #475059;
    --md-sys-color-on-surface: #35393d;
    --md-sys-color-surface-variant: var(--md-sys-color-surface-variant-dark);
    --md-sys-color-on-surface-variant: var(--md-sys-color-on-surface-variant-dark);
    --md-sys-color-inverse-surface: var(--md-sys-color-inverse-surface-dark);
    --md-sys-color-inverse-on-surface: var(--md-sys-color-inverse-on-surface-dark);
    --md-sys-color-inverse-primary: var(--md-sys-color-inverse-primary-dark);
    --md-sys-color-shadow: var(--md-sys-color-shadow-dark);
    --md-sys-color-surface-tint: var(--md-sys-color-surface-tint-dark);
    --md-sys-color-outline-variant: var(--md-sys-color-outline-variant-dark);
    --md-sys-color-scrim: var(--md-sys-color-scrim-dark);

    --md-list-text: #fff;
    --md-list-color-1: #0e181f;
    --md-list-color-2: #2d200b;
    --md-list-color-3: #1b122a;
    --md-list-color-4: #291c10;
    --md-list-color-5: #11272a;
    --md-list-color-6: #251a17;
    --md-list-color-7: #29260f;
    --md-list-color-8: #271611;
    --md-list-color-9: #11181c;

    --md-table-row-success: #475059;
    --md-table-row-error: #882b0f;

    --md-link: #fff;

    --md-positive-transaction: rgb(126, 234, 126);
    --md-negative-transaction: rgb(255, 135, 135);
    --md-special-transaction: #aad1f7;

    --md-sys-color-file-icon-image: #d2e6f9;
    --md-sys-color-file-icon-video: #d2fddb;
    --md-sys-color-file-icon-model: #ded6fd;
    --md-sys-color-file-icon-pdf: #e6e4ce;
    --md-sys-color-file-icon-generic: #ededed;

    --md-sys-color-mainPageSectionAlternateSection: #31363b;

    --md-normal-hp: #fff;
    --md-normal-bg-hp: #334;
    --md-anchor-hp: #fff;
    --md-anchor-bg-hp: #443;
    --md-fixed-button-hp: #fff;
    --md-fixed-button-bg-hp: #343;
}

.free-trial-card {
    background-color: #16699d;
    color: #fff !important;
    background-image: url("/static/main/img/star-bg.d490f133d14a.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: absolute;
}

.sidenav {
    z-index: 1999 !important;
}

a {
    color: var(--md-link) !important;
}

.pointer-cursor {
    cursor: pointer;
}

.card .card-image {
    background-color: var(--md-sys-color-mainPageSectionAlternateSection);
}

.list-color-1 {
    color: var(--md-list-text) !important;
    background-color: var(--md-list-color-1) !important;
}
.list-color-2 {
    color: var(--md-list-text) !important;
    background-color: var(--md-list-color-2) !important;
}
.list-color-3 {
    color: var(--md-list-text) !important;
    background-color: var(--md-list-color-3) !important;
}
.list-color-4 {
    color: var(--md-list-text) !important;
    background-color: var(--md-list-color-4) !important;
}
.list-color-5 {
    color: var(--md-list-text) !important;
    background-color: var(--md-list-color-5) !important;
}
.list-color-6 {
    color: var(--md-list-text) !important;
    background-color: var(--md-list-color-6) !important;
}
.list-color-7 {
    color: var(--md-list-text) !important;
    background-color: var(--md-list-color-7) !important;
}
.list-color-8 {
    color: var(--md-list-text) !important;
    background-color: var(--md-list-color-8) !important;
}
.list-color-9 {
    color: var(--md-list-text) !important;
    background-color: var(--md-list-color-9) !important;
}


.table-row-success {
    color: var(--md-list-text) !important;
    background-color: var(--md-table-row-success) !important;
}
.table-row-error {
    color: var(--md-list-text) !important;
    background-color: var(--md-table-row-error) !important;
}

.normal-fg {
    color: var(--md-sys-color-text) !important;
}

.disabled-fg {
    color: var(--md-sys-color-disabled-text) !important;
    font-style: italic;
}

.active-fg {
    color: var(--md-sys-color-text-active) !important;
    font-weight: bold;
}

.normal-bg {
    background-color: var(--md-sys-color-background) !important;
}

.alternative-bg {
    background-color: var(--md-sys-color-on-background) !important;
}

.positive-transaction {
    color: var(--md-positive-transaction) !important;
}
.negative-transaction {
    color: var(--md-negative-transaction) !important;
}
.special-transaction {
    color: var(--md-special-transaction) !important;
}

body {
    color: var(--md-sys-color-text) !important;
    background-color: var(--md-sys-color-background) !important;
}

main {
    width: 100%;
    min-height: 800px;
}

h1 {
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 16px 0;
}

h2 {
    font-size: 20px;
    margin: 0 0 8px 0;
}

h3 {
    font-size: 18px;
    margin: 0 0 8px 0;
}

.forceWordBreak {
    word-break: break-all;
}

.container {
    max-width: 1200px;
    width: calc(100% - 96px);
    margin: auto;
    overflow-x: hidden;
}

.brand-logo {
    margin-left: 48px;
    font-size: 1.8rem;
}

.brand-logo img {
    margin-top: 16px; 
    height: 30px; 
    width: 43px; 
    margin-right: 12px
}

.button-with-left-margin, .icon-with-left-margin, .element-with-left-margin {
    margin-left: 12px !important
}

.button-with-right-margin, .icon-with-right-margin, .element-with-right-margin {
    margin-right: 12px !important
}

.card-margin {
    margin: 4px !important;
}

.float-right {
    float: right;
}

.big-text {
    font-size: 24px !important;
}

.remove-top-margin {
    margin-top: 0 !important;; 
}

nav {
    padding: 0 !important;
}

.margin-to-icon-on-left {
    margin-left: 8px !important;
}

.topMargin {
    margin-top: 24px !important;
}

.smallTopMargin {
    margin-top: 24px !important;
}

.bottomMargin {
    margin-bottom: 24px !important;
}

.smallBottomMargin {
    margin-bottom: 8px !important;
}

.marginAroundButton {
    margin: 4px !important;
}

.noPadding {
    padding: 0 !important;
}

.noMargin {
    margin: 0 !important;
}

.modal-information-block {
    height: 200px;
}

.modal-user-information-block {
    height: 400px;
    overflow: auto;
}

.modal-user-information-block .input-field {
    width: 99% !important;
    margin-bottom: 8px !important;
}

.normal-hp {
    color: var(--md-normal-hp) !important;
    background-color: var(--md-normal-bg-hp) !important;
}

.anchor-hp {
    color: var(--md-anchor-hp) !important;
    background-color: var(--md-anchor-bg-hp) !important;
}

.fixed-button-hp {
    color: var(--md-fixed-button-hp) !important;
    background-color: var(--md-fixed-button-bg-hp) !important;
}

.always-break {
    word-break: break-all;
}

.nav li:hover, .nav li.active {
    background-color: #000 !important;
}

.top-profile-snippet {
    background-color: #468; 
    margin: 14px 16px 0 8px !important; 
    height: 36px !important; 
    width: 150px; 
    padding: 6px 8px !important; 
    border-radius: 8px; 
    overflow: hidden; 
    line-height: 24px !important;
    gap: 0;
}

.top-profile-snippet-block {
    margin: 0 !important;
    padding: 0 !important;
    line-height: 24px !important;
}

.top-profile-snippet-icon {
    height: 24px !important; 
    line-height: 24px !important;
    display: inline;
    width: 32px;
}

.top-profile-snippet-icon-last {
    height: 24px !important; 
    line-height: 24px !important;
    display: inline;
}

.add-padding {
    padding: 16px;
}

.no-padding {
    padding: 0 !important;
}

.hidden {
    display: none;
}

.unread-count {
    padding: 0 8px !important;
    border-radius: 50px;
    min-width: 24px;   
}

.unread-notification {
    background-color: var(--md-sys-color-on-background) !important;
}

.unread-bell {
    animation: animate-bell 2s ease-in-out infinite;
}

@keyframes animate-bell {
    0%, 75%, 100% {
        scale: 1;
        color: var(--md-sys-color-surface);
    }
    25% {
        scale: 1.3;
        color: var(--md-sys-color-on-surface);
    }
}

.notification-card-content {
    max-height: 150px;
    overflow: auto;
    margin-bottom: 24px;
}
.drag-over {
    background-color: var(--md-sys-color-on-background) !important;
}

.dragHandle {
    width: 32px;
    font-size: 32px !important;
}

#loader {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: var(--md-sys-color-background) !important;
    opacity: 0.9;
    display: none;
    z-index: 1000;
    overflow: hidden;
}

#loaderInner {
    position: fixed;
    top: calc(50% - 5px);
    left: calc(50% - 75px);
    width: 150px;
    height: 10px;
    text-align: center;
    opacity: 1;
    z-index: 1001;
    overflow: hidden;
}

div.slideMiniature {
    width: 60px;
    height: 40px;
    overflow: hidden;
    background-color: #aaa;
    padding: 0 auto;
    margin: 0;
}

td.slideMiniature {
    width: 100px;
    overflow: hidden;
}

img.slideMiniature {
    height: 100%;
}

.resourcesUsageBlock {
    padding: 24px;
    font-size: 12px;
    margin: 0 12px 24px 12px;
    box-shadow: 0 4px 8px #8e917f;
    border-radius: 8px;
    text-align: center;
    background-color: #ffa;
}

.developmentMessage {
    padding: 12px;
    font-size: 11px;
    margin: 0 auto 24px auto;
    box-shadow: 0 4px 8px #513737;
    border-radius: 8px;
    text-align: left;
}

.messages {
    margin: 36px 20% 24px 20%;
}

.brand-logo {
    margin-left: 12px !important;
    font-size: 1.8rem;
}

.topBannerMain {
    width: 100%;
    height: 220px;
    overflow: hidden;
    font-size: 1.5rem;
    background-image: url("/static/main/img/topBannerImage.d9fe932393ae.jpg");
    background-position: bottom right;
    background-repeat: no-repeat;
    margin-bottom: 24px;
    padding: 40px 0 24px 0;
}

.topBannerButton {
    margin-top: 18px;
    font-size: 18px;
}

.tabs {
    border-bottom: 1px solid var(--md-sys-color-text);
}

.tabsContainer {
    margin: 0 0 24px 0;
}

.featureCard {
    height: 200px; 
    overflow: hidden;
}

.featureCardInner {
    margin: 0 24px;
}

.featureCardIcon {
    margin-top: 24px;
}

.featuredPresentation {
    height: 200px; 
    background-color: var(--md-sys-color-text-active) !important;
    border-radius: 24px;
    box-shadow: 3px 3px 6px var(--md-sys-color-text);
}

.removeCardMargin {
    margin: 0 24px;
}

footer {
    margin-top: 48px;
    padding: 24px;
}

.noPresentations {
    margin: 100px 0 100px 0;
}

.addNewPresentationContainer {
    margin: 0 0 24px 0;
}

.disk-usage-pill {
    padding: 2px 8px;
    border-radius: 24px;
    font-size: 11px;
    color: #fff;
    background-color: #abc;
}
.input-field.outlined textarea {
    height: 150px;
    padding: 16px;
}

.input-field.outlined textarea:focus {
    padding: 16px !important;
}

.card .card-image {
    height: 150px;
    overflow: hidden;
}

.input-field.outlined input, .input-field.outlined textarea {
    color: var(--md-sys-color-tex) !important;
}

#previewContainer {
    width: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
    border-radius: 8px;
    background-color: var(--md-sys-color-on-background) !important;
}

#previewIframe {
    box-shadow: 1px 1px 3px #ddd;
    background-color: #fff;
}

.table-external-icon {
    width: 20px;
    height: 20px;
    border: 0;
}

.planPriceLabel {
    font-size: 60px;
    font-weight: bold;
}

#fileManager {
    border: 1px solid #aaa;
    border-radius: 8px;
    min-height: 240px;
    max-height: 480px;
    overflow: auto;
    padding: 16px;
}

.draggable {
    cursor:all-scroll;
}

.disabledSlideRow {
    color: #ccc !important
}

.modal .modal-content {
    padding-bottom: 0 !important;
}

.hiddenAtStart {
    display: none;
}

.bold {
    font-weight: bold;
}

.miniature {
    width: 100px;
}

table {
    width: 100%;
}

th {
    font-weight: bold;
    border-bottom: 1px solid var(--md-sys-color-text) !important;
    padding: 8px;
}

td {
    color: var(--md-sys-color-text) !important;
    background-color: var(--md-sys-color-background) !important;
    border-bottom: 1px solid #aaa;
    padding: 8px;
}

ul {
    padding-left: 40px;
}

.password-complexity-rules {
    font-size: 11px;
}

.amount_input_fixed {
    width: 80% !important;
    max-width: 320px;
    text-align: center;
    height: 40px !important;
    font-size: 20px !important;
    margin: 0 0 8px 0;
    padding: 0;
    color: #aaa !important;
    border-color: var(--md-sys-color-background) !important;
    background-color: var(--md-sys-color-on-surface) !important;
    border-width: 1px;
    border-radius: 8px;
}

.custom_amount_input {
    width: 80% !important;
    max-width: 320px;
    text-align: center;
    height: 40px !important;
    font-size: 20px !important;
    margin: 0 0 8px 0;
    padding: 0;
    color: var(--md-sys-color-text) !important;
    border-color: var(--md-sys-color-background) !important;
    background-color: var(--md-sys-color-on-surface) !important;
    border-width: 1px;
    border-radius: 8px;
}

.purchase_button {
    width: 70% !important;
    max-width: 280px;
    width: 200px !important;
}

.mainPageSectionsSeparator {
    margin-top: 24px;
    padding: 24px 0 24px 0;
}

.mainPageSectionAlternateSection {
    background-color: var(--md-sys-color-mainPageSectionAlternateSection) !important;
}

.btn-small-padding {
    padding-left: 24px !important;
    padding-right: 24px !important;
}

.hidden {
    display: none !important;
}

.bg-image-container {
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
}

#attachments {
    padding: 72px 156px !important;
}

#attachments-inner {
    position: relative; 
    width: 100%;
}

.attachments-title {
    font-size: 48px;
    font-weight: bold;
    margin: 0 0 24px 0;
    text-shadow: 4px 4px 8px #000;
    color: #e8eaf6 !important;
}

.attachment-row {
    font-size: 24px;
    margin: 0 0 24px 0;
    text-shadow: 2px 2px 4px #000;
    color: #fff !important;
}

.attachment-row i {
    margin: 0 24px 0 24px;
}

.attachment-row a {
    color: #fff !important;
    text-decoration: none;
}

.centered-in-parent {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 90%;
}

.full-width {
    width: 100% !important;
}

.text-with-shadow {
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}

.row-with-cards {
    margin: 3px;
}


.dropdown-content {
    min-width: 300px;
}

.code-textarea {
    width: 100%;
    height: auto;
    font-family: monospace;
    color: var(--md-sys-color-text-active) !important;
    font-size: 1em;
    border-radius: 8px;
}

.slide-description-row {
    height: 18px;
    max-height: 18px;
    line-height: 18px;
    overflow: hidden;
}

.hidden-element {
    display: none;
}

select.browser-default {
    color: var(--md-sys-color-text) !important;
    border-color: var(--md-sys-color-text) !important;
    padding: 16px 12px !important;
    border-radius: 4px !important;
    height: auto !important;
}

.innerCardMargin {
    margin: 0 4px 24px 4px;
}

.help-text {
    color: var(--md-sys-color-text) !important;
}

.file-icon-image {
    color: var(--md-sys-color-file-icon-image) !important;
}
.file-icon-video {
    color: var(--md-sys-color-file-icon-video) !important;
}
.file-icon-model {
    color: var(--md-sys-color-file-icon-model) !important;
}
.file-icon-pdf {
    color: var(--md-sys-color-file-icon-pdf) !important;
}
.file-icon-generic {
    color: var(--md-sys-color-file-icon-generic) !important;
}

.hotspotImagePreview {
    min-height: 32px;
    height: auto;
    min-width: 32px;
    width: auto;
    cursor: pointer;
    background-color: var(--md-sys-color-on-background) !important;
    border-radius: 4px;
    margin: 4px 0 4px 0;
    padding: 8px;
    border: 1px solid var(--md-sys-color-text) !important;
}

.file-preview {
    width: 150px;
    height: 150px;
    position: absolute;
    color: var(--md-sys-color-text) !important;
    background-color: var(--md-sys-color-background) !important;
    box-shadow: 3px 3px 6px var(--md-sys-color-text);
    padding: 0;
    border-radius: 4px;
    margin: 0;
    overflow: hidden;
    text-align: center;
    z-index: 1010;
}

.file-preview-element {
    /*width: 150px;*/
    height: 150px !important;
}

.file-no-preview {
    font-size: 24px;
    line-height: 150px;
}

.embla {
    overflow: hidden;
}

.embla__container {
    display: flex;
    grid-auto-flow: column;
    grid-auto-columns: 80%;
}

.embla__slide {
    flex: 0 0 100%;
    min-width: 0;
    height: 280px;
    font-size: 1.5rem;
    border-radius: 24px;
    margin-right: 24px;
    padding: 36px 36px 0 36px;
}

.embla__slide_1 {
    background-image: url("/static/main/img/topBannerImage.d9fe932393ae.jpg");
    background-position: center right;
    background-repeat: no-repeat;
    background-color: #000;
    color: #fff !important;
}

.embla__slide_2 {
    background-image: url("/static/main/img/topBannerImage2.92e8f78ddcb1.jpg");
    background-position: center right;
    background-repeat: no-repeat;
    background-color: #223a4e;
    color: #fff !important;
}

.embla__slide_3 {
    background-image: url("/static/main/img/topBannerImage3.5711bce35f8e.jpg");
    background-position: center right;
    background-repeat: no-repeat;
    background-color: #224e28;
    color: #fff !important;
}

.embla__slide .btn.rounded {
    color: #fff !important;
}

.embla__text {
    text-shadow: 2px 2px #000;
    padding-top: 60px;
}

.title-size-trimmer {
    max-width: 800px;
}

@media (min-width: 95px) {
    .title-size-trimmer {
        max-width: 250px !important;
    }
}
@media (min-width: 1000px) {
    .title-size-trimmer {
        max-width: 300px !important;
    }
}
@media (min-width: 1050px) {
    .title-size-trimmer {
        max-width: 350px !important;
    }
}
@media (min-width: 1100px) {
    .title-size-trimmer {
        max-width: 400px !important;
    }
}
@media (min-width: 1150px) {
    .title-size-trimmer {
        max-width: 450px !important;
    }
}
@media (min-width: 1200px) {
    .title-size-trimmer {
        max-width: 500px !important;
    }
}
@media (min-width: 1250px) {
    .title-size-trimmer {
        max-width: 550px !important;
    }
}
@media (min-width: 1300px) {
    .title-size-trimmer {
        max-width: 600px !important;
    }
}
@media (min-width: 1350px) {
    .title-size-trimmer {
        max-width: 650px !important;
    }
}
@media (min-width: 1400px) {
    .title-size-trimmer {
        max-width: 700px !important;
    }
}
@media (min-width: 1450px) {
    .title-size-trimmer {
        max-width: 750px !important;
    }
}

.advancedSettingsLink {
    cursor: pointer;
}

.big-modal {
    z-index: 10000 !important;
    margin: 0 !important;
    top: 50px !important;
    left: 100px !important;
    max-width: calc(100% - 200px) !important;
    width: calc(100% - 200px) !important;
    max-height: calc(100% - 100px) !important;
    height: calc(100% - 100px) !important;
}

.ql-editor {
    min-height: 240px;
}

.ql-container.ql-snow, .ql-toolbar {
    border-color: var(--md-sys-color-text) !important;
}

.modal-inner-content {
    max-height: 400px;
    overflow: auto;
}

.btn {
    margin: 2px;
}

.formBox {
    background-color: var(--md-sys-color-background);
    border: 1px solid var(--md-sys-color-on-surface-variant);
    border-radius: 4px;
    padding: 16px;
}

/* TABLET */
@media (max-width: 992px) {
    .container {
        width: calc(100% - 48px);
        margin: 32px auto 0 auto;
        max-width: 100%;
    }   
    
    .brand-logo {
        margin-left: 8px;
    }

    #nav-mobile {
        margin-right: 0;
    }

    .topBannerMain {
        height: 180px !important;
        margin-bottom: 24px;
        padding: 30px 0 24px 0;
        font-size: 1.4rem;
    }

    .noPresentations {
        margin: 48px 0 48px 0;
    }

    .tabsContainer {
        margin: 0 18px 24px 18px;
    }

    .mainPageSectionsSeparator {
        margin-top: 18px;
        padding: 36px 0 36px 0;
    }   

    .removeTopMarginOnMobile {
        margin-top: 0 !important;
    }
 
    .btn-small-padding {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }

    .embla__slide {
        text-align: center;
    }

    .embla__slide {
        height: 240px;
    }

    .embla__text {
        padding-top: 40px;
    }

    .big-modal {
        z-index: 10000 !important;
        margin: 0 !important;
        top: 25px !important;
        left: 50px !important;
        max-width: calc(100% - 100px) !important;
        width: calc(100% - 100px) !important;
        max-height: calc(100% - 50px) !important;
        height: calc(100% - 50px) !important;
    }

    #attachments {
        padding: 56px 140px !important;
    }
}

/* MOBILE */
@media (max-width: 600px) {
    .container {
        width: calc(100% - 24px);
        margin: 24px auto 0 auto;
        max-width: 100%;
    }

    .noPresentations {
        margin: 24px 0 24px 0;
    }

    .brand-logo {
        margin-left: 0;
    }

    .topBannerMain {
        height: 170px !important;
        margin-bottom: 24px;
        padding: 24px 0 24px 0;
        font-size: 1.3rem;
    }

    .tabsContainer {
        margin: 0 12px 24px 12px;
    }

    .mainPageSectionsSeparator {
        margin-top: 12px;
        padding: 24px 0 14px 0;
    }  

    .removeTopMarginOnMobile {
        margin-top: 0 !important;
    }

    .btn-small-padding {
        padding-left: 8px !important;
        padding-right: 8px !important;
    }
        
    .custom_amount_input {
        width: 80% !important;
        text-align: center;
    }

    .purchase_button {
        width: 80% !important;
        text-align: center;
    }

    .embla__slide {
        text-align: center;
    }

    .embla__slide {
        height: 200px;
    }

    .embla__text {
        padding-top: 0;
    }

    .big-modal {
        z-index: 10000 !important;
        margin: 0 !important;
        top: 15px !important;
        left: 15px !important;
        max-width: calc(100% - 30px) !important;
        width: calc(100% - 30px) !important;
        max-height: calc(100% - 30px) !important;
        height: calc(100% - 30px) !important;
        box-shadow: 8px 8px 24px #000;
    }

    #attachments {
        padding: 48px 128px !important;
    }
}
