@import url("open-iconic/font/css/open-iconic-bootstrap.min.css");

html,
body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h1:focus {
    outline: none;
}

a,
.btn-link {
    color: #0071c1;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.btn:focus,
.btn:active:focus,
.btn-link.nav-link:focus,
.form-control:focus,
.form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.content {
    padding-top: 1.1rem;
}

.valid.modified:not([type="checkbox"]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred.";
    }

.dropZone {
    margin-left: 0px !important;
    margin-right: 0px !important;
    display: flex;
    flex-direction: row;
    overflow-x: scroll;
}

.dropZoneCard {
    min-height: 200px !important;
    min-width: 150px !important;
    max-width: 206px !important;
    margin-right: 25px !important;
}

.saveButtonSlide {
    padding-left: 0px;
    padding-right: 0px !important;
    text-align: right !important;
    margin-top: 20px !important;
}

.saveButtonPresentation {
    text-align: end !important;
    margin-right: 0px !important;
}

.mudFabSize {
    width: 48px;
    height: 48px;
}

.containerPadding {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.divWidth .mud-input-control.mud-input-input-control {
    width: 60% !important;
}

.divWidth .mud-select {
    width: 30% !important;
}

.mud-input-control.mud-input-input-control.mud-input-number-control.mud-input-showspin.numInput {
    width: 20% !important;
}

.divWidth .textArea .mud-input-slot.mud-input-root.mud-input-root-outlined {
    resize: block;
    overflow: auto;
}

.border-2.mud-border-primary.border-dashed.mud-chip-text.mud-chip-color-primary.pa-4.mud-dropitem-placeholder {
    padding-left: 40px !important;
    margin-left: 10px !important;
    margin-right: 30px !important;
    width: 50px !important;
}

    .border-2.mud-border-primary.border-dashed.mud-chip-text.mud-chip-color-primary.pa-4.mud-dropitem-placeholder.d-none {
        width: 50px !important;
    }

    .border-2.mud-border-primary.border-dashed.mud-chip-text.mud-chip-color-primary.pa-4.mud-dropitem-placeholder:first-child {
        top: 40px !important;
    }

.mud-drop-item-preview-start {
    height: 250px !important;
    width: 40px !important;
}

border-2.mud-border-primary.border-dashed.mud-chip-text.mud-chip-color-primary.pa-4.mud-dropitem-placeholder.d-none {
    width: 256px !important;
}

border-2.mud-border-primary.border-dashed.mud-chip-text.mud-chip-color-primary.pa-4.mud-dropitem-placeholder {
    width: 256px !important;
}

/************************
Utility classes
************************/
.default-bg {
    background: #d1d3d4;
}

.screen-width {
    width: 100vw;
}

.screen-height {
    height: 100vh;
}

.previewSizing {
    aspect-ratio: 16/9;
}

.previewSizing {
    height: auto !important;
    font-size: 65%;
}

    .previewSizing .screen-width {
        width: 100%;
    }

    .previewSizing .screen-height {
        height: 100%;
    }

.img-fit-wrapper {
    display: flex;
    flex-direction: column;
}

.img-full-fit {
    object-fit: cover;
    object-position: center;
    max-width: unset;
    max-height: unset;
    min-width: 100%;
    min-height: 100%;
}

.center-everything {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.container {
    width: 100%;
    padding: 15px;
    margin: auto;
    max-width: 90vw; /*1600px;*/
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-justify {
    text-align: justify;
}

.title {
    margin-bottom: 30px !important;
}

.text-bold {
    font-weight: bold;
}

.text-medium {
    font-weight: 600;
}

.text-regular {
    font-weight: 400;
}

.img-resp {
    max-width: 100%;
    width: auto;
    height: auto;
}

.img-full {
    width: 100%;
    height: auto;
}

.img-max-full {
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
}

.vertical-center {
    display: flex;
    align-items: center;
    align-content: center;
}

.flex-columns {
    flex-direction: column;
}

.text-shadow {
    text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4), 0px 8px 13px rgba(0, 0, 0, 0.1), 0px 18px 23px rgba(0, 0, 0, 0.1);
}

/*Core styles*/
.slide h1,
.slide h2,
.slide h3,
.slide h4,
.slide h5 {
    font-weight: bold;
    margin: 1rem 0;
}

.slide h1 {
    font-size: 3rem;
}

.slide h2 {
    font-size: 2.75rem;
}

.slide h3 {
    font-size: 2.5rem;
}

.slide h4 {
    font-size: 2.25rem;
}

.slide h5 {
    font-size: 2rem;
}

/***temp****/
.main > .content.px-4 {
    padding: 0 !important;
}

.MaxWidth.mud-container-maxwidth-lg {
    max-width: none !important;
}

.BorderClass {
    padding-right: 24px !important;
    border-right: 1px solid #424242ff;
}

.imageIcon {
    width: 42px;
    height: 100%;
}

.imageIconContainer {
    padding-right: 0px;
    text-align: end;
}

.customHeight .mud-input-slot.mud-input-root.mud-input-root-text.mud-input-root-adorned-end.mud-select-input {
    display: contents !important;
}

.slideTypeCard {
    width: 70px !important;
    height: 70px !important;
    align-items: center !important;
    text-align: center !important;
}

.slideTypeImage {
    width: 50px !important;
    height: 50px !important;
}

/*preview*/
.test-slide-preview {
    float: left;
    width: calc(100% - 200px);
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 20px;
    padding: 0px;
}

    .test-slide-preview .mud-layout {
        float: left;
        width: 100%;
        aspect-ratio: 16/9;
        max-width: 100%; /*1920px;*/
        box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.3);
        height: auto;
        /*max-height: calc(100vh - 200px);*/
    }

    .test-slide-preview .screen-height {
        height: 100%;
    }

    .test-slide-preview .screen-width {
        width: 100%;
    }

.mud-carousel-item .img-full-fit {
    object-fit: contain;
    object-position: center;
    max-width: unset;
    max-height: unset;
    min-width: 100%;
    min-height: 100%;
}

@media (display-mode: fullscreen) {
    .mud-carousel-item .img-full-fit {
        object-fit: cover;
        object-position: center;
        max-width: unset;
        max-height: unset;
        min-width: 100%;
        min-height: 100%;
    }

    .test-slide-preview {
        margin: 0;
        padding: 0;
        width: 100%;
    }

        .test-slide-preview .mud-layout {
            max-width: 100%;
        }
}

.slideTypeButton .mud-button-label {
    display: flex;
    flex-direction: column;
}

.selected {
    background-color: rgba(0, 0, 0, 0.16) !important;
    padding: 7px !important;
}

.attachContainer {
    max-height: 500px !important;
    overflow-y: scroll !important;
    padding-left: 0px !important;
}

/*.apexcharts-inner tspan{font-size:1.75rem;}*/

.image-content-wrapper {
    float: left;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
}

    .image-content-wrapper .column {
        width: calc(50% - 32px);
        height: 100%;
        display: flex;
        align-items: center;
        align-content: center;
    }

        .image-content-wrapper .column img {
            object-fit: contain;
            object-position: center;
        }

        .image-content-wrapper .column.content {
            flex-direction: column;
            justify-content: center;
            align-items: start;
            align-content: start;
        }

.mud-layout .mud-layout {
    box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.3);
}


/** Nace - 16.07. Vertical Image Align Fix  **/
.img-fit-wrapper-1 {
    overflow: hidden;
    width: 100vw; /* Full screen width */
    height: 100vh; /* Full screen height */
    background-color: #f0f0f0; /* Default background color */
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.vertical-img-wrapper-1 {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.vertical-img-1 {
    height: 100%;
    width: auto;
    display: block;
}