@import url('https://fonts.googleapis.com/css2?family=Cutive+Mono&display=swap');
@font-face {
    font-family: 'DecTerm';
    src: url('../fonts/_decterm.ttf');
    font-weight: normal;
    font-style: normal;
}

.box-shadow-none-focus input:focus,.box-shadow-none-focus button:focus,.box-shadow-none-focus textarea:focus{
    box-shadow: none;
    border-color: #ced4da;
}

.right-checkbox-correct-dropdown-position .input-group-prepend .jab-checkbox, .right-checkbox-correct-dropdown-position .input-group-prepend .jab-button{
    max-width: 35px;
    width: 35px;
    justify-content: center;
}
.right-checkbox-correct-dropdown-position .input-group-prepend ~ .jab-dropdown{
    left: -34px !important;
}
.scrollbar-thin, .scrollbar-thin * {
    scrollbar-width: thin;
}

.scrollbar-thin::-webkit-scrollbar, .scrollbar-thin *::-webkit-scrollbar {
    width: 7px;
    height: 7px;
}

/* Track */
.scrollbar-thin::-webkit-scrollbar, .scrollbar-thin *::-webkit-scrollbar-track {
    background: #f0f0f0;
    width: 7px;
}

/* Handle */
.scrollbar-thin::-webkit-scrollbar, .scrollbar-thin *::-webkit-scrollbar-thumb {
    background: #dfdfdf;
    width: 7px;
}

/* Handle on hover */
.scrollbar-thin::-webkit-scrollbar, .scrollbar-thin *::-webkit-scrollbar-thumb:hover {
    background: #a6a6a6;
}
.avatar.avatar-md,
.avatar.avatar-md img {
    height: 2.3rem;
    min-height: 2.3rem;
    min-width: 2.3rem;
    width: 2.3rem;
}
.avatar.avatar-md i,
.avatar.avatar-md span {
    font-size: 0.5rem;
}
/* body > .side-left > .wrapper::-webkit-scrollbar {
    display: none;
}

body > .side-left {
    overflow: visible !important;
} */


.btn-group-select > .btn-group > .btn:not(:first-child) {
    margin-left: 0;
}

.btn-selected {
    color: #212529;
    background-color: #b5b5b5;
    border-color: #a0a0a0;
}
.btn-selected:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
}
.btn-selected:focus, .btn-selected.focus {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.btn-selected.disabled, .btn-selected:disabled {
    color: #212529;
    background-color: #b5b5b5;
    border-color: #a0a0a0;
}
.btn-selected:not(:disabled):not(.disabled):active, .btn-selected:not(:disabled):not(.disabled).active, .show > .btn-selected.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df;
}
.btn-selected:not(:disabled):not(.disabled):active:focus, .btn-selected:not(:disabled):not(.disabled).active:focus, .show > .btn-selected.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-unselected {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-unselected:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
}
.btn-unselected:focus, .btn-unselected.focus {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.btn-unselected.disabled, .btn-unselected:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-unselected:not(:disabled):not(.disabled):active, .btn-unselected:not(:disabled):not(.disabled).active, .show > .btn-unselected.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df;
}
.btn-unselected:not(:disabled):not(.disabled):active:focus, .btn-unselected:not(:disabled):not(.disabled).active:focus, .show > .btn-unselected.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.jab-combo-icon:not(:disabled){
    cursor: pointer;
}

.jab-combo-icon:disabled{
    cursor: default;
}

.jab-combo-icon .dropdown-item.active{
    background-color: rgb(221, 221, 221);
}

/* .dropdown-menu .dropdown-item.active{
    background-color: rgb(236 229 255);
} */

.input-group-prepend .jab-checkbox.input-group-text{
    max-width: 35px;
    width: 35px;
    justify-content: center;
}



