    /* CUSTOMIZAÇÃO */
    @import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&display=swap');

    .bg-warning-light {
        background-color: #ffefc0;
    }

    .main {
        position: relative;
    }

    .animation-ease {
        transition: .2s ease-in-out;
    }

    .filter-invert {
        filter: invert(1);
    }

    .min-h-75 {
        min-height: 75%;
    }

    .right-0 {
        right: 0;
    }

    .datepicker-dropdown {
        z-index: 999 !important;
    }

    .column-count-4 {
        column-count: 4;
    }

    .column-count-2 {
        column-count: 2;
    }

    @media (max-width: 768px) {
        .column-count-4 {
            column-count: 1;
        }
    }

    .font-12 {
        font-size: 12px;
    }

    .font-10 {
        font-size: 10px;
    }

    .dataTable tr td,
    .table tr td {
        font-size: 12px;
    }

    .dataTable th,
    .table th {
        font-size: 13px;
    }

    .btn-change-unidade {
        width: 200;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px;
    }

    .dropdown-choose-unidades {
        padding: 0;
        font-size: 12px;
    }

    #nav_cronogramas_content #cronogramas .container-clientes-calendario {
        height: 95vh;
        position: relative;
        overflow: auto;
    }

    #nav_cronogramas_content #cronogramas .container-clientes-calendario .find-list-item {
        height: 60px;
        padding: 0 15px;
        display: flex;
        justify-content: center;
        flex-direction: column;
        position: sticky;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 99;
    }

    #nav_cronogramas_content #cronogramas .list-clientes-calendario {
        overflow-y: auto;
    }


    #nav_cronogramas_content #cronogramas .col-hide {
        margin-right: -100%;
        transition: .7s cubic-bezier(0.075, 0.82, 0.165, 1);
    }

    #nav_cronogramas_content #cronogramas .col-hide.show {
        margin-right: 0;
    }

    #nav_cronogramas_content #cronogramas>.row {
        overflow-x: hidden;
    }

    /* CHECK PERMISSIONS */
    #check_permissions {
        max-height: 250px;
        overflow-y: auto;
    }

    #check_permissions thead th {
        font-size: 12px;
    }

    #check_permissions tbody td:not(:first-child) {
        width: 10%;
    }

    /* CHECK PERMISSIONS */

    /* login */
    .btn-login {
        background: #5b7dff;
        padding: 0px 20px;
        width: max-content;
        color: #fff;
        border: 0;
        text-transform: uppercase;
        display: flex;
        align-items: center;
        margin-left: auto;
        margin-right: auto;
        font-size: 11px;
        transition: linear .15s;
    }

    .btn-login:hover {
        color: #fff;
        box-shadow: rgba(0, 0, 0, .3) 5px 5px 15px;
        transform: scale(1.1);
    }

    .btn-login span {
        font-size: 13px;
    }

    .btn-login i {
        position: relative;
        right: -20px;
        display: inline-block;
        padding: 12px;
        background: rgba(0, 0, 0, 0.15);
        border-radius: 0;
        font-size: 18px;
    }

    #login .input-group-text {
        background: #5b7dff;
        border: 1px solid #5b7dff;
        color: #fff;
    }

    .form-control-lg {
        padding: 17px !important;
    }

    /* login */

    .border-radius-0 {
        border-radius: 0 !important;
    }

    body {
        overflow-x: hidden !important;
        max-width: 100vw;
    }

    nav.navbar .nav-item .nav-icon i.fas {
        font-size: 19px;
    }


    /* list online home */

    .li-item-discord {
        display: none !important;
    }

    @media(min-width: 380px) {
        .li-item-discord {
            display: block !important;
        }

    }

    .dropdown-discord .list-users-discord,
    .dropdown-users .list-users-online {
        max-height: 400px;
        overflow-y: auto;
    }

    .list-users-online i,
    .list-users-discord i {
        font-size: 8px;
    }

    .list-users-online h5,
    .list-users-discord h5 {
        font-size: 12px;
        margin: 0;
        font-weight: 200;
    }

    .list-users-online .list-group-item:hover,
    .list-users-discord .list-group-item:hover {
        text-decoration: none;
    }

    /* list online home */

    /* list home */
    .list-home {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        max-height: 500px;
        overflow-y: auto;
    }

    .list-home .job {
        width: 100%;
        margin-bottom: 15px;
        border: 1px solid #d8d8d8;
        padding: 10px;
        border-radius: 3px;
    }

    .list-home .job .img {
        width: 40px;
        height: 40px;
        background-color: #eee;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        border-radius: 50%;
    }

    .list-home .item {
        width: 45%;
        border: 1px solid #d8d8d8;
        padding: 10px;
        border-radius: 3px;
        color: #6a6a6a;
    }

    .list-home .item:hover, .list-home .item:hover *,
    .list-home .job:hover, .list-home .job:hover * {
        text-decoration: none;
    }

    .list-home .item .img {
        width: 40px;
        height: 40px;
        background-color: #eee;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        border-radius: 50%;
    }

    .list-home h5 {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        font-size: 12px;
    }

    .list-home h5 span:nth-child(1) {
        width: 65%;
    }

    .list-home h5 span:nth-child(2) {
        display: flex;
        width: 30%;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .list-home h5 span:nth-child(2) strong {
        text-transform: uppercase;
        font-size: 14px;
        color: #888;
    }

    .list-home h5 span:nth-child(2) span {
        font-size: 9px;
        color: #888;
    }

    /* list-home */

    input.form-card {
        width: 100%;
        border: 0;
        color: #6c757d;
        padding: 0;
        font-size: 10px;
        text-align: right;
        background: #fff !important;
    }

    hr.my-hr::before {
        content: "Fim do planejamento";
        position: absolute;
        top: -10px;
        left: calc(50% - 125px);
        width: 250px;
        background: white;
        text-align: center;
    }

    .row-stripped>div:nth-child(2n) {
        background: #f4f7f9 !important;
    }

    .row-stripped>div:not(:last-child) {
        border-bottom: 1px solid #eee;
    }

    .desativado {
        transition: .4s ease;
    }

    .desativado * {
        opacity: .8;
        pointer-events: none;
    }

    .block_clientes,
    .simulated_login {
        background: var(--warning);
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 10px;
        position: sticky;
        left: 0;
        top: 0;
        z-index: 9999;
    }

    .simulated_login {
        background: var(--info);
        justify-content: space-between;
    }

    .block_clientes h5,
    .simulated_login h5 {
        margin: 0;
        color: white;
    }

    .block_clientes h5 b,
    .simulated_login h5 b {
        font-weight: 800;
        color: white;
    }

    .list-clientes-user img {
        width: 20px;
        height: 20px;
        border-radius: 50%;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, .2);
    }

    .list-clientes-user img:not(:first-child) {
        margin-left: -7px;
    }


    /* CUSTOM LAYOUT */

    body[data-sidebar-behavior="compact"] .label-change-sys {
        display: none;
    }

    body[data-sidebar-behavior="compact"] .sidebar {
        z-index: 999;
    }

    body[data-sidebar-behavior="compact"] #sidebar .sidebar-content .sidebar-brand img {
        max-width: 100%;
    }

    #sidebar .sidebar-content .sidebar-brand img.f3 {
        display: none;
    }

    body[data-sidebar-behavior="compact"] #sidebar .sidebar-content .sidebar-brand img.f3 {
        display: inline-block;
    }

    #sidebar .sidebar-content .sidebar-brand img.fox3 {
        display: inline-block;
    }

    body[data-sidebar-behavior="compact"] #sidebar .sidebar-content .sidebar-brand img.fox3 {
        display: none;
    }

    body[data-sidebar-behavior="compact"] .no_cache_sys {
        display: none !important;
    }

    body[data-sidebar-behavior="compact"] .footer_user {
        display: block !important;
        text-align: center !important;
        padding-left: 0px;
        padding-bottom: 15px;
    }

    .footer_user {
        /* padding-left: 15px;
        padding-bottom: 15px; */
        padding: 15px;
    }

    body[data-sidebar-behavior="compact"] .footer_user img {
        margin: 10px;
    }

    body[data-sidebar-behavior="sticky"] .sidebar .sidebar-bottom {
        position: fixed;
    }

    body[data-sidebar-behavior="sticky"] .sidebar .sidebar-bottom,
    body[data-sidebar-behavior="compact"] .sidebar .sidebar-bottom {
        transition: margin-left .35s ease-in-out, left .35s ease-in-out, margin-right .35s ease-in-out, right .35s ease-in-out;
    }

    body[data-sidebar-behavior="sticky"] .sidebar.collapsed .sidebar-bottom {
        margin-left: -260px;
    }

    body[data-sidebar-behavior="compact"] .sidebar.collapsed .sidebar-bottom {
        margin-left: -68px;
    }

    body[data-sidebar-behavior="sticky"] .sidebar .sidebar-nav {
        margin-bottom: 200px;
    }

    body[data-sidebar-behavior="compact"] .sidebar .sidebar-bottom {
        position: fixed;
        width: 68px;
        text-align: center;
    }

    body[data-sidebar-behavior="fixed"] .sidebar .sidebar-bottom {
        margin-top: 100%;
        position: fixed;
    }

    body[data-sidebar-position="right"] .sidebar .sidebar-bottom {
        right: 0;
    }

    body[data-sidebar-position="left"] .sidebar .sidebar-bottom {
        left: 0;
    }

    body[data-sidebar-position="right"] .settings-toggle {
        left: 0;
        right: unset;
    }

    body[data-sidebar-position="left"] .settings-toggle {
        left: unset;
        right: 0;
    }

    body[data-sidebar-position="left"] .navbar-nav {
        margin-left: auto;
        margin-right: 0;
    }

    body[data-sidebar-position="right"] .navbar-nav {
        margin-left: 0;
        margin-right: auto;
    }

    body[data-theme="light"]>.sidebar-brand img {
        filter: invert(1);
    }

    body[data-theme="dark"] .btn-dark {
        color: var(--light) !important;
    }

    .sidebar .sidebar-bottom {
        width: 260px;
        bottom: 0;
    }

    .footer_user img {
        margin-right: 10px;
    }

    .label-change-sys {
        margin-left: 10px;
    }

    .sidebar-item .sidebar-badge {
        position: absolute;
        right: 15px;
        top: 14px;
    }

    /* CUSTOM LAYOUT */


    #list-tarefas .badge {
        color: #fff !important;
    }

    body[data-theme="dark"] #list-tarefas .badge {
        color: var(--light) !important;
    }

    #fullcalendar {
        min-height: 80vh;
    }



    .font-weight-bolder {
        font-weight: 900 !important;
    }

    .font-weight-bold {
        font-weight: 800 !important;
    }

    .badge-poa {
        background: #ff3d57 !important;
        font-size: 13px;
        color: white;
        padding: 5px;
    }

    .badge-sr {
        background: #01ce63 !important;
        font-size: 13px;
        color: white;
        padding: 5px;
    }

    #load-comments .media-body {
        width: calc(100% - 71px) !important;
    }

    #load-comments .media.focus {
        position: relative;
    }


    @media(max-width: 767px) {
        #load-comments .media.focus:before {
            content: " ";
            width: 0;
            height: 0;
            border-top: 10px solid rgba(0, 0, 0, .5);
            border-left: 10px solid transparent;
            border-right: 10px solid transparent;
            position: absolute;
            left: calc(50% - 5px);
            top: -15px;
        }

        #load-comments .media.focus:after {
            content: "Comentário compartilhado";
            position: absolute;
            left: calc(50% - 95px);
            width: 200px;
            height: 40px;
            background: rgba(0, 0, 0, .5);
            top: -55px;
            border-radius: 3px;
            color: #fff;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        #load-comments .media {
            flex-direction: column;
        }

        #load-comments .media-body {
            width: 100% !important;
        }
    }

    @media (min-width: 769px) {
        .h-md-unset {
            height: inherit;
        }

        #load-comments .media.focus:before {
            content: " ";
            width: 0;
            height: 0;
            border-top: 10px solid transparent;
            border-bottom: 10px solid transparent;
            border-right: 10px solid rgba(0, 0, 0, .5);
            position: absolute;
            left: 105%;
        }

        #load-comments .media.focus:after {
            content: "Comentário compartilhado";
            position: absolute;
            left: calc(105% + 10px);
            width: 200px;
            height: 40px;
            background: rgba(0, 0, 0, .5);
            top: -10px;
            border-radius: 3px;
            color: #fff;
            display: flex;
            justify-content: center;
            align-items: center;
        }
    }


    #listContratos {
        transition: .3s ease;
    }

    .list-group-item-action.disabled {
        pointer-events: unset !important;
        cursor: no-drop;
    }

    .fc-event-title {
        width: 100%;
    }

    /* TAREFAS */

    .dropdown-filtro-tarefa>.dropdown-toggle:before {
        margin-right: .255em;
        vertical-align: .255em;
        content: "";
        border-top: .3em solid;
        border-right: .3em solid transparent;
        border-bottom: 0;
        border-right: .3em solid transparent;
    }

    .dropdown-filtro-tarefa>.dropdown-toggle:before {
        border: solid;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 2px;
        transform: rotate(45deg);
    }

    .dropdown-filtro-tarefa>.dropdown-toggle:after {
        content: none;
    }

    .dropdown-filtro-tarefa {
        position: relative;
    }

    .dropdown-filtro-tarefa>.container {
        display: none;
        transition: opacity 1s ease;
        opacity: 0;
        position: absolute;
        top: -1px;
        left: -310px;
        width: 300px;
        background: #fff;
        z-index: 9;
        padding-top: 10px;
        border: 1px solid #eee;
        border-radius: 5px;
        box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
    }

    @media (max-width: 767px){
        .dropdown-filtro-tarefa>.container{
            top: 45px;
            left: -170px;
            width: 260px;
        }

        @media (max-width: 335px){
            .dropdown-filtro-tarefa>.container{
                left: -80px;
            }
        }
    }

    .dropdown-filtro-tarefa>.container.show {
        opacity: 1;
        display: block;
    }

    #container-tarefas {
        width: calc(100% + 50px) !important;
        margin-bottom: -24px !important;
        margin-left: -25px !important;
    }

    #list-tarefas {
        flex-wrap: nowrap;
        overflow: auto;
        height: calc(100vh - 276px);
        margin-left: -15px;
        margin-right: -15px;
    }

    #list-tarefas .card {
        transition: .2s ease;
        margin-bottom: 15px !important;
        box-shadow: 2px 2px 10px rgba(0, 0, 0, .2);
    }

    #list-tarefas .card:hover {
        box-shadow: 2px 2px 10px rgba(0, 0, 0, .4);
    }

    #list-tarefas .card .card-title {
        font-size: 20px;
    }

    #list-tarefas .card .card-title a,
    #list-tarefas .card .card-title a:hover {
        color: #354052;
        text-decoration: none;
    }

    /* TAREFAS */

    #card-acompanhamento-job {
        max-height: 350px;
        overflow: auto;
    }

    /* #card-acompanhamento-job:before {
    width: 100%;
    /* height: 10px; 
    content: " ";
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 99;
    box-shadow: 0px -3px 12px 1px black;
}
*/
    /* CUSTOM SLIDER INPUT */

    #sliderHorarios .slider-tick-label {
        font-size: 0.5em !important;
    }

    /* CUSTOM SLIDER INPUT */

    #card-arquivos {
        cursor: pointer;
    }

    .btn-select-status {
        background: transparent;
        border: 0;
        font-size: 1.3125rem;
        line-height: 1;
    }

    .btn-select-status+.dropdown-menu.show {
        top: 25px !important;
    }

    .arquivos-comment .list-inline-item>div {
        /* display: flex;
    align-items: center; */
        background: #fefefe;
        border: 1px solid #eee;
        margin: 2px;
        width: 150px;
    }

    .arquivos-comment .list-inline-item>div .img {
        background-image: url(http://localhost/live/beto-v2/cms/uploads/jobs/28-08-2020_12-23_12-horas.png);
        width: 150px;
        height: 150px;
        background-position: center;
        background-size: cover;
    }

    .arquivos-comment .list-inline-item>div a span+.img {
        margin-top: -28px;
    }

    .arquivos-comment .list-inline-item h5 {
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        white-space: nowrap !important;
        padding: 0 10px !important;
    }

    .arquivos-comment .list-inline-item:not(:last-child) {
        margin-right: 0px !important;
    }

    .arquivos-comment li>div>i {
        /* position: absolute; */
        left: 0;
        top: 0;
        padding: 11px;
        border: 0;
        border-right: 1px solid #eee;
        background-color: #eee;
        width: 100%;
        height: 150px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .arquivos-comment li span {
        /* padding-left: 10px;
    vertical-align: middle;
    font-size: 10px;
    overflow: hidden;
    white-space: nowrap;
    max-width: 70px; */
        font-size: 10px;
        background: rgba(0, 0, 0, .5);
        margin: 5px;
    }

    .arquivos-comment .botoes a {
        padding: 5px 10px;
        font-size: 14px;
        color: #8e8a8a;
    }

    .arquivos-comment .botoes a:hover {
        background-color: #eee;
        text-decoration: none;
    }

    /* MODAL ARQUIVOS COMMENT */

    #modalArquivos .arquivos button.list-group-item>i {
        position: absolute;
        left: 0;
        top: 0;
        padding: 11px;
        border: 0;
        border-right: 1px solid #eee;
        background-color: #eee;
        width: 40px;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #modalArquivos .arquivos button span {
        padding-left: 40px;
        vertical-align: middle;
    }

    #modalArquivos .botoes a {
        padding: 5px 10px;
        font-size: 14px;
        color: #8e8a8a;
    }

    #modalArquivos .botoes a:hover {
        background-color: #eee;
        text-decoration: none;
    }

    /* MODAL ARQUIVOS COMMENT */
    /* ARQUIVOS */

    #arquivos #files {
        display: inline-block;
    }

    #arquivos * {
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }

    #arquivos .wrapper {
        /* margin: auto; */
        /* max-width: 640px; */
        /* padding-top: 60px; */
        text-align: center;
    }

    #arquivos .container {
        background-color: #f9f9f9;
        padding: 20px;
        border-radius: 10px;
        /*border: 0.5px solid rgba(130, 130, 130, 0.25);*/
        /*box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1), 
                0 0 0 1px rgba(0, 0, 0, 0.1);*/
    }

    #arquivos h1 {
        color: #130f40;
        font-family: 'Varela Round', sans-serif;
        letter-spacing: -.5px;
        font-weight: 700;
        padding-bottom: 10px;
    }

    #arquivos .upload-container {
        background-color: rgb(239, 239, 239);
        border-radius: 6px;
        padding: 10px;
    }

    #arquivos .border-container {
        border: 5px dashed rgba(198, 198, 198, 0.65);
        border-radius: 6px;
        padding: 20px;
        /* display: flex; */
    }

    #arquivos .border-container p {
        color: #130f40;
        font-weight: 600;
        font-size: 1.1em;
        letter-spacing: -1px;
        margin-top: 30px;
        margin-bottom: 0;
        opacity: 0.65;
    }

    #arquivos #file-browser {
        text-decoration: none;
        color: rgb(22, 42, 255);
        border-bottom: 3px dotted rgba(22, 22, 255, 0.85);
    }

    #arquivos #file-browser:hover {
        color: rgb(0, 0, 255);
        border-bottom: 3px dotted rgba(0, 0, 255, 0.85);
    }

    #arquivos .icons {
        color: #95afc0;
        opacity: 0.55;
    }

    #arquivos .item {
        display: flex;
        justify-content: center;
        align-items: flex-end;
        margin: 5px;
        float: left;
    }

    #arquivos .item div {
        width: 100px;
        height: 100px;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        border-radius: 5px;
        /* border: 1px solid #eee; */
    }

    #arquivos .item a+a {
        margin-left: -33px;
        background: rgba(0, 0, 0, .3);
        padding: 5px 10px;
        color: rgba(255, 0, 0, .5);
    }

    #arquivos .item a+a:hover {
        background: rgba(255, 0, 0, .5);
        color: #fff;
    }

    /* ARQUIVOS */

    .lg-backdrop.in {
        opacity: .7 !important;
    }

    .vertical-align-bottom {
        vertical-align: bottom !important;
    }

    .node-disabled .check-icon {
        cursor: not-allowed;
    }

    body {
        overflow: auto !important;
    }

    body.modal-open {
        padding: 0 !important;
        overflow: hidden !important;
    }

    #modalArquivos {
        padding-right: 0 !important;
    }

    #briefing-tarefa img,
    .media img {
        max-width: 100%;
    }

    .btn-selectpicker+.dropdown-menu.show {
        top: auto !important;
    }

    .btn-selectpicker+.dropdown-menu.show .active {
        background-color: #2855ff !important;
    }

    .btn-selectpicker+.dropdown-menu.show .active:hover {
        background-color: #2855ff !important;
        color: #fff;
        font-weight: 800;
    }

    /* .comment-text,
    .comment-text span,
    .comment-text p,
    .comment-text * {
        font-size: inherit!important;
        font-family: inherit!important;
        color: inherit!important;
        background-color: inherit!important;
        font-weight: inherit!important;
        font-style: inherit!important;
        font-variant: inherit!important;
        text-decoration: inherit!important;
        vertical-align: inherit!important;
        white-space: inherit!important;
    } */
    /* MODAL ALERT */

    .modal-alert {
        z-index: 99999;
        background-image: radial-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.3));
    }

    .modal-alert .modal-body {
        padding: 15px;
    }

    .modal-alert i {
        font-size: 30px;
        margin-bottom: 10px;
    }

    .modal-alert p {
        font-size: 15px;
    }

    /* MODAL ALERT */
    /* CUSTOM CLASSES */

    .nav-item .indicator {
        display: flex !important;
        justify-content: center;
        align-items: center;
    }

    .w-20 {
        width: 20% !important;
    }

    .w-35 {
        width: 35% !important;
    }

    .opacity-5 {
        opacity: .5 !important;
    }

    .opacity-1 {
        opacity: 1 !important;
    }

    .icon-80 {
        width: 80px;
        height: 80px;
    }

    .font-80 {
        font-size: 80px;
    }

    /* CUSTOM CLASSES */
    /* SIDEBAR */

    #sidebar .sidebar-content .sidebar-brand img {
        max-width: 120px;
    }

    /* SIDEBAR */
    /* SUMMERNOTE */

    .note-toolbar.card-header {
        background: #5b7dff !important;
    }

    .note-editor.card {
        margin-bottom: 10px !important;
    }

    /* SUMMERNOTE */

    .bootstrap-select.dropdown {
        width: 100% !important;
    }

    /* PLACEHOLDER FILES */

    .img-produto img {
        /* background-size: cover;
  background-position: center;
  background-repeat: no-repeat; */
        object-fit: cover;
        height: 50px;
        width: 50px;
        border: 1px solid #eee;
        border-radius: 15px;
    }

    #tabela-arquivos .row {
        height: 60px;
        /* border-bottom: 1px solid #eee; */
    }

    #tabela-arquivos .row:hover {
        background-color: #eee;
    }

    /* #tabela-arquivos tbody tr td:nth-child(1) {
  max-width: 50px;
}

#tabela-arquivos tbody tr td:nth-child(4) {
  width: 100px;
}
*/

    #tabela-arquivos #sort-table {
        cursor: n-resize;
        padding: 0px;
        padding-left: 10px;
        font-size: 15px;
    }

    .drop-placeholder {
        /* background: linear-gradient(to bottom, rgba(0, 0, 0, 0.863), rgba(0, 0, 0, 0.747)); */
        height: 100px;
        padding: 10px;
        width: 100%;
        /* position: absolute; */
    }

    .drop-placeholder .borda {
        height: 100%;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        border: 2px dotted rgb(41, 41, 41);
        border-radius: 10px;
        /* padding: 10px; */
        color: rgb(53, 53, 53);
        font-size: 35px;
    }

    .highlight {
        background-color: rgba(238, 238, 238, 0.336) !important;
    }

    .note-editor.note-frame .note-editing-area .note-editable b {
        font-weight: bold !important;
    }

    /* PLACEHOLDER FILES */
    /* TRASH PLUGIN */

    .ql-html-overlayContainer {
        background: rgba(0, 0, 0, .5);
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 9999;
    }

    .ql-html-popupContainer {
        background: rgba(0, 0, 0, .5);
        position: absolute;
        top: 5%;
        left: 5%;
        right: 5%;
        bottom: 5%;
        border-radius: 5px;
        color: #fff;
        text-align: center;
    }

    .ql-html-textContainer {
        position: relative;
        width: 100%;
        height: 100%;
        padding: 20px;
    }

    .ql-html-textArea {
        width: 100%;
        height: calc(100% - 50px);
        background: #eee;
        font-family: 'Consolas';
        font-size: 12px;
    }

    .ql-html-buttonCancel {
        margin-right: 20px;
    }

    .ql-html-popupTitle {
        margin: 0;
        display: block;
    }

    .ql-html-buttonGroup {
        position: absolute;
        bottom: 20px;
        transform: scale(1.5);
        left: calc(50% - 60px);
    }

    /* LIST ARQUIVOS CLIENTE */

    #list-arquivos-cliente .list-group-item {
        padding: 0;
        text-decoration: none;
        color: #000;
    }

    #list-arquivos-cliente .list-group-item i {
        margin-right: 10px;
        background-color: #e6e6e6;
        width: 30px;
        padding: 10px;
        text-align: center;
    }

    /* LIST ARQUIVOS CLIENTE */

    footer .feather-heart {
        background-color: #f44455;
    }

    #servicos .jumbotron {
        min-height: 300px;
    }

    .grid-1 .card .card.border {
        margin-bottom: 0.6rem !important;
        /* border-radius: 0px!important; */
        box-shadow: none !important;
    }

    #print-atividades ul.nav-tabs {
        width: 100%;
        display: flex;
        justify-content: space-around;
        border: 0;
    }

    #print-atividades ul.nav-tabs li a {
        border: 0;
        padding: 10px 30px;
        color: #66615B;
        background: #fff;
    }

    #print-atividades ul.nav-tabs li a i {
        padding-right: 10px;
    }

    #print-atividades ul.nav-tabs li a.active {
        color: #fff;
        background-color: #66615B;
    }

    #print-atividades .row-atividades h4 {
        font-size: 14px;
        text-align: left;
        margin: 0;
    }

    #print-atividades .lista-atividades li:nth-child(odd) {
        background: #f9f9f9;
    }

    #print-atividades .lista-atividades li {
        padding: 10px;
    }

    #print-atividades .grid {
        margin: 0 auto;
    }

    #print-atividades .grid-item {
        float: left;
    }

    @media (min-width: 762px) {
        #print-atividades .grid-item {
            width: 25%;
        }
    }

    @media (max-width: 767px) {
        #print-atividades .grid-item {
            width: 50%;
        }

        @media (max-width: 440px) {
            #print-atividades .grid-item {
                width: 100%;
            }
        }
    }

    #print-atividades .grid-2 {
        margin: 0 auto;
    }

    #print-atividades .grid-sizer,
    #print-atividades .grid-item-2 {
        width: 320px;
    }

    #modalVerEntrega .modal-body .col i {
        width: 30px;
        height: 30px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        background: #eee;
        margin-right: 5px;
    }

    #load_custom {
        position: fixed;
        display: none;
        top: 0;
        left: 0;
        /* width: 100%; */
        background: var(--primary);
        height: 10px;
        transition: .2s ease;
        z-index: 999999;
    }

    .alert-outline-coloured .alert-message {
        border-top-left-radius: 0 !important;
        border-bottom-left-radius: 0 !important;
    }

    .input-search {
        border-radius: 0;
        /* height: 50px; */
        transition: .3s ease;
        max-width: 0%;
        padding: 0;
    }

    .input-search.show {
        max-width: 100%;
        padding: 0 15px;
    }

    .entrega_crono .botoes_entrega {
        width: max-content;
        margin-left: auto;
    }

    .entrega_crono {
        transition: .4s ease;
    }

    .entrega_crono.focus {
        box-shadow: 15px 15px 15px rgba(0, 0, 0, .4);
        border: 2px solid var(--primary);
    }

    .txt-clean,
    .txt-clean * {
        margin: 0;
    }


    /* ver resposta cliente */

    #modal-ver-resposta .icon {
        border: 2px solid;
        width: 100px;
        height: 100px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
    }

    #modal-ver-resposta .icon.success {
        border-color: var(--success);
        color: var(--success);
    }

    #modal-ver-resposta .icon.danger {
        border-color: var(--danger);
        color: var(--danger);
    }

    #modal-ver-resposta .icon i {
        font-size: 50px;
    }


    #modal-ver-resposta table tr td:first-child {
        font-weight: 800;
        width: 25%;
    }

    /* ANDAMENTO */
    #entregas-hoje .img {
        background-position: center;
        background-size: cover;
        width: 100%;
        height: 250px;
        display: block;
    }

    #entregas-hoje .img:hover {
        text-decoration: none;
    }

    #entregas-hoje .img i {
        font-size: 60px;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
        background: rgba(0, 0, 0, .2);
    }

    #entregas-hoje .icon {
        width: 100%;
        height: 250px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 40px;
        color: #e0e0e0;
        background-color: var(--primary);
    }

    /* #entregas-hoje .card {
        height: 450px;
      } */

    #entregas-hoje .card .badge-nome {
        position: absolute;
        left: 40px;
        top: 20px;
        width: max-content;
        height: max-content;
        z-index: 99;
        padding: 5px 15px 5px 20px;
        box-shadow: 3px 2px 5px rgba(0, 0, 0, .3);
        font-size: 11px;
    }

    #entregas-hoje .card .badge-count {
        position: absolute;
        right: 10px;
        top: 20px;
        width: max-content;
        height: max-content;
        z-index: 99;
        padding: 5px 10px;
        box-shadow: 3px 2px 5px rgba(0, 0, 0, .3);
        font-size: 11px;
    }

    #entregas-hoje .card .card-body {
        position: relative;
    }

    #entregas-hoje .card .badge-plataforma {
        position: absolute;
        top: 240px;
        left: 10px;
        padding: 0 25px;
        box-shadow: 2px 2px 5px rgba(0, 0, 0, .3);
        z-index: 999;
    }

    #entregas-hoje .card .img-cliente {
        background: #fff;
        position: absolute;
        left: 10px;
        top: 10px;
        width: 40px;
        height: 40px;
        z-index: 99;
        box-shadow: 3px 2px 5px rgba(0, 0, 0, .3);
    }

    #entregas-hoje .card h4 {
        text-transform: uppercase;
    }

    #entregas-hoje .card .agendado {
        color: var(--success);
    }

    #entregas-hoje .card .nao-agendado {
        color: var(--danger);
    }

    #entregas-hoje .card h5 i {
        font-size: 15px;
        margin-right: 10px;
    }

    #entregas-hoje .no-image {
        height: 100%;
        width: 100%;
    }

    #entregas-hoje .no-image>div {
        height: 250px;
    }

    #entregas-hoje .no-image i {
        font-size: 30px;
        color: #888;
    }

    #entregas-hoje .no-image h5 {
        text-transform: uppercase;
        color: #888;
        text-align: center;
    }

    /* ANDAMENTO */


    /* planejamentos */
    .h-95 {
        /* height: calc(100vh - 215px);
        margin: 0; */
    }

    #container-planejamentos {
        position: relative;
        width: 100%;
        height: 95vh;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        overflow: auto;
        padding-bottom: 15px;
        padding-right: 15px;
        ;
    }

    #container-planejamentos .mes {
        min-width: 350px;
        background: #f6f8fa;
        height: 100%;
        border-radius: 5px;
        max-width: 350px;
        margin-right: 20px;
        border: 1px solid #eee;
        overflow-y: auto;
        /* box-shadow: 2px 2px 5px rgba(0,0,0,.1); */
    }

    #container-planejamentos .mes .header {
        padding: 10px;
        border: 0;
    }

    #container-planejamentos .mes .header h5 {
        margin: 0;
        color: #000;
    }

    #container-planejamentos .mes .header h5 span {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background-color: rgba(209, 213, 218, .5);
        font-size: 11px;
        margin-right: 10px;
    }

    #container-planejamentos .mes .list-entregas {
        padding: 15px;
        padding-top: 0;
    }

    #container-planejamentos .mes .list-entregas .entrega {
        background: #fff;
        border-radius: 5px;
        border: 1px solid #e8e8e8;
        padding: 15px;
        margin-bottom: 15px;
    }

    #container-planejamentos .mes .list-entregas .entrega .infos {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    #container-planejamentos .mes .list-entregas .entrega .content {
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin-top: 15px;
    }

    #container-planejamentos .mes .list-entregas .entrega .content > div {
        width: 100%;
    }

    #container-planejamentos .mes .list-entregas .entrega .content p {
        min-width: 90%;
    }

    #container-planejamentos .mes .list-entregas .entrega .collapse {
        overflow-x: auto;
    }

    #container-planejamentos .year {
        min-width: 120px;
        width: 120px;
        height: 120px;
        background: #f3f3f3;
        border-radius: 50%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        color: #c1c1c1;
        padding: 20px;
        text-align: center;
        margin: auto 25px;
    }

    #container-planejamentos .year span {
        text-transform: uppercase;
        font-size: 10px;
        margin-top: 5px;
    }

    #container-planejamentos .year:hover,
    #container-planejamentos .year:active,
    #container-planejamentos .year:focus,
    #container-planejamentos .year:hover *,
    #container-planejamentos .year:active *,
    #container-planejamentos .year:focus * {
        text-decoration: none;
        outline: none;
        box-shadow: none;
    }

    /* planejamentos */
    /* relatorio > cliente */
    ul.cliente-relatorio li {
        margin-right: 0px !important;
    }

    ul.cliente-relatorio li .card-body {
        min-height: 200px;
        max-height: 200px;
        overflow: scroll;
        border-top: 1px solid #ededed;
        border-bottom: 1px solid #ededed;
    }


    /* reuniao */
    #ata_content .card-list,
    #obs_content .card-list {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: scroll;
    }

    #ata_content .card-list .card.ata,
    #obs_content .card-list .card.obs {
        min-width: 300px;
        max-width: 300px;
        background: #f6f8fa;
        border-radius: 5px;
        margin-right: 20px;
        border: 1px solid #eee;
        transition-duration: 1s;
    }

    @media (max-width: 767px) {
        #ata_content .card-list .card.ata, #obs_content .card-list .card.obs {
            min-width: unset;
            max-width: unset;
            margin-right: 5px;
            margin-left: 5px;
            margin-bottom: 5px;
            margin-top: 5px;
            width: 100%;
        }
    }

    #ata_content .card-list .card.ata .card-header,
    #obs_content .card-list .card.obs .card-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    #ata_content .card-list .card.ata .card-header span,
    #obs_content .card-list .card.obs .card-header span {
        font-weight: 800;
    }

    #ata_content .card-list .card.ata .card-body .text,
    #obs_content .card-list .card.obs .card-body .text {
        width: 100%;
        height: 200px;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    #obs_content .card-list .card.obs .card-body {
        max-height: 300px;
        overflow: auto;
    }

    #obs_content .card-list .card.obs .card-body .item {
        background: #fff;
        padding: 15px;
        position: relative;
        margin-bottom: 40px;
    }

    #obs_content .card-list .card.obs .card-body .item .text {
        max-height: 100px;
        overflow: hidden;
        height: auto;
        text-overflow: ellipsis;
    }

    #obs_content .card-list .card.obs .card-body .item .controls {
        position: absolute;
        bottom: -25px;
        left: 0;
        font-size: 10px;
        text-align: right;
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }


    #modal_ata .modal-dialog .modal-content {
        background: #f6f8fa;
        border-radius: 5px;
        border: 1px solid #eee;
    }

    #modal_ata .modal-dialog .modal-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background-color: #fff;
    }

    #modal_ata .modal-dialog .modal-header span {
        font-weight: 800;
    }

    #modal_ata .modal-dialog .modal-body {
        background: #f6f8fa;
    }

    #modal_ata .modal-dialog .modal-body .text {
        width: 100%;
    }

    /* reuniao */



    /* gerar painel cliente */
    #painel .img-change {
        display: inline-block;
        border: 1px solid #888;
        position: relative;
    }

    #painel .img-change a {
        position: absolute;
        top: 15px;
        right: 15px;
        background: rgba(0, 0, 0, .4);
        padding: 5px;
        color: #fff;
        font-size: 12px;
        border-radius: 3px;
        box-shadow: 0px 2px 5px rgb(0 0 0 / 40%);
    }

    #painel .cores .item {
        width: 45px;
    }

    .row_form:not(.disabled) *:not(input[type="checkbox"]) {
        opacity: 1;
    }

    .row_form.disabled *:not(input[type="checkbox"]) {
        opacity: .7;
        pointer-events: none;
        transition: .3s ease;
    }

    #painel #inputSenha, #painel #inputSenha2 {
        height: 33px;
    }

    #painel #modalCustomizar .modal-dialog {
        width: 100vw;
        max-width: 100vw;
        margin: 0;
        border-radius: 0;
    }

    #painel #modalCustomizar .modal-dialog .modal-content {
        height: 100%;
        border-radius: 0;
    }

    #painel #modalCustomizar .change-page {
        height: 150px;
        padding: 20px;
        background: var(--dark);
        color: #fff;
    }

    /* gerar painel cliente */


    /* cronograma editor */
    #cronograma-editor .cliente .img {
        width: 40px;
        height: 40px;
        background-position: center;
        background-size: cover;
        border-radius: 50%;
    }

    #cronograma-editor .list-itens {
        position: relative;
    }

    #cronograma-editor .list-itens .linker {
        position: absolute;
        left: -20px;
        top: 0;
        height: 100%;
        background: #888;
    }

    #cronograma-editor .list-itens .linker .holder {
        /* height: 100%; */
        width: 2px;
        background: inherit;
        content: " ";
        position: absolute;
    }

    #cronograma-editor .list-itens .linker div {
        width: 21px;
        height: 2px;
        background: inherit;
        position: absolute;
    }

    #cronograma-editor .list-itens .item {
        border-top: 5px solid #eee;
        position: relative;
    }

    #cronograma-editor .list-itens .item.disabled {
        border-color: var(--danger)!important;
        opacity: .3;
    }

    #cronograma-editor .list-itens .item .identrega {
        position: absolute;
        right: -40px;
        top: 35px;
        width: 40px;
        background: var(--dark);
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 8px;
        height: 25px;
        box-shadow: 2px 2px 5px rgb(0 0 0 / 30%);
    }

    #cronograma-editor .list-itens .item .comments {
        position: absolute;
        right: -40px;
        top: 6px;
        width: 40px;
        background: #b5b5b5;
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 8px;
        height: 25px;
        box-shadow: 2px 2px 5px rgb(0 0 0 / 30%);
    }

    #cronograma-editor .list-itens .item .comments.active {
        background: var(--info);
    }

    #cronograma-editor .list-itens .item .comments:hover {
        text-decoration: none;
    }

    #cronograma-editor #comments-box {
        position: absolute;
        width: 300px;
        background: #fff;
        border-radius: 5px;
        box-shadow: 5px 5px 15px rgb(0 0 0 / 30%);
        display: flex;
        flex-direction: column;
        align-items: center;
        /* transition: .3s ease-in-out; */
    }

    #cronograma-editor #comments-box .list {
        width: 100%;
        max-height: 400px;
        overflow-y: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    #cronograma-editor #comments-box .list .item {
        width: 100%;
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        padding: 10px;
        border-bottom: 1px solid #eee;
    }

    #cronograma-editor #comments-box .list .item .respostas {
        margin-top: 10px;
        margin-left: -30px;
        width: calc(100% + 30px);
    }

    #cronograma-editor #comments-box .list .item .img {
        min-width: 50px;
        height: 50px;
        background-position: center;
        background-size: cover;
        border-radius: 50%;
        margin-right: 10px;
    }

    #cronograma-editor #comments-box .list .item .text {
        font-size: 10px;
        width: 100%;
    }

    #cronograma-editor #comments-box .list .item .text h5 {
        margin: 0;
        font-size: 11px;
    }

    #cronograma-editor #comments-box .list .item .text p {
        margin: 0;
    }

    #cronograma-editor #comments-box .list .item .text span {
        font-size: 9px;
        margin-top: 5px;
        display: inline-block;
        background: #eee;
        padding: 0 10px;
    }

    #cronograma-editor #comments-box .write {
        width: 100%;
    }

    #cronograma-editor #comments-box .write form {
        display: flex;
        width: 100%;
        /* padding: 10px;
        padding-top: 0; */
        margin: 0;
    }

    #cronograma-editor #comments-box .write>small {
        display: block;
        padding-left: 10px;
        background: #ddd;
    }

    #cronograma-editor #comments-box .write form textarea {
        font-size: 10px;
    }

    #cronograma-editor #comments-box .write form .btn {
        display: flex;
        align-items: center;
        padding: 20px;
        font-size: 15px;
    }

    /* #cronograma-editor .list-itens .item .card-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
      } */


    #cronograma-editor .list-itens .item .card-body .grid {
        display: grid;
        grid-gap: 10px;
        grid-template-columns: 40% 60%;
        grid-template-areas:
            "planejamento planejamento"
            "chamada legenda"
    }

    #cronograma-editor .list-itens .item .card-body .grid.has_resposta {
        grid-template-areas:
            "resposta planejamento"
            "chamada legenda"
    }

    @media (max-width: 768px) {
        #cronograma-editor .list-itens .item .card-body .grid {
            grid-template-columns: 100%;
            grid-template-areas:
                "planejamento"
                "chamada"
                "legenda"
        }

        #cronograma-editor .list-itens .item .card-body .grid.has_resposta {
            grid-template-areas:
                "resposta"
                "planejamento"
                "chamada"
                "legenda"
        }
    }

    #cronograma-editor .list-itens .item .card-body .grid .planejamento {
        grid-area: planejamento;
        border-left: 4px solid #eee;
    }

    #cronograma-editor .list-itens .item .card-body .grid .chamada {
        grid-area: chamada;
        height: fit-content;
        border-left: 4px solid #eee;
    }

    #cronograma-editor .list-itens .item .card-body .grid .legenda {
        grid-area: legenda;
        /* border-left: 4px solid #eee; */
    }

    #cronograma-editor .list-itens .item .card-body .grid .resposta {
        grid-area: resposta;
        border-left: 4px solid var(--danger);
    }

    #cronograma-editor .list-itens .item .card-body .grid .legenda .rede {
        border: 1px solid #c9c9c9;
        border-left: 4px solid #eee;
        padding: 15px;
    }

    #cronograma-editor .list-itens .item .card-body .grid>div:not(.legenda) {
        border-top: 1px solid #c9c9c9;
        border-right: 1px solid #c9c9c9;
        border-bottom: 1px solid #c9c9c9;
        padding: 15px;
        /* border-radius: 5px;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0; */
    }

    #cronograma-editor .list-itens .item .card-body .arquivos {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        padding-top: 15px;
        padding-bottom: 15px;
        margin-top: 15px;
        max-width: 100%;
        overflow-x: auto;
    }

    #cronograma-editor .list-itens .item .card-body .arquivos .arquivo {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        background: #eee;
        border-bottom: 3px solid var(--warning);
        transition: .2s ease-in-out;
        margin-right: 10px;
    }

    #cronograma-editor .list-itens .item .card-body .arquivos .arquivo:hover {
        text-decoration: none;
        transform: scale(1.1);
    }

    #cronograma-editor .list-itens .item .card-body .arquivos .arquivo .info {
        padding: 0 15px;
    }

    #cronograma-editor .list-itens .item .card-body .arquivos .arquivo .thumb .img {
        width: 40px;
        height: 40px;
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;

    }

    #cronograma-editor .list-itens .item .info {
        font-size: 11px;
        color: #aaa;
    }

    #cronograma-editor .list-itens .item .data span {
        display: flex;
        font-size: 14px;
        height: 22px;
        justify-content: center;
        align-items: center;
    }

    #cronograma-editor .list-itens .item .data span.small {
        font-size: 12px;
    }

    #cronograma-editor .list-itens .item .data small {
        text-transform: uppercase;
        font-size: 9px;
    }

    #cronograma-editor .card-body span.counter {
        font-size: 25px;
        line-height: 1.2;
    }

    #cronograma-editor .card-body span.counter small {
        text-transform: uppercase;
        font-size: 11px;
    }

    #cronograma-editor .list-itens .item .text .my-hr {
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }

    #cronograma-editor .list-itens .item .text p {
        margin: 0;
    }

    #cronograma-editor .list-itens .item .text {
        font-size: 11px;
        line-height: 1.5;
        margin-bottom: 15px;
    }

    /* #cronograma-editor .row .card-body {
        display: flex;
        justify-content: space-around;
        align-items: center;
        flex-direction: row;
      } */
    /* cronograma editor */



    /* CRONOGRAMA GERENCIAR */
    .fc-event-title {
        height: 40px;
        display: flex !important;
        justify-content: space-between;
        align-items: center;
        padding: 10px !important;
    }

    .fc-event-title div {
        display: inline-flex;
        justify-content: center;
        align-items: center;
    }

    .fc-event.show {
        opacity: 1;
    }

    .fc-event {
        opacity: .4;
    }

    .jMsgbox-content .list-group a .img {
        width: 130px;
        height: 70px;
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
    }

    #cal .fc-daygrid-event[data-finalizado="true"] .fc-event-title-container .fc-event-title,
    #cal .fc-daygrid-event[data-has-resposta="true"] .fc-event-title-container .fc-event-title {
        position: relative;
    }

    #cal .fc-daygrid-event[data-finalizado="true"] .fc-event-title-container .fc-event-title::after,
    #cal .fc-daygrid-event[data-has-resposta="true"] .fc-event-title-container .fc-event-title::after {
        position: absolute;
        top: calc(50% - 10px);
        right: 5px;
        width: 20px;
        height: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-family: 'Font Awesome 5 Pro';
        font-weight: 900;
        color: #fff;
    }

    #cal .fc-daygrid-event[data-finalizado="true"] .fc-event-title-container .fc-event-title::after {
        content: "\f00c";
    }

    #cal .fc-daygrid-event[data-has-resposta="true"] .fc-event-title-container .fc-event-title::after {
        content: "\f0f3";
    }

    #cal .fc-daygrid-event[data-finalizado="true"][data-has-resposta="true"] .fc-event-title-container .fc-event-title::after {
        content: "\f00c  \f0f3";
        width: 30px;
        justify-content: space-between;
    }

    #btn_editor_calendario {
        position: fixed;
        bottom: 20px;
        right: -102px;
        z-index: 999;
        transition: .3s ease-in-out;
    }

    #btn_editor_calendario.visivel {
        right: 0;
    }

    #btn_editor_calendario .btn {
        width: 100px;
        height: 40px;
        border-radius: 0;
        font-size: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #btn_editor_calendario .btn span {
        font-size: 12px;
        margin-right: 20px;
    }

    #preview_crono .media .media-body {
        overflow-wrap: anywhere;
    }

    #preview_crono .card-entrega {
        position: relative;
        margin-top: 70px;
        margin-bottom: 90px;
    }

    #preview_crono .card-entrega .card-side {
        position: absolute;
        top: -70px;
        height: 70px;
        background: var(--dark);
        width: 80%;
        left: 10%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        padding: 0 15px;
    }

    /* #preview_crono .card-entrega .card-side .minimizar {
        position: absolute;
        top: 12px;
        right: 15px;
        color: #fff;
    } */

    #preview_crono .media .carousel-inner .img {
        width: 100%;
        height: 350px;
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #preview_crono .media .carousel-inner a {
        font-size: 50px;
        transition: .2s ease-in-out;
    }

    #preview_crono .media .carousel-inner a:hover,
    #preview_crono .media .carousel-inner a:hover * {
        text-decoration: none;
        color: var(--primary);
    }

    #preview_crono .media .carousel-control-prev i,
    #preview_crono .media .carousel-control-next i {
        font-size: 40px;
        color: var(--info);
    }

    #preview_crono .mosaico {
        display: flex;
        flex-wrap: wrap;
    }

    #preview_crono .mosaico .img {
        width: 100%;
        height: 100%;
        background-position: center;
        background-size: cover;
        display: flex;
        justify-content: end;
    }
    
    #preview_crono .mosaico .btn-img {
        width: 33%;
        height: 100px;
        position: relative;
        display: inline-block;
    }


    #preview_crono .mosaico .btn-img i {
        /* position: absolute;
        right: 0;
        top: 0; */
        color: #fff;
        width: 25px;
        height: 25px;
        background: rgba(0,0,0,.4);
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .lock_content {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .5);
        z-index: 999;
        backdrop-filter: blur(5px);
        display: flex;
        justify-content: center;
        align-items: flex-start;
        padding-top: 10%;
        text-align: center;
    }

    .lock_content .inner,
    .lock_content .inner h5 {
        color: #fff;
    }

    .lock_content .inner i {
        font-size: 50px;
        margin-bottom: 10px;
    }

    /* GERENCIAR CLIENTES */

    @media (max-width: 767px) {
        #tabela-mod_filter {
            display: flex !important;
            align-items: center !important;
            justify-content: center !important;
        }

        #tabela-mod_filter label {
            display: flex !important;
            align-items: flex-start !important;
            justify-content: center !important;
            flex-direction: column !important;
        }

    }

    @media (max-width: 767px) {
        #tabela-log_filter {
            display: flex !important;
            align-items: center !important;
            justify-content: center !important;
        }

        #tabela-log_filter label {
            display: flex !important;
            align-items: flex-start !important;
            justify-content: center !important;
            flex-direction: column !important;
        }

    }

    /* GERENCIAR CLIENTES */


    /* CONFIGURAÇOES */

    /* #nav-configs {
    overflow: auto;
    flex-wrap: nowrap;
    padding-bottom: 15px;
} */


    @media (max-width: 767px) {
        #nav-configs .nav-item .nav-link {
            padding: 10px;
        }
    }


    /* CONFIGURAÇOES */

    /* MOBILE NAVBAR ICONS */

    @media(max-width : 400px) {
        .navbar-collapse .nav-icon {
            padding-left: 10px !important;
            padding-right: 10px !important;
        }
    }

/* BTN ICON */
.btn-icon {
    width: max-content;
    padding: 0;
    border: 0;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    font-size: 11px;
    transition: linear .15s;
  }
  
  .btn-icon span {
    font-size: 13px;
    padding: 0 15px;
  }
  
  .btn-icon.btn-sm span {
    font-size: 10px;
  }
  
  .btn-icon i {
    display: inline-block;
    padding: 12px;
    background: rgba(0,0,0,0.15);
    border-radius: 0;
    font-size: 18px;
  }
  
  .btn-icon.btn-sm i {
    font-size: 13px;
  }

  .disabled-form {
      position: relative;
  }

  .disabled-form::after {
    backdrop-filter: blur(2px);
    content: " ";
    width: 100%;
    height: 100%;
    z-index: 99;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
  }