/* -----------------------------------------------------------
PRESET STYLESHEET PADGIN
version: -
authors: Bas Faro, Jonathan van den Brink
website: https://www.padgin.com/
All rights reserved
------------------------------------------------------------ */
.sliderThumbsCol.lastThumb svg {
	height: 12px;
	width: 12px;
	fill: #ffffff;
}
.sliderThumbsCol .extraMedia {
	position: absolute;
    background: #00000099;
    height: 100%;
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-weight: 600;
    font-size: 20px;
}
[contenteditable] {
    -webkit-user-select: text;
    user-select: text;
}
/* h1 :not(.mainContent), big :not(.mainContent) {
    font-size: 3.75rem;
}
h2 :not(.mainContent) {
    font-size: 2rem;
}
h3 {
    font-size: 1.5rem;
}
h4 {
    font-size: 1.25rem;
}
h5 {
    font-size: 1.125rem;
}
h6 {
    font-size: 1rem;
} */
.swal2-title {
    font-size: 22px !important;
}
.budgetBox {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.mutationsBox, .totalPrepaidBudget {
	width: 100%;
	display: inline-flex;
    padding: 10px 0px;
    border-top: 1px solid var(--gray-color);
}
.totalPrepaidBudget {
    border-top: unset;
    /* font-weight: 600; */
    grid-gap: 10px;
    flex-wrap: wrap;
}
.mutationsBox:last-child {
    border-bottom: 1px solid var(--gray-color);
}
.mutationsBox div {
	flex: 1;
}
video {
    max-width: 100%;
    width: 100%;
}
big {
    font-size: 48px;
    display: block;
}
.Column {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.dock-preset-wrapper .Column {
    display: flex;
    flex-direction: column;
}
.dock-preset-wrapper .min-fullscreen {
    min-height: calc(100vh - var(--height-navigation));
}
.toggleContentWrapper {
    width: 100%;
    padding: unset;
}
/* .toggleContentWrapper form {
    max-width: 400px;
    margin: 0 auto;
} */
.toggleContentWrapper label {
    font-weight: 600;
}
.hiddenColumn {
    max-height: 0;
    transition: .2s;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
}
.openHiddenColumn .hiddenColumn {
    max-height: 2000px;
    visibility: visible;
    opacity: 1;
    overflow: auto;
    border-top: 1px solid var(--gray-color);
    border-bottom: 1px solid var(--gray-color);
    padding: 20px 0px;
}
.openHiddenColumn .stdLinkEdit {
    pointer-events: none;
    color: var(--gray-color);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/* .noGuideLine .Column {
    padding: unset;
} */
.ColumnFlexTwo {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
}
.ColumnFlexThree {
    -webkit-box-flex: 3;
    -ms-flex: 3;
    flex: 3;
}
.ColumnWrapper {
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 10px;
    padding-left: 0px;
    padding-right: 0px;
    /* width: 100% !important; */
}
.ColumnWrapper[type=dropdown] {
    flex-direction: column;
}
.ColumnPaddingWrapper .Column {
    padding-right: 50px !important;
}
.ColumnPaddingWrapper .Column:last-child  {
    padding-right: 0px !important;
}
.dropdownList .Column {
    -webkit-box-flex: unset !important;
    -ms-flex: unset !important;
    flex: unset !important;
    padding-right: 50px !important;
}
.dropdownList * {
    user-select: none; 
}
.dropdownListHead {
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    cursor: pointer;
    position: relative;
}
.dropdownListHead.inner-content {
    padding: 0px;
}
.dropdownListHead::after {
    content: "+";
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 30px;
}
.dropdownListOpen .dropdownListHead::after {
    content:"-";
}
.dropdownListHidden {
    height: 0px;
    overflow: hidden;
    padding: 0px;
}
.dropdownListOpen .dropdownListHidden {
    height: 100%;
}
.dropdownNoStyling .dropdownListHead {
    border: 0px;
}
.dropdownNoStyling .dropdownListHead::after {
    content: unset !important;
}
.dropdownNoStyling .dropdownList {
    padding-top: 0px;
}
.dropdownNoStyling .dropdownListHead {
    margin-bottom: unset !important;
}
.only-dropwdown-smartphone .dropdownListHidden {
    height: auto;
}
.only-dropwdown-smartphone .dropdownListHead::after {
    content: "";
}
.only-dropwdown-smartphone .dropdownListHead {
    pointer-events: none;
}
.only-dropwdown-smartphone .dropdownList .Column {
    padding-right: 0px !important;
}
.only-show-smartphone {
    position: absolute !important;
    visibility: hidden !important;
    pointer-events: none !important; 
}
#blockOrder .only-show-smartphone {
    position: relative !important;
    visibility: visible !important;
    pointer-events: all !important;
}
.inlineColumnWrapper.inner-content, .inlineColumnWrapper {
    width: unset !important;
    align-items: center;
    display: inline-block !important;
}
.inlineColumnWrapper .Column, .inlineColumnWrapper .layoutPreview {
    display: inline-block !important;
    width: unset !important;
}
.inlineColumnWrapper.inner-content, .inlineColumnWrapper .inner-content, .inlineColumnWrapper.inner-content, .inlineColumnWrapper .inner-content .inner-content {
    width: unset !important;
    -webkit-box-flex: 0 !important;
    flex: 0 !important;
}
.inlineColumnWrapper.inner-content, .inlineColumnWrapper .Column, .inlineColumnWrapper.inner-content, .inlineColumnWrapper .Column .content {
    display: inline-block !important;
    flex: unset !important;
    vertical-align: middle;
}
.inlineColumnWrapper.inner-content, .inlineColumnWrapper .Column {
    margin-left: unset !important;
}
.innerContent {
    padding: 10px 0px;
}
.fullWidth, .W100, body main .bgcolor .W100 {
    width: 100% !important;
    max-width: unset !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    /* padding-left: 10px !important;
    padding-right: 10px !important; */
}
/* .fullWidth .inner-content, .W100 .inner-content {
    margin-bottom: unset;
} */
.halfWidth, .W50.inner-content {
    width:50% !important;
    max-width: unset !important;
    margin:0 auto;
}
.W66.inner-content {
    width: calc(var(--inner-content)+34%) !important;
    min-width: 500px;
    margin: 0 auto;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}
.colF1 {
    flex: 1;
}
.colF2 {
    flex: 2;
}
.overFlowHidden, .overflowHidden {
    overflow: hidden !important;
}
.verticalView, .contentContainer[name=W100] > .layoutPreview {
    flex-direction: column !important;
}
.backgroundBox {
    height: 100vh;
    width: 100vw;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8) !important;
    z-index: 99999999;
    -moz-animation: toBlack 2s;
    -webkit-animation: toBlack 2s;
    -o-animation: toBlack 2s;
}
.backgroundBox.widgetPopup {
    background: unset !important;
}
.widgetPopup .popupBox {
    max-width: 500px;
    max-height: 600px;
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
@keyframes toBlack {
    from {
        background: rgba(0, 0, 0, 0.0) !important;
    }
    to {
        background: rgba(0, 0, 0, 0.8) !important;
    }
}
@-moz-keyframes toBlack { /* Firefox */
    from {
        background: rgba(0, 0, 0, 0.0) !important;
    }
    to {
        background: rgba(0, 0, 0, 0.8) !important;
    }
}
@-webkit-keyframes toBlack { /* Safari and Chrome */
    from {
        background: rgba(0, 0, 0, 0.0) !important;
    }
    to {
        background: rgba(0, 0, 0, 0.8) !important;
    }
}
@-o-keyframes toBlack { /* Opera */
    from {
        background: rgba(0, 0, 0, 0.0) !important;
    }
    to {
        background: rgba(0, 0, 0, 0.8) !important;
    }
}
iframe {
    width:100%;
}
.popupBox {
    z-index: 9;
    width: 80vw;
    /* height: 90vh; */
    border-radius: 5px;
    position: fixed;
    left: 10vw;
    top: 5vh;
    border: 1px solid #efefef;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    padding: 25px 25px 0px 25px;
    box-sizing: border-box;
    overflow: hidden;
}
.configuratorBox .popupBox {
    width: 100%;
    left: 0px;
    top: 0px;
    height: 100%;
    border-radius: 0px;
}
.popupBox.IG {
    border: none;
    background-color: transparent;
}
.popupBox.IG span {
    color: #ffffff !important;
    font-size: 14px;
}
.popupBox.IG .popupBoxClose {
    color: #ffffff;
    filter: drop-shadow(0 0.2rem 0.25rem rgba(0, 0, 0, 1.2));
}
.popupBox.IG .popupBoxImage {
    flex-direction: column;
    max-width: 500px;
    height: 100%;
    margin: 0px auto;
    justify-content: center;
}
.popupBox.IG .sliderButtons {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent !important;
    color: #ffffff !important;
    z-index: 99999999999999;
    text-decoration: none !important;
    filter: drop-shadow(0 0.2rem 0.25rem rgba(0, 0, 0, 1.2));
}
.popupBox.IG .popupCaptionWrapper {
    margin: 10px 0px;
    flex-direction: column;
    display: flex;
    width: 100%;
}
.popupBox.IG .popupCaptionWrapper span {
    margin-bottom: 20px;
}
.IG .accountDetails a, .IG .postLink a {
    color: #ffffff !important;
}
.IG .postLink {
    text-align: right;
    font-size: 12px !important;
}
.IG .accountDetails a {
    font-weight: 600;
}
.popupBox.IG .prev {
    left: 20px;
}
.popupBox.IG .next {
    right: 20px;
}
.postIconCAROUSEL_ALBUM::before, .postIconIMAGE::before, .postIconVIDEO::before {
    fill: #ffffff !important;
    max-height: 28px;
    width: 28px;
    position: absolute;
    right: 10px;
    top: 10px;
    content: ' ';
    background-size: 20px 20px;
    height: 20px;
    width: 20px;
    z-index: 1;
    filter: drop-shadow(0 0.2rem 0.25rem rgba(255, 255, 255, 1.2)) invert(1);
} 
.postIconCAROUSEL_ALBUM::before {
    background-image:url("https://www.web-dock.com/Files/Icons/contentPopup.svg");
}
.postIconIMAGE::before {
    background-image:url("https://www.web-dock.com/Files/Icons/contentImage.svg");
    display: none;
}
.postIconVIDEO::before {
    background-image:url("https://www.web-dock.com/Files/Icons/contentVideo.svg");
}
#closeSelectBox {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9;
    animation-name: fadeDark;
    animation-duration: 0.3s;
    cursor: pointer;
}
.popupBoxHead {
    display: flex;
    /* height: 5%; */
    justify-content: space-between;
    z-index: 1;
}
.popupBoxTitle {
    font-weight: 600;
    /* padding: 10px; */
    font-size: 20px;
}
.popupBoxClose {
    font-weight: 600;
    cursor: pointer;
    /* padding: 10px; */
    font-size: 20px;
    white-space: nowrap;
    grid-gap: 10px;
    display: inline-flex;
    flex-wrap: nowrap;
    flex-direction: row;
}
.popupBoxClose svg {
    max-width: 12px;
    min-width: 12px;
}
.popupBoxContent {
    height: calc(90vh - 50px);
    display: flex;
    position: relative;
    flex-direction: column;
}
.popupBoxContent .sliderThumbsRow {
    width: 100%;
    height: 20%;
    display: flex;
    align-items: center;
    background-color: #fff;
}
.cookieNotification .popupBoxContent {
    height: unset !important;
}
.popupBoxImage {
    height: 100%;
}
.popupBoxImage .prev, .popupBoxImage .next {
    text-decoration: none;
    padding: 5px;
    position: absolute;
    top: 50% !important;
    transform: translateY(-50%);
}
.popupBoxImage .prev:hover, .popupBoxImage .next:hover {
    opacity: 0.7;
}
.popupBoxZoomWrapper {
    position: absolute;
    bottom: 20px;
    width: 100%;
    justify-content: center;
}
.popupBoxContent img {
    object-fit: scale-down;
    aspect-ratio: 16 / 9;
    max-height: calc(90vh - 250px);
    max-width: 100% !important;
}
.popupBoxThumbnails {
    height: 15vh;
}
.sliderWrapper, .popupImageWrapper {
    display: inline-flex;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.IG .popupImageWrapper {
    cursor: unset !important;
}
.popupImageWrapper .Dots {
    position: absolute;
    display: inline-flex;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
}
.popupImageWrapper .Dots a {
    border-radius: 50%;
    font-size: 60px;
    line-height: 0;
    color: #ffffff !important;
    content: unset !important;
    text-decoration: none !important;
    filter: drop-shadow(0 0.2rem 0.25rem rgba(0, 0, 0, 1.2));
    opacity: 0.4;
}
.sliderWrapper, .popupImageWrapper .Dots a.Active {
    opacity: 1;
}
.openImage {
    cursor: pointer;
}
.openImageBackground {
    position: fixed;
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(10px);
    transition: opacity 0.5s ease 0s;
    width: 100vw;
    height: 100vh;
    left: 0;
    top: 0;
    z-index: 999; 
}
.openImageBackground img {
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    z-index: 99 !important;
    max-height: 75vh !important;
    max-width: 75vw !important;
    border-radius: 0 !important;
    object-fit: scale-down !important;
}
.openImageBackground span {
    font-weight: 600;
    cursor: pointer;
    font-size: larger;
    right: 3vw;
    top: 4vh;
    position: fixed;
    cursor: pointer;
    color: #ccc;
    z-index: 1;
}
.openImageBackground span:hover {
    color: #333;
}
.openImageBackground::after {
    /* content: "";
    width: 95vw;
    height: 95vh;
    border-radius: 5px;
    position: fixed;
    left: 2.5vw;
    top: 2.5vh;
    border: 1px solid #efefef;
    background-color: #ffffff; */
}
.zoomHover {
    transition: .1s;
}
.zoomHover:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.colorHover, .black-white {
    filter: grayscale(100%);
    transition: .2s;
}
.colorHover:hover {
    filter: grayscale(0%);
    cursor: pointer;
}
.backdropBlur-light {
    backdrop-filter: blur(2px);
}
.backdropBlur-normal {
    backdrop-filter: blur(5px);
}
.backdropBlur-heavy {
    backdrop-filter: blur(10px);
}
.fadeMe {
    opacity:0;
    -moz-animation: fadeMe 2s;
    -webkit-animation: fadeMe 2s;
    -o-animation: fadeMe 2s;
}
#blockOrder .fadeMe {
    opacity: 1;
}
.verticalAlign {
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
}
.ColumnWrapper.verticalAlign {
    flex-direction: row;
}
/* .verticalAlign .verticalView {
    display: block !important;
} */
.outlineStandard {
    outline: 1px solid #eee;
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.05);
    -moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.05);
    box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.05);
    transition: .2s;
    padding: 16px !important;
    box-sizing: border-box;
    vertical-align: middle;
    margin: 20px;
}
.outlineStandard:hover {
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.1);
}
.outlineFlat .Column {
    border-right: 1px solid #ededed24;
    transition: .2s;
    padding: 16px;
    box-sizing: border-box;
    vertical-align: middle;
}
.outlineFlat .Column:last-child {
    border: none;
}
.outlineFlat a {
    font-weight: 600;
}
.shadow {
    -webkit-box-shadow: 0px 0px 68px -20px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 68px -20px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 68px -20px rgba(0,0,0,0.75);
}
.fontWhite, .fontWhite p, .fontWhite a, .fontWhite strong, .fontWhite h1, .fontWhite h2, .fontWhite h3, .fontWhite span {
    color: #ffffff !important;
}
.borderAnimation:after {
    content: "";
    display: block;
    padding-top: 20px;
    border-bottom: 5px solid #fff;
    transition: .5s;
    -moz-animation: borderAnimation 3s;
    -webkit-animation: borderAnimation 3s;
    -o-animation: borderAnimation 3s;
    width:15%;
}
@keyframes borderAnimation {
    from {
        width: 0%;
        opacity: 0;
    }
    to {
        width: 15%;
        opacity: 1;
    }
}
@-moz-keyframes borderAnimation { /* Firefox */
    from {
        width: 0%;
        opacity: 0;
    }
    to {
        width: 15%;
        opacity: 1;
    }
}
@-webkit-keyframes borderAnimation { /* Safari and Chrome */
    from {
        width: 0%;
        opacity: 0;
    }
    to {
        width: 15%;
        opacity: 1;
    }
}
@-o-keyframes borderAnimation { /* Opera */
    from {
        width: 0%;
        opacity: 0;
    }
    to {
        width: 15%;
        opacity: 1;
    }
}
a.blackOutlineBtn {
    transition: .2s;
    padding: 12px 20px;
    cursor: pointer;
    text-align: center;
    border: 2px solid #000 !important;
    color: #000 !important;
    font-weight: 600;
}
a.whiteOutlineBtn {
    transition: .2s;
    padding: 12px 20px;
    cursor: pointer;
    text-align: center;
    border: 2px solid #fff !important;
    color: #fff !important;
    font-weight: 600;
}
.area div:first-of-type {
    height: inherit;
}
.area .embed {
    position: absolute;
}
.circles{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
}
.circles li{
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, 0.2);
    animation: rounded-squares 25s linear infinite;
    bottom: -150px;
    
}
.circles li:nth-child(1){
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
}
.circles li:nth-child(2){
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s;
}
.circles li:nth-child(3){
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
}
.circles li:nth-child(4){
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
}
.circles li:nth-child(5){
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
}
.circles li:nth-child(6){
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
}
.circles li:nth-child(7){
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 7s;
}
.circles li:nth-child(8){
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
}
.circles li:nth-child(9){
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
}
.circles li:nth-child(10){
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s;
}
@keyframes rounded-squares {
    0%{
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }
    100%{
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }
}
.colorTurquoise {
	background-color:#1abc9c ;
}
.colorEmerald {
	background-color:#2ecc71 ;
}
.colorPeterRiver {
	background-color: #3498db;
}
.colorAmethyst {
	background-color: #9b59b6;
	color: #ffffff !important;
}
.colorWetAsphalt {
	background-color:#34495e ;
	color: #ffffff !important;
}
.descriptionColors svg {
	background-color:#34495e20;
    fill:#34495e;
}
.colorGreenSea {
	background-color: #16a085;
}
.colorNephtritis {
	background-color:#27ae60 ;
}
.hourRegistrationColors svg,  .plannerColors:not(.cardDropdown svg), .commentColors svg, .addressColors svg, .stylingColors svg  {
	background-color:#27ae6020;
    fill:#27ae60;
}
.colorBelizeHole {
	background-color:#2980b9;
}
.memberColors svg:not(.cardDropdown svg), .defaultColors svg, .generalColors svg, .jobColors svg:not(.cardDropdown svg), .taskRelationHad .taskRelationHeadLeft svg, .timerColors svg, .employeesColors svg:not(.cardDropdown svg) { 
	background-color:#2980b920;
    fill: #2980b9 !important;
}
.calendarFilter.defaultColors input[type=checkbox]:checked, .cardChecklistItem input[type=checkbox]:checked, .calendarFilter.calendarColors input[type=checkbox]:checked {
    background: #2980b9 !important;
}
.calendarFilter.declinedColors input[type=checkbox]:checked {
    background-color: #e74c3c;
}
.colorWisteria:not(.cardDropdown svg) {
	background-color: #8e44ad;
	color: #ffffff !important;
}
.colorMidnight:not(.cardDropdown svg) {
	background-color:#2c3e50 ;
	color: #ffffff !important;
}
.ordersColors svg, .labelsColors svg:not(.cardDropdown svg), .tagColors svg  {
	background-color: #9b59b620;
    fill: #9b59b6;
}
.calendarFilter.projectColors input[type=checkbox]:checked {
    background: #9b59b6 !important;
}
.activityColors svg:not(.cardDropdown svg), .priceColors svg, .stockColors svg {
    background-color:#27ae6020;
    fill: #27ae60 !important;
}
.calendarFilter.workTimeColors input[type=checkbox]:checked, .calendarFilter.reservationColors input[type=checkbox]:checked  {
    background: #27ae60 !important;
}
.tagsColors svg, .dateColors svg:not(.cardDropdown svg), .projectColors svg  {
	background-color:#1abc9c20;
    fill:#1abc9c;
}
.taskColors svg:not(.cardDropdown svg) {
    background-color: #16a08520;
    fill: #16a085;
}
.contactColors svg:not(.cardDropdown svg), .timeColors svg, .relationColors svg, .galleryColors svg, .textColors svg  {
	background-color:#2980b920;
    fill:#2980b9;
}
.companyColors svg:not(.cardDropdown svg) {
    background-color:#2c3e5020 ;
    fill:#2c3e50 ;
}
.colorSunFlower, .calendarFilter.todoColors input[type=checkbox]:checked  {
	background-color:#f1c40f ;
}
.noteColors svg, .checklistColors svg:not(.cardDropdown svg), .noteColors svg:not(.cardDropdown svg)  {
    background-color:#f1c40f20 ;
    fill:#f1c40f ;   
}
.colorCarrot {
	background-color: #e67e22;
}
.colorAlizarin {
	background-color: #e74c3c;
}
.actionColors svg:not(.cardDropdown svg), .locationColors svg {
	background-color: #e74c3c20;
    fill: #e74c3c;
}
.colorClouds {
	background-color:#ecf0f1 ;
}
.colorConcrete {
	background-color: #95a5a6;
}
.colorLightGray {
    background: #f6f7fa;
}
.infoColors svg:not(.cardDropdown svg), .advancedColors svg {
	background-color: #95a5a620;
    fill: #95a5a6;
}
.colorOrange {
	background-color: #f39c12;
}
.colorPumpkin {
	background-color: #d35400;
}
.colorPomegranate:not(.cardDropdown svg) {
	background-color:#c0392b ;
	color: #ffffff !important;
}
.colorSilver {
	background-color:#bdc3c7 ;
}
.colorAsbestos {
	background-color: #7f8c8d;
}
.calendarFilter.ticketColors input[type=checkbox]:checked {
    background: #7f8c8d !important;
}
.fileColors svg:not(.cardDropdown svg) {
    background-color: #7f8c8d20;
    fill: #7f8c8d;
}
.rotate-180 {
    transform: rotate(180deg);
}
.rotate-90 {
    transform: rotate(90deg);
}
.rotate-45 {
    transform: rotate(45deg);
}
.rotate-min-180 {
    transform: rotate(-180deg);
}
.rotate-min-90 {
    transform: rotate(-90deg);
}
.rotate-min-45 {
    transform: rotate(-45deg);
}
.TopBottomGradient::before {
    content: "";
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    width: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
}
.BottomTopGradient::before {
    content: "";
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    width: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
}
.LeftRightGradient::before {
    content: "";
    height: 100%;
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    width: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
}
.RightLeftGradient::before {
    content: "";
    height: 100%;
    background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    width: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
}
a.blackButton {
    background-color: #000000 !important;
    color: #ffffff !important;
    border: none !important;
}
a.blackButton:hover {
    background-color: #333333 !important;
}
a.blackButton:active {
    background-color: #666666 !important;
}
a.whitebutton {
    background-color: #ffffff !important;
    color: #000000 !important;
    border: none !important;
}
a.whiteButton:hover {
    background-color: #efefef !important;
}
a.whiteButton:active {
    background-color: #dddddd !important;
}
a.blackOutlineButton {
    background-color: transparent !important;
    border: 3px solid #000000 !important;
    color: #000000 !important;
}
a.blackOutlineButton:hover {
    border: 3px solid #333333 !important;
    color: #333333 !important;
}
a.blackOutlineButton:active {
    border: 3px solid #666666 !important;
}
a.whiteOutlineButton {
    background-color: transparent !important;
    border: 3px solid #ffffff !important;
    color: #ffffff !important;
}
.presetButtonWrapper a.whiteOutlineButton {
    filter: drop-shadow(0rem 0rem 0.3rem rgba(0, 0, 0, 1));
}
a.whiteOutlineButton:hover {
    border: 3px solid #efefef !important;
    color: #efefef !important;
}
a.whiteOutlineButton:active {
    border: 3px solid #dddddd !important;
}
a.whiteModernPrimairButton {
    text-transform: uppercase;
    letter-spacing: 2.5px;
    font-weight: 400;
    color: #000;
    background-color: #fff;
    border: none;
    border-radius: 45px;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease 0s;
    cursor: pointer;
    outline: none;
}
a.whiteModernPrimairButton:hover {
    transform: translateY(-7px);
}
a.whiteModernSecondairButton {
    text-transform: uppercase;
    letter-spacing: 2.5px;
    font-weight: 400;
    color: #000;
    background-color: #fff;
    border: none;
    border-radius: 45px;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease 0s;
    cursor: pointer;
    outline: none;
}
a.whiteModernSecondairButton:hover {
    transform: translateY(-7px);
}
a.blackModernPrimairButton {
    text-transform: uppercase;
    letter-spacing: 2.5px;
    font-weight: 400;
    color: #fff !important;
    background-color: #000;
    border: none;
    border-radius: 45px;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease 0s;
    cursor: pointer;
    outline: none;
}
a.blackModernPrimairButton:hover {
    transform: translateY(-7px);
}
a.blackModernSecondairButton {
    text-transform: uppercase;
    letter-spacing: 2.5px;
    font-weight: 400;
    color: #fff !important;
    background-color: #000;
    border: none;
    border-radius: 45px;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease 0s;
    cursor: pointer;
    outline: none;
}
a.blackModernSecondairButton:hover {
    transform: translateY(-7px);
}
.webButton:hover {
    text-decoration: none;
}
.webButton:active {
    transform: translateY(5px) !important;
}
a.whiteModernSecondairButton:hover, a.blackModernSecondairButton:hover {
    background-color: var(--secondary-color);
}
/* Buttons */
a.stdButton, .webButton:not(.stdLink)  {
    display: inline-flex;
    margin: 20px 0px;
    align-items: center;
    justify-content: center;
    padding: 12px 20px;
    /* border-style: solid; */
    cursor: pointer;
    text-align:center;
    transition:.2s;
    grid-gap: 5px;
    white-space:nowrap;
    overflow:hidden;
}
.webButton.presetButton {
    margin: 5px 0px;
}
.dock-preset-wrapper .webButton {
    margin: inherit;
}
.stdLink:hover {
    background-color: unset !important;
}
.buttonInsetShadow {
    box-shadow:inset 0 -0.6em 0 -0.35em rgba(0,0,0,0.17);
}
input[type=submit]:active, input[type=button]:active, button:active, .pageTags a:active, a.stdButton:active {
    transform: translateY(2px);
}
.shortCutExplanations {
	display: inline-flex;
	align-items: center;
	font-weight: 500;
	opacity: 0.5;
	margin-top: 10px;
	padding: 5px 10px;
	white-space: nowrap;
}
.shortCutExplanations span {
	margin-right: 20px;
	margin-left: 5px;
}
.shortCutExplanations svg {
	max-height: 12px;
	max-width: 12px;
}
a.blackButton {
    background-color: #000000 !important;
    color: #ffffff !important;
    border: none !important;
}
a.blackButton:hover {
    background-color: #333333 !important;
}
a.blackButton:active {
    background-color: #666666 !important;
}
a.whiteButton {
    background-color: #ffffff !important;
    color: #000000 !important;
    border: none !important;
}
a.whiteButton:hover {
    background-color: #efefef !important;
}
a.whiteButton:active {
    background-color: #cccccc !important;
}
a.blackOutlineButton {
    background-color: transparent !important;
    border: 3px solid #000000 !important;
}
a.blackOutlineButton:hover {
    border: 3px solid #333333 !important;
}
a.blackOutlineButton:active {
    border: 3px solid #666666 !important;
}
a.whiteOutlineButton {
    background-color: transparent !important;
    border: 3px solid #ffffff !important;
}
a.whiteOutlineButton:hover {
    border: 3px solid #efefef !important;
}
a.whiteOutlineButton:active {
    border: 3px solid #cccccc !important;
}
a.whiteModernPrimairButton {
    text-transform: uppercase;
    letter-spacing: 2.5px;
    font-weight: 400;
    color: #000;
    background-color: #fff;
    border: none;
    border-radius: 45px;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease 0s;
    cursor: pointer;
    outline: none;
}
a.whiteModernPrimairButton:hover {
    transform: translateY(-7px);
}
a.whiteModernSecondairButton {
    text-transform: uppercase;
    letter-spacing: 2.5px;
    font-weight: 400;
    color: #000;
    background-color: #fff;
    border: none;
    border-radius: 45px;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease 0s;
    cursor: pointer;
    outline: none;
}
a.whiteModernSecondairButton:hover {
    transform: translateY(-7px);
}
a.blackModernPrimairButton {
    text-transform: uppercase;
    letter-spacing: 2.5px;
    font-weight: 400;
    color: #fff !important;
    background-color: #000 !important;
    border: none;
    border-radius: 45px;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease 0s;
    cursor: pointer;
    outline: none;
}
a.blackModernPrimairButton:hover {
    transform: translateY(-7px);
}
a.blackModernSecondairButton {
    text-transform: uppercase;
    letter-spacing: 2.5px;
    font-weight: 400;
    color: #fff !important;
    background-color: #000;
    border: none;
    border-radius: 45px;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease 0s;
    cursor: pointer;
    outline: none;
}
a.blackModernSecondairButton:hover {
    transform: translateY(-7px);
}
.webButton:hover:not(.stdLink) {
    text-decoration: none;
}
.webButton:active {
    transform: translateY(5px) !important;
}
/* Slider button */

