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

.signtoolitem {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: #1c1f2c;
    padding: 10px 20px;
    border-radius: 50px;
    margin-bottom: 10px;
    font-family: poppins;
}

.signtoolitem img {
    width: 20px;
}

.signtoolitem .signtoolname {
    color: white;
    font-size: 0.9em;
}

.signtoolitem .signtoolprice {
    color: #02c872;
    font-size: 0.9em;
}

.notincludeditem .signtoolname,
.notincludeditem .signtoolprice {
    color: #545966;
}

.signtoolitem-geral {
    border-radius: 0px;
}

.signtoolitem-geral img {
    width: 30px;
}

/* ======================== */
.icon-title {
    display: flex;
    align-items: center;
}

.ticon {
    width: 30px;
    margin-right: 10px;
}

.ticon img {
    width: 100%;
}

/* .ttitle{
    width: calc(100% - 40px);
} */


#btnRefreshListLink {
    width: 25px;
    height: 25px;
    margin-left: 10px;
    cursor: pointer;
    padding: 3px;
    border-radius: 2px;
}

#btnRefreshListLink:hover {
    background-color: #0c1427;
}

.ttitle h2 {
    color: #171717;
    font-size: 1em;
    font-weight: normal;
}

.titleTrackedLink {
    padding: 10px;
    border-bottom: solid 1px #82828279;
}

/* ========= BOX VEREDIT ========= */
.boxVeredit {
    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: 21;

}

.contentVeredit {
    width: 96%;
    max-width: 420px;
    padding: 10px;
    border-radius: 2px;
}

.vereditText {
    font-size: 0.9em;
    font-family: Roboto;
    text-align: center;
    width: 90%;
    margin: auto;
}

.imageVeredit {
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

.imageVeredit img {
    width: 50px;
}

.contentVeredit h2 {
    font-family: roboto;
    font-size: 1.2em;
    margin-top: 0px;
    margin-bottom: 10px;
}

.positiveVeredit {
    background-color: white;
}

.negativeVeredit {
    background-color: #fadcdb;
}

.negativeVeredit h2 {
    color: #5a100b;
}

.positiveVeredit h2 {
    color: #38a169;
}

.fullblackBox,
.fullwhiteBox {
    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;
}

.fullwhiteBox {
    background-color: rgb(255, 255, 255, 0.5);
}

.default-contentfix {
    width: 96%;
    max-width: 700px;
    padding: 10px;
    border-radius: 4px;
    background-color: white;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}

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

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


/* ============== LOADER ===================== */
.loader {
    color: rgb(224, 224, 224);
    width: 80px;
    margin: auto;
    height: 80px;
    border: solid 2px rgba(255, 255, 255, 0.048);
    border-left: #b3f604 2px solid;
    border-right: #b3f604 2px 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;
    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;
}

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

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

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


input,
select,
textarea {
    width: 100%;
    font-family: roboto;
    outline: none;
    margin-bottom: 15px;
    font-size: 0.9em;
    border: solid 1px #4f586c;
    border-radius: 2px;
    background-color: rgba(255, 255, 255, 0);
    color: #9a9da3;
    padding: 5px;
    background-color: #232734;
    pointer-events: all;
}

textarea {
    width: 100%;
    min-width: 100%;
    max-width: 100% !important;
    height: 120px;
    min-height: 120px;
    max-height: 200px;
}

select option {
    background-color: #232734;
}

.central-content {
    width: 90%;
    max-width: 450px;
    margin: auto;
    margin-top: 50px;
}

.label {
    font-family: roboto;
    font-size: 0.9em;
    color: #eee;
    margin: 7px 0px;
}

.dropusername {
    font-family: 'Circular Std Medium', roboto;
    color: white;
    font-weight: normal;
    font-size: 1em;
    text-transform: uppercase;
}

.dropdatasuser {
    font-family: 'Circular Std Medium', roboto;
    font-size: 0.9em;
    color: #d6d6d6a1;
}

.miniboxqnt {
    padding: 3px;
    border-radius: 2px;
    background-color: #171717b7;
    color: white;
    font-size: 0.8em;
}

/* =============== BOX GERAL SOBRE O PLANO */

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

.contentGeralBoxPlan {
    background-color: white;
    width: 96%;
    max-width: 450px;
    padding: 20px 40px;
    border-radius: 20px;
}

.contentGeralBoxPlan h2 {
    font-size: 1.9em;
    font-family: poppins;
    text-align: center;
    line-height: 37px;
    color: #000030;
}

.reddestaque {
    color: red;
    text-decoration: underline;
}

.contentGeralBoxPlan .n-text {
    font-family: roboto;
    font-size: 0.9em;
    color: #000030;
    text-align: center;
    margin: 10px 0px;
}

.alertBoxPlan {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    border-radius: 10px;
    background-color: #fce0e0;
}

.alertBoxPlan img {
    width: 50px;
    margin-right: 15px;
}

.alertBoxPlan p {
    color: #171717;
}

.alertBoxPlan .n-text {
    text-align: justify;
}

.default-round-button {
    width: 96%;
    max-width: 300px;
    margin: auto;
    padding: 15px 5px;
    cursor: pointer;
    border-radius: 50px;
    color: white;
    text-align: center;
    background-color: #1d1aff;
    font-family: poppins;
    font-size: 0.9em;
}

#boxifnotinteress,
#popup-blocked-tool {
    display: none;
}

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

