/* Integration page */

.integration .hero__column--left{
        grid-column: 2/span 10;
}

.integration .hero__text {
    padding: 10px 0px 50px 0;
    color: #fff;
}

.integration .hero__text h1 {
    margin-bottom: 10px;
}

.integration .hero__text:before{
    content: '';
    position: absolute;
    width: 6px;
    background-color: #ffcd00;
    height: 58%;
    margin-left: -18px;
}

.integration .section {
    margin-bottom: 80px;
}

.integration .text__column--left {
    grid-column: 2/span 11;
}

.integration .content{
    margin-bottom: 30px;
}

.integration .check-list__list-item {
    margin-left: 2rem;
}

.integration .brands {
    display: grid;
    padding: 0 10% 0 0;
    grid-template-columns: repeat(auto-fit, minmax(100px, auto));
    gap: 3rem;
}
.integration .brands > li {
    align-self: center;
}
.integration .brands > li:last-child{
    margin: 0;
}
.integration .brands > li:before {
    content: none;
}

    .integration .row{
        margin-top: 30px;
        display: flex;
        gap: 50px;
    }
    .integration .row .column1{
        flex: 1;
    }
    .integration .row .column2{
        flex: 2;
    }

/* Desktop */
@media only screen and (min-width: 750px){

    /*.integration .text__column--right > .rich-text > p > img{*/
        /*max-width: none;*/
        /*position: absolute;*/
        /*top: 155px;*/
        /*right: 0;*/
    /*}*/

    .integration .text__column--left > .rich-text > p > img[alt~=Brands]{
       margin-left: -50px;
    }


}
/*Mobile*/
@media screen and (max-width: 870px){
  
    .integration .row{
        display: grid;
    }
  
    .integration .hero__text {
        padding: 40px 0px 5px 0;
    }
    .integration .text__column--right > .rich-text > p > img{
        display: none;
    }
    .integration .check-list__list-item {
        margin-bottom: 0.8em;
    }
    .integration .section {
        margin-bottom: 0;
    }
    .integration .section:last-child {
        margin: 40px 0;
    }

    /*Fix os subnavigation on mobile*/
    .header + .content {
        margin-top: 105px;
    }
  
}

/* End Integration page */

.number-list__container{
    float: right;
}

.number-list__container > .number-list__button{
    float:none;
    margin: 0 0 10px 25px;
    display: grid;
}

#loadingData{
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 20px;
    z-index: 5000;
    background-color: #262626;
    color: #fff;
    border-radius: 0 20px 0 0;
}
#loadingData > p{
    margin-bottom: 15px;
}
#loadingData > p:last-of-type {
    margin-bottom: 0;
}

/* Live Chat */

.o_livechat_button{
    border: 0 !important;
    padding: 18px 20px !important;
    border-radius: 100px !important;
    bottom: 10px !important;
    background-color: #1f73b7 !important;
    color: #FFFFFF !important;
    z-index: 55 !important;
}

.o_thread_window{
    box-shadow: -2px 0px 6px rgb(0 0 0 / 15%) !important;
}

.o_thread_window .o_thread_window_header{
    background-color: rgb(31 115 183);
    color: rgb(255, 255, 255);
    padding: 12px;
    height: auto;
    font-weight: 400;
}

.o_mail_thread .o_thread_message.o_mail_not_discussion{
    background-color: #fff;
    box-shadow: 0px 0px 9px rgb(0 0 0 / 15%);
    border: 0px;
	margin-bottom: 10px;
}

.o_mail_thread .o_thread_message .o_thread_message_core .o_mail_info > small{
	display: flex;
    font-size: 10px;
    margin: 0;
    padding: 0;
    line-height: 8px;
}

.o_mail_thread .o_thread_message .o_thread_message_core .o_thread_message_content{
	margin: 10px 0 3px 0;
    font-size: 14px;
}

.o_thread_window .o_chat_mini_composer{
	padding: 15px;
}

.o_thread_window .o_thread_composer input{
    width: 100%;
    border: 1px solid #d8dcde;
    border-radius: 4px;
    padding: 3px 6px;
}
.o_thread_window .o_thread_window_header .fa-close:before{
	content: "x" !important;
    font-size: small !important;
}

/* FIX DA ANIMAÇÃO APOS O NOVO CHAT (RETIRADA DOS LINKS DEPOIS DE CLICADO) */
a{
    pointer-events: auto !important;
}