/* New table */
.table-intern:not(.jab-table-responsive) .table {
    border-collapse: separate;
    border-spacing: 0 .25rem;
}
.table-intern:not(.jab-table-responsive) thead tr,
.table-intern:not(.jab-table-responsive) tbody tr {
    border-radius: .5rem;
}
.table-intern:not(.jab-table-responsive) thead th {
    background-color: #f3f3f3;/* #eeeeee;*/
    color: #757575; /* #454e58; */
    font-size: 0.75rem; /* 0.8rem; */
    font-weight: 600;
    /*height: 2rem;*/
}
.table-intern:not(.jab-table-responsive) thead th,
.table-intern:not(.jab-table-responsive) tbody td {
    /* padding-top: 7px;
    padding-bottom: 7px; */
    padding: .35rem;
    border-bottom: 1px solid #e2e7ec;
    border-top: 1px solid #e2e7ec;
}
.table-intern:not(.jab-table-responsive) thead th:first-child,
.table-intern:not(.jab-table-responsive) tbody td:first-child {
    padding-left: .7rem;
    padding-right: .7rem;
    border-bottom-left-radius: .5rem;
    border-left: 1px solid #e2e7ec;
    border-top-left-radius: .5rem;
}
.table-intern:not(.jab-table-responsive) thead th:last-child,
.table-intern:not(.jab-table-responsive) tbody td:last-child {
    border-bottom-right-radius: .5rem;
    border-right: 1px solid #e2e7ec;
    border-top-right-radius: .5rem;
}
.table-intern tbody tr {
    background-color: #fff;
}
.table-intern .table-hover thead th:hover{
    background-color: #d4d4d4;
}


/*
    @todo: Verificar permanencia do código
    Descrição: Coloquei esse código para "combo" aparecer dentro do .accordion .card
    Página: http://dev.widemanager.com/admin/wm/financeiro/intermediadores/opcoesexibicao
*/
.accordion > .card {
    overflow: visible !important;
}
.accordion > .card > .card-header {
    border-bottom: 0;
}

.service-suports-notification{
    animation: service-suports-notification var(--service-suportes-velocidade-notificacao) steps(2, jump-none) infinite;
}

@keyframes service-suports-notification {
    from {
        /* background-color: #495662; */
        color: #b9b9b9;
    }
    to {
        /* background-color: var(--service-suportes-cor-notificacao); */
        color: var(--service-suportes-cor-notificacao);
    }
}

.service-suports-notification-bg-card{
    animation: service-suports-notification-bg-card var(--service-suportes-velocidade-notificacao) steps(2, jump-none) infinite;
}

@keyframes service-suports-notification-bg-card {
    from {
        background-color: #495662;
        /* color: #b9b9b9; */
    }
    to {
        background-color: var(--service-suportes-cor-notificacao);
        /* color: var(--service-suportes-cor-notificacao); */
    }
}









.task-tab-notification{
    animation: task-tab-notification var(--service-suportes-velocidade-notificacao) steps(2, jump-none) infinite;
}

@keyframes task-tab-notification {
    from {
        background-color: #242c32;
    }
    to {
        background-color: var(--service-suportes-cor-notificacao);
        color: black;
    }
}

