.text-wrap {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}

.jstree-clicked {
    font-weight: bold !important;
}

.float-right {
    float: right;
}

.login-flag {
    font-size: 25px;
}

.text-disabled {
    color: #C0C0C0 !important;
}

.icon-grey {
    color: rgba(255,255,255,0.6) !important;
}

.text-right {
    text-align: right !important;
}

.card .card-header-xs {
    padding: 40px 40px 10px 40px !important;
}

.hide {
    display: none !important;
}

.note-toolbar.card-header {
    padding: 5px !important;
}


table > tbody > tr > td {
    vertical-align: middle;
}


.icon-notregister {
    font-size: 75px !important;
}

.bold-not {
    font-weight: normal !important;
}

.color-grey-light {
    color: #cecece !important;
}

.bs-folders, .bs-files {
    cursor: pointer !important;
}

.box-signer-mr {
    margin-left: 15px !important;
}

.file-content .ico-sign {
    position: absolute;
    top: 30px;
    left: 25px;
    opacity: 0.7;
}


.file-content .open-detail {
    position: absolute;
    top: 60px;
    right: 25px;
    opacity: 0.7;
}

.kbw-signature {
    width: 400px;
    height: 200px;
}

.logo-login {
    max-width: 250px;
}

.logo-register {
    max-width: 150px;
}

.logo-layout {
    max-width: 170px;
}

.logo-sign {
    max-width: 72px;
}

.signers-container {
    position: relative;
}

    .signers-container > .signer-buttons {
        position: absolute;
        top: 20%;
        right: 5%;
        width: 20px;
        font-size: 18px;
        cursor: pointer;
        text-align: center;
    }

        .signers-container > .signer-buttons > i {
            color: #b1b1b1;
            margin-bottom: 10px;
        }

            .signers-container > .signer-buttons > i:hover {
                color: #7366ff;
            }

.ck-folders {
    position: relative;
}

    .ck-folders > .ck-folder {
        position: absolute;
        top: 47%;
        right: 1%;
    }

.ck-docs {
    position: absolute;
    top: 82%;
    right: 1%;
}

.ck-hide {
    display: none;
}

.ck-footer-container {
    position: fixed;
    top: 92%;
    left: 0%;
    z-index: 20;
    width: 100%;
    padding-right: 50px;
    height: 80px;
    background-color: #262932;
}

.container-move-folder {
    color: white;
    padding: 25px 25px 25px 120px;
}

.input-unify {
    font-size: 14px;
    text-transform: capitalize;
    width: 100%;
    max-width: 350px !important;
    text-align: center;
    color: whitesmoke;
    border: none;
    border-bottom: solid 2px white !important;
    background-color: transparent !important;
}

.img-thumbnail-bs:hover {
    background-color: grey !important;
}

.z-index-9999 {
    z-index: 9999 !important;
}



.modal-grey {
    background-color: #f5f8fa !important;
}

.buy-value {
    font-size: 18px !important;
}

.modal-first {
    z-index: 1070 !important;
}



.bg-grey{
    background-color:gray;
}

.w-90{
    width: 90% !important;
}


.menu-user-info {
    width: 185px; 
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.dropzone-container {
    display: inline-block;
}

.sorting{
    cursor:pointer !important;
}

.accordion-header .form-check {
    margin-bottom: 0;
}

.no-spinner {
    -moz-appearance: textfield !important;
    -webkit-appearance: none !important;
    appearance: none !important;
}

    .no-spinner::-webkit-outer-spin-button,
    .no-spinner::-webkit-inner-spin-button {
        -webkit-appearance: none !important;
        margin: 0; /* Remove margem padrão */
    }


/* Estilo mais específico */
input[type="number"].no-spinner {
    -moz-appearance: textfield; /* Firefox */
    -webkit-appearance: none; /* Chrome, Safari, Opera */
    appearance: none; /* Para navegadores modernos */
}

    /* Remove especificamente os botões de incremento/decremento */
    input[type="number"].no-spinner::-webkit-outer-spin-button,
    input[type="number"].no-spinner::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }
