﻿html, body {
    /* font-family: 'Barlow', 'Helvetica Neue', Helvetica, Arial, sans-serif; */
    font-family: 'Barlow', sans-serif;
    color: #000000;
}

app {
    position: relative;
    display: flex;
    flex-direction: column;
}

h2 {
    font-weight: 600;
}

h5 {
    font-weight: 600;
    font-size: 18px;
}

h6 {
    font-weight: 600;
}


.text-underline {
    text-decoration: underline !important;
}

.bg-tredition {
    background-color: #c6e4d4;
}

.bg-darkgreen {
    background-color: #245958;
}

.bg-black {
    background-color: #000000;
}

.text-disabled {
    color: #DFDFDF;
}

.top-rowx {
    background-color: #ffffff;
    border-bottom: 1px solid #dfdfdf;
}

.top-row {
    height: 3.5rem;
    display: flex;
    align-items: center;
    padding-top: 0.3rem;
}

.title-bar {
    display: flex !important;
    top: 3.5rem;
    z-index: 1000;
    background-color: #ffffff;
    justify-content: space-between;
    position: sticky;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    min-width: 850px;
    max-width: 1300px;
    padding: 1.5rem 1.5rem 0 1.5rem;
    font-size: 1.1rem !important;
    font-weight: 600 !important;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.no-wrap {
    white-space: nowrap;
}

.short-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100ch;
}

a, .btn-link {
    color: #46B57A;
}

a:hover, .btn-link:hover {
    color: #346a4f;
}

a.innerlink {
    color: #000000 !important;
    cursor: pointer;
    font-weight: 500 !important;
}

/* a.innerlink:hover {
    color: #346a4f; 
} */

.btn-link:hover, .btn-link:focus {
    text-decoration: none !important;
}

.btn-link[aria-expanded="false"]::before, .btn-link[data-toggle="collapse"]::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f067\00a0";
}

.btn-link[aria-expanded="true"]::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f068\00a0";
}

.btn-more[aria-expanded="false"]::after, .btn-more[data-toggle="collapse"]::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\00a0\f078"
}

.btn-more[aria-expanded="true"]::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\00a0\f077"
}

.dropdown-toggle::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\00a0\f107";
    border: none !important;
}

.btn-draggable {
    padding: 1.1rem;
}

.btn-draggable-sm {
    padding: 0.9rem;
}

.image-button-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
}

.image-button-container:hover {
    opacity: 1;
}

.image-shadow {
    border: 1px solid rgba(0, 34, 51, 0.3);
    box-shadow: 1px 1px 5px 0 rgba(0, 34, 51, 0.4), 2px 2px 5px 0 rgba(0, 34, 51, 0.4);
}

.bg-main {
    background-color: #f2f2f2;
}

.main {
    flex: 1;
    /* position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 20px; */
}

.main .top-row {
    background-color: #e6e6e6;
    border-bottom: 1px solid #d6d5d5;
}

.footer {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    height: 20px;
    font-size: 10px;
    text-align: right;
    color: #707070;
    border-top: 1px solid #cbcbcb;
    background-color: #f2f2f2;
}

.nav-link {
    cursor: pointer;
    /* font-size: 1.3rem; */
    font-weight: 500;
    white-space: nowrap;
}

.navbar {
    padding: 0;
    align-items: flex-start;
}

.navbar-left {
    color: #303030;
    padding: 1rem;
    cursor: pointer;
    width: 100%;
    height: 56px;
}

.navbar-left:hover {
    background-color: rgb(220, 220, 220);
    transition: 0.3s;
}

.navbar-light .navbar-nav .nav-link {
    color: #000000;
}

/* .navbar-nav {
    flex-direction: row;
} */

.navbar-top {
    display: flex;
    flex-direction: row;
    list-style: none;
    padding: 0;
}

.navbar-top .nav-link {
    color: #000000;
}

.navbar-padding {
    padding: 0.5rem 0 0.5rem 0.5rem;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,<svg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'><path stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/></svg>");
}

.dropdown-menu {
    border-radius: 0;
    padding: 0;
    padding-top: 8px;
    padding-bottom: 8px;
    box-shadow: 2px 4px 10px 0 rgba(0, 34, 51, 0.2), 2px 4px 5px 0 rgba(0, 34, 51, 0.2) !important;
    font-size: 0.7rem !important;
}

