.container-fluid {
	height: 100%;
}

#db-summary {
	position: absolute;
	right: 10px;
	top: 10px;
}

#db-summary-right {
    border-radius: 2px;
    height: 60px;
    float: left;
    padding: 10px;
}

#db-price-net {
    font-size:15px;
}

#db-price-gross{
    font-size:12px;
    font-weight: normal;
}

#db-delivery {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: absolute;
    top: 20px;
    right: 35px;
    width: 205px;
    margin-bottom: 1rem;
    margin-left: 5px;
    font-size:  12px;
}

#db-delivery-short {
    display: flex;
    align-items: center;
    position: absolute;
    align-items: unset;
    left: 60%;
    width: 200px;
    font-size: 12px;
}

#db-delivery-short .short-delivery{
    margin: 0 0 0 10px;
}

@media (max-width: 1350px) {
    #db-delivery {
        display: none;
    }

}
@media (min-width: 1350px) {
    #db-delivery-short {
        display: none;
    }
}

.image-delivery{
    width: 18px;
    margin-bottom: 5px;
    margin-right: 8px;
    margin-top: -12px;
}

.image-delivery-short {
    width: 18px;
}

#db-price-net span {
	font-size: initial;
}

#db-summary-right {
	margin-left: 10px;
}

#db-summary-right img {
	max-height: 100%;
	padding: 5px;
}

#db-summary-center {
	font-size: 12px;
}

#db-config {
    margin-top: 60px;
    overflow-y: auto;
	padding-left: 30px;
    height: 100%;
	padding-right: 30px;
	color: #4d4d4d;
    display: none
}

#db-config > .row {
	padding-top: 10px;
}

#db-config .btn {
	width: 100%;
	border-radius: 0;
}

#db-config .btn-primary {
    border-radius: 0;
	background-color: #758CA6;
	border-color: #758CA6;
}
#sb-tab-project-header {
    display: none;
}
#db-config .btn-primary:hover, #db-config .btn-primary.active {
	background-color: #475766;
	border-color: #475766;
}

#db-config .btn-primary.focus, #db-config .btn-primary:focus {
	box-shadow: none;
}

.card {
    overflow:visible !important;
	border-radius: 0;
	border: 0;
}

.card-header {
	padding: 1px;
	background-color: rgb( 229, 229, 229 );

}
.mb-0, .my-0 {
    margin-bottom: 0!important;
    padding: 0px;
}

.card-header .btn-link {
	color: #4d4d4d;
}

.card-header .btn-link:hover, .card-header .btn:focus {
	text-decoration: none;
	box-shadow: none;
}

.card-header {
	background-image: url( '../img/tab_up.svg' );
	background-position: right 10px center;
	background-repeat: no-repeat;
}

.card-body {
    padding: 12px 5px 12px 5px;
}

.db-fp-hole-count {
    margin-left: 20px;
}

.db-dimension-form{
    overflow-y: auto;
    overflow-x:hidden;
}
#db-dimension-form{
    /*overflow-y: auto;*/
    overflow-x:hidden;
}
.db-of-left {
    margin-left: 15px;
}

.accordion.collapsed .card-header {
	background-image: url( '../img/tab_down.svg' );
}

.accordion {
	padding-bottom: 5px;
}


#sb-tab-dimension-switch, #sb-tab-dimension-pillar-switch{
	max-height: 24px;
	padding-left: 20px;
}

#db-dimension-form .form-group, #db-dimension-pillar-form .form-group {
	padding-top: 10px;
}
.info-box{
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2), 0px 4px 4px 2px rgba(0, 0, 0, 0.13);
    background-color: white;
    padding: 20px;
    border-radius: 5px;
    display: none;
}
#db-dimension-form img, #db-dimension-pillar-form img {
	max-width: 100%;
    max-height: 140px;
}

#sb-tab-dimension .form-control.is-valid,
#sb-tab-dimension .was-validated .form-control:valid,
#sb-tab-dimension-pillar .form-control.is-valid,
#sb-tab-dimension-pillar .was-validated .form-control:valid {
	background-image: none;
	padding-right: unset;
}

