servconnectstore-maintenence {
    position: relative;
    display: block;
    width: 100%;
    padding: 250px 32px;
}

servconnectstore-maintenence > content {
    position: relative;
    display: block;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}


/* ---- showroomdialog ----- */



showroomdialog {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    z-index: 500;
    color: unset;
    border: unset;
    background: transparent;
    user-select: none;
    -webkit-user-select: none;
}

showroomdialog > showroomdialogbg {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    z-index: 0;
    opacity: 0;
    background: rgb(155, 155, 155);
    transition: opacity .12s linear;
}


showroomdialog > showroomdialogcardwrap {
    position: relative;
    display: block;
    padding: 0;
    z-index: 1;
    transform: scale(1);
    opacity: 0;
    -webkit-filter: drop-shadow(0px 2px 8px rgba(0, 0, 0, .12));
    filter: drop-shadow(0px 2px 8px rgba(0, 0, 0, .12));
    pointer-events: none;
}

showroomdialog.arrow > showroomdialogcardwrap {
    position: absolute;
    left: 0;
    top: 0;
}

showroomdialog > showroomdialogcardwrap showroomdialogarrow {
    display: none;
}

@media(min-width: 751px) {
    showroomdialog:not(.arrow) {
        padding-bottom: 52px;
        padding-right: 60px;
    }

    showroomdialog.arrow > showroomdialogcardwrap showroomdialogarrow {
        position: absolute;
        height: 16px;
        width: 16px;
        background: #ffffff;
        z-index: 0;
        display: inline-block;
    }

    showroomdialog.arrow > showroomdialogcardwrap.tl > showroomdialogarrow {
        left: 6px;
        top: 0px;
        border-left: 1px solid #e0e0e0;
        border-top: 1px solid #e0e0e0;
        transform: translate(50%, -50%) rotate(45deg);
    }

    showroomdialog.arrow > showroomdialogcardwrap.tc > showroomdialogarrow {
        left: 50%;
        top: 0px;
        border-left: 1px solid #e0e0e0;
        border-top: 1px solid #e0e0e0;
        transform: translate(-50%, -50%) rotate(45deg);
    }

    showroomdialog.arrow > showroomdialogcardwrap.tr > showroomdialogarrow {
        right: 6px;
        top: 0px;
        border-left: 1px solid #e0e0e0;
        border-top: 1px solid #e0e0e0;
        transform: translate(-50%, -50%) rotate(45deg);
    }

    showroomdialog.arrow > showroomdialogcardwrap.rt > showroomdialogarrow {
        right: 0;
        top: 6px;
        border-right: 1px solid #e0e0e0;
        border-top: 1px solid #e0e0e0;
        transform: translate(50%, 50%) rotate(45deg);
    }

    showroomdialog.arrow > showroomdialogcardwrap.rc > showroomdialogarrow {
        right: 0;
        top: 50%;
        border-right: 1px solid #e0e0e0;
        border-top: 1px solid #e0e0e0;
        transform: translate(50%, -50%) rotate(45deg);
    }

    showroomdialog.arrow > showroomdialogcardwrap.rb > showroomdialogarrow {
        bottom: 6px;
        right: 0;
        border-right: 1px solid #e0e0e0;
        border-top: 1px solid #e0e0e0;
        transform: translate(50%, -50%) rotate(45deg);
    }

    showroomdialog.arrow > showroomdialogcardwrap.bl > showroomdialogarrow {
        bottom: 0;
        left: 6px;
        border-bottom: 1px solid #e0e0e0;
        border-right: 1px solid #e0e0e0;
        transform: translate(50%, -50%) rotate(45deg);
    }

    showroomdialog.arrow > showroomdialogcardwrap.bc > showroomdialogarrow {
        bottom: 0;
        left: 50%;
        border-bottom: 1px solid #e0e0e0;
        border-right: 1px solid #e0e0e0;
        transform: translate(-50%, -50%) rotate(45deg);
    }

    showroomdialog.arrow > showroomdialogcardwrap.br > showroomdialogarrow {
        bottom: 0;
        right: 6px;
        border-bottom: 1px solid #e0e0e0;
        border-right: 1px solid #e0e0e0;
        transform: translate(-50%, -50%) rotate(45deg);
    }

    showroomdialog.arrow > showroomdialogcardwrap.lt > showroomdialogarrow {
        left: 0;
        top: 32px;
        border-bottom: 1px solid #e0e0e0;
        border-left: 1px solid #e0e0e0;
        transform: translate(-50%, 50%) rotate(45deg);
    }

    showroomdialog.arrow > showroomdialogcardwrap.lc > showroomdialogarrow {
        left: 0;
        top: 50%;
        border-bottom: 1px solid #e0e0e0;
        border-left: 1px solid #e0e0e0;
        transform: translate(-50%, -50%) rotate(45deg);
    }

    showroomdialog.arrow > showroomdialogcardwrap.lb > showroomdialogarrow {
        bottom: 32px;
        left: 0;
        border-bottom: 1px solid #e0e0e0;
        border-left: 1px solid #e0e0e0;
        transform: translate(-50%, -50%) rotate(45deg);
    }



    showroomdialog.arrow > showroomdialogcardwrap.tl {
        transform-origin: 0% 0%;
    }

    showroomdialog.arrow > showroomdialogcardwrap.tc {
        transform-origin: 50% -16px;
    }

    showroomdialog.arrow > showroomdialogcardwrap.tr {
        transform-origin: calc(100% - 16px) 16px;
    }

    showroomdialog.arrow > showroomdialogcardwrap.rt {
        transform-origin: calc(100% - 16px) -16px;
    }

    showroomdialog.arrow > showroomdialogcardwrap.rc {
        transform-origin: calc(100% - 16px) 50%;
    }

    showroomdialog.arrow > showroomdialogcardwrap.rb {
        transform-origin: calc(100% - 16px) calc(100% - 16px);
    }

    showroomdialog.arrow > showroomdialogcardwrap.bl {
        transform-origin: 14px 100%;
    }

    showroomdialog.arrow > showroomdialogcardwrap.bc {
        transform-origin: 50% 100%;
    }

    showroomdialog.arrow > showroomdialogcardwrap.br {
        transform-origin: 0% 0%;
    }

    showroomdialog.arrow > showroomdialogcardwrap.lt {
        transform-origin: 0 16px;
    }

    showroomdialog.arrow > showroomdialogcardwrap.lc {
        transform-origin: 0 50%;
    }

    showroomdialog.arrow > showroomdialogcardwrap.lb {
        transform-origin: 0 calc(100% - 16px);
    }
}