.dropdown-item {
    cursor: pointer;
    font-weight: 500;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.dropdown-item-inner {
    margin-left: 24px;
    width: auto;
}

.dropdown-item-header {
    padding: 0;
    margin-left: 12px;
    margin-right: 12px;
    margin-top: 4px;
    margin-bottom: 4px;
    width: auto;
    border-bottom: 1px solid #bce1de;
    padding-bottom: 4px;
    font-weight: 600;
}

.dropdown-item-header-ind {
    padding: 0;
    margin-left: 44px;
    margin-right: 24px;
    margin-top: 4px;
    margin-bottom: 4px;
    width: auto;
    border-bottom: 1px solid #bce1de;
    padding-bottom: 4px;
    font-weight: 600;
}

.btn-checkitem {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    padding: .3rem;
}

.sidebar .top-row {
    background-color: #c6e4d4;
}

.sidebar .navbar-brand {
    font-size: 1.1rem;
}

.sidebar .oi {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

/* input[type="number"].dim-element::-webkit-outer-spin-button,
input[type="number"].dim-element::-webkit-inner-spin-button {
    -webkit-appearance: initial !important;
}

input[type="number"].dim-element {
    -moz-appearance: unset !important;
} */

.tredition-card {
    border: 1px solid rgba(0, 34, 51, 0.1) !important;
    box-shadow: 2px 4px 10px 0 rgba(0, 34, 51, 0.05), 2px 4px 10px 0 rgba(0, 34, 51, 0.05) !important;
}

.nav-item-side {
    /*font-size: 0.9rem;*/
    padding-bottom: 0.5rem;
    width: 99%;
}

/* .nav-item-side:first-of-type {
    padding-top: 1rem;
} */

.nav-item-side:last-of-type {
    padding-bottom: 1rem;
}

.nav-item-side div {
    background-color: #f5f5f5;
    border: 1px solid rgb(220, 220, 220);
}

.nav-item-side a {
    color: #303030;
    border-radius: 4px;
    height: 3rem;
    display: flex;
    align-items: center;
    line-height: 3rem;
    transition: 0.3s;
}

.nav-item-side a.active {
    background-color: rgba(255, 255, 255, 0.25);
    color: rgb(110, 110, 110);
}

.nav-item-side a:hover {
    background-color: rgb(220, 220, 220);
    /*color: white;*/
}

.nav-item-side li {
    list-style-type: none;
}

.content {
    /* margin-bottom: 32px; */
}

.content::-webkit-scrollbar {
    display: none;
}

.navbar-toggler {
    background-color: rgba(255, 255, 255, 0.1);
}

.valid.modified:not([type=checkbox]) {
    border-color: #28a745
}

.invalid {
    border-color: #dc3545;
}

.validation-message {
    color: red;
}

.dashboard {
    display: flex;
    flex-direction: row;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none;
}

.dashboard-banner {
    display: flex;
    flex-direction: column;
    background-color: #004141;
    color: #8ce699;
    width: 30%;
    min-width: 200px;
}

.dashboard-content {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    width: 100%;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none;
}

.dashboard-content::-webkit-scrollbar, .dashboard::-webkit-scrollbar {
    display: none;
}

.dashboard-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    /* margin-left: -24px; */
}

.cover-thumbnail {
    width: 130px;
    height: 130px;
    background-size: contain;
    background-repeat: no-repeat;
    filter: drop-shadow(2px 2px 4px #c0c0c0);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.preview-cover-thumbnail {
    max-width: 130px;
    height: 130px;
    filter: drop-shadow(2px 2px 4px #c0c0c0);
}

/* Kleine Ansicht */
@media (max-width: 767.98px) {
    /* .main .top-row {
        display: none;
    } */
    .content {
        padding: 0.3rem;
    }

    .sidebar, .sidebar-right {
        width: 100%;
    }

    .sidebar-header {
        margin-bottom: 30px;
    }

    .sidebar-inner {
        height: calc(100% - 120px);
    }

    .dashboard-banner {
        display: none;
    }

    /* .dashboard-list {
        margin-right: -24px;
    } */
    .project-item-list .state-list {
        display: none;
    }

    .project-item-single .button-bar {
        display: none;
    }

    .navbar-large {
        display: none;
    }

    .dropdown-menu {
        position: fixed;
        left: 0;
        top: 57px;
        right: 0;
        bottom: 0;
        overflow-y: auto;
    }

    .box-ground, .box-ground-transparent, .box-ground-bl, .box-ground-label {
        width: 100%;
        border-radius: 0;
    }

    #tab-center {
        width: fit-content;
    }

    .bep-start-wrapper {
        display: flex;
        flex-direction: column;
        background-color: #ffffff;
        position: fixed;
        left: 0;
        top: 57px;
        right: 0;
        bottom: 20px;
    }

    .bep-start-left {
        display: none;
    }

    .bep-start-right {
        width: 100%;
        display: flex;
        flex-direction: column;
        padding: 22px;
        overflow-y: scroll;
    }

    .dashboard {
        max-width: 95%;
    }
}


/* Große Ansicht */
@media (min-width: 768px) {
    /* app {
        flex-direction: row;
    } */
    .content {
        padding: 1.5rem;
    }

    .sidebar {
        width: 285px;
    }

    .sidebar-right {
        width: 440px;
    }

    .sidebar-header {
        margin-bottom: 60px;
    }

    .sidebar-inner {
        height: calc(100% - 200px);
    }

    .dashboard {
        position: fixed;
        left: 32px;
        top: 92px;
        right: 62px;
        bottom: 42px;
        overflow: auto;
        max-width: 80%;
        margin-left: auto;
        margin-right: auto;
    }

    .dashboard-content {
        padding-left: 52px;
    }

    .project-item-single .button-bar {
        display: flex;
        justify-content: space-between;
        padding: 1.5rem;
        min-height: 90px;
    }

    .box-ground, .box-ground-transparent, .box-ground-bl, .box-ground-label {
        width: 70%;
        margin-left: auto;
        margin-right: auto;
        min-width: 850px;
        max-width: 1300px;
    }

    #tab-center {
        width: fit-content;
        min-width: 700px;
    }

    .bep-start-wrapper {
        display: flex;
        flex-direction: row;
        background-color: #ffffff;
        position: fixed;
        left: 0;
        top: 57px;
        right: 0;
        bottom: 20px;
    }

    .bep-start-left {
        width: 60%;
        /* background-image:url(/img/bepstart.jpg);
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat; */
    }

    .bep-start-right {
        width: 40%;
        display: flex;
        flex-direction: column;
        padding: 42px;
        padding-top: 102px;
        overflow-y: scroll;
    }

    /* .sidebar {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    } */
    /* .main .top-row {
        position: sticky;
        top: 0;
    } */
    /* .main > div {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    } */
    /* .navbar-toggler {
        display: none;
    }

    .sidebar .collapse {
        /* Never collapse the sidebar for wide screens */
    /* display: block;
} */
    /*    .sidebar .regular {
            position: fixed;
            top: 56px;
            bottom: 0;
            overflow-x: hidden;
            overflow-y: auto;
            width: 250px;
        } */
}


.tredition-list-scrollbar {
    scrollbar-width: thin;
    scrollbar-color: #888 #f1f1f1;
}

.tredition-list-scrollbar::-webkit-scrollbar {
    width: 3px;
}

.tredition-list-scrollbar::-webkit-scrollbar-thumb {
    background: #888;
}

.tredition-list-scrollbar::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.tredition-list-group {
    height: 100%;
    overflow-y: auto;
    background-color: #f5f5f5;
}

a.list-group-item:hover, a.list-group-item:focus {
    text-decoration: none;
    background-color: #f5f5f5;
    cursor: pointer;
}

.calculator-table .input-group-text {
    display: table-cell;
    min-width: 40px;
}

.calculator-table td {
    vertical-align: middle;
}

.calculator-table td label {
    margin-bottom: unset;
}

.input-group-prepend .input-group-text {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
    font-size: 0.8rem;
}

.input-group-append .input-group-text {
    font-size: 0.8rem;
}

.btn-tredition {
    color: #fff;
    background-color: #46b57a;
    border-color: #46b57a;
    width: 100%;
    border-radius: 0;
}

.border-red {
    border: 2px solid #FF0000 !important;
}

/* @font-face {
    font-family: 'Open Sans Light';
    font-style: normal;
    font-weight: 300;
    src:url(https://fonts.gstatic.com/s/opensans/v13/DXI1ORHCpsQm3Vp6mXoaTRa1RVmPjeKy21_GQJaLlJI.woff) format('woff');
} */

/* .image-edit {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
} */

.image-edit-inner {
    border: 2px dashed #CC8800;
    cursor: move;
    z-index: 5;
    position: absolute;
    width: 100%;
    height: 100%;
}

.image-edit-inner-green {
    border: 2px dashed #006600 !important;
}

.box-placeholder {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
                                       supported by Chrome and Opera */
}

.book-part {
    border: 1px solid rgb(220, 220, 220);
    height: 100%;
    z-index: 999;
    pointer-events: none;
}

.hardcover-joint {
    background-color: #aaaaaa;
    opacity: 0.5;
    writing-mode: tb;
    align-items: center;
    justify-content: center;
}

.width-fit {
    width: fit-content;
    width: -moz-fit-content;
}

.height-fit {
    height: fit-content;
    height: -moz-fit-content;
}

.snapline-h {
    position: absolute;
    background-color: #0000FF;
    z-index: 6;
    left: 0;
    width: 2000px;
    height: 1px;
}

.snapline-v {
    position: absolute;
    background-color: #0000FF;
    z-index: 6;
    top: 0;
    width: 1px;
    height: 2000px;
}

.bleedline {
    position: absolute;
    border: 2px dashed #FF0000;
    z-index: 999;
    pointer-events: none;
}

.bleedline-caption {
    position: absolute;
    left: 20%;
    font-size: 0.7rem;
    bottom: 0;
}

.cut {
    background-color: #aaaaaa;
    opacity: 0.5;
    position: absolute;
    z-index: 9999;
}

.cut-hidden {
    display: none !important;
}

.list-box {
    display: block;
    width: 100%;
    /*height: 100%;*/
    overflow-x: hidden;
    overflow-y: auto;
    /*background-color: #F0F0F0;*/
    /* border: 1px solid rgb(220,220,220); */
    /*border-radius: .25rem;
    padding-bottom: 5px;*/
}

.list-box-item {
    display: flex;
    padding: 8px;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    border: 1px solid lightgray;
    margin-bottom: 5px;
}

.list-box-item-selected, .dropdown-item-selected {
    background-color: #8ce699;
    font-weight: bold;
}

.list-box-item-preview {
    background-color: #cccccc;
    width: 52px;
    height: 32px;
    margin-right: 12px;
    border: 1px solid rgb(220, 220, 220);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
    white-space: nowrap;
}

.list-box-image-item {
    float: left;
    padding: 2px;
    margin: 10px 5px 5px 10px;
    width: 65px;
    height: 65px;
    border-radius: .25rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    /* filter: drop-shadow(4px 4px 2px #666666); */
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.list-box-image-item:hover, .list-box-image-item-selected {
    border: 2px solid #8CE699;
    background-color: #FFFFFF;
}

.hover-lupe {
    display: none;
    z-index: 100;
    position: absolute;
    top: 0;
    right: 0
}

.list-box-image-item:hover > .hover-lupe {
    display: block;
}

.image-size-grip {
    background-color: #CC8800;
    color: #FFFFFF;
    width: 14px;
    height: 14px;
    padding: 1px;
}

.image-size-grip-green {
    background-color: #006600 !important;
}

#box-left {
    overflow: hidden;
    font-size: smaller;
    display: flex;
    background-color: #FFFFFF;
    filter: drop-shadow(4px 4px 6px #666666);
}

.box-left-background {
    position: fixed;
    display: flex;
    overflow: hidden;
    top: 0;
    height: 100%;
    transform: translateZ(0);
}

.box-left-inner {
    position: fixed;
    left: -1000px;
    right: -1000px;
    top: -1000px;
    bottom: -1000px;
}

.box-left-page {
    overflow: hidden;
    font-size: smaller;
    display: flex;
    background-color: #FFFFFF;
    /* filter: drop-shadow(4px 4px 6px #666666); */
    margin-bottom: 22px;
    position: relative;
}

/* #box-right-tabs {
	box-shadow: 2px 4px 10px 0 rgba(0, 34, 51, 0), 2px 4px 10px 0 rgba(0, 34, 51, 0.5);
	position: fixed;
	right: 0;
	top: 57px;
	overflow-x: hidden;
	overflow-y: hidden;
	width: 300px;
	z-index: 2;
} */

.box-accordeon {
    background-color: #E5FAE8;
    display: flex;
    width: 100%;
    border: 1px solid #ffffff;
    height: 50px;
    align-items: center;
    font-weight: 600;
    font-size: 0.9rem;
    padding: 12px;
}

#box-right {
    position: fixed;
    right: 0;
    top: 57px;
    bottom: 20px;
    overflow: hidden;
    /* overflow-x: hidden;
    overflow-y: auto; */
    width: 300px;
    border-left: 1px solid rgb(220, 220, 220);
    font-size: smaller;
    /* background-color: #e5fae8; */
    background-color: #ffffff;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    transition: 0.3s;
}


#box-right label {
    margin-bottom: 0.2rem;
}