/* CSS Slider button */
.switch {
    position: relative;
    display: inline-block;
    width: 36px !important;
    height: 18px;
}
a.switch {
    width: 50px;
}
label.switch {
    margin: 10px;
    min-width: 36px;
}
.switch input {display:none;}
.slider {
    position: absolute;
    cursor: pointer;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: #d2d2d2;
    -webkit-transition: .4s;
    transition: .4s;
}
.slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 1px;
    bottom: 1px;
    background-color: #fff;
    -webkit-transition: .4s;
    transition: .4s;
}
input:checked + .slider {
    background-color: #4ED164 !important;
}
input:focus + .slider {
    box-shadow: 0 0 1px #4ED164 !important;
}
input:checked + .slider:before {
    transform: translateX(18px);
}
/* Rounded sliders */
.slider.round {
    border-radius: 29px;
}
.slider.round:before {
    border-radius: 50%;
}
/* std margin padding */
.svg-primary-fill svg {
    fill: var(--primary-color) !important;
}
small, small * {
    /* color: var(--secondary-background-color) !important; */
    display: block;
}
.stepWrapper {
    counter-reset: section;
}
.stepWrapper .Column {
    position: relative;
}
.stepWrapper .Column::after  {
    position: absolute;
    content: ">";
    left: calc(100% - 25px);
    top: 50px;
    font-size: 35px;
}
.stepWrapper .Column:last-child::after,
.stepWrapper .Column .Column::after {
    content: none !important;
}
.stepWrapper .content[name=icons] {
    position: relative;
}
.stepWrapper .content[name=icons]::after {
    position: absolute;
    top: 40px;
    left: -25%;
    background-color: var(--primary-button-color);
    border-radius: 50%;
    height: 25px;
    width: 25px;
    display: inline-flex;
    font-size: 10px;
    font-weight: 600;
    align-items: center;
    justify-content: center;
    counter-increment: section;
    content:  counter(section);
    background: var(--secondary-background-color);
    color: var(--secondary-button-color);
}
.boxWrapper {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 5px !important;
    padding: 25px !important;
    background: var(--background-color) !important;
    transition: box-shadow 0.3s ease-in-out;
}
.boxWrapper:hover {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 8px 24px;
}
.obliqueAfter, .obliqueBefore, .obliqueAfterReverse, .obliqueBeforeReverse {
    position: relative;
    overflow: hidden !important;
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}
.obliqueBefore::before, .obliqueBeforeReverse::after {
    content: "";
    display: block;
    background: white;
    height: 100px;
    width: 8000px;
    position: absolute;
    z-index: 1;
    top: -50px;
    left: 50%;
    margin-left: -4000px;
    -webkit-transform: rotate(-1.5deg);
    transform: rotate(-1.5deg);
}