#sb-tab-dimension .form-control.is-invalid,
#sb-tab-dimension .was-validated .form-control:invalid,
#sb-tab-dimension-pillar .form-control.is-invalid,
#sb-tab-dimension-pillar .was-validated .form-control:invalid {
	background-image: none;
	padding-right: unset;
}

.db-border-bottom {
	padding-bottom: 10px;
	margin-bottom: 10px;
}

/*
.sb-tab-material-content .row > div {
	border-bottom: 2px solid rgb( 229, 229, 229 );
}

@media (min-width: 1200px ) {
	.sb-tab-material-content .row > div:nth-child(odd) {
		border-right: 2px solid rgb( 229, 229, 229 );
	}

	.sb-tab-material-content .row > div:nth-last-child(1),
	.sb-tab-material-content .row > div:nth-last-child(2):nth-child(odd) {
		border-bottom: 0;
	}
}*/
#sb-tab-material-content .row > div {
    display: flex;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

#sb-tab-material-content .row > div img {
    margin-right: 5px;
}

#sb-tab-material-content a {
    color: #4d4d4d;
}

#sb-tab-material-content a.inactive, #sb-tab-material-assistant-content a.inactive {
    color: #ccc;
}

#sb-tab-material-content a.material-selected, #sb-tab-material-content a.material-selected:hover,
#sb-tab-material-assistant-content a.material-selected, #sb-tab-material-assistant-content a.material-selected:hover{
    color: #758CA6;
    font-weight: bold;
}

#sb-tab-material-content a:hover, #sb-tab-material-assistant-content a:hover {
    text-decoration: none;
    color: #4d4d4d;
}

#sb-tab-letterslot {
    display: none;
}
.hover-box {
    display: none;
    position: absolute;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 10px;
    z-index: 1;
}

.col-xl-6 a:hover .hover-box {
    display: block;
}

.sb-tab-material-assistant-content .row > div {
    display: flex;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    cursor: pointer;
}

.sb-tab-material-assistant-content .row > div img {
    margin-right: 5px;
}

.sb-tab-material-assistant-content a {
    color: #4d4d4d;
    cursor: pointer;
}

.sb-tab-material-content .row > div img {
    margin-right: 5px;
}


.sb-tab-material-assistant-content a.material-selected, sb-tab-material-assistant-content a.material-selected:hover {
    color: #758CA6;
    font-weight: bold;
    cursor: pointer;
}

.assistant-page {
    display: none;
    overflow-y: hidden;
    overflow-x: hidden;
}

.assistant-page .card-body {
    overflow-y: auto;
    overflow-x: hidden;
}

.assistant-page .accordion {
    padding-bottom: unset;
}

#assistant-page-2 .card-body {
    margin-left: -22px;
}

#sb-tab-material-assistant .scrollable-materials {
    width: unset;
    border: unset;
}

.sb-tab-material-content a.material-selected{
    color: #758CA6;
    font-weight: bold;
    cursor: pointer;
}
.sb-tab-material-content a.material-selected:hover {
    color: #758CA6;
    font-weight: bold;
    cursor: pointer;
}

.sb-tab-material-content a {
    color: #4d4d4d;
}
.sb-tab-material-content a:hover {
    text-decoration: none;
    cursor: pointer;
    color: #4d4d4d;
}

.db-title {
    border-bottom: 2px solid rgb( 229, 229, 229 );
    color: #758CA6;
    font-size: large;
    font-weight: bold;
    margin-top: 30px;
}

.db-title:nth-child(1) {
    margin-top: unset;
}

.db-color {
    width: 20px;
    height: 20px;
    margin-right: 30px;
}

.db-module {
    border-bottom: 2px solid rgb(229, 229, 229);
    padding-top: 10px;
    padding-bottom: 10px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.db-module:hover {
    background-color: #f6f6f6;
}

.h5, h5 {
    font-family: Arial;
    font-size: 18px;
    padding-bottom: 20px;
}


.db-module:nth-last-child(1) {
    border-bottom: 0;
}

.db-module a {
    color: #4d4d4d;
}

.db-module a:hover {
    text-decoration: none;
}

.db-module img {
    max-width: 60%;
    max-height: 24px;
}

#db-assistant-sidebar-next img {
    z-index: 1;
    width: 70px;
    height: 70px;
    transform: scaleX(-1);
}