/* #box-right .tab-bar {
    background-color: #004141;
    width: 70px;
    display: flex;
    flex-direction: column;
} */

#box-right .tab-bar {
    background-color: #1e2343;
    /* width: 70px;
    display: flex;
    flex-direction: column;
    color:#000000; */
}

#box-right .tab-back {
    background-color: #ffffff;
    width: 70px;
    display: flex;
    flex-direction: column;
    color: #000000;
}

/* #box-right .tab-bar * {
    color: #000000 !important;
} */

#box-right .tab-bar .tab {
    height: 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: 0.3s;
    background-color: #1e2343;
}

/* #box-right .tab-bar .tab-active {
    background-color: #e5fae8 !important;
} */

#box-right .tab-bar .tab-active {
    background-color: #ffffff !important;
}


#box-right .tab-bar .tab .icon {
    font-size: 1.4rem;
    margin-bottom: 2px;
    color: #8CE699;
}

#box-right .tab-bar .tab .tab-icon-active {
    color: #79D97C;
}

#box-right .tab-bar .tab .label {
    font-size: 0.7rem;
    font-weight: 500;
    color: #ffffff;
}

#box-right .tab-bar .tab .tab-label-active {
    color: #000000;
    font-weight: 600;
}

#box-right .tab-bar .tab:not(.fake-tab):hover {
    background-color: #ffffff;
    color: #000000;
}