.obliqueAfter::after, .obliqueAfterReverse::before {
    content: "";
    display: block;
    background: white;
    height: 450px;
    width: 8000px;
    position: absolute;
    z-index: 1;
    bottom: -400px;
    left: 50%;
    margin-left: -4000px;
    -webkit-transform: rotate(-1.5deg);
    transform: rotate(-1.5deg);
}
.obliqueAfterReverse::before, .obliqueBeforeReverse::after {
    -webkit-transform: rotate(-178.5deg);
    transform: rotate(-178.5deg);
}
.obliqueNoPaddingTop {
    padding-top: 0px !important;
}
.half-circle-before {
    position: relative;
}
.half-circle-before::before {
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100px;
    width: 100%;
    border-radius: 100%;
    background-color: var(--background-color);
    content: "";
    z-index: 1;
}
.half-circle-after {
    position: relative;
}
.half-circle-after::after {
    position: absolute;
    bottom: -100px;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100px;
    width: 100%;
    border-radius: 100%;
    background-color: var(--background-color);
    content: "";
    z-index: 1;
}
.fullWidthButton .webButton{
    box-sizing: border-box;
    width: 100%;
}
.ta-left * {
    text-align: left !important;
}
.ta-center * {
    text-align: center !important;
}
.ta-right * {
    text-align: right !important;
}
.padding-reset-container {
    padding: 0px !important;
}
.padding-reset *:not(.padding-reset .contentActionContainer *, .padding-reset .contentActionContainer, .headContentContainer *, .headContentContainer, #blockOrder .padding-reset) {
    padding: 0px !important;
}
.xxs-padding-right {
    padding-right: var(--xxs-space)
}
.xs-padding-right {
    padding-right: var(--xs-space)
}
.sm-padding-right {
    padding-right: var(--sm-space)
}
.md-padding-right {
    padding-right: var(--md-space)
}
.lg-padding-right {
    padding-right: var(--lg-space)
}
.xl-padding-right {
    padding-right: var(--xl-space)
}
.xxs-padding-vertical {
    padding-top: var(--xxs-space) !important;
    padding-bottom: var(--xxs-space) !important;
}
.xs-padding-vertical {
    padding-top: var(--xs-space) !important;
    padding-bottom: var(--xs-space) !important;
}
.sm-padding-vertical {
    padding-top: var(--sm-space) !important;
    padding-bottom: var(--sm-space) !important;
}
.md-padding-vertical {
    padding-top: var(--md-space) !important;
    padding-bottom: var(--md-space) !important;
}
.lg-padding-vertical {
    padding-top: var(--lg-space) !important;
    padding-bottom: var(--lg-space) !important;
}
.xl-padding-vertical {
    padding-top: var(--xl-space) !important;
    padding-bottom: var(--xl-space) !important;
}
.margin-reset *, .margin-reset {
    margin: unset !important;
}
.xxs-margin-vertical {
    margin-top: var(--xxs-space) !important;
    margin-bottom: var(--xxs-space) !important;
}
.margin-right-unset {
    margin-right: unset;
}
.flex-reset *, .flex-reset {
    flex: unset !important;
}
.width-reset *, .width-reset, .width-unset {
    width: unset !important;
}
.horizontal-padding-reset, .horizontal-padding-reset.inner-content, body main .bgcolor .W100.horizontal-padding-reset {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
/* .stay-inline {
    flex-wrap: nowrap;
} */
.xs-icon svg {
    height: var(--xs-space) !important;
    width: var(--xs-space)!important;
}
.sm-icon svg {
    height: var(--sm-space)!important;
    width: var(--sm-space) !important;
}
.md-icon svg {
    height: var(--md-space) !important;
    width: var(--md-space) !important;
}
.lg-icon svg {
    height: var(--lg-space) !important;
    width: var(--lg-space) !important;
}
.xl-icon svg {
    height: var(--xl-space) !important;
    width: var(--xl-space) !important;
}
.border-radius-50 {
    border-radius: 50%;
}
.image-border-radius-50 img {
    border-radius: 50%;
}
#productStock {
    display: inline-flex;
    align-items: center;
    grid-gap: 10px;
    font-weight: 500;
    margin-bottom: 10px;
}
#productStock svg {
    max-width: 16px;
}
#productStock.Green svg {
    fill: green;
}
#productStock.Orange svg {
    fill: orange;
}
#productWidgets .ColumnWrapper .inner-content img {
    height: 32px !important;
}
.reviewWrapper {
	padding: 25px;
	background: #f5f7f9;
	width: 100%;
	margin-bottom: 80px;
    box-sizing: border-box;
}
.ratingWrapper {
	display: inline-flex;
    unicode-bidi: bidi-override;
    color: #ccc;
    font-size: 25px;
    width: fit-content;
    margin: 0;
    position: relative;
    padding: 0;
    align-items: center;
    grid-gap: 3px;
}
.ratingUpper {
	color: #fdd936;
    padding: 0;
    position: absolute;
    z-index: 1;
    display: flex;
    top: 0;
    left: 0;
    overflow: hidden;
	grid-gap: 3px;
}
.ratingLower:has(span:nth-child(5):hover) span:nth-child(-n+5) {
	color: #fdd936;
}
.ratingLower:has(span:nth-child(4):hover) span:nth-child(-n+4) {
	color: #fdd936;
}
.ratingLower:has(span:nth-child(3):hover) span:nth-child(-n+3) {
	color: #fdd936;
}
.ratingLower:has(span:nth-child(2):hover) span:nth-child(-n+2) {
	color: #fdd936;
}
.ratingLower:has(span:nth-child(1):hover) span:nth-child(-n+1) {
	color: #fdd936;
}
.ratingLower {
	padding: 0;
    display: flex;
	z-index: 0;
	position: relative;
	grid-gap: 3px;
}
.contactWrapper {
	background: #f5f7f9;
	width: 100%;
}
.reviewColumnWrapper {
	display: inline-flex;
	flex-direction: row;
	justify-content: space-between;
	width: 100%;
}
.contantImageOverflow {
    margin-top: -70px;
    transform: translateX(10px);
}
.contactWrapper {
    /* height: 130px; */
}
.contactHeader {
    font-size: 32px;
    line-height: 1;
    font-weight: 600;
    margin-top: 10px;
}
.contactDesc {
	margin-bottom: 20px;
}
.reviewRow, .reviewBrand, .contacColumnWrapper {
	display: inline-flex;
	flex-direction: row;
	grid-gap: 10px;
}
.contacColumnWrapper {
	grid-gap: 25px;
    width: 100%;
}
.reviewBrand {
	margin-bottom: -5px;
}
.reviewBrand svg, .reviewBrand img {
	height: 25px;
}
.reviewBrand span {
	font-size: 22px;
}
.reviewColumn {
	display: inline-flex;
	flex-direction: column;
	flex: 1;
}
.reviewNumber {
	color: var(--link-color);
	font-size: 26px;
}
.reviewRow .ratingWrapper {
	font-size: 18px;
}
.reviewRow .reviewAmount {
	color: #999;
    white-space: nowrap;
	font-size: smaller;
}
@keyframes fadeInUp {
    0% {
        transform: translateY(20px);
        opacity: 0;
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes fadeOutUp {
    0% {
        opacity: 1;
        transform: translateY(0);
        position: relative;

    }
    90% {
        opacity: 0;
        transform: translateY(-20px);
        position: relative;

    }
    100% {
        pointer-events: none;
        position: absolute;
    }
}
@media screen and (max-width : 810px) { 
    .dock-preset-wrapper .Column {
        flex: unset;
        -webkit-box-flex: unset;
    }
    .verticalUserNav {
        display: none;
    }
    .popupImageWrapper .sliderButtons {
        display: none !important;
    }
    .only-show-smartphone:not(#blockOrder) {
        position: relative !important;
        visibility: visible !important;
        pointer-events: all !important; 
    }
    .only-dropwdown-smartphone .dropdownListHidden {
        height: 0px;
    }
    .only-dropwdown-smartphone .dropdownListOpen .dropdownListHidden {
        height: auto;
    }
    .only-dropwdown-smartphone .dropdownListHead::after {
        content: ">";
    }
    .only-dropwdown-smartphone .dropdownListHead {
        pointer-events: all;
    }
    .stepWrapper .Column::after {
        transform: rotate(90deg);
        left: 25px;
        top: 100px;
    }
    .ColumnWrapper.verticalAlign {
        flex-direction: column;
    }
    big {
        font-size: 36px;
    }
    .sd-ta-left * {
        text-align: left !important;
    }
    .sd-ta-center * {
        text-align: center !important;
    }
    .sd-ta-right * {
        text-align: right !important;
    }
    .ColumnWrapper .verticalAlign {
        flex-direction: column;
    }
    .ColumnPaddingWrapper .Column, .ColumnPaddingWrapper .Column:last-child {
        padding-right: inherit !important;
    }
    .sd-inline-flex {
        display: inline-flex !important;
        flex-direction: row !important;
    }
    .sd-justify-content-center {
        justify-content: center;
    }
    .sd-sm-margin-right {
        margin-right: 25px !important;
    }
    .ColumnWrapper.sdColumnReverse {
        flex-direction: column-reverse !important;
        display: flex !important;
    }
    .popupBox {
        width: 100vw;
        height: 100%;
        left: 0;
        top: 0;
        padding: 10px;
    }
    .popupBox .prev, .popupBox .next {
        position: absolute;
        z-index: 1;
    }
    .outlineFlat .Column img {
        max-width: 25% !important;
    }
    .outlineFlat .Column p {
        max-width: 80%;
        margin: 0 auto;
    }
    .outlineFlat .Column {
        border-right: 0px;
        border-bottom: 1px solid #ededed24;
    }
    .phoneImg img {
        max-width: 50% !important;
    }
    span.closeImage {
        top: 20px;
        right: 20px;
        font-size: 2rem;
    }
    .AlignCenterSmallScreen {
        text-align: center !important;;
    }
    .AlignLeftSmallScreen {
        text-align: left !important;
    }
    .AlignRightSmallScreen {
        text-align: right !important;
    }
    .hideSmallScreen, .sd-display-none {
        display: none !important;
    }
    .smallPaddingSmallScreen, .smallPaddingSmallScreen img {
        padding: 0px 20px !important;
    }
    .noPaddingSmallScreen, .noPaddingSmallScreen img {
        padding: 0px 0px !important;
    }
    .normalImageSmallScreen img {
        width: 100% !important;
        max-width: 100% !important;
        padding: 0px 20px !important;
    }
    .fullWidthImageSmallScreen img {
        width: 100% !important;
        max-width: 100% !important;
        padding: 0px 0px !important;
    }
    .halfImageSmallScreen img {
        width: 50vw !important;
        max-width: 100vw !important;
    }
    .sd-scale-half {
        transform: scale(0.5) !important;
    }
    .sd-neg-full-margin-top {
        margin-top: -100% !important;
    }
    .sd-neg-half-margin-top {
        margin-top: -50% !important;
    }
    .sd-neg-quarter-margin-top {
        margin-top: -25% !important;
    }
    .sd-neg-full-margin-right {
        margin-right: -100% !important;
    }
    .sd-neg-half-margin-right {
        margin-right: -50% !important;
    }
    .sd-neg-quarter-margin-right {
        margin-right: -25% !important;
    }
    .sd-neg-full-margin-left {
        margin-left: -100% !important;
    }
    .sd-neg-half-margin-left {
        margin-left: -50% !important;
    }
    .sd-neg-quarter-margin-left {
        margin-left: -25% !important;
    }
    .sd-neg-full-margin-bottom {
        margin-bottom: -100% !important;
    }
    .sd-neg-half-margin-bottom {
        margin-bottom: -50% !important;
    }
    .sd-neg-quarter-margin-bottom {
        margin-bottom: -25% !important;
    }
    .sd-margin-top-reset {
        margin-top: unset !important;
    }
    .sd-margin-right-reset {
        margin-right: unset !important;
    }
    .sd-margin-bottom-reset {
        margin-bottom: unset !important;
    }
    .sd-margin-left-reset {
        margin-left: unset !important;
    }
    .sd-padding-top-reset {
        padding-top: unset !important;
    }
    .sd-padding-right-reset {
        padding-right: unset !important;
    }
    .sd-padding-bottom-reset {
        padding-bottom: unset !important;
    }
    .sd-padding-left-reset {
        padding-left: unset !important;
    }
}
.positionAbsoluteBackground {
    position: fixed;
    width: 100vw;
    height: 100vh;
    left: 0px;
    top: 0px;
    pointer-events: none;
    opacity: 0.2;
}
/* instagram style */
.instagramWrapper {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 3px;
    grid-template-rows: auto;
}
.InstagramPost img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .4s ease-out;
    position: absolute;
}
.InstagramPost span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff !important;
    font-weight: 600;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 50px;
    box-sizing: border-box;
    width: 100%;
    opacity: 0;
    transition: .2s ease-out;
}
.InstagramPost {
    overflow: hidden;
    cursor: pointer;
    aspect-ratio: 1 / 1;
    position: relative;
    height: 0;
    padding-bottom: 100%;
    width: 100%;
}
.InstagramPost:hover > span {
    opacity: 1;
}
.InstagramPost:nth-child(1) {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 2;
    display: block;
}
.InstagramPost:nth-child(2) {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
    display: block;
}
.InstagramPost:nth-child(3) {
    grid-column-start: 3;
    grid-column-end: 5;
    grid-row-start: 1;
    grid-row-end: 3;
    display: block;
}
.InstagramPost:nth-child(4) {
    grid-column-start: 5;
    grid-column-end: 6;
    grid-row-start: 1;
    grid-row-end: 1;
    display: block;
} 
.InstagramPost:nth-child(5) {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 4;
    display: block;
}
.InstagramPost:nth-child(6) {
    grid-column-start: 5;
    grid-column-end: 6;
    grid-row-start: 2;
    grid-row-end: 3;
    display: block;
}
.InstagramPost:nth-child(7) {
    grid-column-start: 3;
    grid-column-end: 5;
    grid-row-start: 3;
    grid-row-end: 5;
    display: block;
}
.InstagramPost:nth-child(8) {
    grid-column-start: 5;
    grid-column-end: 6;
    grid-row-start: 3;
    grid-row-end: 4;
    display: block;
}
.InstagramPost:nth-child(9) {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 4;
    grid-row-end: 5;
    display: block;
}