#db-assistant-sidebar-next.btn-primary {
    z-index: 1;
    background-color: white;
    border:none;
    margin: 10px;
    float: right;
    width: 100px;
    height: 50px;
}


.pulsating-circle-button {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    border-radius: 90%;
    position: absolute;
    width: 40px;
    height: 40px;
    border: 2px solid #475766;
    animation: pulsate 1.5s infinite;
}

.pulsating-circle-button:before {
    background-color: #01a4e9;
    border: 2px solid #475766;
    opacity: 60%;
    animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}
.pulsating-circle-button:after {
    border: 2px solid #475766;
    opacity: 60%;
    border-radius: 50%;
    box-shadow: 0 0 8px rgba(0, 0, 0, .3);
    animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -.4s infinite;
}

.zoom-in-zoom-out {
    bottom: 15px;
    z-index: 1;
    position: absolute;
    width: 70px;
    height: 40px;
    border: 2px solid #758CA6;
    border-radius: 20px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    animation: zoom-in-zoom-out 1.3s ease-out infinite;
}

@keyframes zoom-in-zoom-out {
    0% {
        transform: scale(1, 1);
    }
    50% {
        transform: scale(1.3, 1.3);
    }
    100% {
        transform: scale(1, 1);
    }
}

#db-control-call {
    background-image: url("../img/contact.svg");
    background-size: contain;
    background-repeat: no-repeat;
    position: fixed;
    bottom: 0;
    right: 0;
    margin-bottom: 20px;
    margin-right: 20px;
    width: 65px;
    height: 65px;
}

.popup-text{
    font-size: 10px;
    font-weight: bold;
    color: black;
    margin-bottom:0px;
    text-align: left;
    padding-left:5px;
    padding-right: 25px;
}

.next-image-and-pulsating{
    width: fit-content;
    position: relative;
    display: inline-block;
}
#db-assistant-sidebar-back img {
    z-index: 1;
    width: 70px;
    height: 70px;
}

#db-assistant-sidebar-back.btn-primary {
    background-color: white;
    border:none;
    width: 100px;
    height: 50px;
}
#db-assistant-sidebar-next-disabled.btn-primary {
    background-color: white;
    opacity: 0.4;
    border:none;
    margin: 10px;
    float: right;
    width: 100px;
    height: 50px;
}

#db-box-header {
    margin-top: -60px;
    position: fixed;
    justify-content: normal;
    width: 33.4%;
    margin-left: -30px;
    background-image: url(../img/price_banner.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top left;
    color: white;
    height: 70px;
    z-index: 1;
}

#find-installer-top {
    position: absolute;
    top: 13px;
    right: 10px;
    text-decoration: underline;
    border-radius: 0px;
}

.prices {
    font-size: 12px;
    margin-top: 5px;
    padding-left: 70px;
}


@media (max-width: 768px) {
    #db-box-header {
        padding: 10px;
    }

    #find-installer-top {
        margin-top: 5px;
        margin-right: 5px;
        font-size: 8px;
    }
}

@media (max-width: 576px) {
    #db-box-header {
        padding: 5px;
    }

    #find-installer-top {
        margin-top: 2px;
        margin-right: 2px;
        font-size: 8px;
    }
}

#find-installer {
    border-radius: 0px;
    background-color: #758CA6;
    border-color: #758CA6;
}

#find-installer:hover {
    background-color: #475766;
    border-color: #475766;
}
#db-assistant-sidebar-done img {
    z-index: 1;
    width: 70px;
    height: 70px;
    transform: scaleX(-1);
}

#db-assistant-sidebar-done.btn-primary {
    z-index: 1;
    background-color: white;
    border:none;
    margin: 10px;
    float: right;
    width: 100px;
    height: 50px;
}


.close-assistant-sidebar.btn-primary img {
    width: 10px;
}

