/* Customização dos post-its */

.clear-full-btn {
    all: unset;
    cursor: pointer;
    border: 0;
    outline: none;
}

:root {
    --ck-z-default: 100;
    --ck-z-panel: calc(var(--ck-z-default) + 999);
}

.overflow-table {
    overflow-x: scroll;
}
.overflow-table td {
    min-width: 100px;
}

#spanPostit {
    position: fixed;
    right: 0;
    bottom: 0;
    min-height: 112px;
    margin: 35px 20px;
    opacity: 0.9 !important;
    z-index: 10;
    /* Sombra */
    -webkit-box-shadow: 13px 11px 43px -15px rgba(0, 0, 0, 0.79);
    -moz-box-shadow: 13px 11px 43px -15px rgba(0, 0, 0, 0.79);
    box-shadow: 13px 11px 43px -15px rgba(0, 0, 0, 0.79);
    /* Animação */
    animation: fadeInRightEasySpan 1.5s;
    -webkit-animation: fadeInRightEasySpan 1.5s;
}

.ck.ck-balloon-panel.ck-balloon-panel_visible {
    z-index: 99999;
}

#spanPostit .spin-icon {
    animation: icon_spin 3s infinite linear;
    -webkit-animation: icon_spin 3s infinite linear;
    padding: 0;
    margin: 0;
}

#spanPostit .icon-trash-2:hover {
    transition-duration: 0.5s;
    color: red;
}

#spanPostit .download-icon {
    height: 112px;
    width: 112px;
}

#spanPostit .draglist-icon-option {
    position: absolute;
    top: 0;
    left: 0;
    margin: 25px 0 0 19px;
    font-size: 20px;
}

#spanPostit .draglist-icon-trash {
    position: absolute;
    top: 0;
    left: 0;
    margin: 65px 0 0 17px;
    font-size: 25px;
}

/*Ajustes de ViewPort*/

@media only screen and (min-width: 350px) {
    #spanPostit {
        width: 90%;
    }

    #spanBroadcast {
        width: 90%;
    }

    .spanNotification {
        width: 90%;
    }
}

@media only screen and (min-width: 600px) {
    #spanPostit {
        width: 70%;
    }

    #spanBroadcast {
        width: 70%;
    }

    .spanNotification {
        width: 70%;
    }
}

@media only screen and (min-width: 800px) {
    #spanPostit {
        width: 50%;
    }

    #spanBroadcast {
        width: 50%;
    }

    .spanNotification {
        width: 50%;
    }
}

@media only screen and (min-width: 1000px) {
    #spanPostit {
        width: 500px;
    }

    #spanBroadcast {
        width: 500px;
    }

    .spanNotification {
        width: 500px;
    }
}

@media only screen and (min-width: 1200px) {
    #spanBroadcast {
        width: 600px;
    }

    .spanNotification {
        width: 600px;
    }
}

/* Efeitos dos Span () */

@-webkit-keyframes fadeInRightEasySpan {
    from {
        margin-right: -200px;
        opacity: 0;
    }
}

@keyframes fadeInRightEasySpan {
    from {
        margin-right: -200px;
        opacity: 0;
    }
}

@-webkit-keyframes fadeInTopAnime {
    from {
        margin-top: -30px;
        opacity: 0;
    }
}

@keyframes fadeInTopAnime {
    from {
        margin-top: -30px;
        opacity: 0;
    }
}

@-webkit-keyframes icon_spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    6.25% {
        -webkit-transform: rotate(-2deg);
    }

    12.5% {
        -webkit-transform: rotate(5deg);
    }

    18.75% {
        -webkit-transform: rotate(-10deg);
    }

    25% {
        -webkit-transform: rotate(15deg);
    }

    31.25% {
        -webkit-transform: rotate(-20deg);
    }

    37.5% {
        -webkit-transform: rotate(25deg);
    }

    43.75% {
        -webkit-transform: rotate(-30deg);
    }

    50% {
        -webkit-transform: rotate(35deg);
    }

    56.25% {
        -webkit-transform: rotate(-30deg);
    }

    62.5% {
        -webkit-transform: rotate(25deg);
    }

    68.75% {
        -webkit-transform: rotate(-20deg);
    }

    75% {
        -webkit-transform: rotate(15deg);
    }

    81.25% {
        -webkit-transform: rotate(-10deg);
    }

    87.5% {
        -webkit-transform: rotate(5deg);
    }

    93.75% {
        -webkit-transform: rotate(-2deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
    }
}

@keyframes icon_spin {
    0% {
        transform: rotate(0deg);
    }

    6.25% {
        transform: rotate(-2deg);
    }

    12.5% {
        transform: rotate(5deg);
    }

    18.75% {
        transform: rotate(-10deg);
    }

    25% {
        transform: rotate(15deg);
    }

    31.25% {
        transform: rotate(-20deg);
    }

    37.5% {
        transform: rotate(25deg);
    }

    43.75% {
        transform: rotate(-30deg);
    }

    50% {
        transform: rotate(35deg);
    }

    56.25% {
        transform: rotate(-30deg);
    }

    62.5% {
        transform: rotate(25deg);
    }

    68.75% {
        transform: rotate(-20deg);
    }

    75% {
        transform: rotate(15deg);
    }

    81.25% {
        transform: rotate(-10deg);
    }

    87.5% {
        transform: rotate(5deg);
    }

    93.75% {
        transform: rotate(-2deg);
    }

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

/* Fim da customização dos post-its */

/* Customização de Broadcast */

#spanBroadcast {
    position: fixed;
    right: 0;
    top: 0;
    min-height: 112px;
    margin: 70px 20px 0 0;
    opacity: 0.9 !important;
    z-index: 5000;
    /* Sombra */
    -webkit-box-shadow: 13px 11px 43px -15px rgba(0, 0, 0, 0.79);
    -moz-box-shadow: 13px 11px 43px -15px rgba(0, 0, 0, 0.79);
    box-shadow: 13px 11px 43px -15px rgba(0, 0, 0, 0.79);
    /* Animação */
    animation: fadeInRightEasySpan 1.5s;
    -webkit-animation: fadeInRightEasySpan 1.5s;
}

#spanBroadcast .download-icon {
    padding-top: 35px;
    padding-left: 15px;
    height: 120px;
    width: 120px;
}

#spanBroadcast #broadcast_confirm {
    margin-top: -10px !important;
}

#spanNotification {
    padding: 10px;
    position: fixed;
    right: 0;
    top: 35px;
    min-height: 70px;
    margin: 70px 20px 0 0;
    opacity: 0.9 !important;
    z-index: 4999;
    overflow: hidden;
    overflow-y: auto;
    max-height: calc(100vh - 125px);
}