.InstagramPost:nth-child(10) {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 4;
    grid-row-end: 5;
    display: block;
}
.InstagramPost:nth-child(11) {
    grid-column-start: 5;
    grid-column-end: 6;
    grid-row-start: 4;
    grid-row-end: 5;
    display: block;
}
.InstagramPost:nth-child(12) {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 5;
    grid-row-end: 7;
    display: block;
}
.InstagramPost:nth-child(13) {
    grid-column-start: 3;
    grid-column-end: 5;
    grid-row-start: 5;
    grid-row-end: 7;
    display: block;
}
.InstagramPost:nth-child(14) {
    grid-column-start: 5;
    grid-column-end: 6;
    grid-row-start: 5;
    grid-row-end: 6;
    display: block;
}
.InstagramPost:nth-child(15) {
    grid-column-start: 5;
    grid-column-end: 6;
    grid-row-start: 6;
    grid-row-end: 7;
    display: block;
}
.InstagramPost:hover > img {
    transform: scale(1.03);
    filter: brightness(20%);
}
@media only screen and (max-width: 800px) {
    .instagramWrapper {
        grid-template-columns: repeat(4, 1fr);
    }
    .InstagramPost:nth-child(4) {
        grid-column-start: 1;
        grid-column-end: 2;
        grid-row-start: 5;
        grid-row-end: 6;
    }
    .InstagramPost:nth-child(6) {
        grid-column-start: 2;
        grid-column-end: 3;
        grid-row-start: 5;
        grid-row-end: 6;
    }
    .InstagramPost:nth-child(8) {
        grid-column-start: 3;
        grid-column-end: 4;
        grid-row-start: 5;
        grid-row-end: 6;
    }
    .InstagramPost:nth-child(11) {
        grid-column-start: 4;
        grid-column-end: 5;
        grid-row-start: 5;
        grid-row-end: 6;
    }
    .InstagramPost:nth-child(12) {
        grid-column-start: 1;
        grid-column-end: 3;
        grid-row-start: 6;
        grid-row-end: 8;
        display: block;
    }
    .InstagramPost:nth-child(13) {
        grid-column-start: 3;
        grid-column-end: 5;
        grid-row-start: 6;
        grid-row-end: 8;
        display: block;
    }
    .InstagramPost:nth-child(14) {
        grid-column-start: 1;
        grid-column-end: 2;
        grid-row-start: 8;
        grid-row-end: 9;
    }
    .InstagramPost:nth-child(15) {
        grid-column-start: 2;
        grid-column-end: 3;
        grid-row-start: 8;
        grid-row-end: 9;
    }
}
@media only screen and (max-width: 600px) {
    .instagramWrapper {
        display: inline-flex;
        flex-wrap: wrap;
        width: 100%;
    }
    .InstagramPost {
        width: calc(50% - 3px);
        padding-bottom: 50%;
    }
    .InstagramPost:nth-child(3n) {
        width: 100%;
        padding-bottom: 100%;
    }
}

/* gallery style */
.galleryWrapper    {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-template-rows: auto;
    grid-gap: 15px 20px;
    flex-wrap: wrap;
    margin: 100px auto;
}
.galleryTile {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.galleryTile figure img {
    width: 100%;
    object-fit: contain;
    display: block; 
    /* max-height: 250px; */
}
.galleryTile figure, .innerGalleryTile, .innerGalleryBackground, .innerGalleryContent {
    height: 100%;
    width: 100%;
}
.innerGalleryBackground img {
    object-fit: cover !important;
    max-height: 100% !important;
    height: 100%;
    width: 100%;
}
figcaption {
    margin: 15px 0px;
}
.innerGalleryContent {
    position: absolute;
    top: 0px;
    left: 0px;
}
.innerGalleryTile {
    position: relative;
}
.innerGalleryBackground {
    position: relative;
}
.image-square, .image-landscape, .image-portrait {
    position: relative;
}
.image-square::after {
    content:"";
    display: block;
    padding-bottom: 100%;
}
.image-square img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 0px;
    top: 0px;
}
.image-4-3 {
    position: relative;
    width: 100% !important;
    padding-top: 75% !important;
    overflow: hidden;
}
.image-4-3 img {
    position: absolute;
    width: 100%;
    max-height: 100%;
    left: 50%;
    top: 50%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
}
.image-landscape {
    position: relative;
    width: 100% !important;
    padding-top: 56.25% !important;
}
.image-landscape img {
    position: absolute;
    width: 100%;
    max-height: 100%;
    left: 50%;
    top: 50%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
}
@media screen and (max-width : 1000px) {
    .galleryWrapper    {
    grid-template-columns: repeat(3, 1fr);
    }
}
@media screen and (max-width : 810px) {
    .galleryWrapper    {
    grid-template-columns: repeat(2, 1fr);
    }
}
@media screen and (max-width : 600px) {
    .galleryWrapper    {
    grid-template-columns: repeat(1, 1fr);
    }
    figure img {
        max-height: unset;
    }
}

/* slideshow style */
.slideshowWrapper {
    display: inline-flex;
    flex-direction: column;
    flex-wrap: nowrap;
    width: 100%;
    min-width: 100%;
    height: auto;
    position: relative;
}
.slideshowSlide {
    min-width: 100%;
    height: auto;
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
    position: relative;
}
  @-webkit-keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
  }
  @keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
  }
.slideshowSlide img {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    height: auto;
}
.slideshowSlide figcaption {
    position: absolute;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 25px 0px;
    top: 0px;
    font-size: 22px;
    color: #ffffff;
    font-weight: 600;
}
.slideshowDots {
    cursor:pointer;
    height: 8px;
    width: 8px;
    margin: 0 5px;
    background-color: #ffffff50;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.2s ease;
}
.slideshowDots.active, .slideshowDots:hover {
    background-color: var(--primary-background-color);
}

.slideshowWrapper .prev, .slideshowWrapper .next, .carouselWrapper .prev, .carouselWrapper .next {
    cursor: pointer;
    position: absolute;
    width: auto;
    padding: 16px;
    font-weight: bold;
    font-size: 18px;
    transition: 0.2s ease;
    border-radius: 0 3px 3px 0;
}
  
.slideshowWrapper .next,  .carouselWrapper .next {
    right: 0;
    border-radius: 3px 0 0 3px;
}
  
.slideshowWrapper .prev:hover, .slideshowWrapper .next:hover,  .carouselWrapper .prev:hover, .carouselWrapper .next:hover {
    color: #cccccc !important;
    text-decoration: none !important;
}
.dotsWrapper {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      position: absolute;
      bottom: 20px;
      left: 0px;
}

/* carousel Slides */
.carouselWrapper {
    border-radius: 5px;
    width: 100%;
    height: 300px;
    display: flex;
    justify-content: flex-start;
    overflow: hidden;
    position: relative;
}
.customGallery .next, .customGallery .prev {
    color: var(--primary-background-color);
    padding: 0px !important;
}
.customGallery .next {
    right: 0px !important;
}
.customGallery .prev {
    left: 0px !important;
}
.prev, .next {
-webkit-user-select: none;
-ms-user-select: none;
user-select: none;
}
.carouselSlide {
    display: flex;
    height: 100%;
    flex-shrink: 0;
    transition: all 0.5s;
}
.carouselSlide section {
    display: inline-flex;
    align-items: center;
    flex-wrap: nowrap;
    width: 100%;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    position: relative;
}
.carouselSlide section::-webkit-scrollbar {
    display: none;
  }
.carouselSlide figure {
    min-width: calc(25% - 30px);
    width: calc(25% - 30px);
    margin-right: 15px;
    margin-left: 15px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: flex-start;
    align-self: auto;
    height: 100%;
}
.carouselSlide figure img {
    max-height: 60px;
    height: 60px;
    margin-top: 150px;
    transform: translateY(-50%);
}
.carouselWrapper .controls {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/* tags */
.wrapperHorizontalScroll {
    display: inline-flex;
    width: calc(100% + 20px);
    flex-wrap: nowrap;
    overflow-x: scroll;
    padding: 50px 0px;
    flex-flow: row nowrap;
    scroll-snap-type: x mandatory;
    scroll-padding: 20px;
    padding-left: 20px;
    box-sizing: border-box;
    transform: translateX(-20px);
}
.wrapperHorizontalScroll .highlightPageTag {
    margin-right: 10px;
}
.wrapperHorizontalScroll .highlightPageTag {
    scroll-snap-align: start;
    scroll-snap-stop: normal;
}
.highlightPageTag {
    box-shadow: 2px 1px 6px 1px #baaaca, 5px -5px 10px #7171712e;
    padding: 0px 0px 10px 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    overflow: hidden;
    border-radius: 5px;
    background-color: #efefef;
    transition: .4s;
    cursor: pointer;
    border-radius: 5px !important;
    width: 300px;
    min-width: 300px;
    position: relative;
}
.highlightPageTag * {
    color: var(--color) !important;
    text-decoration: none !important;
}
.highlightPageTag:hover {
    box-shadow: 2px 1px 10px 6px #baaaca, 5px -5px 10px #7171712e;
}
.highlightPageTagCover img {
    height: 125px;
    margin: 0px !important;
    width: 100%;
    object-fit: cover;
}
.highlightPageTagLogo {
    width: 80px;
    height: 80px;
    border: 1px solid #ccc;
    background-color: #fff !important;
    margin-top: -70px;
    display: flex;
    z-index: 99999999999999;
    padding: 5px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.highlightPageTagContent {
    padding: 30px 10px 10px 10px;
    box-sizing: border-box;
}
.highlightPageTagTitle {
    font-weight: 600;
    font-size: 16px;
    height: 32px;
    line-height: 1.1 !important;
    margin-bottom: 5px;
}
.highlightPageTagTitle span {
    line-height: 1.1 !important;
}
.highlightPageTagDescription{
    opacity: 0.8;
    font-size: 11px;
    height: 11px;
}
.smoothScroll {
    cursor: grabbing;
    user-select: none;
    scroll-snap-type: unset;
    scroll-behavior: unset !important;
    transition: unset !important;;
}
.tagLine {
    margin: 20px 0px;
}
.tagLine a {
    margin-right: 20px;
}

@media screen and (max-width : 810px) {
    .highlightPageTag {
        width: 200px;
        min-width: 200px
    }
    .highlightPageTagCover img {
        height: 75px;
    }
    .highlightPageTagLogo {
        width: 50px;
        height: 50px;
    }
}

/* zoom */ 

.sliderImage {
    position: relative;
}
/*.zoomResult {
    position: relative;
}*/
#zoomTarget {
    display: none;
    position: absolute;
    top: 0;
    left: 50%;
}
.img-zoom-lens {
    position: absolute;
    border: 1px solid #d4d4d4;
    width: 40px;
    height: 40px;
  }
  
  .img-zoom-result {
    border: 1px solid #d4d4d4;
    width: 400px;
    height: 400px;
}

.form-row-full {
    width:100%;
    display:inline-block;
    box-sizing: border-box;
  }
.form-row-half, .form-row-third, .form-row-forty, .form-row-sixty, .form-row-fifth, .form-row-eighty   {
    display:inline-block;
    box-sizing: border-box;
    margin-right:-5px;
    padding-right:5px;
    position: relative;
}
.form-row-half {
width:50%;
}
.form-row-third {
width:33.333%;
}
.form-row-forty {
width:40%;
}
.form-row-sixty {
width:60%;
}
.form-row-fifth {
width:20%;
}
.form-row-eighty {
width:80%;
}

/* * blog */
#blog .inner-content {
    max-width: 800px !important;
}
.Reaction input, .Reaction textarea {
    border: 1px solid var(--gray-color) !important;
}
#blog textarea {
    height: 200px;
}
#blog .postedReactionWrapper {
    padding: 25px;
    box-sizing: border-box;
    border: 1px solid var(--gray-color);
}
#blog .postReactionHead {
    padding-bottom: 25px;
    border-bottom: 1px solid var(--gray-color);
}
#blog .reactionDate span {
    color: var(--gray-color);
    font-style: italic;
}
#blog .reactionOnReaction {
    position: relative;
    padding-top: 25px;
}
#blog .reactionOnReaction::after {
    border-left: 1px solid var(--gray-color);
    height: 100%;
    left:0px;
    top: 0px;
    content: "";
    position: absolute;
}
#blog .reactionOnReaction:last-child::after {
    height: 50px;
}
#blog .reactionOnReaction::before {
    height: 1px;
    width: 5%;
    top: 50px;
    position: absolute;
    left: 0px;
    content: "";
    background-color: var(--gray-color);
}
#blog .mainPost {
    margin-top: 25px;
}
#blog .subPost {
    padding-left: 5%;
}
#blog .userProfilePicture {
    height: 40px;
    width: 40px;
    border-radius: 40px;
    background-color: var(--primary-color);
    display: inline-flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: 600;
    color: var(--on-primary-color);
}
#blog .postReactionLikeSection {
    display: inline-flex;
    width: 100%;
    justify-content: flex-end;
}
#blog .postReactionLikeSection svg {
    height: 18px;
    width: 18px;
    margin-right: 10px;
}
#blog .postReactionLikeSection a {
    display: inline-flex;
    align-items: center;
    overflow: hidden;
    white-space: nowrap;
}
#blog .postReactionLikeSection span {
    font-size: 10px;
    margin-right: 10px;
}
#blog .postUserInformation {
    width: 100%;
}
.required::after {
content: "*";
font-size: smaller;
margin-left: 5px;
color: #dc3545;
}
.text-decoration-underline {
    text-decoration: underline;
}
:root {
    --xxs-space: 5px;
    --xs-space: 10px;
	--sm-space: 20px;
	--md-space: 30px;
	--lg-space: 50px;
    --xl-space: 150px;
    --xxs-size: 25px;
	--xs-size: 50px;
	--sm-size: 100px;
	--md-size: 250px;
	--lg-size: 400px;
	--xl-size: 600px;
	--full-size: 100%;
	--xs-font-size: 8px;
	--sm-font-size: 10px;
	--md-font-size: 14px;
	--lg-font-size: 22px;
	--xl-font-size: 60px;
	--fast-transition: 0.1s linear;
	--normal-transition: 0.2s linear;
    --slow-transition: 0.4s linear;
    --approve-color: #274af1ff;
    --succeed-color: #2ecc71;
    --error-color: #d93025ff;
    --warning-color: #f28f1d;
    --height-navigation: 80px;
}
.font-size-smaller, .font-size-smaller * {
    font-size:smaller;
}
.font-size-small, .font-size-small * {
    font-size:small;
}
.font-size-larger, .font-size-larger * {
    font-size:larger;
}
.font-size-large, .font-size-large * {
    font-size:large;
}
.font-size-x-large, .font-size-x-large * {
    font-size: x-large;
}
.text-tiny, .text-small, .text-big, .text-huge {
    display: inline-block;
}
.text-tiny {
    font-size: 0.65rem;
}
.text-small {
    font-size: 0.875rem;
}
.text-big {
    font-size: 1.953rem;
}
.text-huge {
    font-size: 3.052rem;
}
big.text-huge {
    font-size: 4rem;
}
.h1, big, .text-huge, .text-big {
    line-height: 1.175;
}
.fast-transition {
    transition: var(--fast-transition);
}
.normal-transition {
    transition: var(--normal-transition);
}
.slow-transition {
    transition: var(--slow-transition);
}
.xs-padding {
	padding: var(--xs-space);
}
.sm-padding {
	padding: var(--sm-space);
}
.md-padding {
	padding: var(--md-space);
}
.lg-padding {
	padding: var(--lg-space);
}
.xl-padding {
	padding: var(--xl-space);
}
.xs-padding-left {
	padding-left: var(--xs-space);
}
.sm-padding-left {
	padding-left: var(--sm-space);
}
.md-padding-left {
	padding-left: var(--md-space);
}
.lg-padding-left {
	padding-left: var(--lg-space);
}
.xl-padding-left {
	padding-left: var(--xl-space);
}
.xxs-vertical-padding {
	padding-top: var(--xxs-space);
	padding-bottom: var(--xxs-space);
}
.xs-vertical-padding {
	padding-top: var(--xs-space);
	padding-bottom: var(--xs-space);
}
.sm-vertical-padding {
	padding-top: var(--sm-space);
	padding-bottom: var(--sm-space);
}
.md-vertical-padding {
	padding-top: var(--md-space);
	padding-bottom: var(--md-space);
}
.lg-vertical-padding {
	padding-top: var(--lg-space);
	padding-bottom: var(--lg-space);
}
.xl-vertical-padding {
	padding-top: var(--xl-space);
	padding-bottom: var(--xl-space);
}
.xxs-horizontal-padding {
	padding-left: var(--xxs-space);
	padding-right: var(--xxs-space);
}
.xs-horizontal-padding {
	padding-left: var(--xs-space);
	padding-right: var(--xs-space);
}
.sm-horizontal-padding {
	padding-left: var(--sm-space);
	padding-right: var(--sm-space);
}
.md-horizontal-padding {
	padding-left: var(--md-space);
	padding-right: var(--md-space);
}
.lg-horizontal-padding {
	padding-left: var(--lg-space);
	padding-right: var(--lg-space);
}
.xl-horizontal-padding {
	padding-left: var(--xl-space);
	padding-right: var(--xl-space);
}
.xxs-horizontal-margin {
	margin-left: var(--xxs-space);
	margin-right: var(--xxs-space);
}
.xs-horizontal-margin {
	margin-left: var(--xs-space);
	margin-right: var(--xs-space);
}
.sm-horizontal-margin {
	margin-left: var(--sm-space);
	margin-right: var(--sm-space);
}
.md-horizontal-margin {
	margin-left: var(--md-space);
	margin-right: var(--md-space);
}
.lg-horizontal-margin {
	margin-left: var(--lg-space);
	margin-right: var(--lg-space);
}
.xl-horizontal-margin {
	margin-left: var(--xl-space);
	margin-right: var(--xl-space);
}
.xs-vertical-margin {
	margin-top: var(--xs-space);
	margin-bottom: var(--xs-space);
}
.sm-vertical-margin {
	margin-top: var(--sm-space);
	margin-bottom: var(--sm-space);
}
.md-vertical-margin {
	margin-top: var(--md-space);
	margin-bottom: var(--md-space);
}
.lg-vertical-margin {
	margin-top: var(--lg-space);
	margin-bottom: var(--lg-space);
}
.xl-vertical-margin {
	margin-top: var(--xl-space);
	margin-bottom: var(--xl-space);
}
.xs-bottom-margin {
	margin-bottom: var(--xs-space);
}
.sm-bottom-margin {
	margin-bottom: var(--sm-space);
}
.md-bottom-margin {
	margin-bottom: var(--md-space);
}
.lg-bottom-margin {
	margin-bottom: var(--lg-space);
}
.xl-bottom-margin {
	margin-bottom: var(--xl-space);
}
.xs-top-margin {
	margin-top: var(--xs-space);
}
.sm-top-margin {
	margin-top: var(--sm-space); 
}
.md-top-margin {
	margin-top: var(--md-space);
}
.lg-top-margin {
	margin-top: var(--lg-space);
}
.xl-top-margin {
	margin-top: var(--xl-space);
}
.horizontal-margin-unset {
	margin-left: unset;
	margin-right: unset;
}
.horizontal-inset-margin-unset * {
	margin-left: unset !important;
	margin-right: unset !important;
}
.horizontal-margin-auto {
	margin-left: auto;
	margin-right: auto;
}
.xs-gap {
	grid-gap: var(--xs-space)
}
.sm-gap {
	grid-gap: var(--sm-space)
}
.md-gap {
	grid-gap: var(--md-space)
}
.lg-gap {
	grid-gap: var(--lg-space)
}
.xl-gap {
	grid-gap: var(--xl-space)
}

