﻿html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
    overflow-x: hidden;
}

.site-container {
    margin: 0;
    padding: 0px;
    background-color: var(--neutral-colors-5, #F5F5F5);
    display: flex;
    height: 100%;
    /*overflow-y: scroll;*/
}

/*iframe {
    height: 100vh;
    width: 100vw;
}*/

input[type=checkbox] {
    accent-color: var(--continente-primary, #EB0203);
}

.header {
    border-radius: 5px;
}

    .header img {
        width: 100px;
        height: 100px;
        background-color: #F8F9FA;
    }

.menu-button-holder {
    height: 2.35rem;
    margin-top: 33px;
    margin-bottom: 33px;
}

    .menu-button-holder button {
        width: 100%;
    }

.user-logo {
    margin-top: 0.7rem;
    background-color: black;
    color: white;
    padding: 0.6rem;
    border-radius: 7rem;
    height: 2.5rem;
    width: 2.5rem;
    line-height: 1.3rem;
}

.notification-bell {
    margin-top: 0.4rem;
    /* background-color: black; */
    color: #506373;
    padding: 0.6rem;
    /* border-radius: 7rem; */
    height: 2.5rem;
    width: 2.5rem;
    line-height: 1.3rem;
    font-size: 1.5rem;
}

    .notification-bell .badge {
        position: absolute;
        top: 5px;
        right: 200px;
        padding: 4px 6px;
        border-radius: 50%;
        background: red;
        color: white;
        font-size: 10px;
    }

    .notification-bell :hover {
        cursor: pointer;
    }

.notAllowed {
    cursor: not-allowed;
}

.disabledbutton {
    pointer-events: none;
    opacity: 0.4;
}

.version-login {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 10pt;
    height: 26px;
}

/*.version-header {
    margin-top: 20px;
    position: absolute;
    bottom: 0;
    right: 25px;
    font-size: 10pt;
}*/

.version-header {
    position: fixed;
    right: 25px; /* distância da borda direita */
    bottom: 0;
    z-index: 999;
    background: transparent;
    font-size: 10pt;
    margin-top: 0;
    width: auto; /* não ocupa toda a largura */
    left: auto; /* garante que não fica à esquerda */
}

/*/* GRIDS */
.gridButton {
    width: 22px;
    height: 22px;
}

    .gridButton img {
        width: 22px;
        position: absolute;
        top: 4px;
        left: 8px;
    }

.k-filtercell > span > .k-button {
    display: none;
}

.k-window .k-header, .k-grid .k-header {
    background-color: #FFF;
    color: #000;
}

#grid, #taskLogsGrid {
    font-size: 0.8em;
}

.k-filtercell > .k-operator-hidden {
    padding-right: 0;
}

.circle {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    display: inline-block;
}

.greenCircle {
    height: 25px;
    width: 25px;
    background-color: #28A745;
    border-radius: 50%;
    display: inline-block;
}

.redCircle {
    height: 25px;
    width: 25px;
    background-color: #DC3545;
    border-radius: 50%;
    display: inline-block;
}

.grid-detail-holder {
    padding: 1rem;
}

.grid-detail-row {
    padding: 0.5rem;
    display: flex;
}

.grid-detail-cell {
    display: block;
    line-height: 2rem;
}

.grid-detail-info {
    float: left;
    width: 65%;
    margin-left: 5%;
}

.grid-detail-comment {
    float: right;
    width: 30%;
}

.gird-detail-title {
    display: block;
    color: #6B8499;
    font-size: 0.6rem;
    line-height: 0.8rem;
}

.gird-detail-info {
    pointer-events: none;
    border: none;
    color: #1B2126;
    font-size: 0.8rem;
    line-height: 1rem;
}

.gird-detail-Y {
    display: none;
}
/* END GRIDS */
/* FOOTER */
.user-holder {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    border-radius: 5px 5px 0 0;
    width: 300px;
    text-align: center;
    font-size: 10px;
    font-weight: bold;
}

/* END FOOTER */
/*HOME LANDING PAGE*/
.landing-container {
   /* margin-left: 6rem;*/
    /*margin-right: 100px;*/
    padding-left: 6rem;
    padding-right: 2rem;
    margin-top: 3.6rem;
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}

.landing-welcome {
    color: #1B2126;
    font-size: 2rem;
    letter-spacing: 0;
    padding-top: 1.5rem;
    padding-left: 10px;
}

.landing-nav {
}

.landing-nav-btn {
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-top: 2rem;
    /* padding: 1rem; */
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    border: 2px solid #E1E7EB;
    background-color: #FFFFFF;
    color: #506373;
    font-family: sans-serif;
    font-weight: normal;
    font-size: inherit;
    text-decoration: none;
    line-height: 50px;
    width: 14rem;
    margin-right: 2rem;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.08);
    border-radius: 4px;
}

    .landing-nav-btn:hover {
        box-shadow: 0 2px 10px 0 rgba(0,0,0,0.50);
        border: 2px solid #e6e6e6;
        background-color: #e6e6e6;
    }