#box-right .tab-bar .tab:not(.fake-tab):hover > span.label {
    color: #000000;
}

#box-right .tab-bar .tab:not(.fake-tab):hover > span.icon {
    color: #79d97c;
}

#box-right .tab-bar .tab {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

#box-right .tab-bar .fake-tab {
    border-bottom: none !important
}

#box-right .tab-bar .tab-active {
    border-bottom: none !important;
    border-top: none !important;
}


/* #box-right-footer {
	position: fixed;
	right: 0;
	bottom: 0;
	height: 82px;
	width: 300px;
	border-left: 1px solid rgb(220,220,220);
	border-top: 1px solid rgb(220,220,220);
	font-size: smaller;
} */

#toolbox {
    position: fixed;
    left: 0;
    top: 57px;
    width: 54px;
    bottom: 0;
    padding-left: 2px;
    padding-top: 4px;
    overflow-x: hidden;
    overflow-y: auto;
}

#box-designer {
    padding: 22px;
}

.custom-file-label::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f07c";
}

.note-btn {
    border: 1px solid rgba(0, 34, 51, 0.1) !important;
    box-shadow: 2px 2px 2px 0 rgba(0, 34, 51, 0.05), 2px 2px 2px 0 rgba(0, 34, 51, 0.05) !important;
}

.note-btn:hover {
    background-color: #c6e4d4;
}

.note-popover {
    display: none;
}

.note-toolbar {
    background-color: #EFEFEF;
}

.info-box {
    border: 1px solid rgba(0, 34, 51, 0.1) !important;
    box-shadow: 2px 4px 10px 0 rgba(0, 34, 51, 0.05), 2px 4px 10px 0 rgba(0, 34, 51, 0.05) !important;
    display: flex;
    flex-direction: column;
    min-width: 300px;
    min-height: 180px;
    margin-right: 8px;
    margin-bottom: 8px;
    padding: 16px;
}

.font-size-smaller {
    font-size: smaller;
}

.history-preview {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 300px;
    overflow: auto;
}

.nav-helper {
    cursor: pointer;
    transition: 0.3s;
}

.nav-helper:hover {
    background-color: #c6e4d4;
}

.help-sidebar {
    position: fixed;
    transition: 0.4s;
    transition-timing-function: ease-out;
    z-index: 9999;
    background-color: #1E2343;
    color: #ffffff;
    left: 0;
    top: 0;
    bottom: 0;
    max-width: 70% !important;
}

@media (max-width: 767.98px) {
    .help-sidebar {
        max-width: 100% !important;
        width: 100%;
        overflow-y: auto;
    }
}


.sidebar {
    position: fixed;
    transition: 0.4s;
    transition-timing-function: ease-out;
    z-index: 9999;
    background-color: #1E2343;
    color: #ffffff;
    left: 0;
    top: 0;
    bottom: 0;
    overflow-y: auto;
}

.sidebar-right {
    position: fixed;
    transition: 0.4s;
    transition-timing-function: ease-out;
    z-index: 9999;
    background-color: #ffffff;
    color: #000000;
    right: 0;
    top: 0;
    bottom: 0;
    overflow-y: auto;
}

.sidebar-header, .sidebar-right-header {
    display: flex;
    justify-content: flex-end;
}

.sidebar-inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.sidebar-icon {
    color: #8ce699;
    margin-right: 12px;
    font-size: 20px;
    min-width: 25px;
}

.sidebar-item {
    display: flex;
    align-items: center;
    padding-left: 54px;
    padding-top: 8px;
    padding-bottom: 8px;
    cursor: pointer;
}

.sidebar-item:hover {
    background-color: #79d97c;
    color: #000000 !important;
    display: flex;
    align-items: center;
    padding-left: 54px;
    padding-top: 8px;
    padding-bottom: 8px;
    cursor: pointer;
}

.sidebar-item:hover .sidebar-icon {
    color: #000000;
}

.dropdown-header {
    display: flex;
    flex-direction: column;
    background-color: #1E2343 !important;
    color: #ffffff;
    /* font-weight: 600 !important;
    font-size: 12px !important; */
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 24px;
    padding-bottom: 14px;
    min-width: 300px;
    margin-bottom: 12px;
}

/* .notification-container {
    display: flex;
    padding: 8px;
    align-items: center;
    cursor: pointer;
    background-color: #FFFFFF;
    border-radius: 5px;
    margin-bottom: 8px;
}

.notification-container:hover {
    background-color: #EFEFEF;
}

.notification-container .icon {
    min-width: 22px;
    text-align: center;
}

.notification-container .message {
    flex-grow: 1;
    padding-left: 12px;
}

.notification-container .message .link {
    display: block;
    color: #006600;
} */

.dropdown-menu .message {
    white-space: normal !important;
    font-size: 0.9rem !important;
    font-weight: 600 !important;
}