.profilebox {
    width: 95%;
    max-width: 700px;
    margin: 20px auto;
    border: solid 1px #83838356;
    border-radius: 4px;
}

.contentboxprofile {
    width: 100%;
    padding: 10px;
    display: flex;
    gap: 20px;
}

.contentboxprofile input {
    border: none;
    margin-top: 5px;
    margin-bottom: 5px;
}

.dataprofilearea,
.dataplanarea {
    width: 50%;
}

.dataplanarea {
    background: repeating-linear-gradient(231deg, #ffffff0d, transparent 158px);
    padding: 10px;
    border-radius: 4px;
}

.sections-title {
    font-family: Montserrat;
    color: white;
    font-size: 1.4em;
    font-weight: normal;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.topplaninfo {
    width: 100%;
    padding: 15px;
    background-color: white;
    text-align: center;
}

.topplaninfo h2 {
    font-family: Montserrat;
    font-size: 1.2em;
    color: #171717;
}

.infoplan {
    font-size: 0.9em;
    color: #353535;
}


/* ========== POR CAUSA DA VALIDACAO ======== */
.step-v {
    display: block;
}


/* ====== CONFIGURATIONS ========== */

.contentConfigurations {
    width: 95%;
    max-width: 650px;
    min-height: 50px;
    max-height: calc(100vh - 70px);
    overflow-y: auto;
    margin: auto;
    background-color: #232734;
    margin-top: 70px;
    /* padding: 10px; */
    display: none;
    border-radius: 3px;
    box-shadow: 0px 0px 20px rgba(255, 255, 255, 0.046);
}

.contentConfigurations .signtoolitem {
    border-radius: 0px;
    padding: 15px;
}

.contentConfigurations .signtoolitem img {
    width: 30px;
}

.signtoolitem span,
.spandesc {
    display: block;
    font-size: 0.9em;
    color: #b0b0b0;
    margin-top: 3px;
}

.sidebarConfig {
    width: 80%;
    max-width: 250px;
    position: fixed;
    left: 0px;
    padding: 10px;
    padding-left: 0px;
    top: 55px;
}

.sidebarConfig .signtoolitem {
    background-color: transparent;
    border-radius: 0px 50px 50px 0px;
    cursor: pointer;
    margin: 0px;
}

.bx-content {
    width: 100%;
    padding: 5px 20px;
    padding-bottom: 20px;
}

.details-geral summary {
    display: flex;
    list-style: none;
}

.btn-config {
    background-color: rgb(138, 180, 248);
    font-weight: 500;
    color: black;
}

.details-geral summary .signtoolitem {
    border-radius: 2px;
    cursor: pointer;
}

.details-geral .gd-content {
    width: 100%;
    padding: 0px 15px;
    padding-bottom: 15px;
}

.btnGoogleOauthConfig {
    width: 100%;
    margin-bottom: 10px;
}

.listviewlinks,
.listviewImages,
.listviewHeaders {
    width: 100%;
    height: auto;
    max-height: 300px;
    overflow-y: auto;
}

.listviewImages img {
    max-width: 300px;
    padding: 10px;
    border-radius: 4px;
}

.listviewImages img:hover {
    background-color: #000030;
}

#produtorviewimage {
    max-width: 220px;
}

.item-link {
    font-size: 1em;
    font-family: Arial, Helvetica, sans-serif;
    color: rgb(213, 213, 213);
    margin-bottom: 7px;
    cursor: pointer;
    word-wrap: break-word;
    overflow-wrap: break-word;

}

.item-link:hover {
    color: white;
    background-color: #101423;
}


/* ============ header image user ============ */
.user-icon {
    width: 27px;
    height: 27px;
    cursor: pointer;
    border-radius: 50px;
}


/* ============= default popup ========== */

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

.content-default-popup {
    width: 90%;
    max-width: 600px;
    background-color: white;
    position: relative;
    border-radius: 4px;
}

.content-default-popup h2 {
    font-family: 1.1em;
    color: #000030;
    padding: 10px;
    font-weight: normal;
    border-bottom: solid 1px #00003042;
    padding-right: 40px;
}

.popup-scroll-content {
    height: auto;
    max-height: 90vh;
    overflow-y: auto;
}

#box-history-payments {
    display: none;
}

