body{
    background: #101010;
    width: 100%;
    height: 100%;
}

a{
    text-decoration: none;
}

html, body {
    height: 100%; /* Garante que a altura de 100% seja herdada */
    margin: 0;    /* Remove margens padrão */
    padding: 0;   /* Remove preenchimentos padrão */
    box-sizing: border-box;
}

.logo-watermark{
    position: absolute;
    left: 0px;
    bottom: 0px;
    max-height: 400px;
}

.robotic{
    max-width: 1163px;
    bottom: 0px;
    right: 120px;
    gap: 0px;
    opacity: 0px;
    position: absolute;
    z-index: 2;
}

.optobotlogo{
    width: 398px;
    opacity: 0px;
    bottom: 650px;
    right: 270px;
    gap: 0px;
    position: absolute;
}

.leftColHeader img{
    width: 168px;
    height: 38px;
}

.optobotsimbolo{
    max-width: 549px;
    right: 50px;
    bottom: 400px;
    gap: 0px;
    opacity: 0.1;
    position: absolute;
    z-index: 1;
}

.login-box{
    margin-left: 104px;
    margin-top: 104px;
    max-width: 540px;
    padding: 60px;
    height: 796px;
    flex-shrink: 0;
    border-radius: 20px;
    background: linear-gradient(321deg, rgba(16, 16, 16, 0.20) 5.98%, rgba(21, 21, 21, 0.20) 66.28%), rgba(0, 0, 0, 0.14);
    box-shadow: -8px 4px 5px 0px rgba(0, 0, 0, 0.24);
    backdrop-filter: blur(26.5px);
    position: relative;
    z-index: 5;
}