.dropdown-divider {
    border-top: 1px solid #bce1de;
    margin: 0.5rem 1.5rem 0.5rem 1.5rem;
}

.message-note {
    font-size: smaller;
    color: #888888;
    min-width: 100px;
    font-weight: 500;
}

.sliding-tool-bar {
    position: fixed;
    transition: 0.5s;
    z-index: 1090;
    background-color: #C0C0C0;
    top: 0;
    bottom: 0;
    width: 300px;
    overflow-y: auto;
}

.sliding-tool-bar-container {
    background-color: #FFFFFF;
    margin: 8px;
    padding: 8px;
    border-radius: 5px;
}

th.sticky {
    background-color: #ffffff;
    position: sticky;
}

.tredition-box {
    padding: 1.5rem;
    background-color: #004141;
    color: #8ce699;
    border-radius: 5px;
}

/* .tredition-box-left {
    padding: 1.5rem;
    background-color: #FFFFFF;
    border-bottom: 1px solid #E0E0E0;
    border-right: 1px solid #E0E0E0;
    border-top: 1px solid #E0E0E0;
    border-left: 4px solid #ffee80;
} */

.box-ground {
    border-radius: 5px;
    background-color: #ffffff;
}

.box-round-corners {
    border-radius: 5px;
}

.box-ground-bl {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: #ffffff;
}

/* .footer-controls {
    border-radius: 5px;
    background-color: #ffffff;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 22px;
    margin-top: 22px;
} */

.footer-controls {
    border-top: 1px solid #cbcbcb;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-top: 16px;
}


#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: 9999;
}

#blazor-error-ui .dismiss {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

.blazored-typeahead__input-mask, .blazored-typeahead__clear {
    padding: .4rem !important;
}

[draggable=true] {
    -khtml-user-drag: element;
}


/* --------------------------------------------------------------------------------------------------- */
/* Ab hier Überladungen für Bootstrap
/* --------------------------------------------------------------------------------------------------- */

.form-control {
    border: 1px solid #8ce699;
    border-radius: 2px;
    font-weight: 600;
    font-size: 1rem;
    color: #000000;
}

.form-control-warning {
    border: 1px solid #ffb347;
    border-radius: 2px;
    font-weight: 600;
    font-size: 1rem;
    color: #000000;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #ffffff;
    color: #878787;
    border-style: solid !important;
    border: 1px solid #efefef;
    border-radius: 2px;
    font-weight: lighter;
}

.tredition-border {
    border: 1px solid #8ce699;
    border-radius: 0;
}

.tredition-border-large {
    border: 8px solid #8ce699;
    border-radius: 0;
}

.tredition-border-horiz {
    border-top: 1px solid #8ce699;
    border-bottom: 1px solid #8ce699;
    border-radius: 0;
}

.tredition-border-bottom-horiz {
    border-bottom: 1px solid #8ce699;
    border-radius: 0;
}

.border-gray {
    border: 1px solid #aaaaaa;
    border-radius: 0;
}

select.form-control, .custom-form-control {
    border: 1px solid #8ce699;
    border-radius: 2px;
    background-color: #ffffff;
    color: #000000;
}

select.form-control option:checked {
    background-color: lightgray;
    font-weight: 600;
}

select.form-control option.opt-default {
    color: gray;
}

select.form-control option.opt-new {
    color: #000000 !important;
    font-weight: 600;
}

select.form-control:invalid {
    color: gray;
    font-weight: 400;
}

select.form-control option.opt-default:not(checked) {
    display: none;
}

input.form-control:focus, .form-control:hover {
    background-color: #e5fae8;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #8ce699;
    color: #000000;
}

.form-control-warning:focus, .form-control-warning:hover {
    background-color: #FFEAEA;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #ffb347;
    color: #000000;
}

select.form-control:focus, select.form-control:hover {
    /* border: 1px solid #ffee80; */
    background-color: #e5fae8;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #000000;
}

.form-control:disabled, .form-control[readonly] {
    border-style: hidden;
}


.btn-icon {
    font-size: 1.2rem;
}

