@import url('https://fonts.googleapis.com/css2?family=Gluten:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Pacifico&family=Rock+Salt&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Prompt:ital,wght@1,500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Prompt:ital,wght@1,500&family=Ysabeau+Office:wght@600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

.tox-dialog {
  z-index: 150000 !important;
}

/* SKELETON LOADING */
.skeleton-loading {
  background-color: rgba(141, 141, 141, 0.25) !important;
  border-color: rgba(141, 141, 141, 0.25) !important;
  width: fit-content;
  position: relative;
  overflow: hidden;
}

.skeleton-loading::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: -170px;
  height: 100%;
  width: 170px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  animation: loading-sk 1.5s infinite;
}

@keyframes loading-sk {
  0% {
    left: -170px;
  }
  50% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}
/* SKELETON LOADING */

/* ESTILOS DO CONTAINER DE CUSTOMIZAÇÃO */
#custom {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}
#custom #preCustom {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
#custom #preCustom #aumentar-diminuir-fonte {
  display: flex;
  gap: 8px;
}
#custom #preCustom #aumentar-diminuir-fonte .buttons {
  display: flex;
  gap: 8px;
}
#custom #preCustom .input-with-label {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#custom #form-margens {
  text-align: right;
  display: block;
}
#custom .div-img-product {
  width: 280px;
  position: relative;
  display: inline-block;
}
#custom .div-img-product img {
  width: 100%;
  display: block;
  height: auto;
}
#custom .div-img-product #copiado {
  position: absolute;
  font-size: 12px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
/* ESTILOS DO CONTAINER DE CUSTOMIZAÇÃO */

.input-group-btn{
    margin-left: 1px;
    width: 5%;
    height: 30px;
}
.row-margin-top {
    margin-top: 7px !important;
}

.text-left {
    /* text-align:right; */
    text-align: left !important;
}

.text-right {
    /* text-align:right; */
    text-align: right !important;
}

img {
    max-height: 290px;
    max-width: 290px;
    margin: auto;
    display: block;
}

.dec-card-container {
    display: flex;
    justify-content: space-between;
    margin-top: 4%;
    margin-bottom: 20px;
    height: auto;
    flex-wrap: wrap;
}

@media (max-width: 360px) {
    .dec-card-container {
        justify-content: center;
    }

    .dec-card {
        width: 135px !important;
        height: 75px;
    }

    .card-title,
    .label2,
    .card-icon-container,
    .title3,
    .label3 {
        font-size: 1.4rem !important;
    }
}

@media (min-width: 360px) and (max-width: 767px) {
    .dec-card-container {
        justify-content: center;
    }

    .dec-card {
        width: 160px !important;
        height: 90px;
    }

    .card-title,
    .label2,
    .card-icon-container,
    .title3,
    .label3 {
        font-size: 1.5rem !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .dec-card-container {
        justify-content: center;
    }

    .dec-card {
        width: 18% !important;
        height: 75px;
    }

    .card-2 {
        width: 25% !important;
        height: 80px !important;
    }

    .card-title,
    .label2,
    .card-icon-container {
        font-size: 1.3rem !important;
    }

    .title3,
    .label3 {
        font-size: 1.5rem !important;
    }
}

@media (min-width: 991px) and (max-width: 1199px) {
    .dec-card-container {
        justify-content: center;
    }

    .dec-card {
        width: 18% !important;
        height: 80px;
    }

    .card-2 {
        width: 32% !important;
        height: 80px !important;
    }

    .card-title,
    .label2,
    .card-icon-container {
        font-size: 1.6rem !important;
    }

    .title3,
    .label3 {
        font-size: 1.5rem !important;
    }
}

@media (min-width: 1200px) {
    .dec-card {
        width: 18% !important;
        height: 90px !important;
    }

    .card-2 {
        width: 32% !important;
        height: 80px !important;
    }

    .card-title,
    .label2,
    .card-icon-container {
        font-size: 1.7rem !important;
    }

    .title3,
    .label3 {
        font-size: 1.6rem !important;
    }
}

.dec-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 4px;
    margin-bottom: 8px;
    border-radius: 6px;
    flex: none;
    margin-right: 1.5%;
    -webkit-box-shadow: 0 23px 20px -20px rgba(6, 8, 10, 0.1), 0 0 15px rgba(6, 8, 10, 0.06);
    box-shadow: 0 23px 20px -20px rgba(6, 8, 10, 0.1), 0 0 15px rgba(6, 8, 10, 0.06);
}

.dec-card:hover {
    box-shadow: 3px 3px 5px rgba(130, 131, 175, 0.95);
    transition: 0.5s all ease;
}

.dec-card:nth-child(1), .dec-card:nth-child(2), .dec-card:nth-child(3), .dec-card:nth-child(4), .dec-card:nth-child(5) {
    background: #ffff;
}

@media (min-width: 768px) {
    .dec-card:last-child {
        margin-right: 0 !important;
    }
}

.card-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 70%;
}

.card-icon-container {
    color: #666a6d;
    height: 100%;
    width: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2.5rem;
}

.card-title {
    font-size: 2rem;
    font-weight: bold;
    margin: 0px 0px 5% 0px;
    color: #666a6d;
}

.card-data {
    font-size: 1.5rem;
}

.title3 {
    font-size: 2rem;
    font-weight: bold;
    margin: 0px 0px 5% 0px;
    color: #666a6d;
}

.label3 {
    font-size: 1.5rem;
    color: #666a6d;
    font-weight: 700;
}

.label-margin-top {
    margin-top: 5px;
}

.control-label.max {
    text-indent: -2px;
}

.margin-top-0 {
    margin-top: 1px;
}

.margin-bottom-10 {
    margin-bottom: 18px;
}

.margin-bottom-9 {
    margin-bottom: 10px;
}

hr.style-two {
    border-top: 1;
}

.alert-warning {
    /*background-color: #98db7d;
	cursor: pointer;
	cursor: hand;*/
    color: #ffffff;
}

.alert-primary {
    /*background-color: #98db7d;
	cursor: pointer;
	cursor: hand;*/
    color: #ffffff;
}

.alert-success {
    background-color: #98db7d;
    cursor: pointer;
    cursor: hand;
    position: relative;
    z-index: 999;
    box-sizing: border-box
}

.alert-danger {
    background-color: #ef5350;
    border-color: #ef9a9a;
    color: white;
    position: relative;
    z-index: 999;
    box-sizing: border-box;
}

.alert-area {
    position: fixed;
    top: 0;
    left: 50%;
    margin: auto;
    z-index: 999;
}

.animate-show-hide.ng-hide {
    opacity: 0;
}

.animate-show-hide.ng-hide-add,
.animate-show-hide.ng-hide-remove {
    transition: all linear 0.5s;
}

.nav,
.pagination,
.carousel,
.panel-title a {
    cursor: pointer;
}

@media screen {
    #printSection {
        display: none;
    }
}

@media print {
    body * {
        visibility: hidden;
    }

    #printSection,
    #printSection * {
        visibility: visible;
    }

    #printSection {
        position: absolute;
        left: 0;
        top: 0;
    }
}

.padding-radio {
    padding-left: 30px;
}

.label-style {
    font-weight: 400;
    font-size: 16.25px;
    color: black;
}

.label2 {
    font-size: 12px;
    color: #666a6d;
    font-weight: 700;
}

.bordado {
    border: solid 1px rgba(21, 20, 20, 0.65) !important;
    padding: 0 10px 10px 10px;
    border-bottom: none;
    background-color: whitesmoke;
}

.nao_bordado {
    width: auto !important;
    border: none;
}

.hidden-part {
    white-space: nowrap;
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.margin-bottom {
    margin-bottom: 10px;
}

/* .row {
    margin-top: 0px;
} */

/**
 * Panel
 *
 */

.bs-panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.bs-panel-default {
    border-color: #ddd;
}

.bs-panel-body,
.wrapper {
    padding: 15px;
}

.bs-panel-default>.bs-panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}

.bs-panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.bg-gray {
    background-color: #eeeeee;
}

.bg-green {
    background-color: #daf7a6;
}

.bg-dark-blue {
    background-color: #4f81bd;
    color: white !important;
}

.bg-hover-light-gray:hover {
    background-color: #faf6f7;
}

.bg-light-blue {
    background-color: #dce6f1;
    /*color: white !important;*/
}

.cursor-pointer {
    cursor: pointer;
}

.width-170 {
    width: 170px;
}

.padding-left-0 {
    padding-left: 0;
}

.padding-right-0 {
    padding-right: 0;
}

.padding-top-0 {
    padding-top: 0 !important;
}

.margin-bottom-0 {
    margin: 0px 10px !important;
}

.margin-top-5 {
    margin-top: 5px !important;
}

.margin-right-5 {
    margin-right: 5px !important;
}

.width-225 {
    width: 225px;
}

.width-70 {
    width: 70px;
}

.width-219 {
    width: 219px;
}

.width-85 {
    width: 85px;
}

.pickListButtons {
    padding: 10px;
    text-align: center;
}

.pickListButtons button {
    margin-bottom: 5px;
}

.map-absolute {
    position: absolute;
    display: block;
    width: 100%;
    top: 0;
}

#map {
    width: 100%;
}

.map-overlay {
    position: absolute;
    top: 0px;
    left: 3%;
    width: 94%;
}

.margin-left-43 {
    margin-left: 43%;
}

.padding-0 {
    padding: 0px;
}

.margin-bottom-0 {
    margin-bottom: 0px;
}

.margin-left-23 {
    margin-left: 23.67%;
}

.margin-btn-map {
    margin-left: 43%;
    margin-right: 23.67%;
}

.height-40 {
    height: 40px;
}

.modal-ativ {
    position: relative;
    margin-top: 2px;
}

.align-left {
    padding-left: 1px;
    text-align: left;
}

.data-ativ {
    width: 13%;
}

.dw {
    width: 13%;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.center {
    text-align: center;
}

.w15 {
    width: 15%;
}

.w20 {
    width: 20%;
}

.w25 {
    width: 25%;
}

.w100 {
    width: 100px;
}

.align-center-table>tbody>tr>td,
.align-center-table>thead>tr>th {
    text-align: center;
}

.vertical-align-middle>tbody>tr>td,
.vertical-align-middle>thead>tr>th {
    vertical-align: middle;
}

.icon_rastreaveis_green {
    color: #56bc76;
}

.icon_rastreaveis_red {
    color: #e5603b;
}

.margim-left-0 {
    margin-left: 0 !important;
}

.padding-left-20 {
    padding-left: 20px;
}

.img-circle {
    border-radius: 50%;
}

.border-green {
    border: 2px solid green;
}

.border-red {
    border: 2px solid red;
}

#funnelContainer svg text {
    fill: #ffffff;
}

.padding-left-3 {
    padding-left: 3%;
}

.progress {
    position: relative;
}

.progress span {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 2;
    /*  color:white; */
}

.detail {
    font-size: 15px;
    display: inline-block;
    margin-top: 5px;
    color: #979797;
}

.ownerpicfix {
    margin-top: -2px;
}

.text-muted {
    color: #979797;
}

