.contentBox {
    margin: 20px 50px 250px 50px;
    
    clear: both;
}

.Ssidemenu ul li {
    margin-left: 7px;
}

.Ssidemenu a {
    padding-left: 5px;
}

.Ssidemenu a:hover {
    background: #ececec;
    display: block;
    text-decoration: none;
}

.Ssidemenu h6 {
    padding: 5px;
    background: #ececec;
}

.center {
    margin-left: auto;
    margin-right: auto;
}

.abs_center {
    display: grid;
    place-items: center;
}

ul.list-default {
    margin: 15px 15px;
}

ul.list-default li {
    list-style: square inside url("../images/arrow-list.png");
}

.icon-reference,
.icon-reference p {
    text-align: center !important;
    font-size: 12px;
    margin-bottom: 0;
}

.icon-reference img {
    margin: 10px 0 0 0;
}

#cboxLoadedContent,
#cboxWrapper,
#colorbox {
    width: 100% !important;
}

.thImg {
    padding: 10px;
    background: #fff;
}

.thImg img {
    margin: 10px;
}

.address-info {
    width: 100% !important;
}

.successContact {
    border: dashed 1px #5d9e19;
    background: #e1f2cf;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    font-size: 20px;
    margin-top: 50px;
}

.centerMe {
    display: grid;
    place-items: center;
}

.videoPortfolio {
    text-align: center;
}
.videoPortfolio h3 {
    font-size: 18px;
    margin: 20px 0;
}

.dataPrivacy ul {
    margin: 25px;
}
.dataPrivacy ul > li{
    margin: 10px 0;
}

/* AI CHAT */

.chat-container[data-v-ffd9b4d0] {
    z-index: 9 !important;
}
.fab-icon {
     right: 80px !important;
}
.q-card {
    padding: 10px !important;
}
.q-card>div h2 {
    font-size: 1.75rem !important;
}

.chat-container .ellipsis {
    left: 25px !important;
}
.q-btn {
    align-items: center !important;
    }
    .submit-button[data-v-3f125620] {
        margin-top: 10px !important;
        min-width: 150px !important;
    }
    .q-form {}


@media only screen and (max-width: 1024px) {
    #zoomOut {
        zoom: 32%;
    }

}

@media only screen and (max-width: 479px) {
    .tp-bullets {
        bottom: -46px !important;
    }
    .tp-bullets.simplebullets.square .bullet {
        margin-top: 0;
    }
    .thImg img {
        width: 90%;
        margin: 5px;
    }
}