.close-assistant-sidebar.btn-primary:hover img {
    filter: brightness(0) invert(1) grayscale(100%);
}

#db-assistant-sidebar-back.btn-primary {
    display: none;
    background-color: white;
    border:none;
    margin: 10px;
}

#db-assistant-sidebar-back.btn-primary:hover {
    background-color: white;
    border:none;
}

#db-assistant-sidebar-next.btn-primary:hover {
    background-color: white;
    border:none;
}

#db-assistant-sidebar-done.btn-primary:hover {
    background-color: white;
    border:none;
}
#db-assistant-sidebar-next:focus , #db-assistant-sidebar-back:focus ,#db-assistant-sidebar-next-disabled:focus ,#db-assistant-sidebar-done:focus {
    box-shadow:none;
}
#db-project {
    margin: 20px 0px 25px 0px;
    justify-content: space-between;
}

#db-project .btn-primary,#db-project-sidebar .btn-primary {
    background-color: white;
    border-color: #758CA6;
    border-width: 2px;
    color:#758CA6;
    margin-bottom: 10px;
    margin-top: 10px;
}

#db-project .btn-primary:hover, #db-config .btn-primary.active, #db-assistant-sidebar-back.btn-primary.active ,#db-project-sidebar .btn-primary:hover{
    background-color: #475766;
    border-color: #475766;
    color:white;
}

#db-project-sidebar {
    margin: 10px 0px 25px 0px;
    justify-content: space-between;
}

#start-configuration.btn-primary{
    float: right;
    background-color: #475766;
    border-color: #475766;
    color:white;
    width: 180px;
    margin-bottom: 10px;
}

#db-project .btn-primary.focus, #db-config .btn-primary:focus, #start-configuration.btn-primary:focus ,#db-project-sidebar .btn-primary.focus{
    box-shadow: none;
}

#db-project button, #db-project a ,#db-project-sidebar button {
    width: 150px;
}

#db-popup-cancel-alert{
    cursor: pointer;
}
#sb-tab-main-unit .db-module img {
    max-height: 48px;
}

.db-module a[href="#47114718"] img {
    max-height: 20px;
}

#db-control {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    font-size: 0px;
}

#db-control button {
    height: 47px;
    width: 47px;

    background-color: white;
    background-size: auto 25px;
    background-position: center 10px;
    background-repeat: no-repeat;

    border-radius: 0;
    margin-left: 1px;
    margin-right: 1px;
}

#db-control button.active, #db-control button:hover {
    background-color: #4d4d4d;
    color: white;
}

#db-control button.active, #db-control button:focus {
    box-shadow: none;
}

#db-control-picture {
    background-image: url("../img/picture.svg");
}

#db-control-picture.active, #db-control-picture:hover {
    background-image: url("../img/picture_hover.svg");
}

#db-control-move {
    background-image: url("../img/bewegen.svg");
}

#db-control-move.active, #db-control-move:hover {
    /* background: filter(url( "../img/bewegen.svg" ), invert( 100% )); */
    background-image: url("../img/bewegen_hover.svg");
}

#db-control-zoom {
    background-image: url("../img/zoom.svg");
}

#db-control-zoom.active, #db-control-zoom:hover {
    background-image: url("../img/zoom_hover.svg");
}

#db-control-turn {
    background-image: url("../img/drehen.svg");
}

#db-control-turn.active, #db-control-turn:hover {
    background-image: url("../img/drehen_hover.svg");
}

#db-control-fit {
    background-image: url("../img/anpassen.svg");
}

#db-control-fit.active, #db-control-fit:hover {
    background-image: url("../img/anpassen_hover.svg");
}

#db-control-front {
    background-image: url("../img/frontansicht.svg");
}


#db-control-front.active, #db-control-front:hover {
    background-image: url("../img/frontansicht_hover.svg");
}

#db-vr .btn {
    height: 120px;
    padding-top: 60px;

    background-color: white;
    background-size: auto 35px;
    background-position: center 20px;
    background-repeat: no-repeat;

    width: 80%;
    border-radius: 10px;
    border: 2px solid #4d4d4d;
    margin-top: 10px;
}
.btn {
    border-radius: 0;
}
#db-vr #db-vr-upload.btn {
    padding-top: 75px;
}