.thickstrong {
    font-weight: 600;
}

.motivuser {
    background-color: #f6f6f6;
    border-radius: 5px;
    padding: 3px;
    border: 1px solid #e9e9e9;
    padding-left: 5px;
    padding-right: 5px;
    display: inline-block;
    font-weight: 600;
    font-size: 13px !important;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-20 {
    margin-top: 20px;
}

.btn-lightgray {
    background-color: #00a7f8;
    color: #fff !important;
}

.oppy-stage {
    border: none;
    margin-left: 0px;
    box-shadow: none !important;
    padding: 7px 15px;
    text-align: center;
    margin-left: 0 !important;
    background-color: #e9ebf0 !important;
    color: #575757 !important;
}

.statuschoice.oppy-stage.active {
    background-color: #2b6e80 !important;
}

.statuschoice.active {
    color: #fff !important;
    background-color: #5f93a0 !important;
    border-color: #5f93a0 !important;
}

.breakthehelloutofit {
    word-break: break-all !important;
}

.btn-ss {
    padding: 5px 10px;
    font-size: 13px;
    line-height: 1.5;
    border-radius: 3px;
}

.oppy-stage.in-the-middle:after {
    content: "";
    border-style: solid;
    border-width: 16px 0px;
    border-color: transparent;
    border-left: 5px solid #e9ebf0;
    position: absolute;
    top: 0px;
    right: -5px;
    z-index: 2;
}

.oppy-stage.in-the-middle:before {
    content: "";
    border-style: solid;
    border-width: 16px 0px;
    border-color: transparent;
    border-left: 6px solid #bcc0cf;
    position: absolute;
    top: 0px;
    right: -6px;
    z-index: 2;
}

.oppy-stage.in-the-middle.active:before {
    border-left: 6px solid #0c3252;
}

.oppy-stage.in-the-middle.active:after {
    border-left: 5px solid #2b6e80;
}

.line {
    width: 100%;
    height: 2px;
    margin: 10px 0;
    font-size: 0;
    overflow: hidden;
    background-color: transparent;
    border-width: 0;
    border-top: 1px solid #eaedef;
}

.btn-nobg14 {
    background-color: #f6f8f8 !important;
    color: #58666e !important;
    font-size: 18px !important;
    padding-bottom: 5px !important;
    padding-top: 1px !important;
    margin-top: 8px !important;
}

.roundclick {
    border-radius: 20px;
}

#mouse_over {
    opacity: 0;
}

#mouse_over:hover {
    opacity: 1;
}

/*Painel de Nota Rápida Detalhe Oportunidade*/

/*.panel {
    border-radius: 2px;
    border-color: #ebeff6;
}*/

.wrapper {
    padding: 15px;
}

.panelrounder {
    border-radius: 5px;
}

.mbottom0 {
    margin-bottom: 0px;
}