showroomdialog > showroomdialogcardwrap > showroomdialogcontentwrap {
    position: relative;
    display: block;
    padding: 8px 0;
    border-radius: 14px;
    background: rgba(255, 255, 255, 1);
    overflow: auto;
    z-index: 1;
}

@media(max-width: 750px) {
    body showroomdialog {
        padding-top: 52px;
    }

    body showroomdialog > bg {
        background: linear-gradient(to top, #e5e5e5 0%, #e5e5e5 92%, #ffffff 100%);
    }

    body showroomdialog > showroomdialogcardwrap {
        max-height: calc(100% - 16px);
        position: relative;
        overflow: auto;
        border-radius: 14px;
    }

    body showroomdialog > showroomdialogcardwrap > showroomdialogcontentwrap {
        border-radius: unset;
        overflow: visible;
    }

    body showroomdialog > showroomdialogcardwrap stitle {
        margin: 0 auto;
    }

    body showroomdialog list listentry {
        background: rgba(160, 160, 160, .1);
    }

    body showroomdialog list listentry > content > textwrap > showroomdialogcontent > titlewrap > h6 {
        text-align: left;
    }
}



@media(max-width: 750px) {
    body showroomdialog > showroomdialogcardwrap > showroomdialogcontentwrap {
        width: 80vw;
        max-width: 300px;
        padding: 0;
        background: #ffffff;
        backdrop-filter: unset;
        -webkit-backdrop-filter: unset;
    }
}


showroomdialog > showroomdialogcardwrap > showroomdialogcontentwrap > showroomdialogcontent {
    position: relative;
    display: block;
    padding: 0 8px;
}

@media(max-width: 750px) {
    body showroomdialog > showroomdialogcardwrap > showroomdialogcontentwrap > showroomdialogcontent {
        text-align: center;
    }
}

showroomdialog > showroomdialogcardwrap > showroomdialogcontentwrap > showroomdialogactions {
    position: relative;
    display: block;
    overflow: hidden;
}

showroomdialog > showroomdialogcardwrap > showroomdialogcontentwrap > showroomdialogactions:not(:first-child) {
    background: rgba(160, 160, 160, .1);
    margin: 0 8px;
    border-radius: 10px;
}

@media(min-width: 751px) {
    showroomdialog > showroomdialogcardwrap > showroomdialogcontentwrap > showroomdialogactions:not(:first-child) > entry:not(:last-child) {
        border-bottom: 1px solid #dddddd;
    }
}



@media(max-width: 750px) {
    body showroomdialog > showroomdialogcardwrap > showroomdialogcontentwrap > showroomdialogactions:not(:first-child) {
        margin: 0;
        background: unset;
        border-radius: unset;
    }
}

showroomdialog > showroomdialogcardwrap > showroomdialogcontentwrap > showroomdialogactions > entry {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    cursor: pointer;
}

showroomdialog > showroomdialogcardwrap > showroomdialogcontentwrap > showroomdialogactions > entry:not(:last-child) {
    border-bottom: 1px solid #eeeeee;
}

@media(max-width: 750px) {
    body showroomdialog > showroomdialogcardwrap > showroomdialogcontentwrap > showroomdialogactions > entry:not(:last-child) {
        border-bottom: unset;
    }

    body showroomdialog > showroomdialogcardwrap > showroomdialogcontentwrap > showroomdialogactions > entry {
        border-top: 1px solid #e0e0e0;
    }
}

@media(min-width: 751px) {
    showroomdialog > showroomdialogcardwrap > showroomdialogcontentwrap > showroomdialogactions entry:hover {
        background: rgba(0, 0, 0, .025);
    }
}


showroomdialog > showroomdialogcardwrap > showroomdialogcontentwrap > showroomdialogactions entry:active,
showroomdialog > showroomdialogcardwrap > showroomdialogcontentwrap > showroomdialogactions entry.down {
    background: rgba(0, 0, 0, .12);
}

showroomdialog > showroomdialogcardwrap > showroomdialogcontentwrap > showroomdialogactions > entry > icon {
    position: relative;
    display: inline-block;
    font-size: 20px;
    margin: 0;
    color: var(--accent-color);
    flex-grow: 0;
    flex-shrink: 0;
    padding: 0 8px 0 0;
}

showroomdialog > showroomdialogcardwrap > showroomdialogcontentwrap > showroomdialogactions entry > content {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    padding: 8px 16px;
    flex: 1 1 100%;
}

@media(max-width: 750px) {
    body showroomdialog > showroomdialogcardwrap > showroomdialogcontentwrap > showroomdialogactions entry > content {
        padding: 12px 20px;
    }

    body showroomdialog > showroomdialogcardwrap > showroomdialogcontentwrap > showroomdialogactions entry.has-icon > showroomdialogcontent {
        padding-left: 49px;
    }
}


showroomdialog > showroomdialogcardwrap > showroomdialogcontentwrap > showroomdialogactions entry > content > p {
    position: relative;
    display: inline-block;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex: 1 1;
    font-weight: 500;
    color: var(--accent-color);
    opacity: .8;
}

@media(max-width: 750px) {
    body showroomdialog > showroomdialogcardwrap > showroomdialogcontentwrap > showroomdialogactions entry > content > p {
        font-size: 15px;
        text-align: center;
        display: block;
    }
}

showroomdialog > showroomdialogcardwrap > showroomdialogcontentwrap > showroomdialogactions entry > content > icon,
showroomdialog > showroomdialogcardwrap > showroomdialogcontentwrap > showroomdialogactions entry > content > img {
    position: relative;
    display: inline-block;
    cursor: pointer;
    color: var(--accent-color);
    font-size: 17px;
    padding: 0 0 0 12px;
    font-weight: 700;
    opacity: .8;
}

showroomdialog > showroomdialogcardwrap > showroomdialogcontentwrap > showroomdialogactions entry > content > img {
    position: relative;
    width: 17px;
    height: 17px;
    flex: 0 0 17px;
    padding: 0;
    margin: 0 0 0 12px;
}

showroomdialog > showroomdialogcardwrap > showroomdialogcontentwrap > showroomdialogactions entry:active > content > p,
showroomdialog > showroomdialogcardwrap > showroomdialogcontentwrap > showroomdialogactions entry:active > content > icon {
    opacity: 1;
}

showroomdialog > showroomdialogcardwrap > showroomdialogcontentwrap > showroomdialogactions entry.red > content > icon,
showroomdialog > showroomdialogcardwrap > showroomdialogcontentwrap > showroomdialogactions entry.red > content > p {
    color: var(--color-red);
}


@media(min-width: 1000px) {

    showroomdialog > showroomdialogcardwrap > showroomdialogcontentwrap > showroomdialogactions entry:hover > content > p,
    showroomdialog > showroomdialogcardwrap > showroomdialogcontentwrap > showroomdialogactions entry:hover > content > icon {
        opacity: 1;
    }
}






datepickerwrap {
    position: relative;
    display: block;
    max-width: 300px;
}

datepickerwrap > header {
    position: relative;
    display: block;
}

datepickerwrap:not(.ro) > header {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 16px 8px 8px;
    border-bottom: 1px solid #e0e0e0;
}


datepickerwrap > header > p {
    position: relative;
    display: inline-block;
}

datepickerwrap:not(.ro) > header > p {
    position: relative;
    display: inline-block;
    font-weight: 500;
    font-size: 15px;
    padding: 8px 2px 8px 8px;
    margin: 0;
    color: var(--accent-color);
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
}


datepickerwrap > header > expandicon {
    position: relative;
    display: inline-flex;
    align-items: center;
    margin: 0;
    padding: 0;
    width: 18px;
    height: 18px;
    cursor: pointer;
}

datepickerwrap > header > expandicon > svg {
    position: relative;
    display: inline-block;
    fill: var(--accent-color);
    margin: 0;
    padding: 0;
    width: 18px;
    height: 18px;
    cursor: pointer;
}

datepickerwrap > header > emptybutton {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    align-items: center;
    padding: 0 16px 8px;
    font-size: 20px;
    cursor: pointer;
    display: none;
}

showroomdialog datepickerwrap > header > emptybutton {
    display: flex;
}

datepickerwrap > header > emptybutton > svg {
    position: relative;
    display: inline-block;
    fill: var(--accent-color);
    margin: 0;
    padding: 0;
    cursor: pointer;
    width: 20px;
    height: 20px;
}


@media(max-width: 750px) {

    body datepickerwrap > header,
    body datepickerwrap > header > emptybutton {
        padding-top: 8px;
    }
}



datepickerwrap > row {
    position: relative;
    display: grid;
    grid-template-columns: repeat(7, 1fr);
}


showroomdialog datepickerwrap {
    max-width: unset;
}

showroomdialog datepickerwrap > row {
    grid-template-columns: repeat(7, 40px);
    padding: 0 8px;
}



datepickerwrap > row.days {
    padding-top: 8px;
}

datepickerwrap > row > p {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 40px;
    text-align: center;
    user-select: none;
    -webkit-user-select: none;
    margin: 0;
}

datepickerwrap > row.days > p {
    text-transform: uppercase;
    font-size: 12px;
    height: unset;
    color: #666666;
    user-select: none;
    -webkit-user-select: none;
}

datepickerwrap > row.days > p:nth-child(6),
datepickerwrap > row.days > p:nth-child(7) {
    opacity: .6;
}


datepickerwrap > row > div {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    aspect-ratio: 1/1;
    text-align: center;
}

showroomdialog datepickerwrap > row > div {
    height: 40px;
    aspect-ratio: unset;
}

datepickerwrap > row > div::before {
    position: absolute;
    left: 4px;
    top: 4px;
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    content: '';
    border-radius: 50%;
}

showroomdialog datepickerwrap > row > div::before {
    position: absolute;
    left: 5px;
    top: 5px;
    width: 30px;
    height: 30px;
    content: '';
    border-radius: 50%;
}


datepickerwrap > row > div.a::before {
    background: var(--accent-color);
}

datepickerwrap:not(.ro) > row > div:not(.a):active:before {
    background: rgba(155, 155, 155, .2);
}

datepickerwrap > row > div > p {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 16px;
    color: #111111;
    margin: 0;
    user-select: none;
    -webkit-user-select: none;
}

datepickerwrap:not(.ro) > row > div > p {
    font-weight: 500;
    cursor: pointer;
}

datepickerwrap > row > div.a > p {
    font-weight: 550;
    color: #ffffff;
}

datepickerwrap > row > div.disabled:not(.a) {
    opacity: .25;
    pointer-events: none;
}



datepickerwrap > picker {
    position: relative;
    display: flex;
    align-items: center;
    padding: 16px 16px 8px;
    overflow: hidden;
}

datepickerwrap > picker > select {
    position: relative;
    display: block;
    flex: 0 0 65%;
    margin: 0 8px 0 0;
    min-width: unset;
    width: unset;
}

datepickerwrap > picker > input {
    position: relative;
    display: block;
    width: 1px;
    max-width: unset;
    flex: 1 1 1px;
}

showroomdialog timewrap {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    padding: 16px 0 8px;
}

showroomdialog timewrap > h1 {
    position: relative;
    display: inline-block;
    padding: 0;
    margin: 0;
    flex-grow: 0;
    flex-shrink: 0;
}

showroomdialog timewrap > input {
    position: relative;
    display: block;
    width: 60px;
    text-align: center;
    font-size: 32px;
    border-radius: 8px;
    line-height: 1;
    border: 1px solid #dddddd;
}

showroomdialog timewrap > input:focus {
    border: 1px solid var(--accent-color);
}


showroomdatetimepickerbuttons {
    position: relative;
    display: block;
}

showroomdatetimepickerbuttons > entry {
    position: relative;
    display: inline-block;
    padding: 8px 16px;
    background: #f5f5f5;
    border-radius: 8px;
    color: var(--accent-color);
    cursor: pointer;
}


showroomrentalspricingsummary {
    position: relative;
    display: block;
    width: 100%;
}

showroomrentalspricingsummary > h1,
showroomrentalspricingsummary > h2,
showroomrentalspricingsummary > h3,
showroomrentalspricingsummary > h4,
showroomrentalspricingsummary > h5,
showroomrentalspricingsummary > h6 {
    margin-bottom: 4px;
}


showroomrentalspricingsummary > p {
    margin-bottom: 16px;
    font-size: 14px;
}

showroomrentalspricingsummary > total {
    position: relative;
    display: block;
    width: 100%;
    margin: 0 0 16px 0;
}

showroomrentalspricingsummary > total > content {
    position: relative;
    display: block;
    width: 100%;
}

showroomrentalspricingsummary entry {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
}

showroomrentalspricingsummary entry:not(:last-of-type) {
    margin-bottom: 8px;
}

showroomrentalspricingsummary entry:first-of-type {
    padding-top: 0;
}

showroomrentalspricingsummary > entry:last-of-type {
    padding-bottom: 0;
}

showroomrentalspricingsummary entry > column {
    position: relative;
    display: flex;
    width: 100%;
    align-items: center;
}

showroomrentalspricingsummary entry > column:first-of-type {
    max-width: 220px;
    margin: 0 8px 0 0;
}

showroomrentalspricingsummary entry > column > p {
    position: relative;
    display: inline-block;
    flex: 0 1 auto;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 0;
}

showroomrentalspricingsummary entry > column > p:last-of-type {
    color: #222222;
}



showroomrentalspricingsummary entry.b {
    border-top: 1px solid #e0e0e0;
    padding-top: 12px;
    height: 28px;
}

showroomrentalspricingsummary entry.b > column > p {
    font-weight: 600;
}