.spanNotification .download-icon {
    padding-top: 15px;
    padding-left: 15px;
    height: 120px;
    width: 120px;
}

.spanNotification #notification_confirm {
    margin-top: -10px !important;
}

.spanNotification i.feather.icon-alert-triangle {
    font-size: 50px;
    padding: 10px;
}

/* Fim da customização de Broadcast */

/* Customização do PARTICLES (LOGIN) */

canvas {
    display: block;
    vertical-align: bottom;
}

#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #edf3f8;
    background-image: url("");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

#particles-js canvas {
    animation-name: appear;
    animation-duration: 1.4s;
    animation-fill-mode: forwards;
}

@keyframes appear {
    from {
        transform: scale(0);
        opacity: 0;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}

.progress.active .progress-bar {
    -webkit-transition: none !important;
    transition: none !important;
}

/* RESET */
.chat-header.truncate {
    max-width: 150px;
}

.truncate {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

textarea:focus,
input:focus,
select:focus {
    box-shadow: 0 0 0 0 !important;
    transition-duration: 0.5s;
    outline: 0 !important;
}

.post-input {
    border: 1px solid white;
}

.hide {
    display: none !important;
}

.cursor-default {
    cursor: default;
}

/* ANIMAÇÕES */

.fadeInTopAnime {
    /* Animação */
    animation: fadeInTopAnime 0.4s;
    -webkit-animation: fadeInTopAnime 0.4s;
}

.input-group .input-group-addon {
    padding: 0.4rem 0.75rem;
}

.icon-btn-primary {
    cursor: pointer;
    color: #004870;
}

.icon-btn-primary:hover {
    cursor: pointer;
    color: #42739f;
}

.icon-btn-primary:focus,
.icon-btn-primary:active {
    cursor: pointer;
    color: #002144 !important;
}

.icon-btn-info {
    cursor: pointer;
    color: #2dcee3;
}

.icon-btn-info:hover {
    cursor: pointer;
    color: #5ad9e9;
}

.icon-btn-info:focus,
.icon-btn-info:active {
    cursor: pointer;
    color: #19a7ba !important;
}

.icon-btn-danger {
    cursor: pointer;
    color: #fe5d70;
}

.icon-btn-danger:hover {
    cursor: pointer;
    color: #fe909d;
}

.icon-btn-danger:focus,
.icon-btn-danger:active {
    cursor: pointer;
    color: #fe203a !important;
}

.icon-btn-success {
    cursor: pointer;
    color: #0ac282;
}

.icon-btn-success:hover {
    cursor: pointer;
    color: #0df3a3;
}

.icon-btn-success:focus,
.icon-btn-success:active {
    cursor: pointer;
    color: #07885b !important;
}

.icon-btn-warning {
    cursor: pointer;
    color: #fe9365;
}

.icon-btn-warning:hover {
    cursor: pointer;
    color: #feb798;
}

.icon-btn-warning:focus,
.icon-btn-warning:active {
    cursor: pointer;
    color: #fe6828 !important;
}

.icon-btn-secondary {
    cursor: pointer;
    color: #6c757d !important;
}

.icon-btn-secondary:hover {
    cursor: pointer;
    color: #5a6268 !important;
}

.icon-btn-secondary:focus,
.icon-btn-secondary:active {
    cursor: pointer;
    color: #545b62 !important;
}

.full-modal {
    display: none;
    position: absolute;
    height: 100%;
    width: 100%;
    background: #fff;
    left: 0;
    top: 0;
    margin-top: 325px;
    z-index: 5;
}

.full-modal-container {
    height: 100%;
    width: 100%;
    padding: 15px;
    overflow-y: auto;
    overflow-x: hidden;
}

.full-modal-header {
    width: 100%;
    height: 55px;
    line-height: 55px;
    position: absolute;
    top: 0;
    right: 0;
    background: white;
    color: rgb(145, 154, 163);
    padding-top: 15px;
    padding-bottom: 55px;
    z-index: 1000;
}

.full-modal-header .full-modal-header-container {
    border-bottom: 1px solid #eee;
    margin-left: 15px;
    margin-right: 15px;
}

.full-modal-header .full-modal-close {
    position: absolute;
    top: 0;
    right: 0;
    margin: 3px 20px;
    font-size: 26px;
    cursor: pointer;
    margin-right: 30px;
}

.full-modal-header .full-modal-close:hover {
    transition-duration: 0.5s;
    color: red;
}

.full-modal-body {
    z-index: 5;
    width: 100%;
    min-height: calc(100% - 113px);
    margin-top: 55px;
    padding: 0 10px 10px 10px;
}

.full-modal-body-container {
    height: 100%;
    width: 100%;
}

.full-modal-footer {
    width: 100%;
    padding-top: 7px;
    height: 58px;
    line-height: 58px;
    border-top: 1px solid #eee;
}

/* FIM Fullmodal v2*/

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background: #f4f4f4;
}

::-webkit-scrollbar-thumb {
    background: #dad7d7;
}

::-webkit-scrollbar-track {
    background-color: #f4f4f4;
}

.esconde-scroll::-webkit-scrollbar {
    width: 0px !important;
}

.mostra-scroll::-webkit-scrollbar {
    width: 8px !important;
}

.btn-icon.btn-icon-sm {
    width: 35px !important;
    height: 35px !important;
    padding: 1px !important;
    font-size: 11px;
}

/* .table th {
    padding: 0.75rem 0.2rem;
} */

/**/

.table td {
    padding: 0.2rem;
}

.confirm-modal {
    height: 100dvh;
    width: 100%;
    background: rgba(0, 0, 0, 0.85);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1072;
    display: none;
    padding: 120px;
    text-align: center;
}

.confirm-modal-header {
    color: #ffde17;
}

.confirm-modal-header span {
    display: block;
}

.confirm-modal-body {
    color: #fff;
    font-size: 16px;
}

.confirm-modal-footer {
    padding-top: 20px;
}

.confirm-modal-delete {
    height: 100vh;
    width: 100%;
    background: rgba(0, 0, 0, 0.85);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1072;
    display: none;
    padding: 120px;
    text-align: center;
}

.confirm-modal-delete-header {
    color: #ffde17;
}

.confirm-modal-delete-header span {
    display: block;
}

.confirm-modal-delete-body {
    color: #fff;
    font-size: 16px;
}

.confirm-modal-delete-footer {
    padding-top: 20px;
}

.cor-lembrete {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    opacity: 0.7;
    display: inline-block;
    margin: 5px;
}

.cor-lembrete-inativo {
    opacity: 0.3;
    transition-duration: 1;
}

.cor-lembrete-inativo:hover,
.cor-lembrete:hover {
    opacity: 1;
    transition-duration: 0.5s;
}

.cor-lembrete-ativo {
    border: 2px solid gray;
    opacity: 1;
    transition-duration: 0.5s;
}

.popover {
    z-index: 1060;
}

.input-group-sm {
    /*height: calc(1.5em + .5rem + 2px) !important;*/
    line-height: 1.5 !important;
}

/* Draggable */

.grid-stack-item-content {
    cursor: move;
}

.card-draggable {
    margin: 0;
    width: 100%;
    height: 100%;
}

.card-draggable-head {
    background: rgba(0, 0, 0, 0.1);
    border-radius: 5px 5px 0 0;
}

.card-draggable-body {
    margin: 5px 10px 21px 10px;
    overflow: auto;
}

.card-draggable-footer {
    padding-left: 10px;
    position: absolute;
    bottom: 0;
    color: #fff;
}

.grid-stack > .grid-stack-item > .ui-resizable-se,
.grid-stack > .grid-stack-item > .ui-resizable-sw {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAkUlEQVQ4jaXTPw5BQRAH4BeJSgiJQuJGCgWFQqPRuIyLuIJKpaHROIq/n8IUr1DYeb92s99kd2aqqha0scOkygRb39wwzQBjXAO5Y55BRrgE8sAigwxxCuSJZQbp4xjIC6sM0sUhkDfWGaSDfQ3Z1M9bxWJh9V76CRikPzHaeE61sdEg/Rjl2d+XA2i8TMXr/AHm8vk9gVUSDwAAAABJRU5ErkJggg==) !important;
    bottom: -3px;
}