@media (min-width: 768px) {
    .hbox {
        display: table;
        border-collapse: collapse;
        border-spacing: 0;
        width: 100%;
    }
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

@media (min-width: 768px) {

    .hbox>aside,
    .hbox>section {
        display: table-cell;
        vertical-align: top;
        height: 100%;
        padding: 0;
        float: none;
    }
}

.hbox>aside,
.hbox>section {
    padding: 0 !important;
}

.img-circle {
    border-radius: 50%;
}

.thumb-sm {
    width: 36px;
    display: inline-block;
}

.mtop5 {
    margin-top: 5px;
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px;
}

.nav>li {
    position: relative;
    display: block;
}

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

.nav-tabs {
    border-bottom: 1px solid #50545c;
}

.nav-tabs-modal {
    border-bottom: 1px solid #cccccc;
}

.no-bb {
    border-bottom: none !important;
}

a {
    color: #00a7f8;
    text-decoration: none;
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 10px;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.5;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}

.button-helper .ativo11 {
    border: 1px solid #cad6d6 !important;
    background-color: #f6f8f8 !important;
    border-radius: 3px;
    margin-right: 5px;
    font-size: 13px;
    padding: 3px 12px;
    margin-top: 8px;
    color: #575757 !important;
}

.button-helper.active .ativo11 {
    border: 1px solid #2b6e80 !important;
    background-color: #2b6e80 !important;
    color: #fff !important;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

.tab-content>.active,
.pill-content>.active {
    display: block;
    position: relative;
    margin-bottom: 40px;
    padding: 1rem 1.5rem;
    background: rgba(0, 0, 0, 0.24);
    border-radius: 10px;
    -webkit-box-shadow: 0 23px 20px -20px rgba(6, 8, 10, 0.1), 0 0 15px rgba(6, 8, 10, 0.06);
    box-shadow: 0 23px 20px -20px rgba(6, 8, 10, 0.1), 0 0 15px rgba(6, 8, 10, 0.06);
}

textarea {
    resize: vertical;
}

.font-thin {
    font-weight: 300;
}

.font-bold {
    font-weight: bold;
}

/*@media (min-width: 768px){
.hbox {
    display: table;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
  }
}*/

.hbox>aside,
.hbox>section {
    padding: 0 !important;
}

/*@media (min-width: 768px){
.hbox > aside, .hbox > section {
    display: table-cell;
    vertical-align: top;
    height: 100%;
    padding: 0;
    float: none;
  }
}*/

.v-middle {
    vertical-align: middle !important;
}

.line {
    height: 2px;
    margin: 10px 0;
    font-size: 0;
    overflow: hidden;
    background-color: transparent;
    border-width: 0;
    border-top: 1px solid #eaedef;
}

.comment-list {
    position: relative;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

.icon-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: -35%;
}

.pull-left {
    float: left !important;
}

.m-l-xs {
    margin-left: 5px;
}

/*.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}*/

/*.panel {
    border-radius: 2px;
    border-color: #fff;
}*/

.creation-ball {
    color: #23b7e5 !important;
}

.icon-stack .icon-stack-base {
    font-size: 2em;
}

.icon-light {
    color: #ffffff;
}

.text-sm {
    font-size: 13px;
}

.m-b-none {
    margin-bottom: 0;
}

.dispinblock {
    display: inline-block;
}

.chat-item .chat-body {
    position: relative;
    margin-left: 45px;
    min-height: 30px;
}

.super-panelrounder {
    border-radius: 10px !important;
    box-shadow: none !important;
}

.chat-item .chat-body .panel {
    margin: 0 -1px;
}

.thumb-sxs {
    width: 28px;
    display: inline-block;
}

.mtop3 {
    margin-top: 3px;
}

.history-note.comment-list.commentconnection:before {
    background-color: #cbd6d9;
}

.endless-timeline.comment-list.commentconnection:before {
    bottom: 0;
    width: 3px;
    left: 18px;
    top: 0px;
}

.comment-list.commentconnection:before {
    position: absolute;
    top: 0;
    bottom: 35px;
    left: 16px;
    width: 6px;
    background: #cbd6d9;
    content: "";
}

/*-------------------------Time Line---------------------------------*/

img {
    vertical-align: middle;
}

.img-responsive {
    display: block;
    height: auto;
    max-width: 100%;
}

.img-rounded {
    border-radius: 3px;
}

.img-thumbnail {
    background-color: #fff;
    border: 1px solid #ededf0;
    border-radius: 3px;
    display: inline-block;
    height: auto;
    line-height: 1.5;
    max-width: 100%;
    moz-transition: all 0.2s ease-in-out;
    o-transition: all 0.2s ease-in-out;
    padding: 2px;
    transition: all 0.2s ease-in-out;
    webkit-transition: all 0.2s ease-in-out;
}

.img-circle {
    border-radius: 50%;
}

.timeline-centered {
    position: relative;
    margin-bottom: 30px;
}

.timeline-centered:before,
.timeline-centered:after {
    content: " ";
    display: table;
}

.timeline-centered:after {
    clear: both;
}

.timeline-centered:before,
.timeline-centered:after {
    content: " ";
    display: table;
}

.timeline-centered:after {
    clear: both;
}

.timeline-centered:before {
    content: "";
    position: absolute;
    display: block;
    width: 4px;
    background: #e9ebf0 !important;
    /*left: 50%;*/
    top: 20px;
    bottom: 20px;
    margin-left: 30px;
}

.timeline-centered .timeline-entry {
    position: relative;
    /*width: 50%;
        float: right;*/
    margin-top: 5px;
    margin-left: 30px;
    margin-bottom: 10px;
    clear: both;
}

.timeline-centered .timeline-entry:before,
.timeline-centered .timeline-entry:after {
    content: " ";
    display: table;
}

.timeline-centered .timeline-entry:after {
    clear: both;
}

.timeline-centered .timeline-entry:before,
.timeline-centered .timeline-entry:after {
    content: " ";
    display: table;
}

.timeline-centered .timeline-entry:after {
    clear: both;
}

.timeline-centered .timeline-entry.begin {
    margin-bottom: 0;
}

.timeline-centered .timeline-entry.left-aligned {
    float: left;
}

.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner {
    margin-left: 0;
    margin-right: -18px;
}

.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-time {
    left: auto;
    right: -100px;
    text-align: left;
}

.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-icon {
    float: right;
}

.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-label {
    margin-left: 0;
    margin-right: 70px;
}

.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-label:after {
    left: auto;
    right: 0;
    margin-left: 0;
    margin-right: -9px;
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.timeline-centered .timeline-entry .timeline-entry-inner {
    position: relative;
    margin-left: -20px;
}

.timeline-centered .timeline-entry .timeline-entry-inner:before,
.timeline-centered .timeline-entry .timeline-entry-inner:after {
    content: " ";
    display: table;
}

.timeline-centered .timeline-entry .timeline-entry-inner:after {
    clear: both;
}

.timeline-centered .timeline-entry .timeline-entry-inner:before,
.timeline-centered .timeline-entry .timeline-entry-inner:after {
    content: " ";
    display: table;
}

.timeline-centered .timeline-entry .timeline-entry-inner:after {
    clear: both;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time {
    position: absolute;
    left: -100px;
    text-align: right;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time>span {
    display: block;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time>span:first-child {
    font-size: 15px;
    font-weight: bold;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time>span:last-child {
    font-size: 12px;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon {
    background: #fff;
    color: #737881;
    display: block;
    width: 40px;
    height: 40px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    text-align: center;
    -moz-box-shadow: 0 0 0 5px #f5f5f6;
    -webkit-box-shadow: 0 0 0 5px #f5f5f6;
    box-shadow: 0 0 0 5px #e9ebf0 !important;
    line-height: 40px;
    font-size: 15px;
    float: left;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-primary {
    background-color: #303641;
    color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-secondary {
    background-color: #ee4749;
    color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-success {
    background-color: #00a651;
    color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-info {
    background-color: #21a9e1;
    color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-warning {
    background-color: #fad839;
    color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-danger {
    background-color: #cc2424;
    color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label {
    position: relative;
    background: #e9ebf0 !important;
    padding: 1em;
    margin-left: 60px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 9px 9px 0;
    border-color: transparent #e9ebf0 transparent transparent;
    left: 0;
    top: 10px;
    margin-left: -9px;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2,
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label p {
    color: #737881;
    font-family: "Noto Sans", sans-serif;
    font-size: 12px;
    margin: 0;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label p+p {
    margin-top: 15px;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 {
    font-size: 16px;
    margin-bottom: 10px;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 a {
    color: #303641;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 span {
    -webkit-opacity: 0.6;
    -moz-opacity: 0.6;
    opacity: 0.6;
    -ms-filter: alpha(opacity=60);
    filter: alpha(opacity=60);
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 13px;
    font-weight: bold;
    color: #ffffff;
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    background-color: #999999;
    border-radius: 10px;
}

.bg-info {
    background-color: #23b7e5;
    color: #ffffff;
}

.thickstrong {
    font-weight: 600;
}

.timeline-hashtag {
    background-color: #f6f8f8;
    border: 1px solid #e2e8ea;
    padding: 1px 5px;
    border-radius: 5px;
    display: inline-block;
    font-size: 12px;
    margin-top: 5px;
    font-weight: 600;
    color: #577070;
    margin-right: 5px;
    margin-bottom: 5px;
}

.bg-verde {
    background-color: #00a651;
}

.bg-red {
    background-color: #f05050 !important;
}

.bg-gray {
    background-color: gray;
}

.bg-gelo {
    background-color: #5fdede !important;
}

/*Registrar Contato*/

.mtop15 {
    margin-top: 15px;
}

.text-muted {
    color: #999999;
}

.text-muted {
    color: #979797;
}

.v-middle {
    vertical-align: middle !important;
}

.new-mail-info3 {
    width: 115px;
}

a:hover,
a:focus {
    color: #7d7d7d;
    text-decoration: none;
    cursor: pointer;
}

.niceclick6:hover {
    background-color: #e2e8ea;
    border-radius: 50px;
}

.visitlabel {
    background-color: #37bc9b !important;
}

.phone {
    background-color: #786fb1 !important;
}

.mail {
    background-color: #189fc9 !important;
}

.group {
    background-color: #ff902b !important;
}

.skype {
    background-color: #00aff0 !important;
}

.whats {
    background-color: #27de27 !important;
}

.motivformat5 {
    border-radius: 50px;
    height: 32px;
    width: 32px;
    padding-top: 6px;
    text-align: center;
    display: inline-block;
}

.inative {
    color: grey;
    background-color: white;
}

.escuro {
    opacity: 0.7;
}

.claro {
    opacity: 1;
    color: #f00;
    -webkit-filter: invert(100%);
    filter: invert(100%);
}

.multiselect-container {
    width: 100% !important;
}

/*Botam Tarefa*/

.v-middle {
    vertical-align: middle !important;
}

.b-l {
    border-left: 1px solid #e0e4e8;
}

.pleft {
    padding-left: 10px;
}

.taskover {
    border-radius: 5px;
    padding: 1px 1px;
    background-color: white;
    border: 1px solid #cbd6d9;
    display: inline-block;
}

#jvtexto {
    max-width: 300px;
    word-wrap: break-word;
}

.widget-dark {
    /* background: rgba(51, 51, 51, 0.4); */
    border-radius: 3px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    padding: 12px 17px;
    color: #ffffff;
    background: rgba(51, 51, 51, 0.4);
    margin-bottom: 30px;
    position: relative;
}

.btn-topper {
    border: none;
    background: 5px 5px no-repeat rgba(255, 255, 255, 0.7);
    padding-left: 26px;
    -webkit-transition: width 0.2s;
    -o-transition: width 0.2s;
    transition: width 0.2s;
    width: 200px;
}

.btn-lightgray:hover {
    box-shadow: 0 0 10px #00a7f8;
    color: #fff !important;
}

.card-prod {
    border: 1px solid lightgray;
    padding-bottom: 2%;
    padding-top: 2%;
    background: white;
}

.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.btn-input {
    border: 2px solid gray;
    color: gray;
    background-color: white;
    padding: 8px 20px;
    border-radius: 8px;
    font-size: 20px;
    font-weight: bold;
}

.upload-btn-wrapper input[type="file"] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.padding-top-servicos {
    padding-top: 1%;
    padding-bottom: 1%;
}

@media only screen and (min-width: 600px) {
    #log {
        margin-left: 0%;
        padding-top: 0%;
        position: absolute;
    }
}

@media only screen and (max-width: 600px) {
    #side-nav {
        margin-top: 0%;
        background-color: #202020;
    }

    #sidebar {
        margin-top: 24%;
    }

    .content {
        text-align: justify;
        margin-top: 25px;
    }

    #longtabs {
        margin-top: 20px;
    }

    #scrolledtabs {
        margin-top: 20px;
    }

    #tabs {
        margin-top: 60px;
    }

    .caption {
        font-size: 16px;
        padding-bottom: 3px;
        padding-left: 10px;
    }

    .left-aligned {
        text-align: left;
    }
}

.fade-in {
    opacity: 1;
    animation-name: fadeInOpacity;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
    animation-duration: 2s;
}

@keyframes fadeInOpacity {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.fade-out {
    opacity: 0;
    animation-name: fadeOutOpacity;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
    animation-duration: 2s;
}

@keyframes fadeOutOpacity {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.div-card {
    width: 100%;
    height: 100px;
    padding: 0px;
    background-color: rgba(0, 0, 0, 0.4);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    min-height: 76px;
    margin: 0 0 0 0px;
    float: left;
    border-radius: 10px;
    /* width: 400; */
}

.div-card-margin {
    margin-right: 5%;
}

.flex-container {
    display: flex;
    /* background-color: DodgerBlue; */
    justify-content: center;
}

.flex-container>div {
    /* background-color: #f1f1f1; */
    margin: 20px;
    padding: 20px;
    font-size: 26px;
}

#bodi {
    margin-left: -1.5%;
    margin-right: -1.5%;
    margin-top: -1%;
}

.background {
    background: linear-gradient(115deg, rgb(39, 179, 214), rgb(14, 117, 185), rgb(9, 65, 150));
    background-size: 400% 400%;
    animation: Gradient 30s ease infinite;
    position: relative;
    overflow: hidden;
    padding: 0;
    margin: 0px;
}

/* Animate Background*/

@keyframes Gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

@keyframes cube {
    from {
        transform: scale(0) rotate(0deg) translate(-50%, -50%);
        opacity: 1;
    }

    to {
        transform: scale(20) rotate(960deg) translate(-50%, -50%);
        opacity: 0;
    }
}

#corpoFS {
    /* height: 1080px;
  width: 1920px; */
}

.numeroDashboard {
    color: #ffffff;
    text-align: right;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    line-height: 83px;
    font-size: 60px;
    font-weight: 500;
    box-align: left;
    /* margin-top: -35%; */
    /* margin-left: -19%; */
    /*  float: left; */
}

.textoTarefa {
    /* margin-left: 29%; */
    /* margin-top: 4%; */
    color: rgb(255, 255, 255);
    font-size: 1em;
    font-weight: 300;
}

.divImgCard {
    margin-left: 1.5em;
}

.grid-container {
    display: grid;
    grid-column-gap: 10px;
    grid-template-columns: 30% 30% 39%;
    padding: 10px;
}

.grid-item {
    padding: 0px;
    font-size: 30px;
    text-align: center;
    margin-top: 0;
}

.card-prod-fullscreen {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    width: 100%;
    height: 100%;
    padding-bottom: 0%;
    padding-top: 2%;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 10px;
}

.strongFullscreen {
    color: rgb(220, 220, 220);
    font-size: 12px;
}

.icones-dashboard-fullscreen {
    margin-top: -5%;
    /* font-size: 30px; */
}

.grid-container-texto {
    display: grid;
    grid-column-gap: 0px;
    grid-template-columns: auto auto;
    padding: 0px;
}

.grid-item-texto {
    padding: 5px;
    font-size: 30px;
    text-align: left;
    margin-top: 0;
    display: flex;
    align-items: center;
    justify-content: left;
}

.grid-item-numero {
    padding: 5px;
    font-size: 30px;
    text-align: center;
    margin-top: 0;
    display: center;
    align-items: center;
    justify-content: center;
}

.grid-container-card-user {
    display: grid;
    grid-column-gap: 0px;
    grid-template-columns: auto auto;
    padding: 0px;
}

.grid-item-card-user {
    padding: 5px;
    font-size: 30px;
    text-align: center;
    margin-top: 0;
}

.grid-container-info {
    display: grid;
    grid-column-gap: 0px;
    grid-template-columns: auto auto;
    padding: 0px;
}

.grid-item-info {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 5px;
    padding-bottom: 0px;
    font-size: 0.6em;
    text-align: center;
    margin-top: 0;
    display: flex;
    align-items: center;
    justify-content: left;
}

.texto-info-equipe {
    color: white;
    padding-right: 5px;
}

.div-card-info {
    width: 100%;
    height: 90%;
    padding: 0px;
    background-color: rgba(0, 0, 0, 0.35);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    min-height: 76px;
    /* margin: 0 0 0 0px;
    float: left; */
    border-radius: 10px;
    margin-top: 3%;
    /* width: 400; */
}

.div-card-info-margin {
    margin-right: 5%;
}

.btn-fullscreen {
    background-color: aliceblue;
    color: currentColor;
    margin-top: 5px;
    margin-left: 5px;
    width: 5%;
    height: 40px;
}

.grid-container-card-usuario {
    display: grid;
    grid-column-gap: 0px;
    grid-template-columns: 30% 70%;
    padding: 0px;
}

.grid-item-card-usuario {
    padding: 7px;
    font-size: 0.6em;
    text-align: center;
    margin-top: 0;
    /* display: flex;
    align-items: center;
    justify-content: left; */
}

.btn-shadow:hover {
    box-shadow: 0 0 10px #00a7f8;
}

.fa-plus-circle {
    border: 1px solid #fff;
    border-radius: 50%;
}

.help-text {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

.btn-edit-usr {
    background-color: #ffffff;
    border: 1px solid #cccccc !important;
    color: #5e5e5e !important;
}

.dropdown-menu {
    right: 0 !important;
    /*left: auto !important;*/
}

.dropdown-menu-left {
    left: auto !important;
}

.table>thead>tr>th {
    font-weight: 500;
    font-size: 10px;
}

.table>tbody>tr>td {
    padding-top: 2px;
    padding-bottom: 2px;
    line-height: 27px;
}

.widget .table th {
    color: #ffffff;
}

.azul-elevar {
    background-color: #00a7f8 !important;
}

/* BOTÕES PEQUENOS DOS MENUS SUPERIORES */

.btn-padrao {
    background-color: #323a4a;
    border: 1px solid #69758d;
    color: #69758d;
}

.widget {
    display: block;
    position: relative;
    margin-bottom: 40px;
    padding: 1rem 1.5rem;
    background: rgba(0, 0, 0, 0.24);
    border-radius: 10px;
    -webkit-box-shadow: 0 23px 20px -20px rgba(6, 8, 10, 0.1), 0 0 15px rgba(6, 8, 10, 0.06);
    box-shadow: 0 23px 20px -20px rgba(6, 8, 10, 0.1), 0 0 15px rgba(6, 8, 10, 0.06);
}

body.background-dark {
    overflow-x: hidden;
    color: #fff;
    background: url(../img/bg-pattern.8cfe4242.svg),
        radial-gradient(farthest-side ellipse at 10% 0, #282f3d 20%, #282f3d);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.table-striped>tbody>tr:nth-child(odd) {
    background-color: #3f485c !important;
}

.table-hover>tbody>tr:hover {
    background-color: #29303f;
}

table {
    color: #8e9bb6;
}

.table .table {
    background-color: #323a4a;
}

.table>thead>tr>th,
.table>thead>tr>td,
.table>tbody>tr>th,
.table>tbody>tr>td,
.table>tfoot>tr>th,
.table>tfoot>tr>td {
    border: none;
}

.side-nav li a:hover,
.side-nav li a:focus {
    background: #00a7f8;
}

.app-gap {
    margin-bottom: 5px !important;
}

/* PADRÃO DOS TÍTULOS DOS WIDGETS */

.pad-widg-title {
    color: #f3f3f3;
    font-size: 15px;
}

/* FIM */

.selected-user {
    background: #00a7f8;
}

.selected-user2 {
    background: #00a7f8;
}

.widget-tabs .body {
    display: block;
    position: relative;
    margin-bottom: 40px;
    padding: 1rem 1.5rem;
    background: rgba(0, 0, 0, 0.24);
    border-radius: 10px;
    -webkit-box-shadow: 0 23px 20px -20px rgba(6, 8, 10, 0.1), 0 0 15px rgba(6, 8, 10, 0.06);
    box-shadow: 0 23px 20px -20px rgba(6, 8, 10, 0.1), 0 0 15px rgba(6, 8, 10, 0.06);
}

.widget-tabs {
    display: block;
    position: relative;
    margin-bottom: 40px;
    padding: 1rem 1.5rem;
    background: rgba(0, 0, 0, 0.24);
    border-radius: 10px;
    -webkit-box-shadow: 0 23px 20px -20px rgba(6, 8, 10, 0.1), 0 0 15px rgba(6, 8, 10, 0.06);
    box-shadow: 0 23px 20px -20px rgba(6, 8, 10, 0.1), 0 0 15px rgba(6, 8, 10, 0.06);
}

.pad-form {
    background-color: #323a4a !important;
    border: 1px solid #69758d !important;
    color: #b1b1b1 !important;
}

/* TESTE SE FUNCIONA EM TODOS OS FORMS */

.form-control {
    background-color: #323a4a !important;
    border: 1px solid #69758d !important;
    color: #b1b1b1 !important;
}

/*TESTE FIM*/

.input-group-addon {
    background-color: #323a4a;
    border: 1px solid #69758d;
    color: #69758d;
}

.news-list li,
.users-list li {
    border-top: 1px solid #69758d;
}

/* GAMBIARRA PRA ADINCIONAR PADDING SÓ NO ELEMENTO USUÁRIOS DO MENU CHAT */

.chat-usr-pad {
    padding-top: 5px;
    padding-left: 5px;
}

/* FIM */

.btn-primary[disabled] {
    background-color: #00a7f8 !important;
}

.text-success {
    color: #b1b1b1;
    font-size: 15px;
}

.text-success-green {
    color: #28a745;
}

.btn-primary {
    background-color: #00a7f8 !important;
}

.chat-message-body {
    background: #2b323f;
    color: #b1b1b1;
    border: 1px solid #69758d !important;
}

.label-success {
    background-color: #8bc34a;
}

#cold-dia-semana {
    margin-top: 10px;
}

#group-horarios {
    display: flex;
}

#descricao {
    width: 270px;
}

#tolMaxima {
    width: 140px;
}

#sim {
    margin-top: 10px;
}

#nao {
    padding-left: 30px;
    margin-top: 10px;
}

.check {
    margin-left: 7px;
    margin-right: 22px;
}

/* BOTÕES DA TELA DE ATIVIDADES */

.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse.focus,
.btn-inverse:active,
.btn-inverse.active,
.open>.btn-inverse.dropdown-toggle {
    background-color: #323a4a;
    border: 1px solid #69758d;
    color: #69758d;
}

.modal-dialog,
.modal-lg,
.modal-body {
    background: #323a4a;
    color: #b1b1b1;
}

.modal-title,
.modal-header,
.modal-footer {
    background: #282f3e;
    border-bottom: none;
    border-top: none;
    color: #b1b1b1;
    font-size: 15px;
    /*criado para resolver bug (botão de salvar cortado) no modal nova-atividade.html- por Inácio Mota em 16/12/2020*/
    padding-right: 35px;
}

#row-horarios {
    margin-top: 13px;
}

.diaSemana {
    display: flex;
    justify-content: left;
    align-items: flex-start;
    height: 52px;
}

#modal-horarios {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.modal-sm-g {
    width: 580px !important;
}

.botaoFooter {
    background: #323a4a;
    border-bottom: none;
    border-top: 50px;
    color: #b1b1b1;
    font-size: 15px;
}

.select2-container .select2-choice {
    background: #323a4a;
    color: #b1b1b1;
}

.select2-container .select2-choice>.select2-chosen {
    background: #323a4a;
    color: #b1b1b1;
}

.select2-chosen,
.select2-choice>span:first-child,
.select2-container .select2-choices .select2-search-field input {
    background: #323a4a;
    color: #b1b1b1;
}

.select2-results {
    background: #323a4a;
    color: #b1b1b1;
}

.cropArea {
    background: #323a4a;
    border: 1px solid #69758d;
    overflow: hidden;
    width: 500px;
    height: 350px;
}

.no-margin-bottom {
    margin-bottom: 0;
}

.card-prod {
    background: #323a4a;
    color: #b1b1b1;
    border: 1px solid #69758d;
}

input,
button,
select,
textarea {
    background: #2c3443;
    border-color: #272e3b;
}

#fileInput {
    background: #323a4a;
    color: #b1b1b1;
    border: 1px solid #69758d;
}

.btn-success {
    background-color: #00a7f8 !important;
    color: #fff;
    border: none;
}

.btn-success-green {
    color: white;
    background-color: #56bc76;
    border-color: #47b268;
}

.btn-success:hover {
    box-shadow: 0 0 10px #00a7f8;
}

.table-responsive {
    min-height: 100%;
    overflow-x: unset;
}

.caption div {
    box-shadow: 0 0 5px #c8c8c8;
    transition: all 0.3s ease 0s;
}

.img-circle {
    border-radius: 50%;
}

.img-circle {
    border-radius: 0;
}

.ratio {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 0;
    padding-bottom: 100%;
    position: relative;
    width: 100%;
}

.img-circle {
    border-radius: 50%;
}

.img-responsive {
    display: block;
    height: auto;
    max-width: 100%;
}

.header-empresa {
    padding-left: 15px;
    padding-right: 15px;
}

.card-empresa {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 20px;
    text-align: left;
    -webkit-border-vertical-spacing: 2px;
    box-shadow: 2px 2px 10px 4px #282f3e;
}

.alerta-empresa {
    padding-left: 5px;
    background-color: #2c3443;
    border: 1px solid #272e3b;
}

#fechar_modal {
    color: #fff;
    font-size: 20pt;
    margin-top: -24px;
    margin-right: 8px;
}

.button-close-modal {
    color: #fff;
    font-size: 20pt;
}

.slidecontainer {
    width: 100%;
}

.slider {
    -webkit-appearance: none;
    width: 100%;
    height: 15px;
    border-radius: 5px;
    background: #212733;
    outline: none;
    opacity: 0.7;
    -webkit-transition: 0.2s;
    transition: opacity 0.2s;
}

.slider:hover {
    opacity: 1;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #00a7f8;
    cursor: pointer;
}

.slider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #00a7f8 !important;
    cursor: pointer;
}

.th {
    color: #cccccc;
}

.btnAnterior {
    margin-top: 8px;
}

#formFunil {
    margin-left: 15px;
}

/* pagina configuracao.html correcao no css*/

/* 
tr.collapse.in {
display:table-row;
}  */

/* width */

::-webkit-scrollbar {
    width: 5px;
}

/* Track */

::-webkit-scrollbar-track {
    border-radius: 10px;
}

/* Handle */

::-webkit-scrollbar-thumb {
    background: #fff;
    border-radius: 10px;
}

/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
    background: silver;
}

/** Tela de mensagens **/

.message-container {
    display: grid;
    padding: 10px;
    grid-template-rows: 12vh 53vh 10vh;
    grid-template-columns: 15% 65% 20%;
}

.message-title,
.message-body,
.message-footer {
    grid-column-start: 1;
    grid-column-end: 4;
}

.message-title-text {
    grid-column-start: 2;
    grid-column-end: 4;
    padding: 5%;
}

.message-text {
    grid-column-start: 1;
    grid-column-end: 3;
    margin-right: 5%;
}

.message-button {
    grid-column-start: 3;
    grid-column-end: 4;
}

.message-body {
    overflow: auto;
    background-color: #282f3e;
    border-radius: 5px;
    margin: 2%;
    padding: 2%;
    box-shadow: 2px 2px 10px #202530;
}

.message-img {
    height: 10vh;
    width: 10vh;
    margin-left: 5%;
    border-radius: 50%;
}

.modal-autentication {
    width: 400px;
}

.dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid rgba(24, 28, 33, 0.05);
}

