@import url('https://fonts.googleapis.com/css2?family=Onest:wght@100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&family=Questrial&family=Roboto:wght@300;400;500;700&display=swap');

* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

::-webkit-scrollbar {
    display: none;
}

:root {
    --primary-orange: #fea501;
    --primary-dark: #272030;
    --primary-dark-purple: #100121;
}

.close-style {
    width: 35px;
    height: 35px;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}

.close-style-top-right {
    top: 0px;
    right: 0px;
}

body {
    font-family: roboto, sans-serif;
    overflow: hidden;
}

.fakeBodyElement {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #eeeeee;
}

.noprops {
    all: unset;
}

/* ============== LOADER ===================== */
.loader {
    color: rgb(224, 224, 224);
    width: 80px;
    margin: auto;
    height: 80px;
    border: solid 4px rgba(255, 255, 255, 0.048);
    border-left: var(--primary-dark-purple) 4px solid;
    border-right: #52bfec 4px solid;
    border-radius: 50%;
    animation: loader 0.6s linear infinite;
    margin-bottom: 10px;

}

.logo-loader {
    width: 100%;
    position: relative;
    height: 80px;
}

.image-space-loader {
    width: 100%;
    height: 80px;
    position: absolute;
    top: 0px;
    left: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-loader img {
    width: 40px;
}

@keyframes loader {
    to {
        transform: rotate(360deg);
    }
}

.fixed_loader {
    width: 100%;
    z-index: 99;
    background: rgba(0, 0, 0, 0.6);
    padding: 20% 0 100% 0;
    position: fixed;
    top: 0;
    left: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: progress;
}

.contentFixedLoader {
    width: 250px;
    height: 100px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contentFixedLoader .elements_loader {
    width: 90%;
}

.elements_loader {
    width: 150px;
    padding: 10px 0px;
    margin: auto;
    max-height: 130px;
    border-radius: 4px;
    text-align: center;
    font-family: Montserrat;
    display: inline-block;
    background-color: white;
}

.text-to-loader {
    color: #171717;
    font-size: 0.9em;
}

/* =========================================== */


/* ======= ERROR AND SUCESS MESSAGE ===================== */
.error-message,
.sucess-message {
    width: 100% !important;
    padding: 10px;
    border-radius: 4px;
    background-color: #ffcbcb;
    color: red;
    box-shadow: 0px 0px 10px rgba(255, 0, 0, 0.192);
    display: flex;
    align-items: center;
    font-family: roboto;
    font-size: 0.85em;
}

.error-message img,
.sucess-message img {
    width: 25px;
    height: 25px;
    margin-right: 10px;
}

.error-message p,
.sucess-message {
    width: calc(100% - 35px);
}

.sucess-message {
    background-color: #b1e9cb;
    color: #041f11;
    box-shadow: 0px 0px 10px #38a16931;
}

/* ====================================================== */

.notification-box {
    width: 27px;
    height: 27px;
    position: relative;
    cursor: pointer;
}

.qnt-notification {
    width: auto;
    height: auto;
    background-color: red;
    color: white;
    font-weight: bold;
    position: absolute;
    font-size: 0.8em;
    border-radius: 50px;
    left: -7px;
    top: 0px;
    cursor: pointer;
}

.item-notification {
    padding: 5px;
    cursor: pointer;
    border: solid 1px transparent;
    transition: 0.2s;
}

.item-notification:hover {
    border: solid 1px #8282823f;
}

.qnt-notification p {
    padding: 2px;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}


/* -========================  */
/* validation, talvez seja temporario */
.containerValidation {
    width: 100%;
    height: calc(100vh - 70px);
    background-color: transparent;

    display: flex;
    justify-content: center;
    align-items: center;
}

.box-validation {
    width: 90%;
    max-width: 500px;
    min-height: 35vh;
    text-align: center;
    border-radius: 4px;
    padding: 3% 1%;
    background-color: white;
}


.box-validation .img-sucess img {
    width: 65px;
    height: auto;
}



.box-validation h3 {
    padding: .6em 0px .8em 0px;
}



.box-validation .btn {
    width: auto;
    padding: 10px;
    border: none;
    color: white;
    border-radius: 2px;
    font-size: 1em;
    margin-top: 2em;
    cursor: pointer;
    background-color: rgba(0, 0, 255, 0.582);
}

/* ======================================================== */
/* ======================================================== */



.default-full-btn,
.default-btn {
    width: 100%;
    background-color: rgb(138, 180, 248);
    color: var(--primary-dark-purple);
    font-family: roboto;
    text-align: center;
    padding: 10px;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 0.9em;
    border-radius: 2px;
    outline: none;
    border: none;
}

.default-btn {
    width: 120px;
}



/* ========= ACTIONS ================= */
.actionsOfBox {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: end;
    pointer-events: all;
}

.actionNext,
.actionBack {
    width: 100px;
    padding: 10px;
    background-color: rgb(0, 169, 239);
    color: white;
    text-align: center;
    border-radius: 2px;
    font-family: 'Onest', poppins;
    font-size: 0.9em;
    cursor: pointer;
    box-shadow: 0px 0px 0px #b3f604;
    transition: 0.2s;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.actionNext a,
.actionBack a {
    all: unset;
}

.actionBack img,
.actionNext img {
    width: 20px;
    height: 20px;
}

.actionNext:hover {
    box-shadow: 0px 0px 5px rgba(138, 180, 248, 0.233);
}

@media (max-width: 600px) {
    .actionNext:hover {
        box-shadow: 0px 0px 5px #b1f60400;
    }
}

.actionBack {
    background-color: transparent;
    margin-right: 10px;
    color: #616161;
    font-weight: bold;
}

/* ================================================= */

::placeholder {
    color: #8282828c;
}

:-moz-placeholder {
    color: #8282828c;
}

::-moz-placeholder {
    color: #8282828c;
}

:-ms-input-placeholder {
    color: #8282828c;
}

::-webkit-input-placeholder {
    color: #8282828c;
}


.masterContentbunker {
    width: 98%;
    max-width: 1450px;
    height: calc(100vh - 20px);
    background-color: rgb(255, 255, 255);
    border-radius: 4px;
    box-shadow: 0px 0px 10px #50505018;
    position: relative;
}

.toolsContentbox {
    width: 100%;
    display: flex;
    position: absolute;
    overflow-x: hidden;
}

.lateralTools {
    width: 40px;
    height: calc(100vh - 70px);
    background-color: #ffffff;
    position: relative;
    z-index: 2;
}

.section-subtitle {
    color: #171717;
    font-weight: bold;
    font-size: 1em;
    font-family: 'Onest';
    margin-bottom: 5px;
}

.small-desc-subtitle {
    font-size: 0.8em;
    color: #828282;
    font-family: 'Onest';
    font-weight: normal;
}

.viewContents {
    width: calc(100% - 40px);
    height: calc(100vh - 70px);
    overflow-y: auto;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
}

.itemLateraltool {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.itemLateraltool img {
    width: 30px;
    height: 30px;
    filter: grayscale(1);
    padding: 2.5px;
    border-radius: 4px;
}

.nameTools {
    width: 96%;
    max-width: 200px;
    background-color: white;
    height: calc(100vh - 70px);
    position: absolute;
    top: 0px;
    left: -159px;
    border-right: solid 1px rgba(0, 0, 0, 0.2);
    transition: .4s;
}

.itemNameTools {
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    cursor: pointer;
    font-family: 'Onest';
    color: #8f8f8f;
    font-size: 0.9em;
}

.itemNameTools a {
    all: unset;
}

.hoverService:hover .nameTools {
    left: 40px;
}

.default-input,
textarea {
    width: 100%;
    outline: none;
    padding: 7px 10px;
    border-radius: 2px;
    border: 1px solid rgba(114, 114, 114, 0.3);
    transition: .4s;
    font-family: 'Onest';
    margin-bottom: 7px;
}

.default-label {
    color: #424242;
    font-size: 0.9em;
    font-family: 'Onest';
}

.default-detail {
    outline: none;
}

textarea {
    min-width: 100%;
    max-width: 100px;
    min-height: 100px;
    max-height: 300px;

}

.default-detail summary {
    list-style: none;
    list-style-type: none;
    cursor: pointer;
}

.listAccounts {
    width: 100%;
    max-height: calc(100vh - 70px);
}

.content-list-account,
.content-list-default {
    width: 100%;
    max-height: calc(100vh - 120px);
    overflow-y: auto;
}

.list-actions {
    text-align: right;
    padding-right: 5px;
}

.list-actions img {
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.header-list-account {
    width: 100%;
    background-color: #eeeeee;
    display: flex;
    gap: 7px;
    padding: 5px;
    align-items: center;
    font-family: 'Onest';
    border-radius: 4px 4px 0px 0px;
}

.item-account {
    width: 100%;
    background-color: white;
    display: flex;
    gap: 7px;
    padding: 5px;
    align-items: center;
    font-family: 'Onest';
    border-radius: 4px 4px 0px 0px;
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.item-account:hover {
    background-color: #f5f5f5;
}

.item-account p {
    overflow-wrap: break-word;
    color: var(--primary-dark-purple);
    font-size: 0.85em;
    overflow: hidden;
}

.item-account p:nth-child(1) {
    width: 35%;
}

.item-account p:nth-child(2) {
    width: 30%;
}

.item-account p:nth-child(3) {
    width: 20%;
}

.item-account p:nth-child(4) {
    width: 15%;
}

.item-account p:nth-child(4) img {
    width: 20px;
    height: 20px;
}

.header-list-account p {
    overflow-wrap: break-word;
    color: var(--primary-dark-purple);
    font-size: 0.85em;
    font-weight: bold;
}

.header-list-account p:nth-child(1) {
    width: 40%;
}

.header-list-account p:nth-child(2) {
    width: 30%;
}

.header-list-account p:nth-child(3) {
    width: 20%;
}

.header-list-account p:nth-child(4) {
    width: 10%;
}


.fullBlackBox {
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0px;
    left: 0px;
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 25;
}

.contentPopupConfig {
    width: 96%;
    max-width: 800px;
    padding: 20px;
    background-color: white;
    max-height: calc(100vh - 70px);
    overflow-y: auto;
    border-radius: 4px;
    position: relative;
}

.btnNoBg {
    width: auto;
    border: none;
    padding: 3px 5px;
    text-align: center;
    font-size: 0.8em;
    cursor: pointer;
    color: var(--primary-dark-purple);
    border-radius: 1px;
    background-color: #ddd;
}

.btnNoBg:hover {
    background-color: #ccc;
}

.spaceDrogAndDropfiles,
.importTypebox {
    width: 100%;
    padding: 50px;
    background-color: #ddd;
    border: solid 1px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    cursor: pointer;
}

.importTypebox {
    padding: 20px;
    position: relative;
}

.checkimage {
    width: 25px;
    height: 25px;
    position: absolute;
    right: 10px;
    top: 10px;
    display: none;
}

.spaceDrogAndDropfiles:hover {
    background-color: #ececec;
}

.descDrogAndDropfiles {
    width: 100%;
    text-align: center;
    display: block;
}

.descDrogAndDropfiles img {
    width: 30px;
    height: 30px;
}

#spaceTypePage .descDrogAndDropfiles img {
    width: 70px;
    height: 70px;
}

.descDrogAndDropfiles p {
    color: #171717;
    font-size: 0.9em;
}


.default-fixed-error,
.default-fixed-sucess {
    max-width: 700px;
    width: 100%;
    padding: 20px;
    background-color: rgb(255, 237, 237);
    border-radius: 4px;
    border: solid 2px rgba(255, 255, 255, 0.5);
    text-align: center;
    font-family: 'Onest';
}

.default-fixed-sucess {
    background-color: rgb(242, 255, 242);
}

.default-fixed-sucess p {
    color: #171717;
}

.default-fixed-sucess h2,
.default-fixed-error h2 {
    color: #171717;
    font-size: 1.1em;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.default-fixed-error h2 {
    color: #c40000;
}

.default-fixed-error p {
    font-size: 1em;
    color: #c40000;
}

.listNewsletters,
.listCapturepages {
    width: 100%;
    display: flex;
    overflow: hidden;
    gap: 10px;
}

.listCapturepages {
    overflow-x: auto;
}

.itemNewsletter {
    background-color: #ececec;
    padding: 10px;
    border-radius: 4px;
    border: solid 1px rgba(0, 0, 0, 0.1);
    font-family: 'Onest', roboto;
    width: 270px;
    min-width: 270px;
    height: 245px;
    cursor: pointer;
}

.footer {
    text-align: center;
    margin: 20px auto;
}

.default-h1title {
    font-family: 'Onest';
    font-size: 1.5em;
    margin-bottom: 10px;
}

.itemNewsletter:hover {
    background-color: #f7f7f7;
}

.layoutAddNewsletter {
    width: 100%;
    text-align: center;
    height: 217px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border-radius: 4px;
}

.layoutAddNewsletter:hover {
    background-color: #ddd;
}

.itemImageNewsletter {
    width: 100%;
    height: 180px;
    border: solid 1px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}

.itemImageNewsletter img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
}

.itemElementsNewsletter {
    width: 100%;
}

.itemElementsNewsletter h2 {
    font-size: 1em;
    color: var(--primary-dark-purple);
    margin-top: 5px;
}

.itemElementsNewsletter span {
    font-size: 0.8em;
    color: #424242;
    text-transform: capitalize;
}

.itemElementsNewsletter img {
    width: 20px;
    height: 20px;
    border-radius: 50px;
}

.itemTemplate {
    width: 400px;
    height: auto;
    max-height: 300px;
    padding: 10px;
    font-family: 'Onest';
    border-radius: 2px;
    cursor: pointer;
    border: solid 1px rgba(0, 0, 0, 0.05);

}

.itemTemplate:hover {
    background-color: #eee;
}

.thumbItemTemplate {
    width: 100%;
    height: 200px;
}

.thumbItemTemplate img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 2px;
}

.templateName {
    font-size: 1em;
    color: var(--primary-dark-purple);
    font-weight: bold;
    padding: 2px 0px;
}

.listPosts {
    width: 100%;
    height: auto;
    max-height: 400px;
    overflow-y: auto;
    margin-bottom: 20px;
}

.itemPost {
    width: 100%;
    padding: 10px 5px;
    cursor: pointer;
    font-family: 'Onest';
    border-bottom: solid 1px rgba(0, 0, 0, 0.05);
}

.itemPost h2 {
    font-size: 1.2em;
    color: var(--primary-dark-purple);
}

.itemPost p {
    font-size: 1em;
    color: #242424;
}

.itemPost span.datepost {
    font-size: 0.8em;
    color: #838383;
}

.itemPost:hover {
    background-color: #f7f7f7;
}

.boxConfirmContent {
    width: 90%;
    max-width: 440px;
    background-color: white;
    border-radius: 2px;
    font-family: 'Onest';
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
}

.headerTitle {
    padding: 10px 20px;
    background-color: rgb(214, 214, 214);
    border-radius: 3px 3px 0px 0px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.headerTitle img {
    width: 25px;
    height: 25px;
}

.headerTitle h2 {
    font-size: 1.2em;
    color: var(--primary-dark-purple);
}

.descConfirm {
    width: 100%;
    padding: 10px 20px;
}

.groupTopTools {
    width: 100%;
    display: flex;
    gap: 10px;
}

.itemTopTool {
    width: auto;
    padding: 7px 5px;
    font-family: 'Onest';
    display: flex;
    align-items: center;
    gap: 7px;
    cursor: pointer;
    border-radius: 2px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    font-size: 0.9em;
}

.itemTopTool:hover {
    background-color: var(--primary-dark-purple);
}

.itemTopTool img {
    width: 20px;
    height: 20px;
}

.imagebtnsession {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.imagebtnsession img {
    width: 35px;
    height: 35px;
    padding: 2.5px;
    filter: grayscale(1);
    opacity: 0.5;
}

.imagebtnsession:hover img {
    filter: grayscale(0);
    opacity: 1;
}

/* ============ list box ================== */
.listbox {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 10px;
}

.listboxitem {
    max-width: calc(25% - 10px);
    flex: 1 1 calc(25% - 10px);
    text-align: center;
}

/* ======================================== */


.span-list-mail {
    background-color: #ddd;
    color: #110121;
    padding: 3px;
    border-radius: 2px;
    cursor: pointer;
    margin-right: 5px;
}

.span-list-mail:hover {
    background-color: #f5f5f5;
}


/* ========= emails ======================= */

.email-item {
    display: flex;
    align-items: center;
    padding: 10px;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
    flex-wrap: wrap;
    gap: 20px;
    cursor: pointer;
    font-size: 0.85em;
}

.email-item:hover {
    background-color: #f1f1f1;
}

.email-item input[type="checkbox"] {
    margin-right: 10px;
}

.email-sender {
    font-weight: bold;
    color: #333;
    flex: 1 1 25%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.email-subject {
    flex: 1 1 50%;
    color: #555;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.email-preview {
    font-size: 14px;
    color: #888;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.email-time {
    flex: 1 1 15%;
    text-align: right;
    color: #777;
    font-size: 12px;
}


@media (max-width: 600px) {

    .email-sender,
    .email-subject,
    .email-time {
        flex: 1 1 100%;
        text-align: left;
        margin-bottom: 5px;
    }

    .email-time {
        text-align: right;
        font-size: 11px;
    }
}

/* ======================================== */


/* ============= tirado na erp ========= */

.bignumber {
    font-size: 1.1em;
    font-family: roboto;
    font-weight: bold;
    color: #171717;
    margin: 7px 0px;
}

.three-elements {
    width: 100%;
    display: flex;
    grid-area: 10px;
}

.el {
    width: 33.333%;
}

.two-elements {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

/* ====================================== */


/* ====== SIDEBAR =========== */
/* Estilo geral dos botões */
.sidebar-button {
    display: flex;
    align-items: center;
    padding: 10px 15px;
    border-radius: 20px;
    color: #3c4043;
    font-size: 14px;
    font-family: Arial, sans-serif;
    text-decoration: none;
    margin: 5px 0;
    transition: background-color 0.3s ease, color 0.3s ease;
}

/* Ícones dos botões */
.sidebar-button i {
    margin-right: 10px;
    width: 16px;
    height: 16px;
}

/* Botão com foco (ativo) */
.sidebar-button.active {
    background-color: #e8f0fe;
    color: #1967d2;
}

/* Botão sem foco (normal) */
.sidebar-button:hover {
    background-color: #f1f3f4;
}

.account-selector {
    display: flex;
    align-items: center;
    padding: 10px 15px;
    border-radius: 10px;
    background-color: white;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    width: 100%;
    cursor: pointer;
}

.account-selector i {
    font-size: 20px;
    color: #5f6368;
    margin-right: 10px;
}

.account-selector p {
    border: none;
    font-size: 0.9em;
    color: #5f6368;
    width: 100%;
    cursor: pointer;

}

/* Estilização personalizada para as opções */
.account-selector select option {
    padding: 10px;
    font-size: 16px;
    background-color: #fff;
    color: #5f6368;
    cursor: pointer;
}

/* Estilização ao passar o mouse sobre as opções */
.account-selector select option:hover {
    background-color: #e8f0fe;
    color: #1967d2;
}

/* ========================= */


/* =================== selecao da conta ================== */
.account-list {
    background-color: white;
    border-radius: 12px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    width: 50%;
    padding: 10px;
    margin: auto;
}

.account-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
    border-bottom: 1px solid #e0e0e0;
    cursor: pointer;
}

.account-header i {
    font-size: 16px;
    color: #5f6368;
}

.account-item {
    display: flex;
    align-items: center;
    padding: 10px 15px;
    border-bottom: 1px solid #e0e0e0;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.account-item:last-child {
    border-bottom: none;
}

.account-item:hover {
    background-color: #f1f3f4;
}

.account-icon {
    font-size: 24px;
    color: #5f6368;
    margin-right: 10px;
}

.account-info {
    flex-grow: 1;
}

.account-info span {
    display: block;
    font-size: 14px;
    color: #202124;
}

.account-info small {
    color: #5f6368;
}

.account-action {
    padding: 10px 15px;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.account-action:hover {
    background-color: #f1f3f4;
}

.account-action i {
    margin-right: 10px;
    font-size: 16px;
    color: #1967d2;
}

/* ====================================================== */



/* assunto dos termos de uso */
.content-law,
.sidebar-law {
    width: 100%;
    height: 100vh;
    overflow-y: auto;
}

a.link-session-law,
a.link-session-law:visited {
    display: block;
    color: #00b4fe;
    margin-bottom: 7px;
    text-decoration: none;
}

a.link-session-law:hover {
    text-decoration: underline;
}

a.sublink-session-law {
    margin-left: 10px;
}