.grid-stack > .grid-stack-item > .ui-resizable-se {
    transform: rotate(45deg) !important;
    right: 7px;
}

.grid-stack > .grid-stack-item > .ui-resizable-sw {
    transform: rotate(135deg) !important;
    left: 7px;
}

/* Draggable fim*/

/* bar */

.hidden-bar {
    margin-right: 5px;
}

.hidden-bar::-webkit-scrollbar-track {
    background-color: rgb(0, 0, 0, 0);
    margin-right: 5px;
}

.hidden-bar::-webkit-scrollbar {
    width: 4px;
    height: 6px;
    background: rgb(0, 0, 0, 0);
}

.hidden-bar::-webkit-scrollbar-button {
    width: 20px;
    height: 20px;
}

.hidden-bar::-webkit-scrollbar-thumb {
    background: rgb(255, 255, 255, 0.5);
    border: 0px none #ffffff;
    padding-right: 3px;
    border-radius: 50px;
}

.hidden-bar::-webkit-scrollbar-thumb:hover {
    background: rgb(255, 255, 255, 0.8);
}

/**/

#bootstrap-duallistbox-nonselected-list_,
#bootstrap-duallistbox-selected-list_ {
    border: 1px solid #004870;
}

#bootstrap-duallistbox-nonselected-list_ option,
#bootstrap-duallistbox-selected-list_ option {
    height: 25px;
    padding: 3px 0 0 10px;
    transition-duration: 0.5s;
    border-bottom: 1px solid #eee;
}

#bootstrap-duallistbox-nonselected-list_ option:hover,
#bootstrap-duallistbox-selected-list_ option:hover {
    cursor: pointer;
    background: #f7f7f7;
    color: #004870;
    transition-duration: 0.3s;
}

/*-------zoom----------*/

.zoom {
    z-index: 2;
    position: fixed;
    bottom: 45px;
    right: 25px;
    height: 70px;
}

.zoom-fab {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    background: linear-gradient(to right, #009688 0%, #52c7b8 100%);
    vertical-align: middle;
    text-decoration: none;
    text-align: center;
    transition: 0.2s ease-out;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12),
        0 3px 1px -2px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    color: #fff;
}

.zoom-fab:hover {
    background-color: #4db6ac;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12),
        0 3px 1px -1px rgba(0, 0, 0, 0.2);
}

.zoom-menu {
    position: absolute;
    right: 0;
    left: auto;
    top: -65px;
    transform: translateY(-50%);
    height: 100%;
    list-style: none;
    text-align: right;
}

.zoom-menu li {
    margin-bottom: 10px;
}

.scale-transition {
    transition: transform 0.3s cubic-bezier(0.53, 0.01, 0.36, 1.63) !important;
}

.scale-transition.scale-out {
    transform: scale(0);
    transition: transform 0.2s !important;
}

.scale-transition.scale-in {
    transform: scale(1);
}

/*

  width: 100%;
  background:rgba(39,46,56,0.3);
  height: 5px;
  border-radius: .3rem .3rem 0 0;
  position: absolute;
  top: 0;
  left: 0;
  */

.loader-bar {
    width: 100%;
    height: 4px;
    position: absolute;
    top: 0;
    left: 0;
}

.load {
    width: 100%;
    height: 100%;
    background: rgba(39, 46, 56, 0.3);
    border-radius: 0.3rem 0.3rem 0 0;
    position: relative;
    overflow: hidden;
}

.bar {
    width: 30%;
    height: 5px;
    background: #fe5d70;
    position: absolute;
}

.etiqueta {
    background: #004870;
    width: min-content;
    padding: 0 6px 0 15px;
    border-radius: 25px 10px 10px 25px;
    position: relative;
    color: white;
    font-weight: bolder;
}

.etiqueta span {
    position: absolute;
    background: white;
    width: 5px;
    height: 5px;
    left: 5px;
    top: 7px;
    border-radius: 50%;
}

.input-group-btn-2 .select2-container {
    width: calc(100% - 96px) !important;
    padding-right: 1px;
}

.input-group-btn-2 .select2-container--default .select2-selection--multiple {
    border-radius: 0 !important;
}

/* Ajustes de mural */

.item-anexo-post {
    display: inline-block;
    cursor: pointer;
    position: relative;
}

.item-anexo-post img {
    height: 80px;
}

.item-anexo-details {
    display: none;
    transition-duration: 0.5s;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 23px;
    background-color: white;
    opacity: 0.7;
    font-size: 11px;
    text-align: center;
    line-height: 10px;
    vertical-align: middle;
}

.item-anexo-post:hover .item-anexo-details {
    display: block;
}

.document-attach-item {
    display: inline-block;
    position: relative;
    margin-left: 20px;
    padding: 5px;
    border-radius: 4px;
    border: 1px solid #ededed;
    opacity: 0.8;
    vertical-align: top;
}

.document-attach-item:hover {
    border: 1px solid #ccc;
    opacity: 1;
    transition-duration: 0.5s;
}