.login-box-header{
    color: #FFF;
    font-family: "Plus Jakarta Sans";
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.login-box-subheader{
    color: #8B8B8B;
    font-family: "Plus Jakarta Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.login-box-inputField-container{
    color: #8B8B8B;
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 112.4%; /* 17.984px */
}

.login-box-inputField-container input{
    border-radius: 8px;
    border: 1px solid #151515;
    background: #222;
    width: 100%;
    height: 52px;
    flex-shrink: 0;
    color: #888888;
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 112.4%; /* 15.736px */
    padding: 12px;
}

.login-box-inputField-container label{
    margin-bottom: 11px;
}

.login-btn-submit-container{
    width: 100%;
    text-align: center;
}

.login-btn-submit-container button{
    width: 219.487px;
    height: 44.312px;
    flex-shrink: 0;
    color: #FFF;
    text-align: center;
    font-family: "Plus Jakarta Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-radius: 8px;
    background: #14BDEB;
    border: 0;
}

.login-forgot-container{
    width: 100%;
    text-align: center;
    margin-top: 21px;
}

.login-forgot-container a{
    color: #FFF;
    text-align: center;
    font-family: "Plus Jakarta Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration: none;
}

.login-forgot-container a:hover{
    color: #737373;
    text-align: center;
    font-family: "Plus Jakarta Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration: none;
}

.login-box-footer{
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 74px;
    left: 0px;
}

.login-box-footer a{
    color: #8B8B8B;
    font-family: "Plus Jakarta Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration: none;
}


/***************PAGINA INDEX**************/
.leftCol{
    margin-top: 120px;
    margin-left: 28px;
    background-color: #050505;
}

.leftColButtons{
    margin-top: 80px;
}

.leftColButtonsContainer{
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 50px;
    position: relative;
    width: 225px;
}

.leftColButtonsIcon{
    margin-right: 18px;
}

.leftColButtonsText{
    color: #565656;
    font-family: "Plus Jakarta Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.leftColButtonsTextActive{
    color: #8B8B8B;
    font-family: "Plus Jakarta Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.containerPai{
    display: flex;
    flex-direction: row;
    height: 100%;
}

.rightCol{
    border-top-left-radius: 42px;
    border-bottom-left-radius: 42px;
    background: #101010;
    width: 100%;
    padding-left: 40px;
    padding-top: 90px;
    height: 100%;
    overflow: hidden;
}

.leftColButtonsActive{
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    background: #14BDEB;
    height: 58px;
    width: 10px;
    z-index: 999;
    position: absolute;
    left: 215px;
}

.rigthColHeader{
    color: #FDFDFD;
    font-family: "Plus Jakarta Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 18px;
}

.rigthColSubHeader{
    color: #8B8B8B;
    font-family: "Plus Jakarta Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 53px;
}

.rightColSearchContainer{
    position: relative;
    width: 100%;
}

.rightColSearchContainer input{
    display: flex;
    width: 98%;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    color: #565656;
    font-feature-settings: 'liga' off, 'clig' off;

    border-radius: 10px;
    background: #222;

    /* Default size/Body */
    font-family: "SF Pro Text";
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 129.412% */
    letter-spacing: -0.408px;
    border: 0;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 40px;
    font-size: 17px;
}

.rightColSearchContainer i{
    position: absolute;
    left: 8px;
    top: 8px;
    color: #565656;
    font-size: 23px;
}


/* Estilo do Placeholder */
::placeholder {
    font-family: 'Plus Jakarta Sans', sans-serif; /* Alterar para a fonte desejada */
    color: #565656; /* Cor do placeholder */
    font-size: 17px; /* Tamanho da fonte */
}

/* Estilo do Placeholder para Navegadores com Prefixos */
::-webkit-input-placeholder {
    font-family: 'Plus Jakarta Sans', sans-serif;
    color: #565656;
    font-size: 17px;
}

:-ms-input-placeholder {
    font-family: 'Plus Jakarta Sans', sans-serif;
    color: #565656;
    font-size: 17px;
}

::-ms-input-placeholder {
    font-family: 'Plus Jakarta Sans', sans-serif;
    color: #565656;
    font-size: 17px;
}

.rightColContent{

    display: flex;
    flex-direction: row;
    height: 900px;
}

.rigtCol1Container{
    height: 900px;
}

.rightColContent-col{

    display: flex;
    flex-direction: column;

}

.rightColChatContainer{
    margin-top: 39px;
    height: 600px;
    overflow-y: scroll;
    padding-right: 15px;
}

.rightColChatBox{
    max-width: 350px;
    padding: 14px;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 14px;
    border-bottom: 1px rgba(79, 79, 79, 0.50) solid; 
}

.rightColChatBoxActive{
    border-radius: 18px;
    border: 1px solid #303030;
    background: #151515;
    max-width: 350px;
    padding: 14px;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 14px;
}

.rightColChatIcon{
    width: 38px;
    height: 38px;
    border-radius: 3px;
    background: rgba(79, 175, 203, 0.50);
    color: rgba(255, 255, 255, 0.50);
    font-family: Plus Jakarta Sans;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 14px;
}

.rightColChatIconActive{
    width: 38px;
    height: 38px;
    border-radius: 100%;
    background: #4FAFCB;
    color: #FFF;
    font-family: "Plus Jakarta Sans";
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 14px;
}

.rightColChatText1{
    color: rgba(12, 168, 211, 0.50);
    font-family: Plus Jakarta Sans;
    font-size: 11px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border-radius: 2px;
    border: 1px solid rgba(179, 192, 221, 0.00);
    background: rgba(216, 245, 253, 0.08);
    margin-bottom: 8px;
    padding: 3px;
}

.rightColChatText1Active{
    color: #151515;
    font-family: "Plus Jakarta Sans";
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-radius: 2px;
    border: 1px solid rgba(179, 192, 221, 0.00);
    background: #D8F5FD;
    width: auto;
    margin-bottom: 8px;
    padding: 3px;
}

.rightColChatText2{
    color: #9298A1;
    font-family: "Plus Jakarta Sans";
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 6px;
}

.rightColChatText3{
    color: #9AA3AB;
    font-family: "Plus Jakarta Sans";
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    white-space: nowrap;
}

.rightColChatText4{
    color: #4FAFCB;
    font-family: "Plus Jakarta Sans";
    font-size: 12px;
    font-weight: 700;
    line-height: normal;
}




.rigtCol2Container{
   background-color: #151515;
   border-radius: 18px;
   box-sizing: border-box;
   margin-right: 50px;
   width: 100%;
   border: 1px #303030 solid;
   padding: 22px;
   height: 800px;
}

.rigtCol2TextTop{
    color: #8B8B8B;
    font-family: "Plus Jakarta Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    overflow: auto;
}

.rigtCol2MsgSopportContainer{
    margin-top: 47px;
    display: flex;
    flex-direction: row;
}

.rigtCol2MsgSopportTextContainer{
    display: flex;
    flex-direction: column;
    margin-left: 15px;
}

.rigtCol2MsgSopportTextTitle{
    color: #8B8B8B;
    font-family: "Plus Jakarta Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 10px;
}

.rigtCol2MsgSopportText{
    color: #FDFDFD;
    font-family: "Plus Jakarta Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21.6px; /* 154.286% */
}

.rigtCol2MsgSopportTextFooter{
    color: #8B8B8B;
    font-family: "Plus Jakarta Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 10px
}

.rigtCol2MsgUserContainer{
    text-align: right;
    max-width: 60%;
    float: right;
    overflow: auto;
}

.rigtCol2MsgUserTitle{
    color: #8B8B8B;
    font-family: "Plus Jakarta Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 10px;
}

.rigtCol2MsgUserText{
    border-radius: 7px;
    background: #222;
    color: #FDFDFD;
    text-align: right;
    font-family: "Plus Jakarta Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21.6px; /* 154.286% */
    width: auto;
    padding: 10px;
    text-align: left;
    overflow: auto;
}

.rigtCol2MsgUserFooter{
    color: #8B8B8B;
    font-family: "Plus Jakarta Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 10px;
    text-align: left;
}

.rigtCol2MsgContainer{
    margin-left: 70px;
    margin-right: 0px;
    margin-top: 50px;
    padding-bottom: 50px;
    padding-right: 50px;
    display: flex;
    flex-direction: column-reverse;
    overflow-y: scroll;
    height: 650px;
}

/* Estilo do scrollbar (funciona em navegadores baseados em Webkit) */
.rigtCol2MsgContainer::-webkit-scrollbar {
    width: 8px; /* Largura do scrollbar */
}

.rigtCol2MsgContainer::-webkit-scrollbar-track {
    background: #1a1a1a; /* Cor do fundo do scrollbar */
    border-radius: 10px; /* Bordas arredondadas */
}

.rigtCol2MsgContainer::-webkit-scrollbar-thumb {
    background: #333; /* Cor do "polegar" do scrollbar */
    border-radius: 10px; /* Bordas arredondadas */
}

.rigtCol2MsgContainer::-webkit-scrollbar-thumb:hover {
    background: #555; /* Cor mais clara ao passar o mouse */
}

/* Para navegadores que suportam scrollbar padrão */
.rigtCol2MsgContainer {
    scrollbar-color: #333 #1a1a1a; /* Polegar e trilha */
    scrollbar-width: thin; /* Scrollbar fino */
}


/* Estilo do scrollbar (funciona em navegadores baseados em Webkit) */
.rightColChatContainer::-webkit-scrollbar {
    width: 8px; /* Largura do scrollbar */
}

.rightColChatContainer::-webkit-scrollbar-track {
    background: #1a1a1a; /* Cor do fundo do scrollbar */
    border-radius: 10px; /* Bordas arredondadas */
}

.rightColChatContainer::-webkit-scrollbar-thumb {
    background: #333; /* Cor do "polegar" do scrollbar */
    border-radius: 10px; /* Bordas arredondadas */
}

.rightColChatContainer::-webkit-scrollbar-thumb:hover {
    background: #555; /* Cor mais clara ao passar o mouse */
}

/* Para navegadores que suportam scrollbar padrão */
.rightColChatContainer {
    scrollbar-color: #333 #1a1a1a; /* Polegar e trilha */
    scrollbar-width: thin; /* Scrollbar fino */
}


.loading-spinner {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%; /* Ocupa todo o contêiner */
}

.loading-spinner::after {
    content: '';
    width: 40px;
    height: 40px;
    border: 5px solid #ccc; /* Cor do fundo do spinner */
    border-top-color: #14BDEB; /* Cor da borda superior */
    border-radius: 50%;
    animation: spin 1s linear infinite; /* Animação de rotação */
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}


.knowledge-container{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
}

.knowledge-box{
    width: 218px;
    height: 126px;
    flex-shrink: 0;
    border-radius: 20px;
    border: 1px solid #303030;
    background: #151515;
    padding: 20px;
}
.bookIcon{
    float: left;
}
.menuVertical{
    transform: rotate(90deg); /* Gira a div em 90 graus */
    width: 20px;
    height: 20px;
    text-align: center;
    float: right;
}

.float{
    overflow: auto;
}

.knowledge-fileName{
    color: #9298A1;
    font-family: "Plus Jakarta Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    float: left;
}

.btoAddKnowledge{
    width: 300px;
    color: #14BDEB;
    text-align: center;
    font-family: "Plus Jakarta Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-radius: 8px;
    border: 1px solid #14BDEB;
    padding: 20px;
}

.btoAddKnowledge:hover{
    width: 300px;
    color: #ffffff;
    text-align: center;
    font-family: "Plus Jakarta Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-radius: 8px;
    background: #14BDEB;
    padding: 20px;
}

.btoBack{
    color: #565656;
    text-align: center;
    font-family: "Plus Jakarta Sans";
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: flex;
    flex-direction: row;
}
.btoBack:hover{
    color: #14BDEB;
    text-align: center;
    font-family: "Plus Jakarta Sans";
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: flex;
    flex-direction: row;
}

.btoPdfUpload{
    border-radius: 8px;
    border: 1px solid #303030;
    background: #151515;
    width: 144px;
    height: 46px;
    display: flex;
    flex-shrink: 0;
    flex-direction: row;
    padding: 25px;
    gap: 15px;
    justify-content: center;
    align-items: center;
}

.btoPdfUpload:hover{
    color: #FFFFFF;
    border-radius: 8px;
    border: 1px solid #303030;
    background: #14BDEB;
    width: 144px;
    height: 46px;
    display: flex;
    flex-shrink: 0;
    flex-direction: row;
    padding: 25px;
    gap: 15px;
    justify-content: center;
    align-items: center;
}

.btoPdfUploadText{
    color: #8B8B8B;
    font-family: "Plus Jakarta Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.upload-box{
    border-radius: 8px;
    border: 2px dashed #565656;
    padding: 30px;
    display: flex;
    flex-direction: row;
    gap: 20px;
    justify-content: space-between;
    align-items: center;
}
.upload-box-text{
    color: #8B8B8B;
    font-family: Helvetica;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.upload-box-submit{
    width: 96px;
    color: #ffffff;
    text-align: center;
    font-family: "Plus Jakarta Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-radius: 8px;
    background: #14BDEB;
    padding: 15px;
    margin-top: 30px;
    border: 0;
}

.knowledgw-list-container table{
    width: 100%;
}
.knowledgw-list-container table thead tr th{
    border-bottom: 1px solid #2F2F2F;
    color: #8B8B8B;
    padding: 15px;
}
.knowledgw-list-container table tbody tr td{
    border-bottom: 1px solid #2F2F2F;
    color: #8B8B8B;
    padding: 15px;
}

.knowledge-list-title{
    color: #FDFDFD;
    font-family: "Plus Jakarta Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.knowledge-list-header{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}



.settings-form-group{
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 15px;
}
.settings-form-label{
    color: #8B8B8B;
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 112.4%; /* 17.984px */
}
.settings-form-group input{
    border-radius: 8px;
    border: 1px solid #151515;
    background: linear-gradient(0deg, #222 0%, #222 100%), #151515;
    padding: 15px;
    color: #FFFFFF;
}
.settings-form-group select{
    border-radius: 8px;
    border: 1px solid #151515;
    background: linear-gradient(0deg, #222 0%, #222 100%), #151515;
    padding: 15px;
    color: #FFFFFF;
}

.rightColChatText{
    width: 100%;
}
.rightColChatTextActive{
    width: 100%;
}


/********************RESPONSIVE TELAS ABAIXO DE 1024px*****************************/
@media screen and (max-width: 1023px) {
    .logo-watermark{
        display: none;
    }
    .robotic{
        display: none;
    }
    .optobotlogo{
        display: none;
    }
    .optobotsimbolo{
        display: none;
    }
    .login-box{
        margin-left: 30px;
        margin-right: 30px;
        margin-top: 30px;
        max-width: 100%;
        padding: 30px;
        height: 796px;
        flex-shrink: 0;
        border-radius: 20px;
        background: linear-gradient(321deg, rgba(16, 16, 16, 0.20) 5.98%, rgba(21, 21, 21, 0.20) 66.28%), rgba(0, 0, 0, 0.14);
        box-shadow: -8px 4px 5px 0px rgba(0, 0, 0, 0.24);
        backdrop-filter: blur(26.5px);
        position: relative;
        z-index: 5;
    }


    .containerPai{
        display: flex;
        flex-direction: column;
        height: 100%;
    }
    .rightCol{
        border-top-left-radius: 42px;
        border-bottom-left-radius: 42px;
        background: #101010;
        width: 100%;
        padding-left: 40px;
        padding-top: 90px;
        height: 100%;
        overflow: auto;
    }
    .rightColContent{

        display: flex;
        flex-direction: column;
        height: 900px;
    }
    .rigtCol2Container{
        background-color: #151515;
        border-radius: 18px;
        box-sizing: border-box;
        margin-right: 0px;
        width: 100%;
        border: 1px #303030 solid;
        padding: 22px;
        height: 100%;
     }
     .rigtCol1Container{
        height: 100%;
        width: 100%;
    }
    .rightColChatContainer{
        margin-top: 39px;
        height: 100%;
        overflow-y: auto;
        padding-right: 15px;
    }
    .rightColChatBox{
        max-width: 100%;
        padding: 14px;
        display: flex;
        flex-direction: row;
        align-items: center;
        margin-bottom: 14px;
        border-bottom: 1px rgba(79, 79, 79, 0.50) solid; 
    }
    
    .rightColChatBoxActive{
        border-radius: 18px;
        border: 1px solid #303030;
        background: #151515;
        max-width: 100%;
        padding: 14px;
        display: flex;
        flex-direction: row;
        align-items: center;
        margin-bottom: 14px;
    }
    .rightColChatText1{
        color: rgba(12, 168, 211, 0.50);
        font-family: Plus Jakarta Sans;
        font-size: 11px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        border-radius: 2px;
        border: 1px solid rgba(179, 192, 221, 0.00);
        background: rgba(216, 245, 253, 0.08);
        margin-bottom: 8px;
        padding: 3px;
        width: 100%;
    }
    
    .rightColChatText1Active{
        color: #151515;
        font-family: "Plus Jakarta Sans";
        font-size: 11px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        border-radius: 2px;
        border: 1px solid rgba(179, 192, 221, 0.00);
        background: #D8F5FD;
        width: 100%;
        margin-bottom: 8px;
        padding: 3px;
    }
    .rigtCol2Container{
        background-color: #151515;
        border-radius: 18px;
        box-sizing: border-box;
        margin-right: 8px;
        width: 100%;
        border: 1px #303030 solid;
        padding: 22px;
        height: 100%;
     }
    .rigtCol2MsgContainer{
        margin-left: 8px;
        margin-right: 8px;
        margin-top: 20px;
        padding-bottom: 20px;
        padding-right: 20px;
        display: flex;
        flex-direction: column-reverse;
        overflow-y: auto;
        height: 100%;
    }

    .rightCol{
        border-top-left-radius: 42px;
        border-bottom-left-radius: 42px;
        background: #101010;
        width: 100%;
        padding-left: 20px;
        padding-top: 90px;
        height: 100%;
        overflow: hidden;
    }
    
}