.msgAlerta {
    color: red !important;
}

.mbForKa_select {
    margin-bottom: 5px;
}

.espaco-bt-relatorio {
    margin-top: 25px;
}

.wizard .nav-tabs>li.active>a,
.wizard .nav-tabs>li.active>a:hover,
.wizard .nav-tabs>li.active>a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

.connecting-line {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    display: block;
    width: 80%;
    margin: -19px 0 0 80px;
    left: 0;
    right: 0;
    top: 14vh;
    z-index: 1;
}

span.round-tab {
    width: 70px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    border-radius: 100px;
    background: #282f3e;
    border: 2px solid #e0e0e0;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 25px;
}

span.round-tab i {
    color: #e0e0e0;
}

.wizard li.active span.round-tab {
    background: #282f3e;
    border: 2px solid #5bc0de;
}

.wizard li.active span.round-tab i {
    color: #5bc0de;
}

span.round-tab:hover {
    color: #333;
    border: 2px solid #333;
}

.wizard .nav-tabs>li {
    width: 25%;
}

.wizard li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #5bc0de;
    transition: 0.1s ease-in-out;
}

.wizard li.active:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 1;
    margin: 0 auto;
    bottom: 0px;
    border: 10px solid transparent;
    border-bottom-color: #5bc0de;
}

.wizard .nav-tabs>li a {
    width: 70px;
    height: 70px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
}

.wizard .nav-tabs>li a:hover {
    background: transparent;
}

.wizard .tab-pane {
    position: relative;
    padding-top: 50px;
}

.wizard h3 {
    margin-top: 0;
}

.carrinho-radio {
    margin-top: -5px;
}

.btn-carrinho {
    margin-top: 10px;
}