.item-payments-history {
    background-color: #101423;
    padding: 10px;
    border-bottom: solid 1px #828282;
    position: relative;
}

.item-payments-history .h-p-title {
    width: auto;
    /* display: block; */
    font-size: 1em;
    border-radius: 4px;
    color: white;
    margin-bottom: 3px;
}

.item-payments-history input {
    border: none;
    background-color: transparent;
    margin-bottom: 2px;
}

.h-p-status {
    color: red;
    position: absolute;
    right: 10px;
    top: 10px;
}

/* ==================================================== */
/* ==================================================== */
.notselect {
    -webkit-user-select: none;
    /* Safari */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Padrão */
}

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

/* ============== GRID =============================== */
.grid2 {
    display: flex;
    gap: 10px;
}

.el-g-2 {
    width: 50%;
}

@media (max-width: 800px) {
    .grid2 {
        display: block;
    }

    .el-g-2 {
        width: 100%;
    }
}

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


/* =================== BOX CONFIRM =================== */
.box-confirm {
    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: 90;
}

.content-box-confirm {
    width: 90%;
    max-width: 500px;
    background-color: white;
    border-radius: 4px;
    min-height: 50px;
}

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

.noselect {
    -webkit-user-select: none;
    /* Safari */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* PadrÃ£o */
}


.lateralItems {
    width: 100%;
    max-width: 300px;
    height: 100vh;
    background-color: #090a10;
    position: fixed;
    top: 50px;
    left: 0px;
    z-index: 23;
}

.btnRefresh {
    width: 25px;
    height: 25px;
    margin-left: 10px;
    cursor: pointer;
    padding: 3px;
    border-radius: 2px;
}

.btnRefresh:hover {
    background-color: #0c1427;
}

.itemLink {
    width: 100%;
    padding: 10px;
    overflow-x: auto;
}

.itemLink h3 {
    font-size: 0.9em;
    color: #ccc;
}

.spanlink {
    color: rgb(138, 180, 248);
    font-size: 0.9em;
    cursor: pointer;
    overflow-wrap: break-word;
}

.itemLink:hover {
    background-color: #090c16;
}

.listPageLinks {
    width: 100%;
    max-height: 50vh;
    overflow-y: auto;
    padding: 10px 20px;
}

.actionsPage {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 5px;
    margin-top: 3px;
}

.actionsPage button {
    background-color: transparent;
    color: white;
    font-size: 0.8em;
    cursor: pointer;
    padding: 3px 7px;
    border-radius: 2px;
    outline: none;
    border: none;
    transition: 0.2s;
}

.actionsPage button img {
    width: 20px;
    height: 20px;
}

.actionsPage button.green:hover {
    background-color: #179b33;
}

.actionsPage button.red:hover {
    background-color: rgb(182, 0, 0);
}

.actionsPage button.blue:hover {
    background-color: rgb(0 42 111);
}


.listImages {
    width: 100%;
    padding: 5px 20px;
}

.listImages img {
    max-width: 400px;
    display: block;
    padding: 10px;
    border-radius: 4px;
}

.listImages img:hover {
    background-color: #090c16;
}

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

.actionNext,
.actionBack {
    width: 100px;
    padding: 10px;
    background-color: rgb(138, 180, 248);
    color: #171717;
    text-align: center;
    border-radius: 2px;
    font-family: roboto;
    font-size: 0.9em;
    cursor: pointer;
}

.actionBack {
    color: #ddd;
    background-color: transparent;
}

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