#db-vr .btn.active, #db-vr .btn:hover {
    background-color: #4d4d4d;
    color: white;
}

#db-vr button.active, #db-vr button:focus {
    box-shadow: none;
}

#db-vr-upload {
    background-image: url("../img/upload.svg");
}

#db-vr-upload:hover, #db-vr-upload.active {
    background-image: url("../img/upload_hover.svg");
}

#db-vr-camera {
    background-image: url("../img/camera.svg");
}

@media (min-width: 768px) and (max-width: 1196px ) {
    #db-vr-upload {
        font-size: 10px;
    }
}

@media (min-width: 1196px) and (max-width: 1781px ) {
    #db-vr #db-vr-upload.btn {
        padding-top: 65px;
    }
}

#db-control button#db-vr-camera {
    background-color: #758CA6;
}

#db-vr-camera:hover, #db-vr-camera.active {
    background-image: url("../img/camera_hover.svg");
}

input[type="number"] {
    -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.modal-header {
    border-bottom: 0;
    padding: 0;
}

.modal-title {
    display: none;
}

#db-popup .modal-content {
    height: 100%;
}

.modal-content {
    border: unset;
    border-radius: 3px;
    padding-left:5px;
    padding-right:5px;
}

.scrollable-materials {
    height: 100%;
    padding: 10px 10px 10px 10px;
}

.modal-footer .btn {
    border-radius: 0;
    background-color: #758CA6;
    border-color: #758CA6;
}

.modal-footer .btn:hover, .modal-footer .btn-primary:not(:disabled):not(.disabled):active, .modal-footer .btn-secondary:not(:disabled):not(.disabled):active {
    border-radius: 0;
}

.modal-footer .btn-primary:not(:disabled):not(.disabled):active:focus, .modal-footer .btn-secondary:not(:disabled):not(.disabled):active:focus {
    box-shadow: none;
}

.modal-footer .btn-primary.focus, .modal-footer .btn-primary:focus {
    box-shadow: none;
}

.close img{
    border-radius: 0;
    margin-right:-5px;
}
.close, .close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
    opacity: 1;
}

button.close:focus {
    outline: 0;
}
.close-assistant-sidebar, .close-assistant-sidebar:not(:disabled):not(.disabled):focus, .close-assistant-sidebar:not(:disabled):not(.disabled):hover {
    background-color: white;
    border-color: #758CA6;
    color:#758CA6;
}

.grecaptcha-badge {
    visibility: hidden;
}

.db-popup-extension {
    display: none;
}

#db-popup-engraving .row {
    padding-bottom: 15px;
}

#db-popup-big .modal-dialog {
    max-width: 70%;
    height: 90%;
}

#db-popup .modal-dialog{
    margin-left: -22px;
}
#db-popup{
    max-height: 100vh;
    overflow-y: auto;
}
#db-popup-big .modal-content {
    height: 100%;
}

#db-popup .modal-header {
    flex-direction: row-reverse;
}

#db-popup .modal-footer {
    display: none;
}

#db-popup .modal-body {
    padding-bottom: unset;
}

#db-webgl {
    display: none;
    background-color:rgb(204,204,204);
    background-image: url(../img/bright_corner.svg);
    background-size: 520px;
    background-position: 100% 0px;
    background-repeat: no-repeat;
    padding-left:0;
    padding-right:0;
}

#landing-page-image {
    padding: 0;
    height: 100vh;
}
#landing-page-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.show-buttons{
    padding: 1px;
    background-color: white;
    color: #4d4d4d;
}

#db-engraving-error, #db-engraving-helptext {
    display: none;
}

#db-engraving-help {
    cursor: pointer;
}

#db-context-menu {
    position: absolute;
    border: 1px solid black;
    background-color: white;
    display: none;
}

#db-context-menu > div {
    border-bottom: 1px solid black;
    padding: 5px;
}

#db-context-menu > div > a.disabled {
    text-decoration: none;
    cursor: default;
    color: #4d4d4d;
}