.document-attach-item img {
    height: 55px;
}

.document-attach-item .item-ext {
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0;
    font-size: 11px;
    font-weight: bold;
    color: white;
    bottom: -1px;
    background: #004870;
    height: auto;
    border-radius: 11px;
    font-size: 9px;
}

.document-attach-item .item-ext:before {
    content: ".";
}

.document-attach-item-video:after {
    content: "▶";
    text-shadow: 1px 1px 5px black;
    position: absolute;
    font-size: 30px;
    top: 0;
    left: 0;
    margin-left: 15px;
    margin-top: 5px;
    color: white;
    transition: font-size 0.2s;
}

.document-attach-item-video:hover::after {
    font-size: 50px;
}

.row-carterizacao {
    display: none;
}

.row-etiquetas {
    display: none;
}

.custom-file-label::after {
    content: "Pesquisar";
}
#customDropbox {
    border: 2px dashed #c8cbce;
    color: #97a1a8;
    text-align: center;
    height: "40px";
    margin-top: 5px;
    margin-bottom: 5px;
}
/* Messages  */

.msg-fadeTo {
    display: none;
}

.msg-sainte,
.msg-entrante {
    margin: 0;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 6px;
    font-size: 13px;
    color: gray;
}

.msg-sainte p t,
.msg-entrante p t {
    font-size: 9px;
    color: silver;
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 15px;
    margin-right: 24px;
}

.msg-entrante p t {
    margin-top: 5px;
    margin-right: 8px;
}

.msg-entrante,
.msg-sainte {
    height: 30px;
    clear: both;
}

.msg-entrante,
.msg-sainte {
    position: relative;
}

.msg-entrante p {
    position: relative;
    float: left;
    background-color: white;
    margin: 10px 25px 5px 5px;
    border-radius: 0px 7px 7px 7px;
    box-shadow: 1px 1px 3px silver;
    text-align: justify;
    color: gray;
    padding: 5px 50px 5px 20px;
    z-index: 1;
}

.msg-sainte p {
    float: right;
    color: gray;
    padding: 5px 50px 5px 15px;
    background-color: #e6f2ff;
    margin: 10px 5px 5px 25px;
    border-radius: 7px 7px 0px 7px;
    box-shadow: 1px 1px 3px silver;
    text-align: justify;
    z-index: 1;
}

.date-chat-divisor {
    text-align: center;
    margin: 0;
    font-size: 10px;
    clear: both;
    padding: 15px 0;
}

.date-chat-divisor i {
    background-color: rgb(209, 255, 215);
    padding: 5px 10px;
    border-radius: 4px;
    box-shadow: 1px 1px 1px silver;
}

.scroll-list-atendimentos {
    overflow-y: auto;
    width: auto;
    max-height: calc(100dvh - 290px);
}

.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 76px;
}

.filtro-atendimento {
    position: absolute;
    left: 5px;
    bottom: 5px;
    width: calc(100% - 10px);
}

.p-relative {
    position: relative;
}

.c-pointer {
    cursor: pointer;
}

.status-att-success {
    margin: 1px;
    border-left: 2px solid #1ec78c;
}

.status-att-warning {
    margin: 1px;
    border-left: 2px solid #fe9365;
}

.status-att-muted {
    margin: 1px;
    border-left: 2px solid #919aa3;
}

.status-att-danger {
    margin: 1px;
    border-left: 2px solid #fe5d70;
}

.m-r-3 {
    margin-right: 3px;
}

.p-l-7 {
    padding-left: 7px;
}

.r-0 {
    right: 0;
}

.hover {
    background: #fff;
}

.hover:hover {
    background-color: rgba(0, 0, 0, 0.05);
}

.bg-selected {
    background-color: rgba(0, 123, 255, 0.1);
}

.bg-selected:hover {
    background-color: rgba(0, 123, 255, 0.1);
}

.card-header-att {
    padding: 5px 38px 0 10px !important;
    position: relative !important;
}

.card-block-att {
    padding: 0 10px;
    margin-bottom: 5px;
}

/* Icones mídias ini */

.div-icon-bg {
    background: #fff;
    width: 26px;
    height: 30px;
    position: absolute;
    right: 0px;
    top: -5px;
    border-radius: 6px 5px 5px 5px;
}

span.bg-icon {
    width: 28px;
    height: 30px;
    background-color: #fff !important;
    position: absolute;
    left: 18px;
    top: 10px;
    border-radius: 6px 8px 6px 6px;
}