.landing-nav-icon {
    float: left;
    margin-left: 1rem;
    font-size: 2rem;
}

.landing-nav-text {
    font-size: 1.3rem;
}

.landing-video {
}
/*END HOME LANDING PAGE*/
/* TASKS PAGE */
/*.tasks-header {
    background-color: #FFFFFF;
    height: 3.6rem;
    display: flex;
    width: 100%;
    padding: 0 1rem;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.1);
    margin-bottom: 2px;
    position: absolute;
    top: 0;
    z-index: 30;
    justify-content: space-between;
}*/

.tasks-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    height: 3.6rem;
    background-color: #FFFFFF;
    display: flex;
    width: 100%;
    padding: 0 1rem;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.1);
    justify-content: space-between;
}

.tasks-tab {
    align-content: center;
    text-align: center;
    padding: 0.5rem 2rem;
    font-size: 1rem;
    color: #1B2126;
    cursor: pointer;
}

.task-btn {
}

.tab-selected {
    color: #4A90E2;
    border-bottom: 2px solid #4A90E2;
    font-weight: bold;
}

.tab-long {
    width: 18rem !important;
}

.logo {
    width: 4rem;
}

.title {
    color: #000;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
    margin-left: 1.5rem;
    cursor: default;
}

.header-item {
    line-height: 50px;
    width: auto;
}

    .header-item.right + .header-item.right {
        margin-right: 20px
    }

.usernameDropdown {
    position: relative;
    display: inline-block;
}