#db-context-menu > div > a.disabled:hover {
    color: #4d4d4d;
}

.db-hole {
    display: none;
}

#db-box-type img {
    background-color: rgb(229, 229, 229);
    max-width: 100%;
}

#db-box-type img:hover, #db-box-type a.active img {
    background-color: rgb(155, 155, 155);
}

#db-box-type a {
    color: #4d4d4d;
}

.db-hole-configuration .form-control-sm {
    width: 48px;
}

.db-frontplate-bin img {
    width: 14px;
}

.db-hole-configuration .row {
    border-bottom: 2px solid rgb(229, 229, 229);
    padding-top: 10px;
    padding-bottom: 10px;
}

.db-hole-configuration .row:nth-last-child(1) {
    border-bottom: 0;
}

#db-cutout-configuration .form-control-sm {
    width: 48px;
}

.db-letterbox-positions-container {
    display: table;
}

.db-letterbox-positions-container > div {
    display: table-row;
}

.db-letterbox-positions-container > div > div,
.db-letterbox-positions-container > div > table {
    display: table-cell;
}

.letterbox-dimension-block {
    width: auto;
    margin-top: 15px;
    margin-bottom: 20px;
    padding: 10px;
}


.dimensions-letterbox{
    margin-top: 20px;
}
#db-letterbox-width {
    vertical-align: middle;
    width: 45px;
}

#db-letterbox-width, #db-letterbox-height {
    text-align: center;
}

#db-letterbox-height, #db-letterbox-width {
    background-color: #489af8;
    font-weight: bold;
    font-size: 30px;
}

#db-letterbox-height a, #db-letterbox-width a {
    color: white;
}

#db-letterbox-height a:hover, #db-letterbox-width a:hover {
    text-decoration: none;
}

#db-letterbox-height-increase, #db-letterbox-height-increase-assistant {
    padding-right: 100px;
}

.db-letterbox-positions tr {
    height: 75px;
}

.db-letterbox-positions td {
    width: 75px;
    background-color: #dbe1e8;
    border: 1px solid #758ca6;
    cursor: hand;
}

.db-letterbox-positions td:hover {
    background-color: #758ca6;
}

.db-letterbox-positions td[data-type='0'] {
    background-color: #dbe1e8;
}

.db-letterbox-positions td[data-type='1'] {
    background-color: white;
    background-image: url(../img/letterbox_slot.svg);
}

.db-letterbox-positions td[data-type='2'] {
    background-color: white;
    background-image: url(../img/letterbox_doorbird.svg);
}

.db-letterbox-positions td[data-type='3'] {
    background-color: white;
    background-image: url(../img/letterbox_blank.svg);
}

.db-letterbox-positions-type {
    margin-right: 10px;
    margin-bottom: 10px;
    margin-top: 10px;;
    border: 2px solid transparent;
    float: left;
}

.db-letterbox-positions-type-container {
    width: 100%;
    overflow: auto;
}

.db-letterbox-positions-type.active {
    border: 2px solid #758ca6;
}

#db-letterbox-warning {
    color: red;
    font-weight: bold;
}

a div.db-entry {
    border-bottom: 2px solid rgb(229, 229, 229);
    padding-top: 10px;
    padding-bottom: 10px;
    cursor: pointer;
}
a div.db-entry:hover  {
    cursor: pointer;
}

a:nth-last-child(1) div.db-entry {
    border-bottom: 0;
}
.assistant-page .entry-title{
    margin-top: 15px;
    padding: 20px 10px 40px;
}
a.db-entry {
    color: #4d4d4d;
    text-decoration: none;
}

#assistant-page-1 {
    display: block;
    font-size: 18px;
}

#assistant-page-3 a div.db-entry:active {
    background-color: rgb( 229, 229, 229 );
}

#assistant-page-3 a.active .row.db-entry {
    background-color: rgb(229, 229, 229);
}
.assistant-page a.db-entry.active {
    background-color: rgb( 229, 229, 229 );
    font-weight: unset;
    color: #464646;
}
a.db-entry.active {
    color: #758CA6;
    background-color: rgb( 229, 229, 229 );
    font-weight: bold;
}