.comunicacao-aba {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.comunicacao-aba .content {
    height: 100%;
    max-height: 100%;
    overflow: hidden;
    /* position: relative; */
}
.comunicacao-aba:before {
    content: unset !important;
}

/* temp, até migrar para placeholder */
.text-loading {
    animation-duration: 10s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: text-loading-keyframes;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: linear-gradient(to right, #f6f7f8 8%, #eeeeee 18%, #f6f7f8 33%);
    border-radius: 6px;
    color: transparent;
}
@keyframes text-loading-keyframes {
    0%{
        background-position: -1024px 0;
    }
    100%{
        background-position: 1024px 0;
    }
}

.bg-light-blue-tarefas{
    background-color: #0000ff0f !important;
}


/* 
    Animated ellipses 
    Author: Hieron
*/
.animated-ellipses{
	position: relative;
}
.animated-ellipses::after {
  content: '';
  width: 100%;
  height: 100%;
  background-color: white;
  position: absolute;
  right: 0px;
  animation-name: animated-ellipses;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}
@keyframes animated-ellipses {
  0%      { width: 100%; }
  33.33%  { width: 66.66%; }
  66.66%  { width: 33.33%; }
  100%    { width: 0%; }
}
/* - */



/* .interface.interface-fill {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
}
.interface.interface-fill > .content {
    height: 100%;
    max-height: 100%;
    overflow: hidden;
    display: flex !important;
} */



.emoji-zoom:hover {
    animation-name: emoji-zoom;
    animation-duration: .2s;
    animation-delay: .5s;
    animation-fill-mode: forwards;
}
@keyframes emoji-zoom {
    from      { transform: scale(1); }
    to        { transform: scale(2); }
}



/* Aba lateral de tarefas */
.nav-pills.nav-pills-dark .nav-item{
  margin: 0px .4rem;
}
.nav-pills.nav-pills-dark .nav-link,
.nav-pills.nav-pills-dark .show > .nav-link {
  color: #fff;
  border: 1px solid transparent;
  transition: background-color 0.1s ease-in-out, border-color 0.1s ease-in-out;
}
.nav-pills.nav-pills-dark .nav-link.active,
.nav-pills.nav-pills-dark .show > .nav-link {
  /* background-color: #1d2124 !important;#41474c */
  /* border-color: #171a1d; */
  background-color: #41474c !important;
  border-color: #2b3034;
}
.nav-pills.nav-pills-dark .nav-link:not(.active),
.nav-pills.nav-pills-dark .show > .nav-link {
    color: #d9d9d9;
  /* background-color: #343a40 !important;
  border-color: #343a40; */
}
.nav-pills.nav-pills-dark.custom-aba .nav-item{
    margin: 0px;
  }
.nav-pills.nav-pills-dark.custom-aba .nav-link {
    padding: 6px 10px;
}
/* Aba lateral de tarefas */

.card-tarefa::after {
    content: '';
    height: '2px';
    background-color: blue;
    width: 100%;
}

.nav-pills-suportes {
    font-size: 80%;
}
.nav-pills-suportes .nav-item{
    margin: 0px;
}
.nav-pills-suportes .nav-link {
    padding: 3px 7px;
    margin-right: 5px;
    color: #d9d9d9;
    border-radius: 6px;
}
.nav-pills-suportes .nav-item:first-of-type .nav-link {
    background-color: #ff607ba8 !important;
}
.nav-pills-suportes .nav-item:first-of-type .nav-link:hover {
    background-color: #ff778ea8 !important;
}
.nav-pills-suportes .nav-item:first-of-type .nav-link:not(.active) {
    background-color: #ff778e33 !important;
    color: #d8d8d89d;
}

.nav-pills-suportes .nav-item:nth-of-type(2) .nav-link {
    background-color: #216d7e !important;
}
.nav-pills-suportes .nav-item:nth-of-type(2) .nav-link:hover {
    background-color: #307180 !important;
}
.nav-pills-suportes .nav-item:nth-of-type(2) .nav-link:not(.active) {
    background-color: #216d7e47 !important;
    color: #d8d8d89d;
}



/* 
    Interface fills whole height and width
    Maintainer: Hieron Giacomini
*/
    .interface.interface-fill.interface-stretch-content > .content {
        display: flex;
    }
    .interface.interface-fill.interface-stretch-content > .content > .jab-panel {
        flex-grow: 1;
    }
    .interface.interface-fill.interface-stretch-content > .content > .jab-panel > .card-body {
        display: flex;
        flex-direction: column;
    }
    .interface.interface-fill.interface-stretch-content > .content > .jab-tabs {
        display: flex;
        flex-direction: column;
        flex-grow: 1;
        max-width: 100%;
    }
    .interface.interface-fill.interface-stretch-content > .content > .jab-tabs > .tab-content {
        flex: 1;
        display: flex;
        overflow: hidden;
    }
    .interface.interface-fill.interface-stretch-content > .content > .jab-tabs > .tab-content > .jab-tab.active {
        flex: 1;
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    .interface.interface-fill.interface-stretch-content > .content > .jab-tabs > .tab-content > .jab-tab.active > .jab-component:only-child {
        flex: 1;
        display: flex;
        flex-direction: column;
        width: 100%;
        max-height: 100%;
    }
    .interface.interface-fill.interface-stretch-content > .content [class^=jab-divider] {
        width: 100%;
    }
    .interface.interface-fill.interface-stretch-content > .content .jab-table {
        flex: 1;
    }
    .interface.interface-fill.interface-stretch-content > .content .jab-table > table {
        padding-right: 5px;
    }
    .interface.interface-fill.interface-stretch-content > .content .jab-table > table > thead {
        position: sticky;
        top: 4px;
        z-index: 1;
    }
/* --- */

/* 
    Custom thin scroll
    Maintainer: Hieron Giacomini
*/
    .custom-scroll * {
        scrollbar-width: thin;
    }
    .custom-scroll *::-webkit-scrollbar {
        width: 8px;
        height: 5px;
    }
    .custom-scroll *::-webkit-scrollbar-track {
        background: #f1f1f100; 
        border-radius: 8px;
    }
    .custom-scroll *::-webkit-scrollbar-thumb {
        background: rgb(238, 237, 237);
        border-radius: 5px;
    }
    .custom-scroll *::-webkit-scrollbar-thumb {
        background: rgb(211, 211, 211); 
        border-radius: 5px;
    }
/* --- */


.d-grid {
    display: grid !important;
}


/* 
    Animate call ringing icon
    Maintainer: Hieron Giacomini
*/
.calling {
    animation-name: calling;
    animation-duration: .3s;
    animation-fill-mode: none;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    animation-direction: alternate;
}
@keyframes calling {
    from      { transform: rotate(280deg); }
    to        { transform: rotate(240deg); }
}
/* --- */




.list.dropping-before,
.list.dropping-after {
    position: relative;
}

.list.dropping-before::before {
    content: '';
    height: 100%;
    width: 2px;
    background-color: var(--dropping-bgc);
    position: absolute;
    left: calc(var(--dropping-mg) * -1);
    top: 0px;
}

.list.dropping-after::after {
    content: '';
    height: 100%;
    width: 2px;
    background-color: var(--dropping-bgc);
    position: absolute;
    right: calc(var(--dropping-mg) * -1);
    top: 0px;
}

.card.dropping-before,
.card.dropping-after {
    position: relative;
}

.card.dropping-before::before {
    content: '';
    height: 2px;
    width: 100%;
    background-color: var(--dropping-bgc);
    position: absolute;
    top: calc(var(--dropping-mg) * -1);
    left: 0px;
}

.card.dropping-after::after {
    content: '';
    height: 2px;
    width: 100%;
    background-color: var(--dropping-bgc);
    position: absolute;
    bottom: calc(var(--dropping-mg) * -1);
    left: 0px;
}

.custom-scroll-board * {
    scrollbar-width: thin;
}
.custom-scroll-board *::-webkit-scrollbar {
    width: 11px;
    height: 11px;
}
.custom-scroll-board *::-webkit-scrollbar-track {
    background: #f1f1f100; 
    border-radius: 8px;
    margin-left: 10px;
}
.custom-scroll *::-webkit-scrollbar-thumb {
    background: rgb(211, 211, 211); 
    border-radius: 3px;
}
.custom-scroll *::-webkit-scrollbar-corner {
    background-color: transparent;
}
/* --- */

.button-alert {
    background-color: #df8484;
    color: #000000;
    display: inline-block;
    /*padding: 5px 10px;*/
    text-align: center;
    text-decoration: none;
}
@keyframes button-alert {
    0% { background-color: #df8484; box-shadow: 0 0 3px #df8484; }
    50% { background-color: #ecdfdf; box-shadow: 0 0 3px #ecdfdf; }
    100% { background-color: #df8484; box-shadow: 0 0 3px #df8484; }
}

.button-alert {
    -webkit-animation: button-alert 1500ms infinite;
    -moz-animation: button-alert 1500ms infinite;
    -o-animation: button-alert 1500ms infinite;
    animation: button-alert 1500ms infinite;
}



/* 
    Coloring and Animate service tasks bell icon
    Maintainer: Hieron Giacomini
*/
.new-invites {
    color: #48b7f7;
}
.new-invites:is(:hover, :active, :focus) {
    color: #3499d3 !important;
}
.new-invites i{
    animation-name: belling;
    animation-duration: .6s;
    animation-fill-mode: none;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    animation-direction: alternate;
}
@keyframes belling {
    from      { rotate: 30deg; }
    to        { rotate: -30deg; }
}
/* --- */

.jab-table::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}