.layoutPreview.xs-gap {
	grid-gap: calc(var(--xs-space) / 2);
}
.layoutPreview.sm-gap {
	grid-gap: calc(var(--sm-space) / 2);
}
.layoutPreview.md-gap {
	grid-gap: calc(var(--md-space) / 2);
}
.layoutPreview.lg-gap {
	grid-gap: calc(var(--lg-space) / 2);
}
.layoutPreview.xl-gap {
	grid-gap: calc(var(--xl-space) / 2);
}

.strong {
	font-weight: 600;
}
.full-height {
    height: 100%;
}
.full-width {
    width: 100%;
}
.full-width-important {
    width: 100% !important;
}
.justify-content-center  {
	justify-content: center;
}
.justify-content-space-between  {
	justify-content: space-between;
}
.justify-content-space-around  {
	justify-content: space-around;
}
.justify-content-flex-start {
    justify-content: flex-start;
}
.justify-content-flex-end {
    display: inline-flex;
    justify-content: flex-end;
}
.align-items-baseline {
    align-items: baseline;
}
.align-items-center {
	align-items: center;
}
.align-items-flex-end {
    align-items: flex-end;
}
.align-self-flex-start {
    align-self: flex-start;
}
.align-items-self-start {
    align-items: self-start;
}
.flex-grow {
	flex-grow: 100;
}
.flex-one {
    flex: 1;
}
.flex-two {
    flex: 2;
}
.flex-three {
    flex: 3;
}
.overflow-hidden {
	overflow: hidden;
}
.overflow-scroll {
	overflow: auto;
}
.overflow-y-auto {
    overflow-y: auto;
}
.overflow-unset-important {
    overflow: unset !important;
}
.surface-colors {
	background-color: var(--surface-color);
	color: var(--on-surface-color);
}
.primary-colors {
	background-color: var(--primary-color);
	color: var(--on-primary-color);
}
.secondary-colors {
	background-color: var(--secondary-color);
	color: var(--on-secondary-color);
}
.tertiary-colors {
	background-color: var(--tertiary-color);
	color: var(--on-tertiary-color);
}
.quaternary-colors {
	background-color: var(--quaternary-color);
	color: var(--on-quaternary-color);
}
.quinary-colors {
	background-color: var(--quinary-color);
	color: var(--on-quinary-color);
}
.senary-colors {
	background-color: var(--senary-color);
	color: var(--on-senary-color);
}
.septenary-colors {
	background-color: var(--septenary-color);
	color: var(--on-septenary-color);
}
.fill-primary-color * {
	fill: var(--primary-color) !important;
}
.fill-secondary-color * {
	fill: var(--secondary-color) !important;
}
.fill-tertiary-color * {
	fill: var(--tertiary-color) !important;
}
.fill-quaternary-color * {
	fill: var(--quaternary-color) !important;
}
.fill-quinary-color * {
	fill: var(--quinary-color) !important;
}
.fill-senary-color * {
	fill: var(--senary-color) !important;
}
.fill-septenary-color * {
	fill: var(--septenary-color) !important;
}
.fill-dark-color * {
	fill: var(--dark-color) !important;
}
.fill-dark-gray-color * {
	fill: var(--dark-gray-color) !important;
}
.fill-gray-color * {
	fill: var(--gray-color) !important;
}
.fill-light-gray-color * {
	fill: var(--light-gray-color) !important;
}
.fill-light-color * {
	fill: var(--light-color) !important;
}

.fill-primary-color-on-hover:hover {
	fill: var(--primary-color) !important;
}
.fill-secondary-color-on-hover:hover {
	fill: var(--secondary-color) !important;
}
.fill-tertiary-color-on-hover:hover {
	fill: var(--tertiary-color) !important;
}
.fill-quaternary-color-on-hover:hover {
	fill: var(--quaternary-color) !important;
}
.fill-quinary-color-on-hover:hover {
	fill: var(--quinary-color) !important;
}
.fill-senary-color-on-hover:hover {
	fill: var(--senary-color) !important;
}
.fill-septenary-color-on-hover:hover {
	fill: var(--septenary-color) !important;
}
.fill-dark-color-on-hover:hover {
	fill: var(--dark-color) !important;
}
.fill-dark-gray-color-on-hover:hover {
	fill: var(--dark-gray-color) !important;
}
.fill-gray-color-on-hover:hover {
	fill: var(--gray-color) !important;
}
.fill-light-gray-color-on-hover:hover {
	fill: var(--light-gray-color) !important;
}
.fill-light-color-on-hover:hover {
	fill: var(--light-color) !important;
}

.primary-text-color * {
	color: var(--primary-color);
}
.primary-text-color * {
	color: var(--primary-color) !important;
}
.secondary-text-color * {
	color: var(--secondary-color);
}
.tertiary-text-color * {
	color: var(--tertiary-color);
}
.dark-text-color * {
	color: var(--dark-color);
}
.dark-gray-text-color * {
	color: var(--dark-gray-color);
}
.gray-text-color * {
	color: var(--gray-color);
}
.light-gray-text-color * {
	color: var(--light-gray-color);
}
.light-text-color *, #blockOrder .light-text-color *:not(.ck-editor__top *, #blockOrder .headContentContainer *) {
	color: var(--light-color);
}
.light-text-color-important * {
	color: var(--light-color) !important;
}

.primary-background-color, .primary-color-background-color {
    background-color: var(--primary-color);
}
.primary-vartiant-background-color, .primary-variant-color-background-color {
    background-color: var(--primary-variant-color);
}
.secondary-background-color, .secondary-color-background-color  {
    background-color: var(--secondary-color);
}
.secondary-variant-background-color, .secondary-variant-color-background-color {
    background-color: var(--secondary-variant-color);
}
.tertiary-background-color, .tertiary-color-background-color {
    background-color: var(--tertiary-color);
}
.tertiary-variant-background-color, .tertiary-variant-color-background-color  {
    background-color: var(--tertiary-variant-color);
}
.dark-background-color, .dark-color-background-color {
    background-color: var(--dark-color);
}
.dark-gray-background-color, .dark-gray-color-background-color {
    background-color: var(--dark-gray-color);
}
.gray-background-color, .gray-color-background-color  {
    background-color: var(--gray-color);
}
.light-gray-background-color, .light-gray-color-background-color  {
    background-color: var(--light-gray-color);
}
.light-background-color, .light-color-background-color {
    background-color: var(--light-color);
}
.link-background-color, .link-color-background-color {
    background-color: var(--link-color);
}
.link-hover-background-color, .link-hover-color-background-color {
    background-color: var(--link-hover-color);
}
.approve-background-color, .approve-color-background-color  {
    background-color: var(--approve-color);
}
.error-background-color, .error-color-background-color {
    background-color: var(--error-color);
}
.surface-background-color, .surface-color-background-color {
    background-color: var(--surface-color);
}
.background-background-color, .background-color-background-color {
    background-color: var(--background-color);
}

.primary-color-background-color-hover:hover, .primary-background-color-on-hover:hover {
    background-color: var(--primary-color);
}
.primary-variant-color-background-color-hover:hover {
    background-color: var(--primary-variant-color);
}
.secondary-color-background-color-hover:hover, .secondary-gray-background-color-on-hover:hover   {
    background-color: var(--secondary-color);
}
.secondary-variant-color-background-color-hover:hover  {
    background-color: var(--secondary-variant-color);
}
.tertiary-color-background-color-hover:hover, .tertiary-background-color-on-hover:hover   {
    background-color: var(--tertiary-color);
}
.tertiary-variant-color-background-color-hover:hover  {
    background-color: var(--tertiary-variant-color);
}
.dark-color-background-color-hover:hover, .dark-background-color-on-hover:hover  {
    background-color: var(--dark-color);
}
.dark-gray-color-background-color-hover:hover, .dark-gray-background-color-on-hover:hover  {
    background-color: var(--dark-gray-color);
}
.gray-color-background-color-hover:hover, .gray-background-color-on-hover:hover  {
    background-color: var(--gray-color);
}
.light-gray-color-background-color-hover:hover, .light-gray-background-color-on-hover:hover  {
    background-color: var(--light-gray-color);
}
.light-color-background-color-hover:hover, .light-background-color-on-hover:hover  {
    background-color: var(--light-color);
}
.link-color-background-color-hover:hover  {
    background-color: var(--link-color);
}
.link-hover-color-background-color-hover:hover  {
    background-color: var(--link-hover-color);
}
.approve-color-background-color-hover:hover  {
    background-color: var(--approve-color);
}
.error-color-background-color-hover:hover  {
    background-color: var(--error-color);
}
.surface-color-background-color-hover:hover  {
    background-color: var(--surface-color);
}
.background-color-background-color-hover:hover  {
    background-color: var(--background-color);
}

.primary-color-border-color {
    border-color: var(--primary-color);
}
.primary-variant-color-border-color {
    border-color: var(--primary-variant-color);
}
.secondary-color-border-color  {
    border-color: var(--secondary-color);
}
.secondary-variant-color-border-color {
    border-color: var(--secondary-variant-color);
}
.tertiary-color-border-color {
    border-color: var(--tertiary-color);
}
.tertiary-variant-color-border-color  {
    border-color: var(--tertiary-variant-color);
}
.dark-color-border-color {
    border-color: var(--dark-color);
}
.dark-gray-color-border-color {
    border-color: var(--dark-gray-color);
}
.gray-color-border-color  {
    border-color: var(--gray-color);
}
.light-gray-color-border-color  {
    border-color: var(--light-gray-color);
}
.light-color-border-color {
    border-color: var(--light-color);
}
.link-color-border-color {
    border-color: var(--link-color);
}
.link-hover-color-border-color {
    border-color: var(--link-hover-color);
}
.approve-color-border-color  {
    border-color: var(--approve-color);
}
.error-color-border-color {
    border-color: var(--error-color);
}
.surface-color-border-color {
    border-color: var(--surface-color);
}
.background-color-border-color {
    border-color: var(--background-color);
}

.border-style-dotted {border-style: dotted;}
.border-style-dashed {border-style: dashed;}
.border-style-solid {border-style: solid;}
.border-syle-double {border-style: double;}
.border-style-groove {border-style: groove;}
.border-style-ridge {border-style: ridge;}
.border-style-inset {border-style: inset;}
.border-style-outset {border-style: outset;}
.border-style-none {border-style: none;}
.borer-style-hidden {border-style: hidden;}