#sb-tab-pillar-feet a img {
    max-width: 100%;
}
.db-pillar-feet-1-help, .db-pillar-feet-2-help, .db-pillar-feet-3-help {
    cursor: pointer;
}
#db-pillar-feet-1-help, #db-pillar-feet-2-help, #db-pillar-feet-3-help {
    cursor: pointer;
}
.sb-tab-station-assistant-content{
    font-size: 16px;
}
#sb-tab-letterbox-thruwall img, #sb-tab-letterbox-thruwall-assistant img {
    max-width: 100%;
}

#sb-tab-letterbox-thruwall a, #sb-tab-letterbox-thruwall-assistant a {
    color: #4d4d4d;
    text-decoration: none;
}

#sb-tab-letterbox-thruwall a.active, #sb-tab-letterbox-thruwall-assistant a.active {
    font-weight: bold;
    color: #758CA6;
}

#sb-tab-letterbox-thruwall a.active img, #sb-tab-letterbox-thruwall-assistant a.active img {
    background-color: lightgrey;
}

.db-module.active a {
    font-weight: bold;
    color: #758CA6;
}

.tooltip {
    position: relative;
    display: inline-block;
}

.tooltip::before {
    content: "";
    position: absolute;
    background-color: #000;
    color: #fff;
    padding: 5px;
    border-radius: 3px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
    bottom: 65%;
    left: 90%;
    transform: translateX(-50%);
}

.tooltip:hover::before {
    opacity: 1;
    visibility: visible;
}

.info-tooltip {
    position: absolute;
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px;
    display: none;
    z-index: 1;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.info-button{
    margin-right: 5px;
    margin-top: 6px;
}
.info-button:hover + .info-tooltip {
    margin-left: 20px;
    display: block;
    color: black;
}
#sb-tab-pillar-feet a {
    color: #4d4d4d;
    text-decoration: none;
}
#sb-tab-pillar-feet-assistant a {
    color: #4d4d4d;
    text-decoration: none;
}
#sb-tab-pillar-feet a img, #sb-tab-pillar-feet-assistant a img {
    width: 120px;
}

#sb-tab-pillar-feet a.active, #sb-tab-pillar-feet-assistant a.active {
    font-weight: bold;
    color: #758CA6;
}

#sb-tab-pillar-feet a.active img, #sb-tab-pillar-feet-assistant a.active img {
    background-color: lightgrey;
}

.clickedMainUnit img {
    cursor: pointer;
}

.clickedMainUnitLink {
    display: block;
    width: 100%;
}

#show-station-button, #show-letterbox-button{
    padding: 40px 10px 40px;
    margin-top: 0;
    background-color: white;
    box-shadow: none;
    border-bottom: 2px solid rgb(229, 229, 229);
}

#show-station-button img,#show-letterbox-button img{
    position: sticky;
    left: 80%;
}

.assistant-page #show-station-button,.assistant-page #show-letterbox-button{
    font-size: 16px;
    padding: 40px 10px 40px;
    background-color: white;
    border-bottom: 2px solid rgb(229, 229, 229);
}

.assistant-page #show-station-button:active,
.assistant-page #show-letterbox-button:active,
.assistant-page #show-station-button:focus,
.assistant-page #show-letterbox-button:focus {
    padding: 40px 10px 40px;
    background-color: rgb(229, 229, 229);
    color: black;
    text-decoration: unset;
}
#assistant-page-2 .btn.active {
    box-shadow: none;
    background-color: rgb(229, 229, 229);
}
#show-station-button:hover, #show-letterbox-button:hover{
    padding: 40px 10px 40px;
    background-color: rgb( 229, 229, 229 );
    color: black;
    text-decoration: unset;
}

#sb-tab-main-unit .card {
    overflow: visible;
}