.username-initials {
    color: var(--continente-primary, #EB0203);
    text-align: center;
    font-size: 12px;
    /*font-family: Open Sans;*/
    font-style: normal;
    font-weight: 400;
}

.username-menu-initials {
    display: flex;
    width: 32px;
    height: 32px;
    padding: 16px;
    justify-content: center;
    align-items: center;
    margin-top: 0.75rem;
    border-radius: 80px;
    border: 2px solid var(--continente-primary, #EB0203);
    background: var(--continente-brand-colors-primary-100, #FBE4E4);
    cursor: default;
}

.username-menu {
    background-color: #FFFFFF;
    margin-left: 1rem;
    line-height: 58px;
    /*font-family: Open Sans;*/
    height: -webkit-fill-available;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    color: var(--neutral-colors-100, #000);
    cursor: default;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

        .dropdown-content a:hover {
            background-color: #ddd;
        }

.usernameDropdown:hover .dropdown-content {
    display: block;
}

.usernameDropdown:hover .dropbtn {
    background-color: #3e8e41;
}

.right {
    float: right;
}

.left {
    float: left;
}

.user-info {
}

.tasks-body {
    margin-right: 1rem;
    margin-left: 1rem;
    margin-top: 3.6rem;
    margin-bottom: 1rem;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.tasks-title {
    color: #1B2126;
    font-size: 1.5rem;
    letter-spacing: 0;
    padding-top: 1.5rem;
}

.tasks-tabs {
    display: flex;
    border-bottom: 1px solid #C5CED6;
    margin-top: 0.5rem;
}

.tasks-states {
    /*margin-top:2rem;*/
    height: 3.5rem;
}

.tasks-grid-container {
    background-color: white;
    top: 260px;
}

.tasks-fixed-info {
    height: 200px;
    /*position: fixed;
    width:91%;*/
}

.tasks-grid-options {
    display: flex;
    margin-top: 2rem;
    /*padding-top: 1rem;
    padding-right: 1rem;
    padding-left: 1rem;
    height: 4.5rem;
    text-align: right;*/
}

.tasks-buttons {
    margin-left: auto;
    margin-top: auto;
    margin-bottom: auto;
}

.btn-task-status {
    width: 11rem;
    border-radius: 0.2rem;
}

.btn-cancel {
    background-color: #fafafa;
    color: #0062cc;
}

.btn-primary-disabled {
    background-color: #d9d9d9;
    color: #fafafa;
    border-color: #d9d9d9;
    pointer-events: none;
}

.btn-cancel-disabled {
    background-color: #fafafa;
    color: #d9d9d9;
    border-color: #d9d9d9;
    pointer-events: none;
}

.legend-text {
    color: #6B8499;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 16px;
}

.legend-space-right {
    margin-right: 10px;
}

.legend-space-left {
    margin-right: 10px;
}

.state-counter {
    height: 55px;
    width: 175px;
    background-color: #FFFFFF;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.08);
    float: left;
    margin-right: 15px;
    display: flex;
}

.state-text {
    color: #6B8499;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 15px;
    padding-left: 15px;
    margin-top: 8px;
}

.state-number {
    color: #1B2126;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 0px;
    padding-left: 15px;
    margin-bottom: 12px;
}

.counter-text {
    display: block;
}

.counter-img-holder {
    display: block;
    margin-left: auto;
    margin-right: 1rem;
    margin-top: auto;
    margin-bottom: auto;
}

.counter-img {
    width: 1.5rem;
    filter: invert(71%) sepia(25%) saturate(216%) hue-rotate(165deg) brightness(86%) contrast(89%);
}

#grid-master-check {
    margin-right: 4px;
    font-size: 12pt;
    margin-right: 0.5rem;
    cursor: pointer;
}

.grid-bulkselect {
    display: flex;
    font-size: 13px;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid #506373;
    color: #506373;
    width: 100%;
    padding: 2px;
    cursor: pointer;
}

    .grid-bulkselect:hover {
        box-shadow: 0 2px 6px rgb(0 0 0 / 20%), 0 2px 3px rgb(0 0 0 / 5%);
    }

.grid-select {
    position: relative;
    display: inline-block;
    width: 100%;
    color: #999999;
}

.grid-select-header {
    width: 100%;
    line-height: 12px;
}

.grid-select-arrow {
    float: right
}

.grid-select-dropdown {
    display: none;
    position: fixed;
    background-color: #fff;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    border-radius: 4px;
    border: 1px solid #E1E7EB;
}

.grid-select:hover .grid-select-dropdown {
    display: block;
}

.select-item-container {
    display: block;
    padding: 0px 0px 0px 0px;
}

.select-item {
    display: block;
    padding: 5px 5px 10px 10px;
}

    .select-item:hover {
        background-color: #f1f1f1;
    }
/* END TASKS PAGE */
.btn-disabled {
    /*pointer-events: none;*/
    cursor: not-allowed;
    background-color: #5aaaff;
    border-color: #5aaaff;
}

/* TASKS GRID */
.k-grid {
    /*padding: 15.5px*/ /*!important*//*;*/
    border: none !important;
    background-color: #FFFFFF;
}

.k-hierarchy-cell {
    border-bottom: 1px solid #F1F1F1 !important;
}

.k-grid-header th.k-header {
    border-top: 0px; /*!important*/
    border-right: 0px; /*!important*/
    border-left: 0px #d2d9e0; /*!important*/
    border-bottom: 1px solid #d2d9e0; /*!important*/
    padding: 0.5rem; /*!important*/
    font-weight: bold;
    color: #000; /*!important*/
    text-align: center;
}

.k-filter-row {
    /*background-color: white;*/
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.08);
}

    .k-filter-row th {
        border-top: 0px !important;
        border-right: 0px !important;
        border-left: 0px !important;
        border-bottom: 1px solid #d2d9e0 !important;
        padding: 0.5rem !important;
    }

.k-widget {
    border: 1px solid grey;
}

.k-grid tr td {
    border-top: 0px; /*!important;*/
    border-right: 0px; /*!important;*/
    border-left: 0px solid #d2d9e0; /*!important;*/
    border-bottom: 1px solid #d2d9e0; /* #d2d9e0 !important;*/
    /*padding: 0.4rem;*/ /*!important;*/
    padding: 8px;
}


.k-grid-content {
    max-height: 50vh;
    /*padding-bottom: 40px;*/
    min-height: 0;
    overflow-y: auto;
    flex: 1 1 auto;
}

.k-grid-pager {
    border: none !important;
}

.k-grid-header th.k-header > .k-link {
    color: var(--neutral-colors-80, #4E4F4F);
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
}

.k-grid tr td > span {
    overflow: hidden;
    color: #000;
    text-overflow: ellipsis;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

/* END TASKS GRID*/
.popup-success {
    margin: auto;
    display: block;
    font-size: 4rem;
    color: #4A90E2;
}

.popup-error {
    margin: auto;
    display: block;
    font-size: 4rem;
    color: #ff3333;
}

.popup-text {
    text-align: center;
    display: block;
    margin-top: 2rem;
    font-size: 18px;
}


.modal-dialog {
    /*margin: 12.75rem auto !important;*/
    margin: 0px !important;
    height: 100%;
    border-left: 2px solid var(--neutral-colors-10, #EBEBEB);
}


.modal.fade .modal-dialog {
    transition: transform 0.2s linear;
    transform: translate(20rem,0px);
}

.modal.show .modal-dialog {
    transition: transform 0.2s linear;
    transform: translate(0px,0px);
}

.modal-title {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

.comercial-area-title {
    font-size: 16px;
}

.modal-content {
    border: 0px;
    border-radius: 0px;
    height: 100%;
}

.modal-body {
    display: block !important;
    padding: 0rem 1rem 1rem 1rem;
}

.modal-header {
    border: none !important;
    padding: 1rem 1rem 0rem 1rem !important;
}

.modal-footer {
    background-color: white;
    /* border: none !important; */
    justify-content: center;
    position: sticky;
    bottom: 0;
    z-index: 1;
    border-top: 2px solid #EBEBEB;
}

.bootbox-cancel {
    padding: 1rem 4rem;
    border: 1px solid #4A90E2;
    background-color: white;
    color: #4A90E2;
    order: 2;
}

.bootbox-accept {
    padding: 1rem 4rem;
    order: 1;
}

#cancel_reason {
    margin-top: 1rem;
    border-top: none;
    border-bottom: 1px solid gray;
    border-left: none;
    border-right: none;
    border-radius: 0px;
}

.text-counter {
    color: #6B8499;
    font-size: 12px;
    float: right;
}

.validation-error {
    color: #ff0000;
    font-size: 12px;
}

.hide-element {
    /*cursor:not-allowed;
    pointer-events: none;*/
    display: none;
}

.img-dialog-large {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
    max-width: 90%;
}

.img-content-large {
}

.img-body-large {
}

/*START - LOADING img ANIMATION*/

#circleG {
    width: 34px;
    margin: auto;
    padding-top: 1rem;
    padding-right: 3rem;
}

.circleG {
    background-color: rgb(255,255,255);
    float: left;
    height: 7px;
    margin-left: 4px;
    width: 7px;
    animation-name: bounce_circleG;
    -o-animation-name: bounce_circleG;
    -ms-animation-name: bounce_circleG;
    -webkit-animation-name: bounce_circleG;
    -moz-animation-name: bounce_circleG;
    animation-duration: 2.24s;
    -o-animation-duration: 2.24s;
    -ms-animation-duration: 2.24s;
    -webkit-animation-duration: 2.24s;
    -moz-animation-duration: 2.24s;
    animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-direction: normal;
    -o-animation-direction: normal;
    -ms-animation-direction: normal;
    -webkit-animation-direction: normal;
    -moz-animation-direction: normal;
    border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

#circleG_1 {
    animation-delay: 0.45s;
    -o-animation-delay: 0.45s;
    -ms-animation-delay: 0.45s;
    -webkit-animation-delay: 0.45s;
    -moz-animation-delay: 0.45s;
}

#circleG_2 {
    animation-delay: 1.05s;
    -o-animation-delay: 1.05s;
    -ms-animation-delay: 1.05s;
    -webkit-animation-delay: 1.05s;
    -moz-animation-delay: 1.05s;
}

#circleG_3 {
    animation-delay: 1.35s;
    -o-animation-delay: 1.35s;
    -ms-animation-delay: 1.35s;
    -webkit-animation-delay: 1.35s;
    -moz-animation-delay: 1.35s;
}



@keyframes bounce_circleG {
    0% {
    }

    50% {
        background-color: rgb(0,0,0);
    }

    100% {
    }
}

@-o-keyframes bounce_circleG {
    0% {
    }

    50% {
        background-color: rgb(0,0,0);
    }

    100% {
    }
}

@-ms-keyframes bounce_circleG {
    0% {
    }

    50% {
        background-color: rgb(0,0,0);
    }

    100% {
    }
}

@-webkit-keyframes bounce_circleG {
    0% {
    }

    50% {
        background-color: rgb(0,0,0);
    }

    100% {
    }
}

@-moz-keyframes bounce_circleG {
    0% {
    }

    50% {
        background-color: rgb(0,0,0);
    }

    100% {
    }
}

/*END - LOADING img ANIMATION*/

button.bootbox-close-button.close {
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    float: right;
    font-size: 1.40625rem;
    font-weight: 600;
    line-height: 1;
    color: #000;
    text-shadow: none;
    opacity: .5;
}

.bootbox.modal {
    z-index: 99999 !important;
}

/*.modal-backdrop {
    z-index: 99998 !important;
}*/


/*Loading Spinner START*/
/* https://loading.io/css */


.lds-ring {
    display: flex;
    justify-content: center;
    /*margin-bottom: 1rem;*/
    align-items: center;
    margin-top: 10px;
}

    /*.lds-ring {
    display: flex;
    justify-content:center;
    position: relative;
    width: 3rem;
    height: 3rem;
    margin: 1rem;
}*/

    .lds-ring div {
        box-sizing: border-box;
        display: block;
        position: absolute;
        width: 9rem;
        height: 9rem;
        /* margin: 50px;*/
        border: 10px solid #d2d9e0;
        border-radius: 50%;
        animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
        border-color: #d2d9e0 transparent transparent transparent;
    }

        .lds-ring div:nth-child(1) {
            animation-delay: -0.45s;
        }

        .lds-ring div:nth-child(2) {
            animation-delay: -0.3s;
        }

        .lds-ring div:nth-child(3) {
            animation-delay: -0.15s;
        }

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*Loading Spinner END*/

/*no results classes START*/

.totals-no-results-container {
    margin-bottom: 1%;
    height: 12rem;
    margin-top: 2%;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 8px;
    border: 2px solid var(--neutral-colors-10, #EBEBEB);
    background-color: #FFFFFF;
    position: relative;
    /* height: 20rem;
    padding: 1rem 1rem 1rem 1rem;
    margin: 5rem 15rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 2px solid #F1F3F5;
    border-radius: 4px;
    background-color: #FFFFFF;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 8%);
    position: relative;*/
}

/*.resumo-container {*/
/*   display: flex;
    justify-content: flex-start; 
    align-items: flex-start;  
    width: 100%;
    flex-wrap: wrap;
    gap: 0.8rem;
    margin-bottom: 1.5rem;
    color: black;
}*/
.totals-no-results-container-loading {
    /* margin-bottom: 1%; */
    height: 100%;
    width: 100%;
    margin-top: 2%;
    /* padding: 1rem 1rem 1rem 1rem; */
    display: flex;
    flex-direction: column;
    align-items: center;
    /* border-radius: 8px; */
    /*border: 2px solid var(--neutral-colors-10, #EBEBEB);*/
    background-color: white;
    position: relative;
    /*}*/
}

.totals-no-results-label-load {
    background-color: var(--neutral-colors-5, #F5F5F5);
    position: relative;
    height: 100%;
    width: 100%;
    top: 70%;
    left: 50%;
    display: flex;
    justify-content: center;
    /*margin-bottom: 1rem;*/
    align-items: center;
    transform: translate(-50%, -50%);
}
/*  display:flex;
    justify-content:center;
    margin-top: 0%;
    color: #595959;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 21px;
}*/

.totals-no-results-label {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 4px;
    align-items: center;
    color: #595959;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 21px;
    margin: 0;
    height: 70%;
}


.totals-no-results-icon {
    display: flex;
    justify-content: center;
    margin-top: 2%;
    font-size: 60pt;
    color: #d2d9e0;
    /* font-size: 100pt;
    color: #d2d9e0;*/
}

/*no results classes END*/


.download-button {
    color: var(--continente-primary, #EB0203);
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    cursor: default;
}

.filtros-button {
    color: var(--neutral-colors-0, #FFF);
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
}

/*.filters-bar {
    display: flex;
    height: 2px;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    background: var(--neutral-colors-10, #EBEBEB);
}*/

.EditUser-new-buttons-container {
    margin-top: 30px;
    margin-bottom: 24px;
    margin-left: 462px; /*486px*/
    font-weight: bold;
}

.itemlist-new-btn {
    background-color: #EB0203;
    border: 2px solid #EB0203;
    border-radius: 8px;
    color: #FFFFFF; /* Define o texto como branco */
    font-weight: bold; /* Deixa o texto em negrito */
    width: 99px;
    height: 40px;
}

.itemlist-cancel-btn {
    background-color: #FFFFFF;
    color: #EB0203;
    border: 2px solid #EB0203; /* Define um contorno vermelho com 2px de espessura */
    border-radius: 8px;
    font-weight: bold; /* Deixa o texto em negrito */
    width: 99px;
    height: 40px;
    margin-right: 24px;
}

#user-data {
    display: flex;
}

.userlist-new-field-container {
    /*width: 50%;*/
    width: 366px;
}

.userlist-new-label {
    display: block; /* Força o label a ir para a linha de cima */
    /*margin-bottom: 30px;*/ /* Adiciona um pequeno espaço abaixo do label */
    width: 712px; /* Define a largura para 712px */
    height: 16px; /* Define a altura para 40px */
    display: inline-block; /* Garante que as dimensões sejam aplicadas corretamente */
    margin-left: 24px;
    margin-right: 24px;
    color: #6F7070;
}

.itemlist-new-field {
    width: 320px; /* Define a largura para 712px */
    height: 40px; /* Define a altura para 40px */
    display: inline-block; /* Garante que as dimensões sejam aplicadas corretamente */
    border-radius: 8px;
    border: 2px solid #EBEBEB;
    margin-bottom: 16px;
    margin-top: 8px;
    margin-left: 24px;
    margin-right: 24px;
    outline: none;
}

/*.itemlist-new-field:focus-visible {
        width: 688px;*/ /* Define a largura para 712px */
/*height: 40px;*/ /* Define a altura para 40px */
/*display: inline-block;*/ /* Garante que as dimensões sejam aplicadas corretamente */
/*border-radius: 8px;
        border: 2px solid #EBEBEB;
        margin-bottom: 16px;
        margin-top: 8px;
        margin-left: 24px;
        margin-right: 24px;
        outline: none;
    }*/


.userlist-new-field-short {
    width: 280px;
    height: 36px;
    display: inline-block;
    border-radius: 8px;
    /*border: 2px solid #EBEBEB;*/
    border: none;
    margin-bottom: 16px;
    /* margin-top: 8px;*/
    /*margin-left: 24px;
    margin-right: 24px;*/
    margin-left: 4px;
    outline: none;
}

.itemlist-email-field {
    width: 650px;
    height: 36px;
    display: inline-block;
    border-radius: 8px;
    /*border: 2px solid #EBEBEB;*/
    border: none;
    margin-bottom: 16px;
    /* margin-top: 8px;*/
    /*margin-left: 24px;
    margin-right: 24px;*/
    margin-left: 4px;
    outline: none;
}

.checkbox-titles {
    margin-top: 0rem;
    width: 712px;
    height: 16px;
    display: inline-block;
    margin-left: 24px;
    margin-right: 24px;
    color: #6F7070;
}

/*.tag-list-container {
    width: 688px;
    height: 40px;
    border-radius: 8px;
    border: 2px solid var(--neutral-colors-10, #EBEBEB);
    background: var(--neutral-colors-0, #FFF);
    display: flex;
    margin-bottom: 0.3rem;
    margin-bottom: 16px;
    margin-top: 8px;
    margin-left: 24px;
    margin-right: 24px;
}*/
#tagListStoreS {
    width: 688px;
    height: 40px;
    border-radius: 8px;
    border: 2px solid var(--neutral-colors-10, #EBEBEB);
    background: var(--neutral-colors-0, #FFF);
    display: flex;
    margin-bottom: 0.3rem;
    margin-bottom: 16px;
    margin-top: 8px;
    margin-left: 24px;
    margin-right: 24px;
}

.userlist-email {
    display: block; /* Força o label a ir para a linha de cima */
    /*margin-bottom: 30px;*/ /* Adiciona um pequeno espaço abaixo do label */
    width: 712px; /* Define a largura para 712px */
    height: 16px; /* Define a altura para 40px */
    display: inline-block; /* Garante que as dimensões sejam aplicadas corretamente */
    margin-left: 24px;
    margin-right: 24px;
    color: #6F7070;
}

.user-inicial-dates {
    width: 320px;
    height: 40px;
    display: inline-block;
    border-radius: 8px;
    border: 2px solid #EBEBEB;
    margin-bottom: 16px;
    margin-top: 8px;
    margin-left: 24px;
    margin-right: 24px;
}

.user-final-dates {
    width: 320px;
    height: 40px;
    display: inline-block;
    border-radius: 8px;
    border: 2px solid #EBEBEB;
    margin-bottom: 16px;
    margin-top: 8px;
    margin-left: 24px;
    margin-right: 24px;
}

#datas {
    display: flex;
}

#inicialdate {
    width: 366px;
}

#finaldate {
    width: 366px;
}

.k-window .k-header {
    background-color: #FFF; /* Cor de fundo do título */
    color: #000; /* Cor do texto */
    font-size: 20px; /* Tamanho da fonte */
    font-weight: bold; /* Negrito */
    border: none;
    margin-top: 24px; /* Margem superior */
    margin-bottom: 24px; /* Margem inferior */
    padding: 10px 0; /* Preenchimento vertical */
}

div.k-window-content {
    margin-top: 16px;
    border-radius: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    overflow: hidden;
}

.k-window-title {
    position: absolute;
    left: 24px;
    right: .44em;
    overflow: hidden;
    cursor: default;
    text-overflow: ellipsis;
    margin-top: 16px;
}

.k-window-titlebar .k-window-action {
    width: 22px;
    height: 22px;
    padding: 2px;
    margin: 25px;
}

.custom-line {
    width: 688px; /* Define a largura da linha (pode ser ajustado) */
    height: 2px; /* Define a altura da linha */
    background-color: #EBEBEB; /* Cor da linha */
    /*margin: 16px 0;*/ /* Espaçamento superior e inferior */
    margin-top: 16px;
    margin-left: 27px;
}

.k-window .k-window-titlebar {
    border-top-left-radius: 20px; /* Arredondamento no canto superior esquerdo */
    border-top-right-radius: 20px; /* Arredondamento no canto superior direito */
}

.k-block,
.k-content,
.k-dropdown .k-input,
.k-popup,
.k-widget {
    color: #ffffff;
    border-radius: 8px;
}

.k-list-container,
.k-list,
.k-list > .k-item {
    color: #000 !important;
    background: #fff !important;
}

.k-list > .k-item:hover {
    background-color: #F5F5F5 !important;
    color: #EB0203 !important;
    cursor: pointer;

}

.dash-date-filterIni {
    outline: none;
    border: none;
    width: 18rem;
}

.dash-date-filterFim {
    outline: none;
    border: none;
    width: 18rem;
}

.dash-date-user {
    outline: none;
    border: none;
}

#tagListUser {
    padding: 5px 0px 5px 10px;
}

.menu-link-container.selected svg,
.menu-link-container.active svg {
    color: var(--continente-primary, #EB0203) !important;
}

#entreSeccoes {
    white-space: nowrap;
}

.force-visible, .force-visible * {
    display: block !important;
    visibility: visible !important;
}

/* MODO COMPACTO PARA TODAS AS TABELAS DINÂMICAS (Kendo) */
.compact-grid.k-grid table {
    table-layout: fixed;
    width: 100%;
}

.compact-grid.k-grid col {
    width: 140px !important;
    max-width: 140px !important;
}

.compact-grid.k-grid th,
.compact-grid.k-grid td {
    box-sizing: border-box;
    padding: 4px 6px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 140px;
    max-width: 140px;
    display: table-cell !important;
    vertical-align: middle;
}

    /* Força largura se Kendo injeta inline */
    .compact-grid.k-grid th[style],
    .compact-grid.k-grid td[style] {
        width: 140px;
        max-width: 140px;
        overflow: hidden !important;
        white-space: nowrap !important;
    }

    .compact-grid.k-grid td > span,
    .compact-grid.k-grid th .tran-data-grid-header {
        display: block;
        width: 60%;
        max-width: 60%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    /* Células sticky */
    .compact-grid.k-grid th[style*="sticky"],
    .compact-grid.k-grid td[style*="sticky"] {
        width: 48px !important;
        max-width: 48px !important;
        padding: 4px 4px;
    }

    /* Badge / célula colorida: mantém truncamento */
    .compact-grid.k-grid td span.incorrect-div-origin {
        display: block;
        width: 100%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