.primary-color-color, .primary-color-color *, .primary-color-color.contentPreview * {
    color: var(--primary-color);
}
.primary-variant-color-color, .primary-variant-color-color *, .primary-variant-color-color.contentPreview * {
    color: var(--primary-variant-color);
}
.secondary-color-color, .secondary-color-color *, .secondary-color-color.contentPreview *  {
    color: var(--secondary-color);
}
.secondary-variant-color-color, .secondary-variant-color-color *, .secondary-variant-color-color.contentPreview * {
    color: var(--secondary-variant-color);
}
.tertiary-color-color, .tertiary-color-color *, .tertiary-color-color.contentPreview *  {
    color: var(--tertiary-color);
}
.tertiary-variant-color-color, .tertiary-variant-color-color *, .tertiary-variant-color-color.contentPreview *  {
    color: var(--tertiary-variant-color);
}
.dark-color-color, .dark-color-color *, .dark-color-color.contentPreview * {
    color: var(--dark-color);
}
.dark-gray-color-color, .dark-gray-color-color *, .dark-gray-color-color.contentPreview * {
    color: var(--dark-gray-color);
}
.gray-color-color, .gray-color-color *, .gray-color-color.contentPreview *  {
    color: var(--gray-color);
}
.light-gray-color-color, .light-gray-color-color *, .light-gray-color-color.contentPreview *  {
    color: var(--light-gray-color);
}
.light-color-color, .light-color-color *, .light-color-color.contentPreview * {
    color: var(--light-color);
}
.link-color-color, .link-color-color *, .link-color-color.contentPreview * {
    color: var(--link-color);
}
.link-hover-color-color, .link-hover-color-color *, .link-hover-color-color.contentPreview * {
    color: var(--link-hover-color);
}
.approve-color-color, .approve-color-color *, .approve-color-color.contentPreview *  {
    color: var(--approve-color);
}
.error-color-color, .error-color-color *, .error-color-color.contentPreview * {
    color: var(--error-color);
}
.surface-color-color, .surface-color-color *, .surface-color-color.contentPreview * {
    color: var(--surface-color);
}
.background-color-color, .background-color-color *, .background-color-color.contentPreview * {
    color: var(--background-color);
}

.primary-color-fill, .primary-color-fill * {
    fill: var(--primary-color);
}
.primary-variant-color-fill, .primary-variant-color-fill * {
    fill: var(--primary-variant-color);
}
.secondary-color-colfillor, .secondary-color-fill *  {
    fill: var(--secondary-color);
}
.secondary-variant-color-fill, .secondary-variant-color-fill * {
    fill: var(--secondary-variant-color);
}
.tertiary-color-fill, .tertiary-color-fill * {
    fill: var(--tertiary-color);
}
.tertiary-variant-color-fill, .tertiary-variant-color-fill *  {
    fill: var(--tertiary-variant-color);
}
.dark-color-fill, .dark-color-fill * {
    fill: var(--dark-color);
}
.dark-gray-color-fill, .dark-gray-color-fill * {
    fill: var(--dark-gray-color);
}
.gray-color-fill, .gray-color-fill *  {
    fill: var(--gray-color);
}
.light-gray-color-fill, .light-gray-color-fill *  {
    fill: var(--light-gray-color);
}
.light-color-fill, .light-color-fill * {
    fill: var(--light-color);
}
.link-color-fill, .link-color-fill * {
    fill: var(--link-color);
}
.link-hover-color-fill, .link-hover-color-cfillfillolor * {
    fill: var(--link-hover-color);
}
.approve-color-fill, .approve-color-fill *  {
    fill: var(--approve-color);
}
.error-color-fill, .error-color-fill * {
    fill: var(--error-color);
}
.surface-color-fill, .surface-color-fill * {
    fill: var(--surface-color);
}
.background-color-fill, .background-color-fill * {
    fill: var(--background-color);
}