.next-previous-footer-buttons {
    display: flex;
    justify-content: right;
    bottom: 0;
    position: sticky;
    margin: 0px -20px 0px -20px;
    padding:20px;
    background-color: #ffffff;
    box-shadow: 0px -4px 6px rgba(0, 0, 0, 0.1);
}
.next-previous-footer-buttons.no-shadow {
    box-shadow: none;
}
#db-assistant-sidebar-back,#db-assistant-sidebar-next, #db-assistant-sidebar-next-disabled, #db-assistant-sidebar-done {
    display: none;
}

.next-previous-footer-buttons button {
    width: 50px;
}

@keyframes pulse-ring {
    0% {
        transform: scale(.33);
        opacity: 1;
    }
    80%, 100% {
        opacity: 0;
    }
}

@keyframes pulse-dot {
    0% {
        transform: scale(.8);
    }
    50% {
        transform: scale(1);
    }
    100% {
        transform: scale(.8);
    }
}
.pagination-wrapper {
    display: none;
    width: 100%;
    height: 100%;
}
.pagination {
    margin-right: 25px;
    width: 100px;
    position: relative;
    left: 40%;
    top: 40%;
}
.pagination span{
    display: inline-block;
    position: relative;
    width: 15px;
    height: 15px;
    border-radius: 50%;
}

.pagination span:not(.active):before {
    background: grey;
}

.pagination span:before {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    right: 3px;
    bottom: 3px;
    background: black;
    border-radius: 50%;
}

.assistant-page .title_pages {
    margin-bottom: 15px;
    font-size: 18px;
}
.assistant-page .title_page_dimension{
    margin-bottom: 15px;
    font-size: 18px;
}
#sb-tab-dimension-assistant{
    margin-top: 15px;
}
@keyframes pulsate {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
    }
    50% {
        transform: scale(1.2);
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }
    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
    }
}

.modalSupport {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.4);
}

.modal-content-support {
    background-color: #fefefe;
    margin: 10% auto;
    padding: 1rem;
    border: 1px solid #888;
    width: 60%;
    max-width: 500px;
    text-align: left;
    font-size: 16px;
    border-radius: 3px;
    position: relative;
    bottom: 120px;
}

.close-support-popup {
    color: white;
    background-color: #758CA6;
    border-color: #758CA6;
    position: absolute;
    top: -1px;
    right: -1px;
    width: 40px;
    height: 40px;
    font-size: 28px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.close-support-popup:hover,
.close-support-popup:focus {
    color: white;
    text-decoration: none;
    cursor: pointer;
}
.help-container {
    position: absolute;
    padding:20px;
    display: block;
    right: 50px;
    bottom: 50px;

}

.help-button {
    background-color: #f9c72a;
    width: 250px;
    height: 62px;
    border-radius: 5px;
    color: black;
    cursor: pointer;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.feedback-question{
    font-size: 15px;
    margin-top: 15px;
    font-weight: normal;
    text-align: left;
}

.plus-icon {
    font-size: 30px;
    font-family: monospace;
    font-weight: normal;
}

.help-info {
    position: relative;
    bottom: 5px;
    background-color: white;
    padding: 10px;
    width: 250px;
    margin-bottom: -10px;
    border-radius: 0px 0px 5px 5px;
}

.contact-row {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.contact-icon {
    cursor: pointer;
    width: 16px;
    height: 16px;
}


.help-info p {
    margin: 10px 0;
    font-size: 14px;
}

.help-info img {
    vertical-align: middle;
    margin-right: 10px;
}
.contact-link{
    font-size: 14px;
    cursor: pointer;
    text-decoration: none;
    color: black;
}

.contact-link:hover{
    text-decoration: none;
    color: black;
}

.exclusive-circle {
    display: block;
    background-color: #f0c13a;
    color: black;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    font-size: 12px;
    font-weight: normal;
    font-family: inherit;
    text-align: center;
    line-height: 60px;
    margin-right: -18px;
    margin-left: 53px;
    margin-bottom: -50px;
    vertical-align: middle;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media screen and (min-width: 2000px) {
    .exclusive-circle {
        position: absolute;
        right: 0;
        margin-right: 20px;
        top: 80%;
        transform: translateY(-50%);
    }
}
@media (min-width: 1800px) {
    .nowrap-text {
        white-space: nowrap;
    }
}