@media (max-width: 585px) {
    .wizard {
        width: 90%;
        height: auto !important;
    }

    span.round-tab {
        font-size: 16px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard .nav-tabs>li a {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard li.active:after {
        content: " ";
        position: absolute;
        left: 35%;
    }
}

.alert-notification {
    position: sticky;
    top: 55px;
    right: 25px;
    float: right;
    z-index: 5000;
    box-shadow: 0px 0px 16px 8px rgba(0, 0, 0, 0.3);
}

.notification-dismiss {
    margin: -13px -7px;
    padding-left: 15px !important;
}

.tablePropaganda {
    max-height: 55vh !important;
    overflow-y: scroll;
}

.imgPropaganda {
    max-height: 29px;
    max-width: 29px;
    border-radius: 10%;
}

.inputTextoNotificacao {
    height: 200px;
}

.card-icons-two {
    font-size: 15px;
    position: absolute;
    right: 25px;
    top: -4px;
}

.card-icons {
    font-size: 60px;
    position: absolute;
    right: 55px;
    top: -4px;
}

.basic-stats-text {
    margin-left: 22px;
}

.dskb-container {
    width: 100%;
    white-space: nowrap;
}

p:first-letter {
    text-transform: capitalize;
}

#canvas {
    background-color: rgba(255, 255, 255, 0.85);
    margin: 15px 0 4px 0 !important;
    border-radius: 5px;
}

.color-green {
    color: green;
}

.color-red {
    color: red;
}

.color-yellow {
    color: yellow;
}

.color-orange {
    color: orange;
}

.f-size15 {
    font-size: 15pt;
}

.icone-info {
    position: relative;
    top: -62px;
    left: 235px;
    -webkit-transition: 0.2s;
    transition: opacity 0.2s;
    z-index: 999;
}

.icone-info:hover {
    opacity: 0.7;
}

@media screen and (max-width: 1200px) {
    .icone-info {
        position: relative;
        top: -62px;
        left: 800px;
    }
}

@media screen and (max-width: 1000px) {
    .icone-info {
        position: relative;
        top: -62px;
        left: 200px;
    }

    #group-horarios {
        display: flex;
        flex-wrap: wrap;
    }
}

.my-chat-icon-class.support-chat-icon {
    background-color: #00a7f8 !important;
    box-shadow: none !important;
}

.chat-class {
    color: #000 !important;
    box-shadow: none !important;
}

.chat-class .top-header {
    background-color: #00a7f8 !important;
}

.chat-class .new-conversation {
    background-color: #00a7f8 !important;
}

.chat-class .chat-message .my {
    background-color: silver !important;
}

.chat-class .field-name {
    color: #000 !important;
}

.chat-class .input textarea {
    background-color: #e8eff7 !important;
}

.chat-class .input textarea:focus {
    box-shadow: 0 0 0 0 !important;
    outline: 0 !important;
}

.support-chat-dialog .login .support-chat-dialog-content-flex label {
    color: #000 !important;
}

.support-chat-dialog .login .support-chat-dialog-content-flex label input {
    background-color: #e8eff7 !important;
    color: #000 !important;
}

.support-chat-dialog .login .support-chat-dialog-content-flex label input:focus {
    box-shadow: 0 0 0 0 !important;
    outline: 0 !important;
}

.chat-message .login-wrapper label input {
    background-color: #e8eff7 !important;
    color: #000 !important;
}

.chat-message .login-wrapper label input:focus {
    box-shadow: 0 0 0 0 !important;
    outline: 0 !important;
}

#login-redirecionamento {
    background-image: url('../img/BannerPortal.jpg');
    background-color: #cccccc;
    height: 500px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.content-container {
    display: grid;
    grid-template-columns: 1fr;
    /* grid-template-rows: 80px 220px 220px 220px 100%; */
    background: rgba(0, 0, 0, 0.24);
    margin: 25px 2.5641%;
    border-radius: 5px;
    height: max-content;
}

.item-header {
    margin-left: 10%;
}

#user-msg-topo {
    font-weight: bold;
    font-size: 200%;
    margin-top: 6%;
}

.ndec-card {
    display: grid;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    height: auto;
    width: 80%;
    flex-wrap: wrap;
    background-color: white;
    padding-bottom: 20px;
    border-radius: 5px;
}

#title-card {
    height: 20px;
    margin-top: 10px;
    margin-left: 10px;
    padding: 10px;
    justify-self: left;
    font-weight: bold;
    font-size: medium;
    color: #e71e80;
}

.card-ultimas-24h {
    display: grid;
    grid-template-columns: 30% 5% 30% 5% 30%;
    grid-template-rows: 30% 70%;
}

.sessoes-card-24h {
    justify-self: center;
    /* align-self: center; */
    text-align: center;
    margin-top: 30%;
}

.sessoes-card-24h:first-child {
    grid-column: 1 / 6;
}

.ndec-card .card-conteudo-novidades {
    width: 430px;
    margin-left: 10px;
    margin-top: -20px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.title-conteudo {
    color: rgb(000, 000, 000);
    font-weight: bold;
    font-size: 140%;
}

#linha-vertical {
    height: 75%;
    border-right: 2px solid rgba(000, 000, 000, 0.4);
}

#card-intervencoes .card-conteudo, #card-intervencoes2 .card-conteudo {
    overflow-y: scroll;
    overflow-x: hidden;
    height: 340px;
    scrollbar-width: thin;
    scrollbar-color: gray white;
    height: 90%;
    margin-right: -0.1%;
}

#card-intervencoes .card-conteudo::-webkit-scrollbar, #card-intervencoes2 .card-conteudo::-webkit-scrollbar {
    width: 8px;
}

#card-intervencoes .card-conteudo::-webkit-scrollbar-thumb, #card-intervencoes2 .card-conteudo::-webkit-scrollbar-thumb {
    background-color: gray;
    border-radius: 20px;
    border: 2px solid gray;
}

.intervencoes-e-dicas {
    margin-top: 1%;
    margin-left: 7px;
    display: grid;
    grid:
        "conteudo""scroll"
        / 63vw 20vw;
}

#card-novidades .card-conteudo {
    overflow-y: scroll;
    overflow-x: hidden;
    height: 340px;
    scrollbar-width: thin;
    scrollbar-color: gray white;
}

#card-novidades .card-conteudo::-webkit-scrollbar {
    width: 8px;
}

#card-novidades .card-conteudo::-webkit-scrollbar-thumb {
    background-color: gray;
    border-radius: 20px;
    border: 2px solid gray;
}

.novidades {
    color: #000;
    margin-top: 1%;
    margin-left: 7px;
    display: grid;
    grid:
        "titulo titulo""banner descricao"
        / 25vw 40vw;
}

.novidades .title-novidade {
    font-weight: bold;
    grid-area: titulo;
    margin-left: 5%;
    margin-bottom: 10px;
}

.novidades .banner {
    grid-area: banner;
}

.novidades .banner a img {
    width: 24vw;
}

.novidades .descricao-novidade {
    grid-area: descricao;
}

.novidades .descricao-novidade p {
    width: 39vw;
}

.conteudo-card-24h {
    color: #000;
    margin-top: 5%;
    font-size: 190%;
    font-weight: bold;
}

.veja-mais-button {
    cursor: pointer;
    color: white;
    background-color: #e71e80;
    font-weight: bold;
    font-size: x-small;
    border-radius: 20px;
    width: 50%;
    height: 20px;
    padding-top: 3px;
    margin-bottom: -2%;
    text-align: center;
    align-self: center;
    justify-self: center;
}

.veja-mais-button:hover {
    color: gray;
}

#conteudo-intervencoes-e-dicas {
    color: black;
    text-align: justify;
    margin: 5% 8%;
    font-size: small;
}

#conteudo-dicas {
    color: black;
    text-align: justify;
    margin: 5% 8%;
    font-size: small;
}

.ndec-card:last-child {
    height: max-content;
    max-height: 530px;
}
.ndec-card:nth-child(4) {
    grid-template-rows: 50px;
}

#alertaAtraso {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 84%;
    padding: 1px 20px;
    color: black;
    font-size: smaller;
    background-color: #F0B9B9;
    border-radius: 5px;
    margin-bottom: -2.5rem;
}

@media (max-width: 425.98px) {
    #alertaAtraso {
        width: 62%;
        padding: 4px;
    }
    #card-intervencoes .card-conteudo {
        height: 450px;
    }

    #title-card {
        font-size: small;
    }

    #card-novidades .card-conteudo {
        height: 200px
    }

    .novidades {
        grid:
            "titulo titulo""banner descricao"
            / 27vw 43vw;
    }

    .novidades .banner a img {
        width: 20vw;
    }

    .novidades .descricao-novidade p {
        width: 30vw;
    }

    .novidades .title-novidade {
        padding-right: 10px;
    }
}

@media (min-width: 426px) and (max-width: 480.98px) {
    #alertaAtraso {
        width: 62%;
        padding: 4px;
    }
    #card-intervencoes .card-conteudo {
        height: 450px;
    }

    .novidades .title-novidade {
        margin-left: 3%;
    }

    #card-novidades .card-conteudo {
        height: 200px
    }

    .novidades {
        grid:
            "titulo titulo""banner descricao"
            / 24vw 46vw;
    }

    .novidades .banner a img {
        width: 20vw;
    }

    .novidades .descricao-novidade p {
        width: 30vw;
    }
}

@media (min-width: 481px) and (max-width: 550.98px) {
    #alertaAtraso {
        width: 63%;
        padding: 4px 6px;
    }
    #card-intervencoes .card-conteudo {
        height: 460px;
    }
    .novidades .title-novidade {
        margin-left: 3%;
    }

    #card-novidades .card-conteudo {
        height: 200px
    }

    .novidades {
        grid:
            "titulo titulo""banner descricao"
            / 24vw 41vw;
    }

    .novidades .banner a img {
        width: 20vw;
    }

    .novidades .descricao-novidade p {
        width: 30vw;
    }

    .intervencoes-e-dicas {
        grid:
            "texto""scroll"
            / 59vw 20vw;
    }
}

@media (min-width: 551px) and (max-width: 650.98px) {
    #alertaAtraso {
        width: 63%;
        padding: 4px 10px;
    }
    #card-intervencoes .card-conteudo {
        height: 470px;
    }
    #user-msg-topo {
        margin-top: 4%;
    }

    .novidades .title-novidade {
        margin-left: 3%;
    }

    #card-novidades .card-conteudo {
        height: 200px
    }

    .novidades {
        grid:
            "titulo titulo""banner descricao"
            / 24vw 44vw;
    }

    .novidades .banner a img {
        width: 20vw;
    }

    .novidades .descricao-novidade p {
        width: 30vw;
    }

    .intervencoes-e-dicas {
        grid:
            "texto""scroll"
            / 60vw 20vw;
    }

    .sessoes-card-24h {
        margin-top: 20%;
    }
}