.telegram {
    background: linear-gradient(to bottom right, #5cb8ff 0%, #0088cc 100%);
}

.text-telegram {
    color: #0088cc;
}

.whatsapp {
    background: linear-gradient(to top right, #26b33c 0%, #60d36b 100%);
}

.text-whatsapp {
    color: #26b33c;
}

.messenger {
    background: linear-gradient(to top right, #0079ff 0%, #00c5ff 100%);
}

.text-messenger {
    color: #0079ff;
}

.text-google {
    color: #1b73e9;
}

.instagram {
    /* padding: 5px; */
    font-size: 30px;
    /* background: linear-gradient(
		#6559ca,
		#bc318f 30%,
		#e33f5f 50%,
		#f77638 70%,
		#fec66d 100%
	);
	color: #fff;
	border-radius: 10px; */
}

.text-instagram {
    color: #bc318f;
}

.enterness {
    /* padding: 5px; */
    font-size: 45px;
    /* background: linear-gradient(to right, #004870, #42739f);
	color: #fff;
	border-radius: 50%; */
}

.text-enterness {
    color: #004870;
}

#icon-media .enterness,
#icon-media .instagram {
    padding: 5px 6px;
}

.viber {
    background: #685ca4;
}

.text-viber {
    color: #685ca4;
}

.skype {
    background: #00aff0;
}

.text-skype,
.text-microsoft {
    color: #00aff0;
}

.text-signal {
    color: #3a76f0;
}

.text-line {
    color: #35dc86;
}

.telegram,
.messenger,
.viber,
.skype,
.whatsapp {
    font-size: 45px;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

.card-header-att .icon-media,
.card-header-att .telegram,
.card-header-att .messenger,
.card-header-att .instagram,
.card-header-att .enterness,
.card-header-att .viber,
.card-header-att .skype,
.card-header-att .whatsapp {
    position: absolute;
    right: -10px;
    top: -10px;
}

span#icon-media img.signal {
    vertical-align: middle;
    margin-left: 5px;
    line-height: 55px;
    margin-top: 5px;
    margin-right: 5px;
    height: 45px !important;
    width: 45px !important;
}

.person img.signal {
    position: absolute;
    left: 19px;
    top: 11px;
}

/* Icones mídias fim */

.effect-transition {
    transition: all 0.5s ease-in-out;
}

.btn-icon-square {
    font-size: 14px;
    vertical-align: top;
    padding: 6px 8px;
}

li.atalho {
    width: 100%;
    overflow: hidden !important;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/** Ini chat **/

.wrapper {
    background-color: #fff;
    margin: 0;
}

.chat-left {
    min-height: 250px;
    padding: 0;
    display: block;
}

.chat-left .chat-top {
    height: 51px;
    padding: 10px;
}

.chat-left .people .person {
    position: relative;
    padding: 5px 15px 0px 60px;
    cursor: pointer;
    min-height: 55px;
    border-left: solid 3px white;
}

.subname {
    width: 100%;
    display: block;
    font-size: 12px;
}

.subname i {
    float: left;
    width: 0px;
    height: 15px;
    /* background: #555; */
    margin-right: 5px;
    background-position: center !important;
    background-size: 100% !important;
}

.subname i.mini-icon-broker-whatsapp_zenvia {
    width: 15px;
    background: url("./../../images/logo_apis/logo_whatsapp_zenvia.png")
        no-repeat;
}
.subname i.mini-icon-broker-whatsapp_positus {
    width: 15px;
    background: url("./../../images/logo_apis/logo_positus.png") no-repeat;
}

.subname i.mini-icon-broker-whatsapp_chat_api {
    width: 15px;
    background: url("./../../images/logo_apis/logo_chat_api.png") no-repeat;
}

.subname i.mini-icon-broker-whatsapp_z_api {
    width: 15px;
    background: url("./../../images/logo_apis/logo_zap_enterness.png") no-repeat;
}
.subname i.mini-icon-broker-whatsapp_dialog360 {
    width: 15px;
    background: url("./../../images/logo_apis/logo_dialog360.png") no-repeat;
}

.subname i.mini-icon-broker-line_api {
    width: 15px;
    background: url("./../../images/logo_apis/logo_line.png") no-repeat;
}

.icofont-google {
    width: 15px;
    background: url("./../../svg/google.svg") no-repeat;
}

.chat-left .people .person:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    display: block;
    width: 80%;
    height: 1px;
    content: "";
    background-color: #e6e6e6;
    transform: translate(-50%, 0);
}

.chat-left .people .person .name {
    color: #1a1a1a;
    font-weight: 600;
    display: block;
    width: calc(100% - 60px);
}

.chat-left .people .person .time {
    font-size: 10px;
    color: #999;
    vertical-align: super;
}

.chat-left .people .person .preview {
    color: #999;
    font-size: 14px;
    display: inline-block;
    /* width: calc(100% - 150px); */
}

.chat-left .people .person .name,
.chat-left .people .person .preview {
    overflow: hidden !important;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.chat-left .people .person .badge {
    margin-bottom: 0;
    position: absolute;
    top: 6px;
    right: 15px;
    font-size: 12px;
}

.chat-left .people .person.active-list,
.chat-left .people .person:hover {
    background-color: #fafafa;
    border-left: solid 3px #097ebe;
}

.chat-left .people .person.active-list span,
.chat-left .people .person:hover span {
    /* color: #fff;
	background: transparent; */
}

.chat-left .people .person.active-list:after,
.chat-left .people .person:hover:after {
    display: none;
}

.chat-right {
    height: 100%;
    min-height: 250px;
    padding: 0;
    display: flex;
    position: relative;
    flex-direction: column;
}

.chat-right-plus {
    display: none;
    min-height: 250px;
}

.chat-right .chat-top {
    height: 51px;
}

.chat-right .chat-top i {
    vertical-align: middle;
    margin-left: 5px;
    line-height: 55px;
    margin-right: 5px;
}

.chat-right .chat-top .name {
    vertical-align: middle;
    overflow: hidden !important;
    width: calc(100% - 296px);
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #1a1a1a;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 600;
}

.chat-right .chat {
    padding: 10px;
    position: relative;
    display: none;
    overflow-x: hidden;
    overflow-y: auto;
}

.chat-right .chat.active-chat {
    display: block;
}

.active-chat .bubble {
    transition-timing-function: cubic-bezier(0.4, -0.04, 1, 1);
}

.active-chat .bubble:nth-last-of-type(20) {
    animation-duration: 0.05s;
}

.active-chat .bubble:nth-last-of-type(19) {
    animation-duration: 0.1s;
}

.active-chat .bubble:nth-last-of-type(18) {
    animation-duration: 0.15s;
}

.active-chat .bubble:nth-last-of-type(17) {
    animation-duration: 0.2s;
}

.active-chat .bubble:nth-last-of-type(16) {
    animation-duration: 0.25s;
}

.active-chat .bubble:nth-last-of-type(15) {
    animation-duration: 0.3s;
}

.active-chat .bubble:nth-last-of-type(14) {
    animation-duration: 0.35s;
}

.active-chat .bubble:nth-last-of-type(13) {
    animation-duration: 0.4s;
}

.active-chat .bubble:nth-last-of-type(12) {
    animation-duration: 0.45s;
}

.active-chat .bubble:nth-last-of-type(11) {
    animation-duration: 0.5s;
}

.active-chat .bubble:nth-last-of-type(10) {
    animation-duration: 0.55s;
}

.active-chat .bubble:nth-last-of-type(9) {
    animation-duration: 0.6s;
}

.active-chat .bubble:nth-last-of-type(8) {
    animation-duration: 0.65s;
}

.active-chat .bubble:nth-last-of-type(7) {
    animation-duration: 0.7s;
}

.active-chat .bubble:nth-last-of-type(6) {
    animation-duration: 0.75s;
}

.active-chat .bubble:nth-last-of-type(5) {
    animation-duration: 0.8s;
}

.active-chat .bubble:nth-last-of-type(4) {
    animation-duration: 0.85s;
}

.active-chat .bubble:nth-last-of-type(3) {
    animation-duration: 0.9s;
}

.active-chat .bubble:nth-last-of-type(2) {
    animation-duration: 0.95s;
}

.active-chat .bubble:nth-last-of-type(1) {
    animation-duration: 1s;
}

.active-chat {
    overflow: hidden;
}

.chat-right .write {
    display: none;
    padding: 10px;
}

.chat-right .write textarea {
    height: 31px;
    overflow-y: auto;
    min-height: 31px;
    resize: none;
    max-height: 92px;
    overflow-x: hidden;
}

.chat-right .bubble {
    display: block;
    clear: both;
    margin-bottom: 5px;
    width: 100%;
}

.chat-right .bubble span:before {
    position: absolute;
    top: 12px;
    display: block;
    width: 8px;
    height: 6px;
    content: "";
    transform: rotate(29deg) skew(-35deg);
}

.chat-right .bubble img {
    height: 30px;
}

.chat-right .media-img-chat img {
    height: 75px;
    max-width: 100%;
    /* object-fit: contain;
	  width: 100%; */
}

.chat-right .bubble.you {
    padding-right: 70px;
    float: left;
    align-self: flex-start;
    animation-name: slideFromLeft;
}

.chat-right .bubble.you span {
    color: #fff;
    background-color: #007bff;
}

.chat-right .bubble.you span:before {
    left: -3px;
    background-color: #007bff;
}

.chat-right .bubble.you span,
.chat-right .bubble.me span {
    font-size: 14px;
    position: relative;
    display: inline-block;
    padding: 5px 15px;
    vertical-align: top;
    border-radius: 5px;
    max-width: calc(100% - 45px);
}

.chat-right .bubble.me {
    padding-left: 70px;
    float: right;
    align-self: flex-end;
    animation-name: slideFromRight;
}

.chat-right .bubble.me span {
    color: #1a1a1a;
    background-color: #eceff1;
}

.chat-right .bubble.me span:before {
    right: -3px;
    background-color: #eceff1;
}

.chat-right .conversation-start {
    position: relative;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 10px;
    text-align: center;
    float: right;
}

.chat-right .conversation-start span {
    font-size: 14px;
    display: inline-block;
    color: #999;
}

.chat-right .conversation-start span:before,
.chat-right .conversation-start span:after {
    position: absolute;
    margin-top: 10px;
    display: inline-block;
    width: 30%;
    height: 1px;
    content: "";
    background-color: #e6e6e6;
}

.chat-right .conversation-start span:before {
    left: 0;
}

.chat-right .conversation-start span:after {
    right: 0;
}

.response-message {
    padding-left: 10px;
    cursor: default;
}

.you .response-message {
    border-left: 2px solid rgb(208, 208, 208);
    color: rgb(236, 236, 236) !important;
}

.me .response-message {
    border-left: 2px solid silver;
}

#responsePreviewContent,
#internalResponsePreviewContent {
    /* position: absolute; */
    /* top: 0; */
    background: #fcfcfc;
    /* width: calc(100% - 20px); */
    /* margin-right: 10px; */
    border-radius: 5px 5px 0 0;
    border: 1px solid #dee2e6;
}

#chat-functions {
    position: absolute;
    right: 0;
    top: 0;
    background-color: white;
    padding-left: 5px;
}

@keyframes slideFromLeft {
    0% {
        margin-left: -200px;
        opacity: 0;
    }

    100% {
        margin-left: 0;
        opacity: 1;
    }
}

@-webkit-keyframes slideFromLeft {
    0% {
        margin-left: -200px;
        opacity: 0;
    }

    100% {
        margin-left: 0;
        opacity: 1;
    }
}

@keyframes slideFromRight {
    0% {
        margin-right: -200px;
        opacity: 0;
    }

    100% {
        margin-right: 0;
        opacity: 1;
    }
}

@-webkit-keyframes slideFromRight {
    0% {
        margin-right: -200px;
        opacity: 0;
    }

    100% {
        margin-right: 0;
        opacity: 1;
    }
}

/** Fim chat **/

#bumpAtendimento,
#bumpInternalChat {
    display: none;
}