.btn-flex {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.nav-tabs {
    border: 0;
    margin-top: 20px;
    margin-bottom: 16px;
    border-bottom: 1px solid #dfdfdf;
}

.nav-tabs .nav-link {
    padding-left: 0px;
    padding-right: 0px;
    margin-right: 58px;
    color: #707070 !important;
}

.nav-tabs .nav-link:hover {
    border: 0;
    font-weight: 600;
    color: #000000 !important;
    padding-bottom: 10px;
}

.nav-tabs .nav-link.active {
    border: 0;
    font-weight: 600;
    color: #000000 !important;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 85%, #8ce699 85%);
}

label {
    font-weight: 400;
    font-size: 0.8rem;
    color: #000000;
    margin-bottom: .1rem;
}

.text-success {
    color: #44AA66 !important;
}

.text-green {
    color: #6ED183 !important;
}

.text-mint {
    color: #8ce699 !important;
}

.text-mint-dark {
    color: #79d97c !important;
}

.bg-success {
    background-color: #44AA66 !important;
}

.bg-gray {
    background-color: #dddddd !important;
}

.bg-dark-gray {
    background-color: #878787 !important;
}

.bg-mint {
    background-color: #8ce699 !important;
}

.bg-mint-light {
    background-color: #e5fae8 !important;
}

.bg-ocean {
    background-color: #bce1de;
}

.bg-ocean-light {
    background-color: #dceff3;
}

.bg-forest {
    background-color: #004141;
}

.bg-pink {
    background-color: #fc2b6b;
}

.bg-universe {
    background-color: #1e2343;
}

.bg-white {
    background-color: #ffffff;
}

hr {
    border-top: 1px solid #8ce699;
}

.hr-gray {
    border-top: 1px solid #cbcbcb;
}

.btn-ocean:hover {
    background-color: #79d97c;
    border-color: #79d97c;
    color: #000000;
}

.btn-success-round {
    color: #000000;
    border: none;
    transition: 0.3s;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50px !important;
    padding: 12px;
    transition: 0.3s;
}

.btn-mint-round {
    color: #000000;
    background-color: #e9e9e9;
    border-color: #e9e9e9;
    border: none;
    transition: 0.3s;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50px !important;
    padding: 12px;
    transition: 0.3s;
}

.btn-sm-mint-round {
    color: #000000;
    background-color: #e9e9e9;
    border-color: #e9e9e9;
    border: none;
    transition: 0.3s;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 30px;
    height: 30px;
    border-radius: 50px !important;
    padding: 8px;
    transition: 0.3s;
}

.btn-success-round:hover, .btn-mint-round:hover, .btn-sm-mint-round:hover {
    background-color: #79d97c;
    border-color: #79d97c;
    transition: 0.3s;
}

.btn-white {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #000000;
}

.btn-ocean {
    background-color: #bce1de;
    border-color: #bce1de;
    color: #000000;
}

.btn-yellow-none {
    background-color: transparent;
    border: none;
    color: #ffee80;
}

.btn-yellow-none:hover {
    background-color: transparent;
    border: none;
    color: #ffffff;
}

.btn-warning {
    background-color: #ffee80;
    border-color: #ffee80;
    color: #000000;
}

.btn-warning-underline {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 70%, #ffee80 70%);
    border: none;
    padding: 0;
    color: #000000;
}

/* .btn-delete {
    color: #000000;
    border: none;
    transition: 0.3s;
} */

.btn-delete-round {
    color: #000000;
    border: none;
    transition: 0.3s;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50px !important;
    padding: 12px;
    transition: 0.3s;
}

.btn-delete-round:hover {
    background-color: #fc2b6b;
    color: #ffffff;
    transition: 0.3s;
}

.btn-group-sm > .btn, .btn-sm {
    border-radius: 0;
}

.btn-outline-none {
    color: #000000;
    border: none;
}

.btn-back {
    color: #000000;
    border: none;
    padding-left: 0;
}

.btn-save {
    background-color: #004141;
    border: 1px solid #004141;
    color: #8CE699;
}

.btn-save:hover {
    background-color: #8CE699;
    border: 1px solid #8CE699;
    color: #004141;
}


.text-yellow {
    color: #ffee80;
}

.text-orange {
    color: #ffb347;
}

.text-gray {
    color: #bbbbbb;
}

.text-dark-gray {
    color: #707070;
}

.text-light-gray {
    color: #cfcfcf;
}

.rounded-button {
    background-color: #8ce699;
    border-radius: 50px;
    width: 28px;
    height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
}

.rounded-delete-button {
    background-color: #FC2B6C;
    border-radius: 50px;
    width: 28px;
    height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
}

.rounded-button-large {
    background-color: #8ce699;
    border-radius: 50px;
    width: 94px;
    height: 94px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    transition: 0.3s;
}

.rounded-button-large:hover, .rounded-button:hover {
    background-color: #79d97c;
    cursor: pointer;
}

.btn.disabled, .btn:disabled {
    background-color: #dddddd !important;
    color: rgb(46, 45, 45) !important;
    box-shadow: none !important;
    border: none;
}

.action-button-disabled {
    background-color: #dddddd !important;
    color: #ffffff !important;
}

.group-header {
    border-top: 1px solid #bce1de;
}

.text-editor:focus {
    border: none;
    outline: none;
}

::placeholder {
    color: #878787;
    font-size: 1rem;
    opacity: 1;
    font-weight: 400;
}

.placeholder {
    color: #878787 !important;
    font-size: 1rem !important;
    opacity: 1;
    font-weight: 400 !important;
}

.attention-label {
    height: 20px;
    font-size: 0.6rem !important;
    font-weight: 600 !important;
    background-color: #FC2B6B;
    color: #ffffff;
    border-radius: 10px;
    padding-left: 8px;
    padding-right: 8px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.beta-label {
    height: 20px;
    font-size: 0.6rem !important;
    font-weight: 600 !important;
    background-color: #ffee80;
    color: #000000;
    border-radius: 10px;
    padding-left: 8px;
    padding-right: 8px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.discount-label {
    height: 20px;
    font-size: 0.9rem !important;
    font-weight: 500 !important;
    background-color: #FC2B6B;
    color: #ffffff;
    border-radius: 10px;
    padding-left: 4px;
    padding-right: 4px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.discount-label::before {
    content: "%";
}

.discount-icon {
    height: 20px;
    font-size: 0.9rem !important;
    font-weight: 500 !important;
    background-color: transparent;
    color: #FC2B6B;
    border-radius: 10px;
    padding-left: 4px;
    padding-right: 4px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.discount-icon::before {
    content: "%";
}

.item-container {
    border-radius: 5px;
    border: 1px solid #cbcbcb;
    min-width: 180px;
    width: 180px;
    height: 180px;
    background-color: #f2f2f2;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    margin-left: 2px;
    margin-right: 12px;
    margin-bottom: 12px;
    transition: 0.3s;
    cursor: pointer;
}

.item-container-large {
    border-radius: 5px;
    border: 1px solid #cbcbcb;
    width: 180px;
    height: 200px;
    background-color: #f2f2f2;
    display: flex;
    flex-direction: column;
    margin-left: 2px;
    margin-right: 12px;
    margin-bottom: 12px;
    transition: 0.3s;
    cursor: pointer;
}

.item-container-image {
    height: 120px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    line-height: 1;
    padding: 4px;
    font-size: 1.4rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.item-container-image-large {
    height: 120px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    line-height: 1;
    padding: 4px;
    font-size: 1.4rem;
    display: flex;
    flex-direction: column;
}

.item-container-text {
    height: 60px;
    padding: 8px;
    padding-bottom: 0;
    background-color: #ffffff;
    /* border-radius: 5px; */
    font-size: 0.8rem !important;
    font-weight: 500 !important;
    line-height: 1.2;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.item-container-text1 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.item-container-international {
    font-size: 1rem;
    font-weight: 500 !important;
    text-align: right;
}

.item-container-text-large {
    height: 80px;
    padding: 8px;
    background-color: #ffffff;
    border-radius: 5px;
    font-size: 0.9rem !important;
    font-weight: 500 !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.item-container-text2 {
    font-size: 0.7rem !important;
    font-weight: 200 !important;
}

.item-container:hover, .item-container-large:hover {
    border: 2px solid #8CE699;
}

.item-container-selected {
    border: 2px solid #8CE699;
    background-color: #E5FAE8;
}

.item-container-grayed-selected {
    border: 2px solid #CE275E;
}

.item-container-grayed {
    filter: grayscale(1) contrast(0.5);
    background-color: #cccccc;
}

.siq_bL {
    bottom: 34px !important;
}

/* .pagination {
    flex-wrap: wrap;
} */

.dx-blazor-widget {
    background-color: inherit !important;
}


.bar-container {
    position: relative;
}

.bar-box {
    margin: 0 auto;
}

.search-panel {
    width: 300px;
    position: fixed;
    background-color: white;
    height: 100%;
    top: 57px;
    right: 410px;
    display: none;
}

.arrow-icon::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f061";

}

.arrow {
    font-size: 14pt;
    cursor: pointer;
}

.color-selector {
    width: 25px;
    height: 25px;
    border-radius: 5px;
    margin: 0.25rem 0.25rem 0.25rem 0;
    border: 0.5px solid lightgrey;
}

.color-selector.select:hover {
    border: 2px solid #8ce699;

}

.color-selector.active {
    border: 2px solid #8ce699;
}

.pagination {
    width: 85%;
    margin-left: 5px;
}


/* .btn-round{
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background-color: lightgray;
}

.btn-round-30{
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background-color: lightgray;
}

.btn-round-nc-30{
    height: 30px;
    width: 30px;
    border-radius: 50%;    
} */


.text-module-box {
    width: 100px;
    height: 80px;
    background-color: #d6d6d6;
    color: #000000;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    border-radius: 5px;
}

.text-module-text {
    display: -webkit-box !important;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;

}


.text-module-box-box {
    background-color: #ffffff;
    color: #000000;
    padding: 2px;
    margin: 10px 5px 5px 2px;
    width: 65px;
    height: 65px;
    border-radius: .25rem;
    border: 1px dotted gray;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    /* filter: drop-shadow(4px 4px 2px #666666); */
    display: flex;
    justify-content: center;
    align-items: center;
}

.obj-btn:hover {
    background-color: #ffffff !important;
    color: #000000 !important;
}

.boxhover {
    position: relative;
}

.boxhover .tooltiptext {
    visibility: hidden;
    width: 100px;
    height: auto;
    background-color: #ffffff;
    color: #000000;
    text-align: center;
    padding: 5px 0;
    border-radius: 2px;
    border: 1px solid lightgray;
    bottom: -25px;
    position: absolute;
    z-index: 1000;
}

.boxhover:hover .tooltiptext {
    visibility: visible;
}

.author-box {
    position: relative;
    top: 20px
}

.btn-round-white {
    background-color: #ffffff;
    height: 30px;
    width: 30px;
    border-radius: 50% !important;
    position: absolute;
    right: 9px;
    z-index: 100;
    bottom: 2px;
}

.btn-round-white:hover {
    background-color: #8ce699;
}

.texttooltip {
    position: relative;
    display: inline-block;
    padding: 0.5rem;
    text-align: center;
}

.font-graduate {
    font-family: 'Graduate';
}

.font-bethellen {
    font-family: 'Beth Ellen';
}

.font-bitter {
    font-family: 'Bitter';
}


.svg-icon {
    width: 22px;
    margin-bottom: 0.5rem;
}

.leftright {
    height: 40px;
    width: 40px;
}

@media (max-width: 767px) {
    .search-panel {
        width: 300px;
        position: fixed;
        background-color: white;
        height: 100%;
        top: 57px;
        right: 70px;
        display: none;
    }

    .arrow-icon::before {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f062";
        font-size: 14pt;
    }
}

/* .icon.arrow-icon{
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
} */


.search-icon {
    font-size: 14pt;
    position: absolute;
    top: 0;
    right: 65px;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.landscape {
    height: 40px;
    width: 60px;
    border: 1px solid #8ce699;
    background-color: #e5fae8;
}

.portrait {
    height: 60px;
    width: 40px;
    border: 1px solid #8ce699;
    background-color: #e5fae8;
}

.square {
    height: 40px;
    width: 40px;
    border: 1px solid #8ce699;
    background-color: #e5fae8;
}

.cropper-btn:hover, .cropper-btn.active {
    background-color: #8ce699;
}

.cropper-btn {
    background-color: #e5fae8;
    height: 50px;
    width: 50px;
    font-size: 18pt;
    margin-right: 5px;
}

.action-button-pink:hover {
    background-color: #CE275E;
}

.action-button-yellow:hover {
    background-color: #fadd6c;
}

.action-button-mint:hover {
    background-color: #79d97c;
}

input.person-disabled {
    border: 1px solid #8ce699 !important;
}

div.info-icon {
    width: 17px;
    height: 17px;
    padding: 0;
    background-color: #bce1de !important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 0.5rem;
    cursor: pointer;
}

.info-icon span.icon.icon-tredition-info-control {
    border-radius: 50%;
    position: absolute;
    top: -4px;
    left: 0;
    bottom: 0;
    right: 0;
    font-size: 13pt;
    color: #000000;
}

.color-dot {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    margin-right: 0.5rem;
}

.hyphens {
    -moz-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    /* hyphenate-limit-chars: auto 3;
    hyphenate-limit-lines: 3; 
    -webkit-hyphenate-limit-chars: auto 3;
     -webkit-hyphenate-limit-lines: 3;
     -ms-hyphenate-limit-chars: auto 3;
     -ms-hyphenate-limit-lines: 3; */
}

.scale-font {
    font-size: 2vmax !important;
    word-break: break-word;
}

.prev-close {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0.25rem;
    z-index: 1000;
    color: #ffffff;
    background-color: #000000;
    height: 30px;
    width: 30px;
    justify-content: center;
    align-items: center;
}

.template-preview {
    color: #000000;
    background-color: #2c2c2c;
    padding: 22px;
    height: max-content;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: auto;
}

.html-preview {
    position: absolute;
    right: 0;
}


.preview-image-container {
    height: 100%;
    width: 100%;
    position: relative;
}

.preview-video-container {
    padding-top: 69%;
    position: relative;
}

.video-modal {
    z-index: 10000;
    position: fixed;
    display: flex;
    flex-direction: column;
    width: 50%;
    max-width: 1150px;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #fff;
    z-index: 9999;
    filter: drop-shadow(2px 4px 6px black);
}

.info-btn-row {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
}

@media ( max-width: 768px) {
    .video-modal {
        width: 95%;
    }
}

.preview-image {
    position: absolute;
    left: 0;
    right: 0px;
    top: -15%;
    bottom: 0;
    margin: auto;
    height: 80%;
    width: 65%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.videoframe {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 2rem;
    height: 100%;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    border: none !important;
}

.del-btn {
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 1rem;
    cursor: pointer;
}

.external-account {
    padding: 0 62px 0 62px;
    position: relative;
    bottom: 50px;
}

.page-bottom-margin {
    margin-bottom: 7rem !important;
}

/* 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;
}

.pageheader-project-title {
    max-width: 500px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}


@media only screen and (max-width: 1367px) {

    .template-preview {
        zoom: 0.7;
        -ms-zoom: 0.7;
        -webkit-zoom: 0.7;
        /* transform: scale(0.7);
        transform-origin: 0 0; */
        -moz-transform: scale(0.7, 0.7);
        -moz-transform-origin: 0 0;
    }

    .html-preview {
        zoom: 0.7;
        -ms-zoom: 0.7;
        -webkit-zoom: 0.7;
        /* transform: scale(0.7);
        transform-origin: 0 0; */
        -moz-transform: scale(0.7, 0.7);
        -moz-transform-origin: 0 0;
        position: absolute;
        left: -120px;
    }
}

.beta-dd-menu {
    left: -260px !important;
}

.dropdown:hover .beta-dd-menu {
    display: block;
    left: -260px !important;
}

.safari-disabled {
    filter: grayscale(1);
    pointer-events: none;

}

.safari-info {
    width: 540px;
    text-align: center;
    margin-bottom: 0.5rem;
}

.designer-beta {
    border: none !important;
    height: 25px !important;
    width: fit-content !important;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500 !important;
    font-size: 0.7rem !important;
}

.hyphenate {
    word-wrap: break-word;
    overflow-wrap: break-word;

    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;

    -moz-hyphenate-limit-chars: 8;
    -webkit-hyphenate-limit-chars: 8;
    -ms-hyphenate-limit-chars: 8;
    hyphenate-limit-chars: 8;
    -webkit-hyphenate-limit-before: 8;
}


.m-flex-row {
    flex-direction: row;
}

.l-pos-absolute-15 {
    position: absolute;
    bottom: -15px;
}

.designer-box {
    width: 480px;
    height: 330px;
}

.video-btn {
    width: 1050px;
}

.trade-shop-view-1 {
    position: relative;
    width: 600px;
    height: 350px;
    background-color: #c0c0c0;
    margin: 80px;
    border: 10px solid #333333;
}

.trade-shop-view-2 {
    width: 250px;
    height: 420px;
    background-color: #c0c0c0;
    margin: 80px;
    border: 8px solid #666666;
    border-radius: 8px;
}

@media (max-width: 1200px) {
    .scale-font {
        font-size: 3vmax !important;
    }
}

@media (max-width: 768px) {
    .scale-font {
        font-size: 4vmax !important;
    }

    .m-flex-row {
        flex-direction: column;
        align-items: center
    }

    .ms-flex-row {
        align-items: flex-start !important;
    }

    .m-mb-r3 {
        margin-bottom: 3rem;
    }

    .l-pos-absolute {
        position: unset;
    }

    .designer-box {
        width: 95vw;
        height: 550px;
    }

    .video-btn {
        width: 95%;
    }

    .trade-shop-view-1, .trade-shop-view-2 {
        margin: 80px 10px;
    }

    .safari-info {
        width: 95vw;
    }
}

.collapse-btn {
    border-width: 1px 0 0 0;
    border-style: solid;
    border-color: #dfdfdf;
    background-color: #ffffff;
}

.collapse-btn:focus {
    outline: none;
}

.td-div-padding {
    padding: 1rem;
}

.buy-btn-disabled {

    background-color: #dddddd !important;
    color: rgb(46, 45, 45) !important;
    box-shadow: none !important;
    border: none;
    border-radius: 50%;
}


@media (max-width: 768px) {
    .td-div-padding {
        padding: 0.25rem;
        margin-left: 0.75rem;
    }
}

.color-btn:hover {
    border: 2px solid #8ce699 !important;
}

.format-select {
    position: relative;
    left: 1px;
    width: 210px;
}

.cropimage {
    height: 75% !important;
}

.crop-content {
    height: 70vh !important;
    overflow-y: auto !important;
}

.dashboard-nav-btn {
    width: auto;
    text-align: center;
}

a.ticket-link {
    color: #000000;
    cursor: pointer !important;
    text-decoration: underline !important;
}

a.ticket-link:hover {
    color: #79d97c !important;
}


@media (max-width: 1400px) {
    .cropimage {
        height: 360px !important;
    }
}

@media (max-width: 850px) {
    .cropimage {
        height: 250px !important;
    }

    .crop-content {
        height: 80vh !important;
        overflow-y: auto !important;
    }

    .blazor-modal {
        height: 90%;
    }

    .dashboard-nav-btn {
        width: 33%;
    }
}

.update-disabled {
    background-color: #d2d2d2 !important;
    opacity: 0.7;
    color: gray;
    pointer-events: none;
}