@media (min-width: 651px) and (max-width: 766.98px) {
    #alertaAtraso {
        width: 59%;
        padding: 4px 10px;
    }
    #card-intervencoes .card-conteudo {
        height: 470px;
    }
    #user-msg-topo {
        margin-top: 4%;
    }

    .novidades .title-novidade {
        margin-left: 3%;
    }

    #card-novidades .card-conteudo {
        height: 200px
    }

    .novidades {
        grid:
            "titulo titulo""banner descricao"
            / 24vw 43vw;
    }

    .novidades .banner a img {
        width: 20vw;
    }

    .novidades .descricao-novidade p {
        width: 30vw;
    }

    .intervencoes-e-dicas {
        grid:
            "texto""scroll"
            / 61vw 20vw;
    }

    .sessoes-card-24h {
        margin-top: 15%;
    }
}

@media (min-width: 767px) and (max-width: 850.98px) {
    #alertaAtraso {
        width: 61%;
        padding: 4px 10px;
    }
    #user-msg-topo {
        margin-top: 3%;
    }

    .novidades .title-novidade {
        margin-left: 3%;
    }

    #card-novidades .card-conteudo {
        height: 200px
    }

    .ndec-card:last-child {
        height: 320px;
    }

    .novidades {
        grid:
            "titulo titulo""banner descricao"
            / 24vw 30vw;
    }

    .novidades .banner a img {
        width: 20vw;
    }

    .novidades .descricao-novidade p {
        width: 30vw;
    }

    .intervencoes-e-dicas {
        grid:
            "texto""scroll"
            / 50vw 20vw;
    }

    .sessoes-card-24h {
        margin-top: 15%;
    }
}

@media (min-width: 851px) {
    .content-container {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: 50px 50px 100px 100px 100px 350px;
    }

    .ndec-card:last-child {
        height: max-content;
        max-height: 530px;
        grid-row: 4 / 7;
    }

    .ndec-card:nth-child(2) {
        grid-row: 3 / 5;
        margin-left: 10%;
    }

    .ndec-card:nth-child(3) {
        grid-row: 2 / 4;
    }

    .ndec-card:nth-child(4) {
        /* height: min-content;
        max-height: 320px; */
        grid-row: 5 / 7;
        margin-left: 10%;
    }

    .ndec-card {
        width: 90%;
    }

    .novidades .title-novidade {
        margin-left: 3%;
        margin-right: 30px;
    }

    .novidades {
        grid:
            "titulo titulo""banner descricao"
            / 15vw 16vw;
    }

    .novidades .banner a img {
        width: 12vw;
    }

    .novidades .descricao-novidade p {
        width: 14vw;
    }

    #user-msg-topo {
        margin-top: 4%;
    }

    .conteudo-card-24h {
        font-size: 130%;
    }

    .title-conteudo {
        font-size: 120%;
    }

    .veja-mais-button {
        width: 60%;
    }

    .intervencoes-e-dicas {
        grid:
            "texto""scroll"
            / 28vw 20vw;
    }

    #card-intervencoes .card-conteudo {
        height: 445px;
    }
}

@media (min-width: 851px) and (max-width: 969.98px) {
    #alertaAtraso {
        width: 65%;
        padding: 4px 10px;
    }
    .novidades {
        grid:
            "titulo titulo""banner descricao"
            / 15vw 16vw;
    }

    .novidades .descricao-novidade p {
        width: 14vw;
    }

    #user-msg-topo {
        margin-top: 4%;
    }

    .conteudo-card-24h {
        font-size: 130%;
    }

    .title-conteudo {
        font-size: 120%;
    }

    .veja-mais-button {
        width: 60%;
    }

    .intervencoes-e-dicas {
        grid:
            "texto""scroll"
            / 28vw 20vw;
    }

    #card-intervencoes .card-conteudo {
        height: 470px;
    }

}

@media (min-width: 970px) and (max-width: 1050.98px) {
    #alertaAtraso {
        width: 70%;
        padding: 4px 10px;
    }
    .novidades .title-novidade {
        margin-left: 4%;
        margin-right: 22px;
    }

    .novidades {
        grid:
            "titulo titulo""banner descricao"
            / 15vw 17vw;
    }

    .novidades .descricao-novidade p {
        width: 17vw;
    }

    #user-msg-topo {
        margin-top: 5%;
    }

    .conteudo-card-24h {
        font-size: 130%;
    }

    .veja-mais-button {
        width: 60%;
    }

    .intervencoes-e-dicas {
        grid:
            "texto""scroll"
            / 29vw 20vw;
    }

    .sessoes-card-24h {
        margin-top: 20%;
    }

}

@media (min-width: 1051px) and (max-width: 1232.98px) {
    #alertaAtraso {
        width: 73%;
        padding: 4px 10px;
    }
    .novidades .title-novidade {
        margin-left: 3%;
        margin-right: 20px;
    }

    .novidades {
        grid:
            "titulo titulo""banner descricao"
            / 15vw 18vw;
    }

    .novidades .descricao-novidade p {
        width: 17vw;
    }

    #user-msg-topo {
        margin-top: 5%;
    }

    .veja-mais-button {
        width: 60%;
    }

    .intervencoes-e-dicas {
        grid:
            "texto""scroll"
            / 30vw 20vw;
    }

    .sessoes-card-24h {
        margin-top: 15%;
    }
}

@media (min-width: 1233px) and (max-width: 1514.98px) {
    #alertaAtraso {
        width: 78%;
        padding: 4px 10px;
    }
    #card-intervencoes2 .card-conteudo{
        height: 75%;
    }

    .novidades .title-novidade {
        margin-left: 3%;
        padding-right: 2px;
    }

    .novidades {
        grid:
            "titulo titulo""banner descricao"
            / 15vw 20vw;
    }

    .novidades .descricao-novidade p {
        width: 17vw;
    }

    #user-msg-topo {
        margin-top: 4%;
    }

    .veja-mais-button {
        width: 50%;
    }

    .intervencoes-e-dicas {
        grid:
            "texto""scroll"
            / 31vw 20vw;
    }

    .sessoes-card-24h {
        margin-top: 15%;
    }
}

@media (min-width: 1515px) and (max-width: 1599.98px) {
    #alertaAtraso {
        width: 80%;
    }
    #card-intervencoes2 .card-conteudo{
        height: 75%;
    }
    .novidades {
        display: grid;
        grid:
            "titulo titulo""banner descricao"
            / 18vw 17vw;
    }

    .novidades .title-novidade {
        margin-left: 3%;
    }

    .novidades .banner a img {
        width: 14vw;
    }

    .novidades .descricao-novidade p {
        width: 16vw;
    }

    #user-msg-topo {
        margin-top: 4%;
    }

    #conteudo-intervencoes-e-dicas {
        margin: 5% 6%;
    }

    .veja-mais-button {
        width: 50%;
    }

    .intervencoes-e-dicas {
        grid:
            "texto""scroll"
            / 33vw 20vw;
    }

    .sessoes-card-24h {
        margin-top: 10%;
    }
}

@media (min-width: 1600px) and (max-width: 1769.98px) {
    #card-intervencoes2 .card-conteudo{
        height: 75%;
    }
    .novidades {
        grid:
            "titulo titulo""banner descricao"
            / 17vw 19vw;
    }

    .novidades .title-novidade {
        margin-left: 3%;
    }

    .novidades .banner a img {
        width: 14vw;
    }

    .novidades .descricao-novidade p {
        width: 16vw;
    }

    #user-msg-topo {
        margin-top: 4%;
    }

    #conteudo-intervencoes-e-dicas {
        margin: 5% 6%;
    }

    .veja-mais-button {
        width: 45%;
    }

    .intervencoes-e-dicas {
        grid:
            "texto""scroll"
            / 34vw 20vw;
    }

    .sessoes-card-24h {
        margin-top: 10%;
    }

}

@media (min-width: 1770px) and (max-width: 2434.98px) {
    #card-intervencoes2 .card-conteudo{
        height: 75%;
    }
    .novidades {
        display: grid;
        grid:
            "titulo titulo""banner descricao"
            / 16vw 21vw;
    }

    .novidades .title-novidade {
        margin-left: 2%;
    }

    .novidades .banner a img {
        width: 14vw;
    }

    .novidades .descricao-novidade p {
        width: 16vw;
    }

    #user-msg-topo {
        margin-top: 4%;
    }

    .title-conteudo {
        font-size: 190%;
    }

    #conteudo-intervencoes-e-dicas {
        margin: 4% 5%;
    }

    .intervencoes-e-dicas {
        grid:
            "texto""scroll"
            / 35vw 20vw;
    }

    .veja-mais-button {
        width: 40%;
        margin-bottom: -2%;
    }

    .sessoes-card-24h {
        margin-top: 5%;
    }
}

@media (min-width: 2435px) {
    #alertaAtraso {
        width: 88%;
        font-size: small;
    }
    .content-container {
        grid-template-rows: 50px 100px 150px 150px 150px 300px;
    }

    .item-header {
        font-size: x-large;
    }

    .ndec-card:last-child {
        margin-top: 30px;
        grid-row: 4 / 7;
    }

    .ndec-card:nth-child(2) {
        grid-row: 3 / 5;
        height: 250px;
        margin-left: 10%;
    }

    .ndec-card:nth-child(3) {
        grid-row: 2 / 4;
    }

    .ndec-card:nth-child(4) {
        grid-row: 5 / 7;
        margin-left: 10%;
        grid-template-rows: 70px;
        /* height: min-content;
        max-height: 300px; */
    }

    .novidades {
        display: grid;
        grid:
            "titulo titulo""banner descricao"
            / 15vw 24vw;
        font-size: larger;
    }

    .novidades .banner a img {
        width: 14vw;
    }

    .novidades .descricao-novidade p {
        width: 16vw;
        font-size: large;
    }

    #title-card {
        font-size: x-large;
    }

    .novidades .title-novidade {
        font-size: large;
        margin-left: 2%;
    }

    .title-conteudo {
        font-size: 250%;
    }

    .card-conteudo {
        min-height: 200px
    }

    .veja-mais-button {
        font-size: medium;
        width: 40%;
        height: 30px;
        margin-bottom: -3%;
    }

    #user-msg-topo {
        margin-top: 1%;
    }

    #conteudo-intervencoes-e-dicas {
        margin: 5% 5%;
    }

    .intervencoes-e-dicas {
        grid:
            "texto""scroll"
            / 36vw 20vw;
    }

    .sessoes-card-24h {
        margin-top: 8%;
    }
}

.config-pag-container {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 34% 34% 24% 3%;
    background: rgba(0, 0, 0, 0.24);
    margin: 25px;
    padding: 5px;
    border-radius: 5px;
    height: 800px;
}

.container-item, .container-pag-item {
    display: grid;
    margin-right: auto;
    height: auto;
    width: 90%;
    background-color: #50545c;
    margin-bottom: 20px;
    border-radius: 5px;
    padding: 15px;
}

.container-pag-item:nth-child(4) {
    grid-template-columns: 50% 50%;
}

#container-subitem:first-child {
    grid-column: 1/3;
}

.item-title {
    margin-left: 5%;
    margin-top: 1%;
}

.switch-payment {
    position: relative;
    display: inline-block;
    width: 30px;
    margin-right: 15px;
}

.switch-payment input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 34px;
}