.chip {
    display: inline-block;
    padding: 0 25px;
    height: 50px;
    font-size: 16px;
    line-height: 50px;
    border-radius: 25px;
    background-color: #f1f1f1;
    cursor: pointer;
    position: relative;
    vertical-align: top;
}

.chip:hover {
    box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2),
        0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 1px rgba(0, 0, 0, 0.12);
}

.chip .name-chip {
    max-width: 200px;
    overflow: hidden !important;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.chip .badge {
    position: absolute;
    top: -1px;
    right: -1px;
}

.chip .media-chip {
    float: left;
    margin: 0 10px 0 -25px;
    height: 50px;
    width: 50px;
    border-radius: 50%;
}

.chip .media-chip .icon-chip {
    width: 44px;
    height: 44px;
    background: white;
    margin: auto;
    margin-top: 3px;
    border-radius: 50%;
    line-height: 44px;
}

.chip .media-chip .icon-chip i {
    vertical-align: middle;
    font-size: 30px;
    margin-left: 7px;
}

table .bg-success-thead,
table .bg-success-footer {
    background: #d8ffda;
}

table .bg-yellow-thead,
table .bg-yellow-footer {
    background: #fff9c3;
}

table .bg-warning-thead,
table .bg-warning-footer {
    background: #ffeed8;
}

table .bg-danger-thead,
table .bg-danger-footer {
    background: #ffd8d8;
}

table .bg-info-thead,
table .bg-info-footer {
    background: #d8e7ff;
}

table .bg-grey-thead,
table .bg-grey-footer {
    background: #f3f3f3;
}

table .bg-success-tbody {
    background: #f1fff2;
}

table .bg-yellow-tbody {
    background: #fffde2;
}

table .bg-dark-yellow-tbody {
    background: #ffff93;
}

table .bg-warning-tbody {
    background: #fff6f1;
}

table .bg-dark-warning-tbody {
    background: #ffdc8f;
}

table .bg-danger-tbody {
    background: #ffe8e8;
}

table .bg-info-tbody {
    background: #f1f5ff;
}

table .bg-grey-tbody {
    background: #f9f9f9;
}

table tr:hover .bg-success-tbody,
table tr:hover .bg-danger-tbody,
table tr:hover .bg-info-tbody {
    background: #f7f7f7;
}

.bootstrap4 .fixed-table-toolbar .search {
    margin-right: 20px;
    margin-top: 0;
    margin-bottom: 0;
}

.bootstrap4 .fixed-table-toolbar .search input {
    height: calc(1.5em + 0.5rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
    border-radius: 50px;
}

.pagination-info {
    margin-left: 20px;
}

.card .card-header li span {
    margin-top: 0;
}

.export button {
    width: 35px !important;
    height: 35px !important;
    padding: 1px !important;
    font-size: 11px;
    border-radius: 50%;
}

.export button:after {
    display: none;
}

.bootstrap-table .fixed-table-toolbar .columns {
    margin-left: 15px;
    margin-top: 0;
    margin-bottom: 0;
}

.btn.active:focus,
.btn:active:focus,
.btn:focus {
    outline: transparent;
    outline: transparent;
    outline-offset: 0;
}

#abc.custom-file-label,
#abc.custom-file-label::after {
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
}

.chat .f-right {
    width: 100%;
}

.chat-right .bubble.me span,
.chat-right .bubble.me img {
    float: right;
}

.chat-right .bubble.you .icon-media {
    /* width: 15px;
	height: 15px;
	border-radius: 2px;
	background: #555;
	position: absolute;
	margin-left: -23px;
	margin-top: 21px;
	text-align: center;
	line-height: 17px;
	background: #FFF;
	border-radius: 50%; */
    width: 15px;
    height: 15px;
    border-radius: 2px;
    background: #555;
    float: left;
    position: relative;
    /* margin-right: 33px; */
    margin-top: +21px;
    text-align: center;
    line-height: 17px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    /* margin: +0px; */
    margin-left: +20px;
}

.chat-right .bubble.me .icon-media {
    width: 15px;
    height: 15px;
    border-radius: 2px;
    background: #555;
    float: right;
    position: relative;
    margin-right: 3px;
    margin-top: +21px;
    text-align: center;
    line-height: 17px;
    background: #fff;
    border-radius: 50%;
}

.chat-right .bubble i.icon-media {
    display: none;
}

.hidden-chat-dpo {
    overflow-x: hidden;
    overflow-y: auto;
    height: CALC(100% - 52px);
    background: #101010fa;
    display: block;
    width: 100%;
    top: 0;
    position: absolute;
    text-align: center;
    color: #fff;
    padding: 64px 20px;
}

i.icon-media.icofont-telegram,
i.icon-media.icofont-brand-viber,
i.icon-media.icofont-instagram,
i.icon-media.icofont-whatsapp,
i.icon-media.icofont-facebook-messenger,
i.icon-media.icofont-skype,
i.icon-media.icofont-power {
    display: block !important;
}

i.icon-media.icofont-telegram {
    color: #64b0f2;
}

i.icon-media.icofont-brand-viber {
    color: #9261c6;
}

i.icon-media.icofont-instagram {
    color: #ff7aa3;
}

i.icon-media.icofont-whatsapp {
    color: #0ac282;
}

i.icon-media.icofont-facebook-messenger {
    color: #007bff;
}

i.icon-media.icofont-skype {
    color: #2dcee3;
}

i.icon-media.icofont-power {
    color: #004870;
}

div[container-video-message],
div[container-audio-message] {
    background: #eee;
    margin: 1px -8px;
    border-radius: 2px;
    padding: 10px;
    overflow: hidden;
    margin-bottom: 5px;
    margin-top: -4px;
    margin-bottom: 5px;
}

div[container-audio-message] audio {
    display: none;
}

div[container-video-message] button[button-play],
div[container-audio-message] button[button-play] {
    border-radius: 50%;
    width: 35px;
    height: 35px;
    border: solid 1px #555;
    text-align: center;
    line-height: 35px;
    float: left;
}

div[container-video-message] div[container-progress],
div[container-audio-message] div[container-progress] {
    float: left;
    width: 150px;
    height: 3px;
    background: #555;
    margin-top: 16px;
    margin-left: 10px;
}

div[container-video-message] div[container-progress] label,
div[container-audio-message] div[container-progress] label {
    color: #555;
    font-size: 9px;
    position: absolute;
    margin-top: +6px;
}

div[container-video-message] div[container-progress] div[cursor-progress],
div[container-audio-message] div[container-progress] div[cursor-progress] {
    width: 0%;
    height: 3px;
    background: #ccc;
}

div[container-video-message] a,
div[container-audio-message] a {
    color: #555 !important;
    margin: 5px;
    line-height: 33px;
    margin-left: 15px;
}

div[container-video-message] button.icon-maximize {
    margin-left: 15px;
    border: none;
}

div[container-video-message] div[data-container-video-screen] {
    width: 100%;
    height: 150px;
    background: #555;
    margin-bottom: 15px;
}

div[container-video-message] .bubble br,
.bubble div[container-video-message] br,
div[container-audio-message] .bubble br,
.bubble div[container-audio-message] br {
    display: none;
    height: 0px;
    margin: 0px;
}

/* Alterção Setor  */

.popup-change-setor {
    position: absolute;
    height: auto;
    width: 230px;
    background: #fff;
    margin-left: -7px;
    box-shadow: 0px 0px 5px #888;
    border-radius: 2px;
    padding: 9px;
}

.popup-change-setor::before {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
    content: "";
    position: absolute;
    margin-top: -8px;
    margin-left: 15px;
    left: 0px;
    top: 0px;
}

/* Popup do mostrar filas */
#queue-settings {
    position: relative;
}