.background-position-top {
    background-position: top;
}
.position-fixed {
    position: fixed;
}
.position-relative {
    position: relative;
}
.position-absolute {
    position: absolute;
}
.top {
    top: 0px;
}
.right {
    right: 0px;
}
.left {
    left: 0px;
}
.bottom {
    bottom: 0px;
}
.xs-font-size * {
	font-size: var(--xs-font-size);
}
.sm-font-size * {
	font-size: var(--sm-font-size);
}
.md-font-size * {
	font-size: var(--md-font-size);
}
.lg-font-size * {
	font-size: var(--lg-font-size);
}
.xl-font-size * {
	font-size: var(--xl-font-size);
}
.tt-uppercase * {
    text-transform: uppercase;
}
.fs-italic * {
    font-style: italic;
}
.line-height-reset {
    line-height: 1;
}
.line-height-xs {
    line-height: 1.1;
}
.line-height-sm {
    line-height: 1.2;
}
.font-weight-500 {
    font-weight: 500;
}
.font-weight-600 {
    font-weight: 600;
}
.font-weight-700 {
    font-weight: 700;
}
.xs-letter-spacing {
    letter-spacing: 1px;
}
.sm-letter-spacing {
    letter-spacing: 2px;
}
.md-letter-spacing {
    letter-spacing: 3px;
}
.lg-letter-spacing {
    letter-spacing: 4px;
}
.xl-letter-spacing {
    letter-spacing: 5px;
}
.xs-height {
	height: var(--xs-size);
}
.sm-height {
	height: var(--sm-size);
}
.md-height {
	height: var(--md-size);
}
.lg-height {
	height: var(--lg-size);
}
.xl-height {
	height: var(--xl-size);
}
.full-height {
	height: var(--full-size);
}
.xs-min-height {
	min-height: var(--xs-size);
}
.sm-min-height {
	min-height: var(--sm-size);
}
.md-min-height {
	min-height: var(--md-size);
}
.lg-min-height {
	min-height: var(--lg-size);
}
.xl-min-height {
	min-height: var(--xl-size);
}
.full-min-height {
	min-height: var(--full-size);
}
.xs-max-height {
	max-height: var(--xs-size);
}
.sm-max-height {
	max-height: var(--sm-size);
}
.md-max-height {
	max-height: var(--md-size);
}
.lg-max-height {
	max-height: var(--lg-size);
}
.xl-max-height {
	max-height: var(--xl-size);
}
.full-max-height {
	max-height: var(--full-size);
}
.xs-width {
	width: var(--xs-size);
}
.sm-width {
	width: var(--sm-size);
}
.md-width {
	width: var(--md-size);
}
.lg-width {
	width: var(--lg-size);
}
.xl-width {
	width: var(--xl-size);
}
.full-width {
	width: var(--full-size);
}
.xs-min-width {
	min-width: var(--xs-size);
}
.sm-min-width {
	min-width: var(--sm-size);
}
.md-min-width {
	min-width: var(--md-size);
}
.lg-min-width {
	min-width: var(--lg-size);
}
.xl-min-width {
	min-width: var(--xl-size);
}
.full-min-width {
	min-width: var(--full-size);
}
.xs-max-width {
	max-width: var(--xs-size);
}
.sm-max-width {
	max-width: var(--sm-size);
}
.md-max-width {
	max-width: var(--md-size);
}
.lg-max-width {
	max-width: var(--lg-size);
}
.xl-max-width {
	max-width: var(--xl-size);
}
.full-max-width {
	max-width: var(--full-size);
}
.xs-border-radius {
	border-radius: var(--xs-space);
}
.sm-border-radius {
	border-radius: var(--sm-space);
}
.md-border-radius {
	border-radius: var(--md-space);
}
.lg-border-radius {
	border-radius: var(--lg-space);
}
.xl-border-radius {
	border-radius: var(--xl-space);
}
.max-border-radius {
    border-radius: 1000px;
}
.opacity-0 {
    opacity: 0;
}
.opacity-50 {
    opacity: 0.5;
}
.pointer-events-none {
    pointer-events: none;
}
.cursor-pointer {
    cursor: pointer;
}
.label-width-hundred label {
    width: 100px;
    min-width: 100px;
    max-width: 100px;
}
/*  wrappers */
.inline-block-wrapper {
    display: inline-block;
}
.inline-flex-wrapper {
    display: inline-flex;
}
.flex-wrap-nowrap {
    flex-wrap: nowrap;
}
.flex-wrap-wrap {
    flex-wrap: wrap;
}
.white-space-nowrap {
    white-space: nowrap;
}
.inline-block-wrapper .inner-content {
    width: unset !important;
    display: inline-block;
}
.std-flex-row-wrapper {
	display: inline-flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.baseline-flex-row-wrapper { 
    display: inline-flex;
    flex-direction: row;
    align-items: baseline;
}
.std-flex-column-wrapper {
	display: flex;
	flex-direction: column;
}
.std-aligned-wrapper {
    display: inline-flex;
    align-items: center;
}
.justify-content-flex-end {
    justify-content: flex-end;
}
.std-padding-bottom-wrapper .content {
	padding-bottom: var(--md-space);
}
.std-inline-label {
    display: inline-flex !important;
    grid-gap: 10px;
    align-items: center;
}
.xxs-vertical-padding-container * {
    padding-top: var(--xxs-space);
    padding-bottom: var(--xxs-space);
}
.xs-vertical-padding-container * {
    padding-top: var(--xs-space);
    padding-bottom: var(--xs-space);
}
.sm-vertical-padding-container * {
    padding-top: var(--sm-space);
    padding-bottom: var(--sm-space);
}
.md-vertical-padding-container * {
    padding-top: var(--md-space);
    padding-bottom: var(--md-space);
}
.lg-vertical-padding-container * {
    padding-top: var(--lg-space);
    padding-bottom: var(--lg-space);
}
.xl-vertical-padding-container * {
    padding-top: var(--xl-space);
    padding-bottom: var(--xl-space);
}
.xxs-horizontal-margin-container * {
    margin-left: var(--xxs-space);
    margin-right: var(--xxs-space);
}
.xs-horizontal-margin-container * {
    margin-left: var(--xs-space);
    margin-right: var(--xs-space);
}
.sm-horizontal-margin-container * {
    margin-left: var(--sm-space);
    margin-right: var(--sm-space);
}
.md-horizontal-margin-container * {
    margin-left: var(--md-space);
    margin-right: var(--md-space);
}
.lg-horizontal-margin-container * {
    margin-left: var(--lg-space);
    margin-right: var(--lg-space);
}
.xl-horizontal-margin-container * {
    margin-left: var(--xl-space);
    margin-right: var(--xl-space);
}
.full-width-column-inputs {
    display: flex;
    flex-direction: column;
}
.full-width-column-inputs input {
    width: 100%;
}
.center-wrapper *:not(#blockOrder *) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.xxs-size-wrapper *:not(#blockOrder *)  {max-height:var(--xxs-size);}
.xs-size-wrapper *:not(#blockOrder *)  {max-height:var(--xs-size);}
.sm-size-wrapper *:not(#blockOrder *)  {max-height:var(--sm-size);}
.md-size-wrapper *:not(#blockOrder *)  {max-height:var(--md-size);}
.lg-size-wrapper *:not(#blockOrder *)  {max-height:var(--lg-size);}
.xl-size-wrapper *:not(#blockOrder *)  {max-height:var(--xl-size);}

.notificationWrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 25px;
    position: relative;
    border: 1px solid var(--gray-color);
  }
  .notificationWrapper::before {
    content:"";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: var(--gray-color);
    opacity: 0.1;
    pointer-events: none;
  }
  .notificationWrapper.warningColor {
    border-color: var(--warning-color);
  }
  .notificationWrapper.warningColor::before {
    background-color: var(--warning-color);
  }
  .notificationWrapper.errorColor {
    border-color: var(--error-color);
  }
  .notificationWrapper.errorColor::before {
    background-color: var(--error-color);
  }
  .notificationWrapper.successfulColor {
    border-color: var(--succeed-color);
  }
  .notificationWrapper.successfulColor::before {
    background-color: var(--succeed-color);
  }
  .notificationWrapper.approveColor {
    border-color: var(--approve-color);
  }
  .notificationWrapper.approveColor::before {
    background-color: var(--approve-color);
  }
  .notificationWrapper span {
    font-weight: 600;
    font-size: larger;
  }
/* wrapper divisions */
.flex-2-1 div:first-child {flex:2; min-width: unset; width: unset;} .flex-2-1 div:nth-child(2) {flex:1; min-width: unset; width: unset;}
/* all colums in wrappers */
.xxs-margin-right-columns-responsive .Column {
    margin-right: var(--xxs-space)
}
.xs-margin-right-columns-responsive .Column {
    margin-right: var(--xs-space)
}
.sm-margin-right-columns-responsive .Column {
    margin-right: var(--sm-space)
}
.std-margin-right-columns-responsive .Column {
    margin-right: var(--std-space)
}
.lg-margin-right-columns-responsive .Column {
    margin-right: var(--lg-space)
}
.xl-margin-right-columns-responsive .Column {
    margin-right: var(--xl-space)
}
.xxs-margin-right-columns-responsive .Column:last-child, .xs-margin-right-columns-responsive .Column:last-child, .sm-margin-right-columns-responsive .Column:last-child, .std-margin-right-columns-responsive .Column:last-child, .lg-margin-right-columns-responsive .Column:last-child, .xl-margin-right-columns-responsive .Column:last-child {
    margin-right: unset;
}
.list-arrows li {
    list-style: none;
}
.list-arrows li::before {
    content: "➔" !important;
}
.list-arrows-primary-color li::before {
    color: var(--primary-color);
}
.list-arrows-secondary-color li::before {
    color: var(--secondary-color) !important;
    width: 20px !important;
    position: absolute;
    left: -15px !important;
    font-size: inherit !important;
    line-height: inherit !important;
}
.list-arrows-tertiary-color li::before {
    color: var(--secondary-color);
}
.list-arrows li, .list-arrows ul {
    padding-left: 10px;
}
.width-fit-content {
    width: fit-content !important;
}
.min-fullscreen {
    min-height: 100vh;
}
.max-fullscreen {
    max-height: 100vh;
}
.max-width-half {
    max-width: 50%;
}
.min-width-50px {
    min-width:50px !important;
}
.min-width-150px {
    min-width:150px !important;
}
.vertical-align-row {
    align-items: center;
}
.vertical-align-column {
    justify-content: center;
}
.object-fit-cover img {
    object-fit: cover;
}
.object-fit-contain img {
    object-fit: contain !important;
}
.bground-contain {
    background-size: contain;
}
.std-margin-bottom-content * {
    margin-bottom: 0.75em;
}
/* background filters */
.brighten-background {
    position: relative;
}
.brighten-background::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #ffffffeb;
}
.dark-underline-content::before {
    content: "";
    height: 5px;
    width: 100px;
    background-color: var(--dark-color);
    margin: 0px auto;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
}
.mix-blend-darken {
    mix-blend-mode: darken;
}
.display-none:not(#dashWrapper *) {
    display: none !important;
}
.display-inline-flex {
    display: inline-flex;
}
.display-inline-flex-important {
    display: inline-flex !important; 
}
.display-flex {
    display: flex;
}
.display-none-important {
    display: none !important;
}
.grid-one-column {
    display: grid;
    grid-template-columns: 1fr;
}
.grid-two-column {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.grid-three-column {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
.grid-four-column {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
#dashWrapper .display-none {
    opacity: 0.2 !important;
}
body .all-anchor-reset a {
    color: unset
}
.xxs-icons-wrapper svg, .xxs-icons-wrapper img {
    height: var(--xxs-size);
    width: auto;
}
ol ol {
    padding-left: 40px;
}
.input-hidden input {
    visibility: hidden;
    width: 0px;
}
.euro-input {
    position: relative;
}
.euro-input input {
    padding-left: 35px !important;
}
.euro-input::before {
    position: absolute;
    left: 18px;
    content: "€";
}
.infiniteWrapper {
    height: 400px;
    position: relative;
}
.infiniteWrapper section {
    display: inline-flex;
    flex-direction: row;
    grid-gap: 50px;
    position: absolute;
    left: 0px;
    padding: 25px 0px;
}
.infiniteWrapper section figure {
    min-width: 500px;
    padding: 25px !important;
}
.infiniteWrapper  .controls {
    z-index: 9;
    position: relative;
    width: 100%;
    display: inline-flex;
    justify-content: space-between;
    padding: 0px 50px;
    transform: translateY(-5px);
}
.inner-content:has(.infiniteWrapper) {
    max-width: unset !important;
    padding: 0px !important;
}
@media screen and (max-width : 1100px) {
    .change-4-to-2 .Column {
        min-width: 40%;
        margin-bottom: 10px;
    }
    .change-4-to-2.xxs-margin-right-columns-responsive .Column:nth-child(2), .change-4-to-2.xs-margin-right-columns-responsive .Column:nth-child(2), .change-4-to-2.sm-margin-right-columns-responsive .Column:nth-child(2), .change-4-to-2.std-margin-right-columns-responsive .Column:nth-child(2), .change-4-to-2.lg-margin-right-columns-responsive .Column:nth-child(2), .change-4-to-2.xl-margin-right-columns-responsive .Column:nth-child(2) {
        margin-right: unset;
    }
    .change-6-to-3 .Column {
        min-width: 30%;
        margin-bottom: 10px;
    }
}
@media screen and (max-width : 810px) {
    .sd-2-columns {
        display: grid !important;
        grid-template-columns: 1fr 1fr;
    }
    .sd-3-columns {
        display: grid !important;
        grid-template-columns: 1fr 1fr 1fr;
    }
    .sd-4-columns {
        display: grid !important;
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
    .sd-5-columns {
        display: grid !important;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    }
    .sd-6-columns {
        display: grid !important;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    }
    .sd-justify-content-flex-start {
        justify-content: flex-start;
    }
    .sd-sm-gap {
        grid-gap: var(--sm-space)
    }
    .sd-md-gap {
        grid-gap: var(--md-space)
    }
    .sd-lg-gap {
        grid-gap: var(--lg-space)
    }
    .sd-xl-gap {
        grid-gap: var(--xl-space)
    }
    .sd-align-items-flex-start {
        align-items: flex-start;
    }
    .sd-max-width-full {
        max-width: 100%
    }
    .sd-reset-min-fullscreen {
        min-height: unset !important;
    }
    .xxs-margin-right-columns-responsive .Column, .xs-margin-right-columns-responsive .Column, .sm-margin-right-columns-responsive .Column, .std-margin-right-columns-responsive .Column, .lg-margin-right-columns-responsive .Column, .xl-margin-right-columns-responsive .Column {
        margin-right: unset;
        margin-bottom: 10px;
    }
    .sd-xs-bottom-margin {
        margin-bottom: var(--xs-space);
    }
    .sd-sm-bottom-margin {
        margin-bottom: var(--sm-space);
    }
    .sd-md-bottom-margin {
        margin-bottom: var(--md-space);
    }
    .sd-lg-bottom-margin {
        margin-bottom: var(--lg-space);
    }
    .sd-xl-bottom-margin {
        margin-bottom: var(--xl-space);
    }
    .sd-column {
        flex-direction: column !important;
        display: flex !important;
    }
    .sd-column-reverse {
        flex-direction: column-reverse !important;
        display: flex !important;
    }
    .xl-bottom-margin {
        margin-bottom: var(--lg-space);
    }
    .lg-font-size * {
        font-size: 1.2rem;
    }
    .xl-font-size * {
        font-size: 1.5rem;
    }
    .W66.inner-content {
        width: unset !important;
        min-width: unset !important;
    }
    .inner-content {
        line-height: 1.5;
    }
    .stay-inline {
        display: inline-flex !important;
        flex-direction: row !important;
    }
    .stay-inline div:not(.dock-preset-wrapper .stay-inline, .dock-preset-wrapper .stay-inline div) {
        width: unset !important;
    }
    .sd-grid-one-column {
        display: grid;
        grid-template-columns: 1fr;
    }
    .sd-grid-two-column {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    .sd-grid-three-column {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
    }
    .sd-grid-four-column {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
}

/* animation wrapper */
.fade-in-wrapper .Column, .fade-in-content, .fade-in-wrapper.Column .inner-content {
    animation: fadeDownToTop 2s;
    animation-fill-mode: forwards;
    opacity: 0;
}
.fade-in-wrapper .Column:nth-child(2), .fade-in-wrapper.Column .inner-content:nth-child(2) {animation-delay: 100ms;}   .fade-in-wrapper .Column:nth-child(3), .fade-in-wrapper.Column .inner-content:nth-child(3) {animation-delay: 200ms;}   .fade-in-wrapper .Column:nth-child(4),.fade-in-wrapper.Column .inner-content:nth-child(4) {animation-delay: 300ms;}  .fade-in-wrapper .Column:nth-child(5), .fade-in-wrapper.Column .inner-content:nth-child(5) {animation-delay: 400ms;}  .fade-in-wrapper .Column:nth-child(6),.fade-in-wrapper.Column .inner-content:nth-child(7) {animation-delay: 500ms;} .fade-in-wrapper .Column:nth-child(1n+7),.fade-in-wrapper.Column .inner-content:nth-child(1n+7) {animation-delay: 600ms;}
@keyframes fadeDownToTop { from {transform: translateY(100px);opacity: 0;} to { transform: translateY(-0px);opacity: 1;}}
  /* animations */
.wait-for-scroll, .wait-for-scroll * {
    animation-play-state: paused !important;
}
.li-right-hover li {
    transition: .2s;
}
.li-right-hover li:hover {
    transform: translateX(10px);
}
.fade-in-left {
    animation-name: fadeInLeft;
    animation-duration: 0.3s;
    transform: translateX(-100vw);
    animation-fill-mode: forwards;
    animation-delay: 0.3s;
}
.fade-in-right {
    animation-name: fadeInRight;
    animation-duration: 0.3s;
    transform: translateX(100vw);
    animation-fill-mode: forwards;
    animation-delay: 0.3s;
}
@keyframes fadeInLeft { from{transform: translateX(-100vw);} to {transform: translateX(0px);} } 
@keyframes fadeInRight { from{transform: translateX(100vw);} to {transform: translateX(0px);} } 
.transition-delay-half {
    animation-delay: 0.5s;
}
.transition-delay-three-quart {
    animation-delay: 0.75s;
}
.transition-delay-1 {
    animation-delay: 0.1s;
}
.transition-delay-2 {
    animation-delay: 2s;
}
.slideContainer .Column {
    transition: .2s;
}
.slideContainer .prev, .slideContainer .next {
    background: unset;
    color: var(--on-background-color) !important;
    text-decoration: none;
    align-items: center;
    display: inline-flex;
}
.slideContainer .prev:hover, .slideContainer .next:hover {
    opacity: 0.6;
}
@media screen and (max-width : 810px) {
.sd-dark-background-color {
    background-color: var(--dark-color);
}
.sd-dark-gray-background-color {
    background-color: var(--dark-gray-color);
}
.sd-gray-background-color {
    background-color: var(--gray-color);
}
.sd-light-gray-background-color {
    background-color: var(--light-gray-color);
}
.sd-light-background-color {
    background-color: var(--light-color);
}    
.slideContainer {
    display: inline-flex !important;
}
}
/* block builder */
.block-builder, .Block-Builder {
    width: 100%;
}
.customWidget {
    width: 100% !important;
    max-width: unset !important;
    padding: unset !important;
}

#blockOrder .sliderButtons {
    padding: 5px;
    pointer-events: none;
}

/* temporary */
.memberWrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 30px;
}
.memberContainer img {
    max-height: 388px;
    width: 100%;
    object-fit: cover;
}
.members.inner-content {
    margin-bottom: 75px;
}
@media screen and (max-width : 810px) {
    .memberWrapper {
        grid-template-columns: 1fr 1fr;
    }
}
/* css classes */ 
.z-index-one {z-index: 1;}
.z-index-two {z-index: 2;}
.z-index-three {z-index: 3;}

.invert-on-hover {
    filter:invert(0);
    transition: 1s;
    transition-delay: 2s;;
}
.invert-on-hover:hover {
    filter:invert(1);
    transition-delay: 0s;
}
img.noImage {
    max-height: 48px;
}
/* Dark modus */
/* Some Custom Styles 
--------------------------- */

/* Light Mode Button Styles
--------------------------- */
* {
    transition: background .2s;
}
/* .design-dark-modus-toggle .light-dark-toggle-container {
    min-height: 100%;
    width: 100%;
    justify-content: center;
}
.light-dark-toggle-container {
    display: inline-flex;
    align-items: center;
    grid-gap: 10px;
    width: 100%;
}
.light-mode-button {
    background: transparent;
    font-weight: 500;
    cursor: pointer;
    height: 18px;
    width: 36px;
    position: relative;
    border: 0px;
    margin-left: auto;
}

.light-mode-button:focus {
    outline: none; /* Not ideal for accessibility *
}

/* .light-mode-button span:nth-child(1) {
    position: absolute;
    top: 0;
    left: 0;
    width: 36px;
    height: 18px;
    border-radius: 20px;
    background-color: #d6d7db;
    transition: 0.3s;
}

.light-mode-button span:nth-child(2) {
    position: absolute;
    top: 1px;
    left: 1px;
    width: 16px;
    height: 16px;
    background-color: #fff;
    border-radius: 50%;
    transition: 0.3s;
} */

body {
    transition: background-color 0.3s;
}

body[light-mode="dark"] {
    background-color: #141516;
    color: #ced4e2;
}
body[light-mode="dark"] .postType.Active {
    color: #ced4e2;
}
body[light-mode="dark"] .light-mode-button span:nth-child(1) {
    background-color: #4ED164;
    color: #141516;
}

body[light-mode="dark"] .light-mode-button span:nth-child(2) {
    left: 19px;
    background-color: #ffffff;
}
/* DARK MODE */
body[light-mode="dark"] a {
    color: #141516;
}
body[light-mode="dark"] .mainContent:not(#blockOrder *),
body[light-mode="dark"] .stats-tile .dashAudit:not(#blockOrder *),
body[light-mode="dark"] a.smallButton:not(#blockOrder *),
body[light-mode="dark"] #ViewerHead:not(#blockOrder *),
body[light-mode="dark"] .paginationButton.Active:not(#blockOrder *),
body[light-mode="dark"] .Calendar .SubHead:not(#blockOrder *), 
body[light-mode="dark"] .catalogInputUnit:not(#blockOrder *),
body[light-mode="dark"] textarea:not(#blockOrder *, #CSSeditor),
body[light-mode="dark"] .DataObject .DataExtra:not(#blockOrder *),
body[light-mode="dark"] .themeBlock .DataHead:not(#blockOrder *),
body[light-mode="dark"] .themeBlock:not(#blockOrder *),
body[light-mode="dark"] .catalogInputUnit .afterUnit,
body[light-mode="dark"] span.afterUnit:not(#blockOrder *),
body[light-mode="dark"] .combinationBoxHead:not(#blockOrder *),
body[light-mode="dark"] .combinationBox .combinationPaymentBox:not(#blockOrder *),
body[light-mode="dark"] .combinationBox:not(#blockOrder *),
body[light-mode="dark"] .checkboxBlock label:not(#blockOrder *),
body[light-mode="dark"] #detailContainer:not(#blockOrder *),
body[light-mode="dark"] .editorBefore,
body[light-mode="dark"] .editorAfter,
body[light-mode="dark"] .Calendar .Head,
body[light-mode="dark"] .Calendar .Users:has(img),
body[light-mode="dark"] Head .eventActive,
body[light-mode="dark"] .newLabelBox a:hover,
body[light-mode="dark"] .projectTimeWidgetContainerContent::before,
body[light-mode="dark"] .itemBox,
body[light-mode="dark"] .iconButton,
body[light-mode="dark"] .DataSub,
body[light-mode="dark"] button.itemAction, 
body[light-mode="dark"] a.itemAction,
body[light-mode="dark"] .itemAction,
body[light-mode="dark"] .editorLeft,
body[light-mode="dark"] .addRow 
{
    background-color: #000000 !important;
}
body[light-mode="dark"] .userPopUp:not(#blockOrder *),
body[light-mode="dark"] .surface-colors:not(#blockOrder *),
body[light-mode="dark"] .dataRowPopUp .Head:not(#blockOrder *),
body[light-mode="dark"] a.stdButton,
body[light-mode="dark"] .webButton:not(#blockOrder *),
body[light-mode="dark"] .primaryButton,
body[light-mode="dark"] input#saveButton:not(#blockOrder *),
body[light-mode="dark"] .dropDownButtonsContainer:not(#blockOrder *),
body[light-mode="dark"] .dropDownButtonsHead:not(#blockOrder *),
body[light-mode="dark"] .dropDownButtonsContainer .tagEdit:not(#blockOrder *),
body[light-mode="dark"] .dropDownButtons .dropDownButtonsHead:not(#blockOrder *),
body[light-mode="dark"] .dropDownButtonsContainer .filterDropDown:not(#blockOrder *),
body[light-mode="dark"] .Calendar a.actionDetails:not(#blockOrder *),
body[light-mode="dark"] .listbutton:not(#blockOrder *),
body[light-mode="dark"] .navigationCalendarDate.toDay::before,
body[light-mode="dark"] .catalogInputUnit input:not(#blockOrder *),
body[light-mode="dark"] .secondaryButton:not(#blockOrder *),
body[light-mode="dark"] input[type=button]:hover:not(#blockOrder *),
body[light-mode="dark"] input.login:not(#blockOrder *),
body[light-mode="dark"] div.detailsContainer:not(#blockOrder *),
body[light-mode="dark"] .List .DataObject:not(#blockOrder *),
body[light-mode="dark"] .navigationColumns:not(#blockOrder *),
body[light-mode="dark"] .navigationColumn:not(#blockOrder *),
body[light-mode="dark"] .filterTag:not(#blockOrder *),
body[light-mode="dark"] .stats-tile:not(#blockOrder *),
body[light-mode="dark"] .itemChip:not(#blockOrder *),
body[light-mode="dark"] .contentIsEditable,
body[light-mode="dark"] .cardButtonButton,
body[light-mode="dark"] .labelButtonBox a,
body[light-mode="dark"] .cardDropdown,
body[light-mode="dark"] .cardLabelBox,
body[light-mode="dark"] .newLabelBox a,
body[light-mode="dark"] .Calendar .Details,
body[light-mode="dark"] .itemContactWrapper,
body[light-mode="dark"] .editorTab,
body[light-mode="dark"] .orderStats,
body[light-mode="dark"].orderManager .DataObject,
body[light-mode="dark"].orderManager .DataObject .DataHead,
body[light-mode="dark"] .totalData,
body[light-mode="dark"] .dropDownButtons,
body[light-mode="dark"] .ControlButtons a,
body[light-mode="dark"] .filterTag,
body[light-mode="dark"] .sidenav .Active, 
body[light-mode="dark"] .navigationItem:hover
{
    background-color: #0f1014 !important;
}
body[light-mode="dark"] *,
body[light-mode="dark"] .List .DataObject,
body[light-mode="dark"] .Calendar a.actionDetails,
body[light-mode="dark"] .secondaryButton,
body[light-mode="dark"] #navBar,
body[light-mode="dark"] input[type=button]:hover,
body[light-mode="dark"] input.login,
body[light-mode="dark"] div.detailsContainer,
body[light-mode="dark"] .List .DataObject,
body[light-mode="dark"] .Calendar .SubHead::before,
body[light-mode="dark"] .selectBox #generateDrop, 
body[light-mode="dark"] .fileManager #generateDrop,
body[light-mode="dark"]  #generateDrop
 {
    border-color: #2f3336 !important;
}
body[light-mode="dark"] .postType:hover span:not(.detailsButton span),
body[light-mode="dark"] .postType.Active:hover,
body[light-mode="dark"] .List .Language,
body[light-mode="dark"] .Data.Name a,
body[light-mode="dark"] .Data.Company a,
body[light-mode="dark"] .Data a,
body[light-mode="dark"] .List .Head .Data,
body[light-mode="dark"] a.stdLink,
body[light-mode="dark"] a.addLink,
body[light-mode="dark"] .List .Data,
body[light-mode="dark"] .NewsContainer p,
body[light-mode="dark"] a.stdButton,
body[light-mode="dark"] .webButton,
body[light-mode="dark"] .normalLink,
body[light-mode="dark"] .accountStats .subRow a span,
body[light-mode="dark"] .light-dark-toggle-container,
body[light-mode="dark"] .thumbSlider p,
body[light-mode="dark"] .DataHead .ControlButtons,
body[light-mode="dark"] .postType span,
body[light-mode="dark"] .allFilters,
body[light-mode="dark"] .dropDownButtonsContainer a.stdLink,
body[light-mode="dark"] .dropDownButtons label,
body[light-mode="dark"] .dropDownButtons label p,
body[light-mode="dark"] .paginationButton span,
body[light-mode="dark"] p,
body[light-mode="dark"] .contentType,
body[light-mode="dark"] .Calendar .Data a,
/* body[light-mode="dark"] label */
body[light-mode="dark"] input[type=time],
body[light-mode="dark"] input[type=date],
body[light-mode="dark"] input[type=number],
body[light-mode="dark"] .Calendar .eventTileWrapper,
body[light-mode="dark"] .navigationCalendarHead,
body[light-mode="dark"] .outsideMonth,
body[light-mode="dark"] .navigationCalendarDays span,
body[light-mode="dark"] input,
body[light-mode="dark"] textarea,
body[light-mode="dark"] b.calendarTitle,
body[light-mode="dark"] .titleSpace,
body[light-mode="dark"] .filterTag span,
body[light-mode="dark"] .catalogInputUnit .afterUnit,
body[light-mode="dark"] span.afterUnit,
body[light-mode="dark"] .List .Data p:not(#blockorder p),
body[light-mode="dark"] .List .Data a:not(#blockorder a),
body[light-mode="dark"] .newLabelBox a,
body[light-mode="dark"] label:not(.checkBoxWrapper label),
body[light-mode="dark"].orderManager .ColumnWrapper .DataHead span:first-child,
body[light-mode="dark"] .orderProgressTag.progressTagChecked
{
    color: #8f93a5 !important;
}
body[light-mode="dark"] #dashWrapper #navBar p,
body[light-mode="dark"] #dashWrapper #navBar a,
body[light-mode="dark"] .controlButtons svg,
body[light-mode="dark"] .dropDownButtonsContainer svg,
body[light-mode="dark"] svg:not(svg.checkmark),
body[light-mode="dark"]  #dashWrapper #navBar svg,
body[light-mode="dark"] .ck svg *
{
    color: #8f93a5 !important;
    fill: #8f93a5 !important;
}
body[light-mode="dark"] .postType:hover::before {
    background-color: #8f93a5 !important;
}
/* body[light-mode="dark"] .navBarButton img,
body[light-mode="dark"] #detailContainer svg,
body[light-mode="dark"] .detailContainer svg,
body[light-mode="dark"] .dashAudit svg {
    filter: invert(1);
} */
body[light-mode="dark"] .dropDownButtons:hover,
body[light-mode="dark"] .List .Head .Data .name:hover,
body[light-mode="dark"] .List .Head .Data .slug:hover,
body[light-mode="dark"] .List .Head .Data .title:hover,
body[light-mode="dark"] .List .Head .Data .tags:hover,
body[light-mode="dark"] .List .Head .Data .seo:hover,
body[light-mode="dark"] .List .Head .Data .mail:hover,
body[light-mode="dark"] .List .Head .Data .id:hover,
body[light-mode="dark"] .List .Head .Data .phone:hover,
body[light-mode="dark"] .List .Head .Data .facebook:hover,
body[light-mode="dark"] .List .Head .Data .twitter:hover,
body[light-mode="dark"] .List .Head .Data .type:hover,
body[light-mode="dark"] .List .Head .Data .linkedin:hover,
body[light-mode="dark"] .List .Head .Data .instagram:hover,
body[light-mode="dark"] .List .Head .Data .language:hover,
body[light-mode="dark"] .List .Head .Data .lastedit:hover,
body[light-mode="dark"] .List .Head .Data .extension:hover,
body[light-mode="dark"] .List .Head .Data .lastedit.active:hover,
body[light-mode="dark"] .checkboxBlock label:hover,
body[light-mode="dark"] .combinationBoxHead:hover,
body[light-mode="dark"] .List .Language:hover,
body[light-mode="dark"] .dropDownButtonsContainer label:hover,
body[light-mode="dark"] .dropDownButtonsContainer svg:hover,
body[light-mode="dark"] #detailContainer .stdButton:hover,
body[light-mode="dark"] .navigationCalendarDate:hover::before,
body[light-mode="dark"] .timeBox:hover::after,
body[light-mode="dark"] .listbutton:hover,
body[light-mode="dark"] .viewButtons a,
body[light-mode="dark"] .paginationWrapper div a:hover,
body[light-mode="dark"] .timeBoxColumn.eventActive .actionDetails,
body[light-mode="dark"] .Calendar .Head .Data.Active .dayHead,
body[light-mode="dark"] .navigationCalendarDateRow.Active,
body[light-mode="dark"] .dayTimeBox.eventActive,
body[light-mode="dark"] .sidenav .Active,
body[light-mode="dark"] .bottomNav,
body[light-mode="dark"] .closeButton:hover,
body[light-mode="dark"] .horizontalDockNavigation,
body[light-mode="dark"] .projectHighlights,
body[light-mode="dark"] .floatingConfirmButton,
body[light-mode="dark"] .projectTimeWidgetHeadButton,
body[light-mode="dark"] .projectTimeWidgetAddTask,
body[light-mode="dark"] #generalInformation #changeHistory,
body[light-mode="dark"] .orderProgressTag.progressTagChecked,
body[light-mode="dark"] .payWallContainer
 {
    background-color: #0f1014 !important;
}
body[light-mode="dark"] .placeHolderImage a:hover {
    filter: unset !important;
}
body[light-mode="dark"] .Data.inputCheckbox input[type=checkbox] {
    opacity: 0.7;
}
body[light-mode="dark"] .calendarWrapper .timeBox::before
{
    outline: 1px solid #2f3336 !important;
}
body[light-mode="dark"] .calendarWrapper .timeBox.timePlaceholder::before {
    outline: unset !important;
}
body[light-mode="dark"] .pluginWrapper {
    border: 20px solid #000000 !important;
}
body[light-mode="dark"] .inputBlock .dragItem {
    background-image:-webkit-linear-gradient(120deg, #2f3336 0%, #111111 100%);
}
body[light-mode="dark"] #leftBound,
body[light-mode="dark"] .bottomNavWrapper {
    border-right: 1px solid #2f3336 !important;
}
body[light-mode="dark"] .SubHead .dayTimeBox.eventActive,
body[light-mode="dark"] .dropDownButtonsContainer a.stdLink:hover
{
    background: #000000 !important;
}
body[light-mode="dark"] .backgroundBox {
    backdrop-filter: blur(2px) !important;
    background: #1820268c !important;
}
body[light-mode="dark"] .SEO span.Blue,
body[light-mode="dark"] .SEO .Green.number,
body[light-mode="dark"] .Status span.Blue
{
    background: #0d1628
}
body[light-mode="dark"] .searchTitle {
    color: #81cfff;
}
body[light-mode="dark"] .searchURL,
body[light-mode="dark"] .searchDescription
{
    color: #bdc1c6
}
/* EINDE DARK MODE */

/* location manager */
.locationWrapper {
    display: inline-flex;
    flex-wrap: wrap;
    grid-gap: 40px;
    width: 100%;
    max-width: 1600px;
}
.locationTile {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 250px;
    max-width: 300px;
    border: 1px solid #cccccc;
    background: #F8F9FA;
}
.locationTileCoverimage {
    width: 100%;
    height: 150px !important;
    object-fit: cover !important;
}
.locationTileCoverimage img {
    width: 100%;
}
.locationTileLogo img {
    max-height: 80px;
    max-width: 80px;
    height: 80px;
    width: 80px;
    background: #ffffff;
    padding: 10px;
    border: 1px solid #cccccc;
    transform: translateY(-55px);
    box-sizing: border-box;
    object-fit: contain;
}
.locationTileTitle {
    font-size: 18px;
    font-weight: 600;
    /* width: 100%; */
    padding: 10px 20px 0px 20px !important;
    box-sizing: border-box;
}
.locationTileLogo {
    max-height: 80px;
    max-width: 80px;
    height: 80px;
    width: 80px;
    margin: 0px auto -55px auto;
}
.locationTileButtons {
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px auto 0px auto;
}
.locationTileButtons a {
    margin-top: unset !important;
}
.locationTileButtons a svg {
    width: 18px;
    line-height: 18px;
}
.webButton.stdButton svg {
    background: transparent !important;
}
.webButton.stdButton:hover svg {
    background: unset !important;
    fill: var(--primary-color) !important;
}

.inner-content:has(.locationPage) {
    margin: unset !important;
    width: 100% !important;
    max-width: unset !important;
    padding: 0px !important;
}
.locationPage {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    border: 1px solid #cccccc;
    background: #F8F9FA;
    padding-bottom: 50px;
    min-height: 100vh;
}
.locationPageCoverimage {
    width: 100%;
    height: 250px !important;
    object-fit: cover !important;
}
.locationPageCoverimage img {
    width: 100%;
    object-fit: cover;
    pointer-events: none;
}
.locationPageLogo img {
    max-height: 150px;
    max-width: 150px !important;
    height: 150px;
    width: 150px;
    background: #ffffff;
    padding: 10px;
    border: 1px solid #cccccc;
    transform: translateY(-75px);
}
.locationPageTitle {
    font-size: 32px;
    font-weight: 600;
    /* width: 100%; */
    padding: 0px 20px 0px 0px !important;
    box-sizing: border-box;
}
.locationPageLogo {
    max-height: 80px;
    max-width: 80px;
    height: 80px;
    width: 80px;
    margin: 0px 0px 0px 0px;
}
.locationPageButtons {
    flex-direction: row;
    display: flex;
    align-items: center;
    grid-gap: 20px;
    margin-bottom: 20px;
}
.locationPageButtons a {
    margin-top: unset !important;
    margin-bottom: unset !important;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 5px;
}
.locationPageButtons a svg {
    width: 18px;
    line-height: 18px;
}
.locationSubTitle {
    color: #b4b4b4;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-flex;
    margin: 10px 0px;
    letter-spacing: 0.2px;
}
.locationPageInformationTileWrapper  {
    display: inline-flex;
    grid-gap: 20px;
    width: 100%;
    flex-wrap: wrap;
}
.locationPageIcon {
    flex-direction: column;
    grid-gap: 5px;
    height: 30px;
    width: 30px;
    border-radius: 50px;
    padding: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--primary-color);
    fill: #ffffff !important;
    margin-top: 10px;
}
.transformXICon svg {
    transform: translateX(-1px);
}
.biggerIcon {
    padding: 3px;
}
.locationPageIcon * {
    fill: #ffffff !important;
}
a.locationHomeButton {
    margin-top: unset;
}
.locationPageInformationTile, .priceTile {
    background: #ffffff;
    border-radius: 10px;
    padding: 20px;
    max-width: 200px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    line-height: 1.2;
}
.priceTile {
    max-width: 460px;
    width: 100%;
    box-sizing: border-box;
}
.locationPageInformationTile span, .priceTile span {
    color: var(--primary-color);
    /* text-transform: capitalize; */
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 900;
}
.locationPageInformationTile p, .priceTile p {
    color: #cccccc !important;
    font-weight: 600;
    text-align: center;
}
.locationHomeWrapper {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    height: 50px;
    width: 100%;
    background-color: #ffffff;
    margin-top: 20px;
    border-radius: 50px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 5px;
    padding: 10px 8px;
    box-sizing: border-box;
}
.locationHomeWrapper a.locationHomeButton {
    max-width: 30px;
    min-width: 30px;
    max-height: 30px;
    min-height: 30px;
    background: var(--primary-color);
    border-radius: 50%;
    padding: 7px;
    box-sizing: border-box;
    fill: #ffffff;
}
.locationCompanyLogo svg {
    height: 30px;
    fill: #b4b4b4 !important;
}
.locationCompanyLogo svg * {
    fill: #b4b4b4 !important;
}
.locationPageInformationTile, .locationPageButtons a {
    transition: .2s;
}
.locationPageInformationTile, .locationPageButtons a:hover * {
    text-decoration: none !important;
}
.locationContent {
    margin-top: 20px;
    color: var(--primary-variant-color);
}
.locationPageInformationTile:hover, .locationPageButtons a:hover {
    box-shadow: rgba(0, 0, 0, 0.3) 0px 3px 5px;
}
.Spinner {
    position: absolute;
    width: 60px;
    height: 60px;
    top: 50%;
	right: 50%;
	margin-top: -30px;
	margin-left: -30px;
    z-index: 101;
    border: 10px solid transparent;
    border-top: 10px solid #333;
    border-radius: 50%;
    animation: spin 2s linear infinite;
    transition: .2s;
	pointer-events: none;
	zoom: 0.6;
}
@media only screen and (max-width: 700px) {
    .locationPageButtons a {
        width: calc(100% - 80px);
    }
    .locationSubTitle {
        width: 100%;
        text-align: center;
        justify-content: center;
    }
    .locationPageInformationTileWrapper {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 15px;
    }
    .locationPageInformationTile {
        font-size: smaller;
        padding: 20px 25px;
        max-width: unset !important;
    }
    .locationPageButtons {
        flex-direction: column;
        grid-gap: 5px;
    }
    .webButton.stdButton svg {
        position: absolute;
        right: 10px;
    }
    .locationPageLogo {
        margin: 0px auto -70px auto;
    }
    .locationPageLogo img {
        transform: translate(-25%, -175px);
    }
    /* .locationPageTitle {
        text-align: center;
        padding: unset !important;
    }
    #locatie header, #locatie #headerBar, #locatie footer {
        display: none !important;
    }
    #locatie main {
        padding-top: unset !important;
    } */
    .locationPage {
        border: 0px;
    }

}