.slider:before {
    position: absolute;
    content: "";
    height: 15px;
    width: 15px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 50%;
}

input:checked+.slider {
    background-color: #2196F3;
}

input:focus+.slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider:before {
    -webkit-transform: translateX(15px);
    -ms-transform: translateX(15px);
    transform: translateX(15px);
}

.save-container,
.save-container2 {
    text-align: right;
    margin-right: 5%;
}

.save-container3 {
    text-align: right;
    margin-right: 5%;
    margin-top: -10px;
}

.save-container-1column {
    text-align: right;
}

.save-btn {
    background-color: #00a7f8;
    color: #fff;
    border: none;
    padding: 5px;
    width: 70px;
    border-radius: 3px;
}

.switch-card {
    margin-top: 2%;
}

.config-card-title{
    font-size: medium !important;
    font-weight: bold;
    margin-bottom: 10px;
}

.config-card-title, .config-pag-card-title {
    font-size: 120%;
    margin-left: 5%;
}

.config-pag-text {
    font-size: small;
    margin-left: 6%;
    margin-right: 6%;
}

.help-title {
    background-color: rgba(0, 0, 0, 0.24);
    padding: 5px;
}

button.help-bar {
    margin-left: 10px;
}


.config-gateway-container {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 4% repeat(3, 400px);
    background: rgba(0, 0, 0, 0.24);
    margin: 25px;
    padding: 5px;
    border-radius: 5px;
    height: 1300px;
}

.input-title {
    /* width: 100%; */
    margin-top: 5px;
}

.container-gateway-item {
    grid-template-rows: 13% 13% 13% 61%;
    display: grid;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    width: 90%;
    background-color: #50545c;
    margin-bottom: 20px;
    border-radius: 5px;
    padding: 15px;
}

    /* versao com transportadora */
/* .config-logistica-container {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 40px 130px 130px 180px 180px 400px 250px 150px 130px 25px;
    background: rgba(0, 0, 0, 0.24);
    margin: 25px;
    padding: 5px;
    border-radius: 5px;
    height: 1635px;
} */

    /* versao sem transportadora */
.config-logistica-container {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 40px 130px 130px 180px 180px 400px 385px 150px 25px;
    background: rgba(0, 0, 0, 0.24);
    margin: 25px;
    padding: 5px;
    border-radius: 5px;
    /* height: 1515px; */
}

.log-subitem {
    display: grid;
}

.log-subitem:nth-child(2) {
    grid-template-columns: 50% 50%;
    grid-template-rows: 10% 73% 17%;
}

.input-control {
    background-color: #323a4a;
    border: 1px solid #69758d;
    color: #b1b1b1;
    width: 20%;
}

.style-container {
    display: grid;
    grid-template-rows: auto;
    background: none !important;
    height: auto;
}

.style-item {
    display: grid;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    width: 90%;
    background-color: #50545c;
    margin-top: 20px;
    border-radius: 5px;
    padding: 15px;
}

.btn-style {
    width: 100%;
    margin-top: 10px;
    border: none;
    border-radius: 5px;
}

.style-page-title {
    margin-left: 2%;
    margin-bottom: -6%;
}

.title-style {
    margin-top: 10px;
    margin-bottom: 5px;
    /* text-align: center; */
}

#title-style-card {
    margin-top: -8px;
}

.btn-item {
    justify-self: right;
}

.lista-locais {
    display: flex;
    margin: 3px;
    font-family: "Open Sans,sans-serif", sans-serif;
}

.form-cidade-estado {
    margin-left: 6%
}

.item-msg {
    position: fixed;
    right: 0.5%;
    z-index: 2000;
}

.style-miniItem {
    width: 33.3333333333%;
    float: left;
}

.config-cca-container {
    display: grid;
    /* grid-template-columns: 1fr;
    grid-template-rows: 5% repeat(2, 400px); */
    background: rgba(0, 0, 0, 0.24);
    margin: 25px;
    padding: 5px;
    border-radius: 5px;
    height: auto;
}

.cca-item {
    height: 30%;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.cca-title {
    margin-top: 1%;
    margin-left: 6%;
}

.text-editor {
    width: 100%;
}

.config-v2-container {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 10% 250px 250px;
    background: rgba(0, 0, 0, 0.24);
    margin: 25px;
    padding: 5px;
    border-radius: 5px;
    height: 600px;
}

.config-v2-card-title {
    font-size: large;
}

.v2-item {
    display: grid;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    width: 90%;
    background-color: #50545c;
    margin-bottom: 20px;
    border-radius: 5px;
    padding: 15px;
}

.v2-btn {
    background-color: rgb(52 49 49);
    margin-bottom: 10px;
    padding: 20px;
    border-radius: 5px;
}

.v2-btn:hover {
    cursor: pointer;
}

.mouseover {
    background-color: rgba(0, 0, 0);
    border-radius: 5px;
    padding: 5px;
    position: absolute;
    width: 400px;
    height: auto;
    z-index: 3;
}

.mouseover2 {
    bottom: -25px;
    right: 0;
    text-align: center;
}

.fieldset {
    border: 1px white solid;
    border-radius: 10px;
}

.fieldset2 {
    border: 1px white solid;
    border-radius: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
}

.field-title {
    margin-top: -14px;
    margin-bottom: 5px;
    background-color: #50545c;
    width: max-content;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
}

.title-cod-externo {
    margin-bottom: 5px;
    font-size: 12pt;
    width: max-content;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
}

::-webkit-calendar-picker-indicator {
    filter: invert(1);
}

.personalizacao-container {
    display: grid;
    grid-template-columns: 39% 20% 39%;
    grid-column-gap: 1%;
}

.pers-item:nth-child(4) {
   grid-column: 1/4;
}

.color2-container, .color1-container, .color3-container {
    display: grid;
    grid-template-columns: 49% 49%;
    grid-column-gap: 2%;
}

.color2-item:first-child {
    grid-column: 1/3;
}

.color-container {
    display: grid;
    grid-template-columns: 100%;
}
.style-item:first-child {
    grid-template-rows: 10px min-content min-content;
}

.new-modal-content {
    position: relative;
    border: 1px solid #999999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0;
}

.espaco-titulo {
    margin-top: 5px
}

.metrics {
    margin-bottom: 20px;
}

.metrics ul {
    display: flex;
    flex-direction: row;
}

.metrics ul li{
    display: flex;
    flex-direction: row;

    margin-right: 80px;
}

.metrics ul li i{
    font-size: 35px;
    margin: auto 10px;
}

.metrics ul li .description{
    display: flex;
    flex-direction: column;
}

::-webkit-calendar-picker-indicator {
    filter: invert(1);
}

.new-form {
    height: 40px;
}

.texto-ajuda {
    font-size: 1rem;
    letter-spacing: -.025rem;
    line-height: 1rem;
    margin-top: 0.5rem;
}

.cod-externo-container, .cod-externo-container2 {
    display: grid;
    grid-gap: 15px;
}

.cod-externo-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #50545c;
    padding: 0px 20px;
    padding-bottom: 10px;
    border-radius: 10px;
    width: 99%;
    align-content: left;
    font-size: medium;
}

.titulo-texto-cod-ext {
    font-size: 20px;
    color: white;
    margin-top: 15px;
    margin-bottom: 15px;
}

.descricao-texto-cod-ext {
    font-size: 13px;
    color: white;
}

.item-title-cod-ext {
    margin-left: 15px;
    margin-top: 5px;
}

.select-banner {
    width: 110px;
    display: inline;
    margin-left: 10px;
}