#popupQueues {
    bottom: 100%;
    position: absolute;
    background: #fff;
    margin-left: -5px;
    box-shadow: 0px 0px 5px #888;
    border-radius: 2px;
    top: 100%;
    width: 110px;
    left: -29%;
    height: fit-content;
}
#userQueuesIcon {
    overflow: auto;
    padding: 0.5rem;
    max-height: 250px;
}
#filasQuantity {
    color: black;
    border-top: none;
    padding: 3px 5px;
    font-size: 0.75rem;
    border-bottom: 1px solid rgb(46, 46, 46);
}
#iconQueues {
    font-size: 18px;
}
#popupQueues::before {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
    content: "";
    position: absolute;
    margin-top: -7px;
    margin-left: 43%;
    left: 0px;
    top: 0px;
}
.li-queues {
    width: 100%;
    text-align: left;
    font-weight: 400;
    padding-left: 5px;
    line-height: 1.5;
    color: #495057;
    font-size: 0.75rem;
    border-bottom: 1px solid #e1e1e1;
}
/* Som das notificaçōes  */

#popup-som-notificacoes {
    position: absolute;
    height: 235px;
    width: 45px;
    background: #fff;
    margin-left: -5px;
    box-shadow: 0px 0px 5px #888;
    border-radius: 2px;
}

#popup-som-notificacoes div {
    transform: translate(0, 133px);
}

#popup-som-notificacoes div .btn {
    width: 100%;
    display: flex;
    justify-content: center;
}

#popup-som-notificacoes::before {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
    content: "";
    position: absolute;
    margin-top: -8px;
    margin-left: 15px;
    left: 0px;
    top: 0px;
}

/* QRCode */

#popup-qr-settings {
    position: absolute;
    width: 200px;
    height: 200px;
    background: #fff;
    margin-left: -80px;
    box-shadow: 0px 0px 5px #888;
    border-radius: 2px;
}

#popup-qr-settings::before {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
    content: "";
    position: absolute;
    margin-top: -8px;
    margin-left: 90px;
    left: 0px;
    top: 0px;
}

#popup-qr-settings img {
    width: 200px;
    height: 200px;
}