@media (max-width: 336.99px) {
    .text-editor {
        width: 65%;
    }

    .save-container-1column {
        margin-right: 30%;
    }

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

@media (max-width: 429.99px) {
    .titulo-texto-cod-ext {
        font-size: 14px;
    }

    .descricao-texto-cod-ext {
        font-size: 10px;
    }
}

@media (min-width: 337px) and (max-width: 370.99px) {
    .text-editor {
        width: 75%;
    }

    .save-container-1column {
        margin-right: 15%;
    }

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

@media (min-width: 371px) and (max-width: 429.99px) {
    .text-editor {
        width: 85%;
    }

    .save-container-1column {
        margin-right: 15%;
    }

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

@media (min-width: 430px) and (max-width: 500.99px) {
    .text-editor {
        width: 96%;
    }

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

    .titulo-texto-cod-ext {
        font-size: 14px;
    }

    .descricao-texto-cod-ext {
        font-size: 12px;
    }
}

@media (min-width: 501px) and (max-width: 600.99px) {
    .text-editor {
        width: 96%;
    }

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

    .config-card-title, .config-pag-card-title {
        margin-left: 5%;
    }
    .titulo-texto-cod-ext {
        font-size: 14px;
    }

    .descricao-texto-cod-ext {
        font-size: 12px;
    }
}

@media (min-width: 601px) and (max-width: 850.99px) {
    .text-editor {
        width: 96%;
    }

    .config-card-title, .config-pag-card-title {
        margin-left: 4%;
        font-size: 100%;
    }
    .style-page-title {
        margin-left: 2%;
        margin-bottom: -3%;
    }
    .titulo-texto-cod-ext {
        font-size: 14px;
    }

    .descricao-texto-cod-ext {
        font-size: 12px;
    }
}

.config-gupshup-container {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 4% repeat(3, 400px);
    background: rgba(0, 0, 0, 0.24);
    margin: 25px;
    padding: 5px;
    border-radius: 5px;
    height: 1300px;
}

.config-gupshup-container {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 5% 420px 420px 60px;
    height: 340px;
}
.container-gupshup-item {
    grid-template-rows: 13% 13% 13% 61%;
    display: grid;
    margin-left: auto;
    margin-right: auto;
    height: 70%;
    width: 90%;
    background-color: #50545c;
    margin-bottom: 20px;
    border-radius: 5px;
    padding: 15px;
}

@media (min-width: 851px) {
    .config-gateway-container {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: 5% 420px 420px 60px;
        height: 950px;
    }
        /* versao com transportadora */
    /* .config-logistica-container {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: 45px 130px 190px 260px 170px 120px 41px;
        height: 970px;
    } */

        /* versao sem transportadora */
    .config-logistica-container {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: 45px 130px 190px 385px 170px 41px;
        /* height: 875px; */
    }

    .style-container {
        grid-template-columns: repeat(2, 1fr);
    }

    .config-v2-container {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: 15% 300px;
        height: 400px;
    }

    .cod-externo-container {
        grid-template-columns: 1fr 1fr;
        /* grid-template-rows: 380px 550px 460px; */
    }

    .cod-externo-container2 {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 315px 
    }

    .color1-container, .color-container {
        grid-template-columns: 50%;
    }

    .container-item:nth-child(7) {
        grid-row: 4/6;
    }

    .style-page-title {
        margin-left: 1%;
        margin-bottom: -3%;
    }

    .item-title {
        height: 10%;
        margin-left: 4%;
        margin-top: 0.5%;
        grid-column: 1/3;
    }

    .cca-title {
        margin-top: 1%;
        margin-left: 5%;
    }

    .container-gateway-item:nth-child(3),
    .container-gateway-item:nth-child(5),
    .container-pag-item:nth-child(5) {
        margin-left: 7%;
    }
    .container-pag-item:nth-child(1),
    .container-pag-item:nth-child(2) {
        margin-top: 2%;
    }

    .container-gateway-item:nth-child(4),
    .container-gateway-item:nth-child(6),
    .container-pag-item:nth-child(4) {
        margin-right: 7%;
    }
    /* versao com transpostadora */
    /* .container-item:nth-child(3),
    .container-item:nth-child(5),
    .container-item:nth-child(7),
    .container-item:nth-child(10) {
        margin-left: 7%;
    } */

    /* versao sem transpostadora */
    .container-item:nth-child(3),
    .container-item:nth-child(5),
    .container-item:nth-child(7) {
        margin-left: 7%;
    }

    .container-item:nth-child(4),
    .container-item:nth-child(6),
    .container-item:nth-child(8),
    .container-item:nth-child(9) {
        margin-right: 7%;
    }

    .config-card-title, .config-pag-card-title {
        font-size: 100%;
        margin-left: 5%;
    }

    .save-container {
        grid-column: 1 / 3;
        margin-right: 4%;
        margin-top: 2%;
    }

    .save-container2 {
        grid-column: 1 / 3;
        margin-right: 4%;
        margin-top: 0%;
    }

    .save-container3 {
        grid-column: 1 / 3;
        margin-right: 3.5%;
        margin-top: -1%;
    }

    .style-item:first-child {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: 5% 95%;
    }

    .style-item:nth-child(2) {
        grid-template-rows: 10% 90%;
    }

    .btn-item {
        grid-column: 1 / 3;
    }

    .style-subitem:first-child, .style-subitem2:first-child {
        grid-column: 1 / 3;
    }

    .style-subitem {
        padding: 10px;
    }

    .form-cidade-estado {
        margin-left: 5%;
    }

    .v2-btn {
        font-size: large;
    }

    .espaco-titulo {
        margin-top: 10px
    }

    .padding-right {
        padding-right: 5px;
    }
    
    .padding-left {
        padding-left: 5px;
    }

    .pulaLinhasOut {
        margin: 5px;
    }

    .pulaLinhasIn {
        margin: 15px;
    }

    .pulaLinhasInField {
        margin: 3%;
    }

    .color-margin {
        margin-top: 10px;
    }
}

@media (min-width: 992px) {
    .padding-right {
        padding-right: 5px;
    }

    .padding-left {
        padding-left: 5px;
    }
    .carrinho-radio {
        display: grid;
    }
    .btn-carrinho {
        margin-top: 0;
    }
}
@media (min-width: 1048px) {
    .espaco-btn-dinamico {
        margin-top: 20px;
    }
}
@media (min-width: 851px) and (max-width:898.99px) {
    .style-page-title {
        margin-left: 1%;
    }
    
    .config-pag-container {
        grid-template-rows: 200px 320px 60px;
        height: 650px;
    }
  
    .save-container2 {
        margin-right: 2.5%;
    }
    .style-item {
        padding-left: 5px;
        padding-right: 5px;
    }
    
    .cod-externo-container {
        grid-template-rows: 285px 385px 350px;
    }

    .titulo-texto-cod-ext {
        font-size: 14px;
    }

    .descricao-texto-cod-ext {
        font-size: 12px;
    }
}
@media (min-width: 899px) and (max-width:991.99px) {
    .config-pag-container {
        grid-template-rows: 200px 300px 60px;
        height: 620px
    }

    .save-container2 {
        margin-right: 2.5%;
    }

    .cod-externo-container {
        grid-template-rows: 270px 370px 340px;
    }
    .titulo-texto-cod-ext {
        font-size: 14px;
    }

    .descricao-texto-cod-ext {
        font-size: 12px;
    }
}
@media (min-width: 992px) and (max-width:1069.99px) {
    .save-container2 {
        margin-right: 2.5%;
    }
    .cod-externo-container {
        grid-template-rows: 270px 370px 350px;
    }
    .style-page-title {
        margin-left: 1%;
    }
    .config-pag-container {
        grid-template-rows: 53% 34% 5%;
    }
    .config-pag-container2 {
        grid-template-rows: 330px;
    }
    .titulo-texto-cod-ext {
        font-size: 17px;
    }
    .descricao-texto-cod-ext {
        font-size: 13px;
    }
}
@media (min-width: 1070px) and (max-width:1200.99px) {
    .cod-externo-container {
        grid-template-rows: 260px 340px 340px;
    }
}
@media (min-width: 1201px) and (max-width:1350.99px) {
    .cod-externo-container {
        grid-template-rows: 235px 310px 300px;
    }
}
@media (min-width: 1351px) and (max-width:1500.99px) {
    .cod-externo-container {
        grid-template-rows: 235px 290px 285px;
    }
}
@media (min-width: 1070px) and (max-width:1500.99px) {
    .config-pag-text,
    .form-cidade-estado {
        margin-left: 4%;
    }

    .config-card-title, .config-pag-card-title {
        margin-left: 3%;
    }

    .save-container {
        margin-right: 3.5%;
        margin-top: 1%
    }

    .save-container2 {
        margin-right: 2.5%;
    }

    .cca-title {
        margin-top: 1%;
        margin-left: 4%;
    }

    .style-page-title {
        margin-left: 1.5%;
        margin-bottom: -2%;
    }
}
@media (min-width: 1501px) and (max-width:1680.99px) {
    .cod-externo-container {
        grid-template-rows: 250px 315px 300px;
    }
}
@media (min-width: 1681px) and (max-width:1830.99px) {
    .cod-externo-container {
        grid-template-rows: 230px 295px 300px;
    }
}
@media (min-width: 1501px) and (max-width:1830.99px) {
    .config-pag-card-title,
    .config-pag-text,
    .form-cidade-estado {
        margin-left: 3%;
    }

    .config-card-title, .config-pag-card-title{
        margin-left: 2%;
    }

    .save-container {
        margin-right: 3.5%;
        margin-top: 1%
    }

    .save-container2 {
        margin-right: 2.5%;
    }

    .style-page-title {
        margin-left: 2%;
        margin-bottom: -1%;
    }

    .titulo-texto-cod-ext {
        font-size: 22px;
    }

    .descricao-texto-cod-ext {
        font-size: 15px;
    }
}
@media (min-width: 1831px) {
    .config-pag-card-title,
    .config-pag-text,
    .form-cidade-estado {
        margin-left: 2%;
    }

    .config-card-title, .config-pag-card-title {
        margin-left: 2%;
    }

    .save-container {
        margin-right: 3.5%;
        margin-top: 1%
    }

    .save-container2 {
        margin-right: 2.5%;
    }

    .style-page-title {
        margin-left: 2%;
        margin-bottom: -1%;
    }

    .cod-externo-container {
        grid-template-rows: 250px 350px 315px;
    }

    .titulo-texto-cod-ext {
        font-size: 24px;
    }

    .descricao-texto-cod-ext {
        font-size: 18px;
    }
}
@media (min-width: 2000px) {
    .save-container,
    .save-container2 {
        margin-right: 3.5%;
        margin-top: 0.5%
    }

    .save-container2 {
        margin-right: 2.5%;
    }
}

/* CONFIGURAÇÃO PAGAMENTO RESPONSIVIDADE - TAMANHO E GRID do Layout */

@media (min-width: 1501px) {
    .config-pag-container {
        grid-template-rows: 51% 38% 5%;
        height: 720px;
    }
}

@media (min-width: 1189px)  and (max-width: 1500.98px) {
    .config-pag-container {
        grid-template-rows: 51% 38% 5%;
        height: 720px;
    }
}

@media (min-width: 1141px) and (max-width: 1188.98px) {
    .config-pag-container {
        grid-template-rows: 51% 37% 5%;
        height: 730px;
    }
}

@media (min-width: 1019px) and (max-width: 1140.98px) {
    .config-pag-container {
        grid-template-rows: 50% 38.5% 5%;
        height: 750px;
    }
}

@media (min-width: 851px) and (max-width: 1018.98px) {
    .config-pag-container {
        grid-template-rows: 51% 38% 5%;
        height: 770px;    
    }
}

@media (min-width: 851px){
    .config-pag-container {
        grid-template-columns: repeat(2, 1fr);
    }

    .container-item, .container-pag-item {
        margin-left: 3%;
    }
}

@media (min-width: 557px) and (max-width: 850.98px){
    .config-pag-container {
        height: 1195px;
        grid-template-rows: 350px 350px 268px 130px 270px;
    }

    .container-item, .container-pag-item {
        margin-left: auto;
    }
}

@media (max-width: 556.98px){
    .config-pag-container {
        height: 1200px;
        grid-template-rows: 350px 350px 280px 130px 270px;
    }

    .container-item, .container-pag-item {
        margin-left: auto;
    }
}

#web-images-modal-body {
  max-height: 80vh;
  overflow-y: scroll;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#web-images-body {
  width: 100%;
  display: grid;
  grid-template-columns: 25% 25% 25% 25%;
}

#web-images-body li {
  padding: 0 5px 10px;
}

#web-images-body li .image {
  height: 280px;
  background-color: white;
}

#web-images-body li .image > img {
  height: 85%;
}

#web-images-body li .image > button {
  height: 15%;
  width: 100%;
  border-radius: 0;
}
.color4-container{
    display: grid;
    grid-template-columns: 49% 49%;
    grid-column-gap: 5%;
}

.id-tag {
    display: inline-block;
    vertical-align: middle;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 5px 12px;
    font-size: 13px;
    position: absolute;
    left: 20px;
    background: #4d4d4d;
    color: white;
    border-radius: 3px;
}


.entradasDias{
    width: 70px;
}
.recorrencia{
    width: 70px;
}
.variacao{
    width: 100px;
}
.container-analitics-item {
    grid-template-rows: 13% 13% ;
    display: grid;
    margin-left: 28px;
    margin-right: auto;
    height: 120%;
    width: 95%;
    background-color: #50545c;
    margin-bottom: 20px;
    border-radius: 5px;
    padding: 15px;
    margin-top: 25px;
}
.config-analitics-container {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 4% repeat(3, 400px);
    background: rgba(0, 0, 0, 0.24);
    margin: 25px;
    padding: 5px;
    border-radius: 5px;
    height: 600px;
}

.item-title-analytics {
    height: 10%;
    margin-left: 2.5%;
    margin-top: 0.5%;
    grid-column: 1/3;
}

.form-control {
    background-color: #323a4a !important;
    border: 1px solid #69758d !important;
    color: #b1b1b1 !important;
}

.analitics{
    margin-top: 2%;
}

@media screen and (min-width: 1024px) {
    .widget large{
     height: 30vw;
    }
    }
#modalFiltroImagem {
  z-index: 1060 !important;
}
.modal-backdrop.modal-backdrop-filtro {
  z-index: 1055 !important;
}
#app-alert {
  z-index: 1065 !important;
  position: fixed;
  top: 20px;
  right: 20px;
  min-width: 300px;
  max-width: 500px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

/* ####################################### */