@keyframes spinner_loading_qrcode {
    to {
        transform: rotate(360deg);
    }
}

.loading {
    content: "";
    box-sizing: border-box;
    display: inline-flex;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid #ccc;
    border-top-color: #000;
    animation: spinner_loading_qrcode 0.6s linear infinite;
}

.loading.loading-2x {
    width: 20px;
    height: 20px;
}

.loading.loading-3x {
    width: 30px;
    height: 30px;
}

#popup-qr-settings i {
    content: "";
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 100px;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    margin-left: -5px;
    border-radius: 50%;
    border: 2px solid #ccc;
    border-top-color: #000;
    animation: spinner_loading_qrcode 0.6s linear infinite;
}

div[container-video-message] video {
    width: 100%;
    background: #000;
    margin-bottom: 5px;
    max-height: 200px;
}

div[container-reply-message][data-origin="AGENT"] {
    border-left: 5px solid #505050;
}

div[container-reply-message][data-origin="CLIENT"] {
    border-left: 5px solid #59a9ff;
}

div[container-reply-message] {
    padding: 10px;
    background: #0000001c;
    border-radius: 3px;
    margin-top: 10px;
    margin-bottom: 10px;
}

#seePreview div[data-loading] {
    content: "";
    box-sizing: border-box;
    /* position: absolute; */
    /* top: 50%; */
    /* left: 100px; */
    width: 30px;
    height: 30px;
    margin-top: -5px;
    /* margin-left: -5px; */
    border-radius: 50%;
    border: 2px solid #ccc;
    border-top-color: #000;
    animation: spinner_loading_qrcode 0.6s linear infinite;
    margin: 50px;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;
}

#seePreview div[data-preview-message] {
    width: calc(100% - 30px);
    overflow: hidden;
    padding: 10px;
    margin: 10px;
    border: solid 1px #ddd;
    border-radius: 3px;
}

#seePreview img,
#seePreview video {
    max-width: calc(100% - 10px) !important;
}

div[container-icon-attendance-locked] {
    text-align: center;
    margin-bottom: -0px;
    width: 100%;
}

div[container-icon-attendance-locked] div[text-locked] i {
    content: "";
    box-sizing: border-box;
    width: 10px;
    height: 10px;
    display: block;
    border-radius: 50%;
    border: 2px solid #ccc;
    border-top-color: #000;
    animation: spinner_loading_qrcode 0.6s linear infinite;
    margin: 0 auto;
}

div[container-all-selects] {
    /* overflow: hidden;
	padding: 10px;
	width: 100%;
	display: flex;
	flex-direction: row;
	height: 230px;
	justify-content: center; */
    overflow: hidden;
    padding: 10px;
    width: calc(100% - 20px);
    flex-direction: row;
    height: 230px;
    justify-content: center;
    background: #fff;
    padding: 10px;
    box-shadow: 0px 0px 5px #ddd;
    margin-bottom: 10px;
    padding-bottom: 0px !important;
    overflow-y: auto;
}

div[container-all-selects] div[container-select-template] {
    /* border: solid 1px #DDD;
	width: 300px;
	height: 200px;
	border-radius: 5px;
	background: #FFF;
	box-shadow: 0px 0px 3px #ddd;
	  float: left; */
    border: solid 1px #ddd;
    width: calc(50% - 10px);
    height: 200px;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0px 0px 3px #ddd;
    float: left;
    margin: 5px;
}

div[container-all-selects] div[container-data-header-all-data-templates] {
    padding: 10px;
    border-bottom: solid 1px #ddd;
    overflow: hidden;
}

div[container-all-selects]
    div[container-select-template]
    div[conntainer-title] {
    padding: 10px;
    border-bottom: solid 1px #ddd;
    font-size: 13px;
    color: #333;
}

div[container-all-selects]
    div[container-select-template]
    div[conntainer-description] {
    /* width: 280px;
	  height: 137px;
	  display: flex;
	align-items: center;
	justify-content: center;
	  font-size: 14px;
	  color: #555;
	  flex-direction: column; */
    width: calc(100% - 30px);
    height: 137px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #555;
    flex-direction: column;
    margin: 0 auto;
    margin-top: 5px;
}

div[container-all-selects]
    div[container-select-template]
    div[conntainer-description]
    button {
    display: block;
    border: none;
    border-radius: 3px;
    background: #555;
    color: #fff;
    padding: 5px 10px;
    margin-top: 10px;
}

div[container-all-selects]
    div[container-select-template]
    div[conntainer-description]
    button
    i {
    margin-right: 10px;
}

div[container-all-selects]
    div[container-select-template]
    div[conntainer-description]
    button
    span {
    font-size: 13px;
}

p[container-zenvia-timer] {
    font-size: 10px;
    line-height: 15px;
    margin: 0px;
    margin-top: -10px;
}

p[container-zenvia-timer] i {
    margin-right: 5px;
}

[content-reply] audio::-webkit-media-controls-panel {
    background-color: #0000001c;
}

.media-product {
    margin: -10px;
    margin-top: -5px;
}

.media-product .container-product {
    overflow: hidden;
    width: 100%;
    min-height: 0px;
    background: #ddd;
    border-radius: 5px;
}

.media-product .container-product .icon-product {
    float: left;
    width: 50px;
    height: 50px;
    background-size: 100% auto !important;
    margin: 5px 0px;
}

.media-product .container-product .text-product {
    float: right;
    width: calc(100% - 55px);
}

.media-product .container-product .text-product p {
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    color: #555;
}

.media-product .container-product .text-product p.source {
    margin-top: 5px;
    font-size: 10px;
    color: #888;
}

.media-product a.link {
    font-size: 12px;
    line-height: 16px;
    overflow: hidden;
    margin-top: 5px;
    padding: 0px;
    display: block;
}

.media-product .container-reply-button {
    position: absolute;
    width: 100%;
    height: 0px;
}

.media-product .container-reply-button button {
    float: right;
    margin: 5px 15px;
    font-size: 10px;
    border: none;
    background: transparent;
    color: #555;
    font-style: italic;
}

.flowchart-operator-inputs .flowchart-operator-connector-label {
    margin-left: 14px;
    overflow: hidden;
    max-width: calc(100% - 25px);
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.module-options {
    display: flex;
}

.module-options button {
    margin: 0px 1px;
}

/* 538 necessário  */

#air-datepicker-global-container {
    z-index: 100000;
}
/* popover  bottom  */
.clockpicker-align-left {
    top: 100px;
}

.clockpicker-popover {
    top: 100px;
    z-index: 100000;
}

.popover {
    top: 100px;
}
