@import url('https://fonts.googleapis.com/css2?family=Inter:wght@500;700&display=swap');

*:not(i):not(.lnr) {
  font-family: 'Inter', sans-serif;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6,
h1 *, h2 *, h3 *, h4 *, h5 *, h6 *, .h1 *, .h2 *, .h3 *, .h4 *, .h5 *, .h6 * {
  font-family: inherit !important;
  font-weight: 700;
  color: #2f3844;
}

.uk-h4, h4 {
    font-size: 1.20rem;
    line-height: 1.4;
}
a {
  color: #0001FF;
  text-decoration: underline;
}
html, body {
  background: rgb(245, 245, 245);
  font-size: 14px;
  font-weight: 500;
  color: #353535;
}
.encurtador {
  max-width: 11ch;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sublinhado {
    background: linear-gradient(#fff 70%, yellow 30%);
}
.white-space {
  white-space: nowrap;
}
small {
    font-size: 85%;
    color: #808080;
}
body {
  overflow-y: scroll;
}
strong {
  font-family: inherit;
  font-weight: 700;
}
em {
  color: #D05;
  font-style: normal;
}
label {
    font-size: 14px !important;
    line-height: 30px;
}
fieldset.uk-grid {
    display: block !important;
}
.position-z-index {
    z-index: 1;
    position: relative;
}
.uppercase {
  text-transform: uppercase;
}
.circle-rotate {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDFweCIgIGhlaWdodD0iNDFweCIgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89InhNaWRZTWlkIiBjbGFzcz0ibGRzLXJvbGxpbmciPiAgICA8Y2lyY2xlIGN4PSI1MCIgY3k9IjUwIiBmaWxsPSJub25lIiBuZy1hdHRyLXN0cm9rZT0ie3tjb25maWcuY29sb3J9fSIgbmctYXR0ci1zdHJva2Utd2lkdGg9Int7Y29uZmlnLndpZHRofX0iIG5nLWF0dHItcj0ie3tjb25maWcucmFkaXVzfX0iIG5nLWF0dHItc3Ryb2tlLWRhc2hhcnJheT0ie3tjb25maWcuZGFzaGFycmF5fX0iIHN0cm9rZT0iIzAxOTBmZSIgc3Ryb2tlLXdpZHRoPSIxMCIgcj0iMzUiIHN0cm9rZS1kYXNoYXJyYXk9IjE2NC45MzM2MTQzMTM0NjQxNSA1Ni45Nzc4NzE0Mzc4MjEzOCIgdHJhbnNmb3JtPSJyb3RhdGUoODQgNTAgNTApIj4gICAgICA8YW5pbWF0ZVRyYW5zZm9ybSBhdHRyaWJ1dGVOYW1lPSJ0cmFuc2Zvcm0iIHR5cGU9InJvdGF0ZSIgY2FsY01vZGU9ImxpbmVhciIgdmFsdWVzPSIwIDUwIDUwOzM2MCA1MCA1MCIga2V5VGltZXM9IjA7MSIgZHVyPSIxcyIgYmVnaW49IjBzIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSI+PC9hbmltYXRlVHJhbnNmb3JtPiAgICA8L2NpcmNsZT4gIDwvc3ZnPg==);
    background-repeat: no-repeat;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: 50%;
    background-color: rgb(255,255,255,0.5);
    z-index: 999999;
}
#rotate {
 -webkit-animation: rotate 1s infinite;
 -moz-animation: rotate 1s infinite;
 -ms-animation: rotate 1s infinite;
 animation: rotate 1s infinite;
 -webkit-animation-timing-function: linear;
 -moz-animation-timing-function: linear;
 -ms-animation-timing-function: linear;
 animation-timing-function: linear
}
@keyframes rotate {
  100%{
   -moz-transform: rotate(360deg);
   -ms-transform: rotate(360deg);
   transform: rotate(360deg)
  }
}
.no-margin {
  margin: 0 !important;
}
.no-padding,
.no-padding> [class*="uk-width"] {
  padding: 0 !important;
}
.somente-print {
    display: none;
}
@media print {
  .no-print {
      display: none;
  }
  .somente-print {
      display: inline-table;
  }
  .box-page-views {
    width: 100% !important;
  }
  textarea, input, select {
    border: none !important;
  }
}

/* ----- */


/* The container */
.container {
    /* display: block; */
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-right: 15px;
}

/* Hide the browser's default checkbox */
.container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 16px;
    width: 16px;
    background-color: #eee;
    border: 1px solid #9c9c9c;
    border-radius: 4px;
}
table .checkmark {
    border: 1px solid #bdbdbd;
}
/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
    background-color: #0001ff;
    border-color: #0001ff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
    left: 6px;
    top: 2px;
    width: 3px;
    height: 7px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

[class*="uk-margin"] {
    position: relative;
}
.display-none,
.abrir-menu,
.fechar-menu,
.no-result {
  display: none;
}
.cursor-pointer {
  cursor: pointer;
}
.logo {
  text-decoration: none !important;
}
.logo h2 {
  margin: 0;
  padding-top: 2px;
}
.logo h2 img {
  width: 60%;
  opacity: 0.8;
  margin: 20px 18px 10px;
}
.img {
  max-width: 100%;
}
.menu-navbar-offcanvas {
    background: #fff;
    color: #292929;
    -webkit-box-shadow: 0 0 100px -20px rgba(57,55,73,.4);
    box-shadow: 0 0 100px -20px rgba(57,55,73,.4);
    padding: 0;
    width: 310px;
    padding-left: 15px;
}
.uk-nav-default .uk-nav-header {
  font-family: inherit;
  font-weight: 500;
  color: #383838 !important;
  margin: 10px 5px;
  border-bottom: 1px solid rgba(213, 220, 236, 0.6);
  font-size: 11px;
  padding-left: 10px;
}
.uk-navbar-item {
  display: contents;
  font-size: inherit;
  font-family: inherit;
}
.uk-nav-header {
  font-weight: 700;
  font-size: 12px;
  padding: 15px 0 5px !important;
}
ul.uk-nav-sub {
  padding: 1px 2px;
  margin: 3px 10px;
  border-radius: 3px;
}
.menu-navbar-offcanvas .uk-nav-parent-icon > .uk-parent > a::after {
    margin-top: 4px;
}
.menu-navbar-offcanvas .uk-nav-default > li > a span:nth-child(2) {
}
.menu-navbar-offcanvas .uk-nav-default > li > a .lnr {
    /* font-size: 20px; */
    /* line-height: 28px; */
    display: none;
}
.menu-navbar-offcanvas .uk-nav-default > li > a .uk-icon {
    /* font-size: 20px; */
    /* margin-bottom: 3px; */
    /* line-height: 26px; */
    display: none;
}
.uk-nav-default > li > a:focus,
.uk-nav-default > li > a:hover,
.uk-nav-default > li.uk-open > a {
    background: rgba(0, 1, 255, 0.07);
    color: #0001FF !important;
    transition: all 0.1s linear;
    /* border: 1px solid !important; */
    background-color: rgb(234, 240, 246);
    border: 1px solid !important;
}
.menu-navbar-offcanvas .uk-nav-default ul a::before {
  content: ">";
}
.menu-navbar-offcanvas .uk-nav-default ul a {
    color: #4c4c4c !important;
    font-family: inherit;
    font-weight: 500;
    font-size: 14px;
    position: relative;
    padding: 7px 0;
    padding-right: 45px;
}
.menu-navbar-offcanvas .uk-nav-default > li > a {
    color: #525252;
    position: relative;
    text-shadow: none;
    padding: 7px 10px;
    font-weight: 500;
    border-radius: 4px;
    font-size: 14px;
    transition: all 0.2s linear;
    border: 1px solid transparent;
    padding-left: 20px;
    margin-right: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.page-views {
    /* margin: 30px 20px 10px 20px; */
    margin: auto;
    padding: 20px 0;
    width: 100%;
}
.page-views > div {
    padding: 0;
}
.page-views > div:nth-child(1), .page-views > div:nth-child(2) {
    /* padding-right: 20px; */
}
.menu-navbar-offcanvas .uk-nav.uk-nav-default.uk-nav-parent-icon {
    padding-top: 10px;
}
.menu-navbar-offcanvas .uk-parent.uk-open > a, .menu-navbar-offcanvas .active {
  /* background: #def3ff !important; */
}

.menu-navbar-offcanvas .active span:nth-child(2) {
  font-family: inherit;
}
.box-page-views {
  padding-left: 0;
  width: calc(100% - 30px);
  margin-left: 30px;
  padding-bottom: 20px;
}
.menu-navbar-offcanvas .uk-nav-default ul a:hover {
    color: #0001FF !important;
    text-decoration: underline;
}
.dadosDeSessao {
    color: #b7b7b7;
    /* margin-right: 25px; */
    margin-bottom: -10px;
}
.dadosDeSessao p {
    margin: 0;
    margin-bottom: 14px;
}
.form-modal {
  /* margin-left: -36px; */
}
.uk-table-striped tbody tr:nth-of-type(odd), .uk-table-striped>tr:nth-of-type(odd) {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}
.uk-table thead th {
  font-family: inherit;
  font-weight: 700 !important;
  padding: 15px 10px;
  color: #292929;
}
/* .uk-table-small td {
    min-width: 100px;
}
.uk-table-small td.td\@s {
  min-width: 50px;
}
.uk-table-small td.td\@m {
    min-width: 150px;
}
.uk-table-small td.td\@l {
    min-width: 200px;
} */
tfoot tr th {
    font-weight: 500 !important;
    font-style: normal;
    font-size: 15px !important;
    color: #385a7b !important;
}
tfoot .uk-pagination>li>a, .uk-pagination>li>span {
    font-size: 14px;
    padding: 5px 13px;
}
tfoot .uk-pagination>li>a:hover {
  background: #e8e8e8;
  color: #2e2e2e;
  border-radius: 4px;
}
.uk-pagination>* {
    padding-left: 10px;
}

tfoot .uk-pagination>li.active>a {
    background: #0001FF;
    color: #fff;
    border-radius: 4px;
}
#grid-list>div {
    margin: 18px 0 !important;
}
#grid-list>div>* {
    padding: 0;
}
#grid-list>div>div:nth-child(2) {
    margin: 0 !important;
}
#grid-list>div>div:nth-child(1) {
  margin-right: 15px !important;
}


#grid-list th a.sort.asc::after {
    content: "\f063";
}
#grid-list th a.sort.desc::after {
    content: "\f062";
}
#grid-list ul.pagination.uk-pagination {
    margin: 0;
}
#grid-list th a[class*="sort"]::after,
#grid-list th a[class*="sort"]::before {
    font-family: "Font Awesome 5 free";
    font-weight: 700;
    margin-left: 10px;
}



#ci-grid-list>div {
    margin: 18px 0 !important;
}
#ci-grid-list>div>* {
    padding: 0;
}
#ci-grid-list>div>div:nth-child(2) {
    margin: 0 !important;
}
#ci-grid-list>div>div:nth-child(1) {
  /* margin-right: 15px !important; */
}
#ci-grid-list .search.uk-input, #grid-list .search.uk-input, #ci-grid-list select, #grid-list select {
    color: #000;
    padding: 5px 20px;
    font-size: 15px;
    font-weight: 500;
}
#ci-grid-list th a.sort.asc::after {
    content: "\f063";
}
#ci-grid-list th a.sort.desc::after {
    content: "\f062";
}
#ci-grid-list ul.pagination.uk-pagination {
    margin: 0;
}
#ci-grid-list th a[class*="sort"]::after,
#ci-grid-list th a[class*="sort"]::before {
    font-family: "Font Awesome 5 free";
    font-weight: 700;
    margin-left: 10px;
}

.uk-table-striped tbody tr:nth-of-type(2n+1) {
    background: #fff;
}
.uk-table-striped tbody tr:nth-of-type(2n+2) {
    background: #fff;
}
.uk-table-hover tbody tr:hover {
    background: #ffffff;
}
table td p + p {
    margin-top: 4px !important;
}
.table-bordered {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  margin: 10px 0;
  margin: 0;
}
.ql-toolbar {
  background: #fff;
}
.dataTables_wrapper,
.ql-toolbar.ql-snow, .ql-container.ql-snow {
    /* border: 2px solid #3c3c3c !important; */
}
.ql-container.ql-snow {
  border-top: 0 !important;
}
.dataTables_wrapper .table-bordered {
  border-right: 0;
    border-left: 0;
}
.imagemProduto {
  max-width: 100px;
  max-height: 100px;
}
.style-nome-produto {
  font-weight: 500;
}
.img-imprimir-produto {
  display: flex;
  justify-content: center;
}
.img-imprimir-produto img {
  width: 100px;
}
.uk-button {
    border-radius: 0;
    padding: 0px 15px;
    font-size: 14px;
    /* font-weight: 700; */
    line-height: 32px;
    margin: 5px 0 !important;
    border-radius: 3px;
    border: 1px solid;
    background-color: transparent;
    border-color: #737373;
    color: #505050;
    text-transform: capitalize;
}

.uk-button:hover {
    border: 1px solid;
    background-color: transparent;
    border-color: #000000;
    color: #000000;
}
.uk-button:focus {
    outline: 0;
    text-decoration: none;
}

.uk-button-primary, .uk-button-success {
  color: #fff;
  background: #0001FF;
  border: 1px solid #0001FF;
}
.uk-button-primary:hover {
  background: #3362FF !important;
  border-color: #3362FF;
}
.uk-button-success {
    color: #fff;
    background: #00ab6a;
    border: 1px solid #00ab6a;
}
.uk-button-success:hover, .uk-button-success:focus {
    background: #008250 !important;
    color: #ffffff;
    border-color: #008250;
}
.uk-button-danger {
    color: #ff0066;
    background: rgb(255 0 102 / 10%);
    border: 1px solid rgb(255 0 102 / 10%);
}
.uk-button-danger:focus, .uk-button-danger:hover {
    background-color: #ff0066 !important;
    color: #fff;
    border-color: #ff0066;
}
.uk-button-default {
    color: #676f80;
    background: #d1dde8;
}
.uk-button-default:hover, .uk-button-default:focus {
    background: #ced9e4 !important;
    color: #515f6b !important;
    border: 1px solid #868686;
}
.uk-button-primary.uk-active, .uk-button-primary:active {
    background-color: #0652cb;
    color: #fff;
}
.uk-button-primary:focus, .uk-button-primary:hover {
    background-color: #004cde !important;
    color: #fff;
}
.uk-button.disabled {
    background: #ccc;
    border: 1px solid #ccc;
    color: #565656;
    cursor: no-drop;
}
.uk-button .lnr {
  font-size: 15px;
  position: relative;
  top: 2px;
  font-weight: 700;
}
.uk-alert > .uk-icon > svg {
    margin-top: -4px;
}
.uk-alert {
    border-radius: 3px;
    margin-bottom: 0;
    background: #0000000d;
    color: #29496f;
    border: 1px solid #eaf0f6;
    border: none !important;
}
.uk-alert .lnr {
  font-size: 20px;
  position: absolute;
  line-height: 20px;
  margin-left: 3px;
}
.uk-alert .msg {
  margin-left: 35px;
  font-weight: 500;
  font-size: 14px;
}
.uk-alert .msg strong {
  font-family: inherit;
  font-weight: 700 !important;
  font-weight: normal;
}
.header {
  background: #00101c;
  margin-left: -30px;
  height: 63px;
}
.logo-img {
    margin-top: -1px;
}
.button-logout {
  margin-bottom: 3px;
}
.uk-form input:not([type]), .uk-form input[type="text"], .uk-form input[type="password"], .uk-form input[type="email"], .uk-form input[type="url"], .uk-form input[type="search"], .uk-form input[type="tel"], .uk-form input[type="number"], .uk-form input[type="datetime"], .uk-form input[type="datetime-local"], .uk-form input[type="date"], .uk-form input[type="month"], .uk-form input[type="time"], .uk-form input[type="week"], .uk-form input[type="color"], .uk-form select, .uk-form textarea {
  border: solid #2e2e2e 2px;
  font-size: 13px;
  height: 35px;
  padding: 0px 15px;
  border-radius: 3px;
  font-weight: 500;
  font-family: inherit;
}

.uk-form textarea {
  height: 100px;
}
.uk-form input:not([type]):focus, .uk-form input[type="text"]:focus, .uk-form input[type="password"]:focus, .uk-form input[type="email"]:focus, .uk-form input[type="url"]:focus, .uk-form input[type="search"]:focus, .uk-form input[type="tel"]:focus, .uk-form input[type="number"]:focus, .uk-form input[type="datetime"]:focus, .uk-form input[type="datetime-local"]:focus, .uk-form input[type="date"]:focus, .uk-form input[type="month"]:focus, .uk-form input[type="time"]:focus, .uk-form input[type="week"]:focus, .uk-form input[type="color"]:focus, .uk-form select:focus, .uk-form textarea:focus {
    border-color: rgba(51, 117, 255, 0.77);
    outline: 0;
    background: rgba(51, 117, 255, 0.07);
    color: rgba(51, 117, 255, 0.77);
}


/* SELECT 2 */

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  margin: 0px 0px -4px;
}
.select2-search.select2-search--inline {
    margin: -4px 0px 0px;
    width: 100%;
}
.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default .select2-selection--multiple {
    border: solid #d6d6d6 1px;
    outline: 0;
}
.select2-search__field {
    width: 100% !important;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #0001FF !important;
  color: white;
}
.select2-results__option {
  font-family: inherit;
  font-weight: 500;
  font-size: 14px;
  line-height: 30px;
}


.padding-alerta {
  margin: auto;
  z-index: 99;
  /* padding: 0 35px; */
  /* margin: 20px; */
  padding-top: 10px;
}
.page-content .padding-alerta {
    padding: 20px 30px 0 !important;
}
.uk-pagination > .uk-active > span {
    background: #0001ff;
    color: #fff;
    border-radius: 2px;
    font-family: inherit;
    font-weight: 500;
}
.uk-pagination > li > a {
    background: transparent;
    color: #444;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-uppercase {
  text-transform: uppercase;
}
.swal-overlay--show-modal .swal-modal {
  will-change: auto !important;
}
.swal-text {
    text-align: center;
    margin-top: 12px;
    font-weight: 500;
    white-space: break-spaces;
}
.swal-button-container {
    margin: 0 5px;
}
.swal-button:focus {
    outline: none;
    box-shadow: none;
}
.swal-footer {
    /* padding: 0; */
    /* padding-top: 20px; */
    display: flex;
    justify-content: center;
}
.swal-button {
    background-color: #0001ff;
    color: #ffffff;
    border: none;
    box-shadow: none;
    border-radius: 4px;
    width: 100%;
    font-size: 13px;
    padding: 12px 30px;
    margin: 0;
    cursor: pointer;
    font-family: inherit;
    text-transform: uppercase;
    font-weight: 500;
}
.swal-button--cancel {
    background: #3e4750;
    color: #fff;
}
.swal-title:not(:last-child) {
    margin-bottom: 0;
}
.swal-title {
  padding: 40px 10px 0;
  font-family: inherit;
  font-weight: 700;
  color: #191919;
  background: #eaf0f6;
  margin: 0 !important;
  border-radius: 5px 5px 0 0;
  background: #fff;
}

.swal-modal {
    box-shadow: 0 15px 50px rgba(52,54,58,.25);
}

.uk-modal, .swal-overlay.swal-overlay--show-modal, .uk-offcanvas-overlay::before, .uk-button.uk-open:before {
  background: rgba(49, 49, 49, 0.78) !important;
  /* -webkit-backdrop-filter: blur(10px) !important;
  backdrop-filter: blur(10px) !important; */
  /* background: rgba(255, 255, 255, 0.3) !important; */
}

.uk-modal fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
.uk-modal-header h3 {
    font-weight: 700;
    color: #fff;
}
.uk-modal-header {
    padding: 30px 30px;
    background: #0001ff;
    border-bottom: 1px solid #0001ff;
}
#modalExcluir .uk-modal-header,
.modalExcluir .uk-modal-header {
    background-image: repeating-linear-gradient(135deg,#fe2640,#fe2640 24px,#ef1e37 0,#ef1e37 48px);
    border: 0;
}
#modalExcluir .uk-modal-body::before {
    content: "";
    background: url(https://app.workleads.com.br/componentes/assets/img/no-data-pana.svg?v=2);
    width: 100%;
    height: 150px;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 0 20px;
}
.uk-modal-dialog {
    box-shadow: 0 15px 50px rgba(52,54,58,.25);
}
.uk-modal-dialog > .uk-close:first-child {
    margin: 0;
    float: right;
    /* border-radius: 4px; */
    color: #ffffff;
    background: rgba(0, 0, 0, 0.35);
    padding: 12px;
    right: 0;
    top: 0;
}
.rotas {
  margin-left: -5px;
  padding: 10px 25px;
  background-color: #ffffff;
  padding-left: 35px;
  border-bottom: 1px solid #e5e5ec;
  border-top: ;
}
.rotas a, .rotas span {
  color: #8a8888;
  font-weight: 500;
  letter-spacing: 0.5px;
  margin-left: 10px;
  margin-right: 10px;
  text-transform: capitalize;
  font-weight: 500;
  text-decoration: none;
}
.rotas i {
  color: #bdbdbd;
}
.rotas a span {
    font-weight: 500;
}
.box-info {
    max-height: 200px;
    overflow-y: auto;
    padding: 15px;
}
.box-info p span {
    margin-left: 22px;
}
.uk-badge {
    display: inline-block;
    padding: 1px 8px;
    background: #009dd8;
    font-size: 10px;
    font-weight: 500;
    line-height: 14px;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    text-transform: none;
    border: 1px solid rgba(0,0,0,.2);
    border-bottom-color: rgba(0,0,0,.3);
    background-origin: border-box;
    background-image: -webkit-linear-gradient(top,#00b4f5,#008dc5);
    background-image: linear-gradient(to bottom,#00b4f5,#008dc5);
    border-radius: 2px;
    text-shadow: 0 -1px 0 rgba(0,0,0,.2);
}
.uk-accordion-title {
    margin-top: 0;
    margin-bottom: 0;
    padding: 14px 15px;
    background: #eee;
    font-size: 18px;
    line-height: 24px;
    cursor: pointer;
    border: 1px solid #c3c3c3;
}
.uk-accordion-content {
    padding: 15px;
    border: 1px solid #c5c5c5;
    margin-top: 0;
    border-top: 0;
}
.search-header input {
    background: #ffffff !important;
    border: 0 !important;
    font-size: 15px;
    font-weight: 500;
    width: calc(100% - 145px);
    height: 38px !important;
}
.uk-search:before {
    top: 3px;
}
.search-header input:focus , .search-header input:hover {
    background: #fff;
}
.search-header {
    margin-top: 0;
    width: 100%;
    margin: auto 10px;
    background: #fff;
    border-radius: 2px;
}
.search-header .uk-search-field:focus {
    width: 100%;
}
.search-header .uk-search-field {
    width: 80%;
}
.icone-loja {
    display: block;
    margin: 15px 0;
    padding: 14px 17px 5px;
    text-decoration: none !important;
    background: #454f59;
    color: #fff;
    position: relative;
}
.icone-loja.ativo, .icone-loja:hover {
    background: transparent;
    color: #f7f7f7;
    border-right:  none;
}
.icone-loja span {
    padding: 6px 8px;
    border-radius: 4px;
    font-size: 20px;
    background: #3d4650;
}
.icone-loja.ativo span , .icone-loja:hover span {
  background: #0001ff;
  color: #fff;
}
.icone-loja p {
  font-family: inherit;
  font-weight: 500;
    margin: 0;
    font-size: 11px;
    margin-top: 4px;
    max-width: 8ch;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.icone-loja:hover {
    color: #2e2e2e;
}

.icone-loja.ativo:hover, .icone-loja.ativo:focus {
    color: #ffffff;
}
td[class*="status-"] {
    border-radius: 0;
}
[class*="status-"], [class*="class-status-nfe-"] {
  padding: 3px 8px;
  border-radius: 100px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}
.status-faturado,
.status-pago,
.status-sucesso,
.status-ativo,
.class-status-nfe-aprovado {
  background: #59f5e4;
  color: #01756b;
}

.status-pendente,
.status-neutro {
  background: #f5f5f5;
  color: #6b6b6b;
}

.status-entregue, .status-normal {
  background: #0001ff;
  color: #f5f5f5;
}
.status-cancelado,
.status-erro,
.class-status-nfe-reprovado,
.class-status-nfe-cancelado  {
  background: #ff7d9c;
  color: #cb0026;
}
.status-reembolso {
    background-color: #e2bfff;
    color: #8007ef;
}
.status-coletado,
.status-alerta,
.class-status-nfe-processamento,
.class-status-nfe-contingencia {
  color: #c68b2e;
  background: #ffdda0 !important;
}
a[valorstatus="cancelado"]:hover {
    background: #fe2640 !important;
    color: #fff !important;
}
a[valorstatus="faturado"]:hover {
    background: #4dc700 !important;
    color: #fff !important;
}





.uk-tooltip {
  border-radius: 4px;
  padding: 8px 20px;
  font-size: 14px;
  background: #3e3e3e;
  color: #fff;
  font-weight: 500 !important;
  text-align: center;
  box-shadow: 0 6px 25px 0 rgba(0, 0, 0, 0.30);
  /* min-width: 300px; */
}
.dica-tooltip {
  position: absolute;
  top: 42px;
  right: 5px;
  cursor: pointer;
  z-index: 1;
  background: #ededed;
  padding: 3px;
  border-radius: 4px;
  color: #6c6c6c;
}
.cls-tooltip {
    border-radius: 3px;
    font-size: 13px;
    padding: 10px 20px;
}
.table-no-margin p {
  margin: 0;
}
.input-editar {
    width: 71%;
}
.input-editar:focus, .input-editar:hover {
    background: #fff;
    border: 2px solid #d4d4d4;
}
.input-editar:focus {
    border: 2px solid #0001ff;
}
.input-editar-desativado {
  background: transparent !important;
  border: 0 !important;
  color: #5c5c5c;
  padding: 0 !important;
  height: 20px !important;
}
.input-editar.desconto {
  width: 54%;
}
input.quantidade {
    width: calc(100% - 27px) !important;
    padding-left: 30px;
}
.button-deletar {
    background: #e8e8e8;
    padding: 7px 10px;
    border-radius: 3px;
    color: #898989;
    position: absolute;
    margin-left: 6px;
    margin-top: 3px;
}
.button-deletar:hover {
  text-decoration: none;
  color: #2e2e2e;
}
td {
    position: relative;
    /* vertical-align: middle!important; */
}

input.quantidade + .input-quantidade-ajuste {
    position: absolute;
    top: 15px;
    left: 10px;
}
input.quantidade + .input-quantidade-ajuste [class*="lnr-chevron"] {
    background: #fff;
    padding: 3px 4px;
    font-size: 12px;
    color: #000;
    margin: 0;
    margin-right: 5px;
    cursor: pointer;
    margin-top: 0px !important;
    font-weight: bold;
    border: 1px solid #92a1b1;
}
input.quantidade + .input-quantidade-ajuste .lnr-chevron-up {
  border-radius: 2px 2px 0 0;
}
input.quantidade + .input-quantidade-ajuste .lnr-chevron-down {
    border-radius: 0 0 2px 2px;
    border-top: 1px solid transparent;
}
input.quantidade + .input-quantidade-ajuste [class*="lnr-chevron"]:hover {
  background: #ccc;
}
.fundo-img-produto-principal {
  background-color: #fff !important;
}
img.fundo-img-produto-principal.uk-cover {
    max-height: 100%;
    width: auto !important;
}
.uk-dropdown a {
    color: #3c3c3c;
    font-size: 14px;
    padding: 8px 10px !important;
    margin: 0;
    border-radius: 4px;
}
.modal-dados-usuario .lnr.lnr-chevron-down {
  font-size: 9px;
}
.modal-dados-usuario .lnr.lnr-user {
  padding: 4px;
  border-radius: 100px;
  font-size: 11px;
  font-weight: bold;
}
.add-recente {
    border: 7px solid yellow;
}

[class*="container-painel"] p {
    margin: 0;
    margin-top: -8px;
}
[class*="container-painel"] {
  padding: 20px 10px;
  border-radius: 5px;
  background-color: #fff;
  -webkit-box-shadow: 0 15px 20px 0 rgba(0,0,0,.08),0 1px 4px 0 rgba(0,0,0,.08);
  box-shadow: 0 15px 20px 0 rgba(0,0,0,.08),0 1px 4px 0 rgba(0,0,0,.08);
}

.uk-dropdown-nav {
    font-size: 14px;
}
.uk-dropdown-nav>li>a {
    margin: 0;
    color: #29496f;
}
.uk-dropdown-nav>li>a.uk-button-danger {
    background: transparent !important;
    border: transparent !important;
    box-shadow: none;
}
.uk-dropdown-nav>li>a.uk-button-danger:hover {
    color: #fff;
    background: #fe2640 !important;
}
.uk-nav-dropdown>li>a {
    color: #fff;
    padding: 5px 10px;
    margin: 0 10px;
    border-radius: 2px;
}
.uk-nav-dropdown>li>a:focus, .uk-nav-dropdown>li>a:hover {
    background: #56636f;
    color: #fff;
    outline: 0;
}
.dataTables_wrapper input, .dataTables_wrapper select {
  border: solid #d6d6d6 1px;
  padding: 7px 10px;
  border-radius: 3px;
  font-family: inherit;
  margin: 0 10px;
}
table.dataTable thead th, table.dataTable tfoot th {
    font-weight: 500 !important;
    font-style: normal;
}
.dataTables_wrapper input {
    width: 75%;
    border: solid #d6d6d6 1px !important;
}
.dataTables_wrapper {
    background: #fff;
    padding: 10px 0;
}
.highlight { background-color: yellow }
.dt-buttons .dt-button {font-weight: 500;padding: 8px 10px;border-radius: 5px;background: transparent;cursor: pointer;border: 0;}
.dt-buttons .dt-button:hover, .dt-buttons .dt-button:focus {

}
.dt-buttons .dt-button .fa {
  margin-right: 5px;
}
.dt-buttons .dt-button-collection {
  position: relative;
  top: 20px;
  background: #f1f1f1;
  padding: 7px 10px;
  border: 1px solid #dadada;
  border-radius: 4px;
}
button.dt-button.buttons-columnVisibility.active {
  background: #dceafb;
  color: #0001ff;
}
button.dt-button.buttons-columnVisibility {
  background: #dcdcdc;
  color: #a0a0a0;
}
mark{
  background: yellow;
  color: black;
}

.no-class tr {background: transparent !important;}
.no-class tr td {
padding: 0 !important;
}
.no-class tbody tr:nth-child(2) td {
  /* border-top: 1px solid #ddd !important; */
}


#message .lnr-cloud-upload {
    font-size: 27px;
    position: absolute;
    margin-top: -3px;
}
#message .txt {
    margin-left: 39px;
}
#multiple_upload {
      position:relative;
}
#uploadChange {
      position:absolute;
      top:2px;
      left:0;
      opacity:0.01;
      border:none;
      width:355px;
      padding:10px;
      z-index:1;
      cursor:pointer
}
.button-file {
    background: #f8f8f8;
    padding: 20px;
    border-radius: 2px;
    color: #2c2c2c;
    border: 1px dashed #c3c3c3;
}
#multiple_upload:hover > #botao {
      background:#662f00;
      border-color:#662f00;
}
#lista ol {
      margin-left: -16px;
}
#lista ol li {
  border: 2px solid #eee;
  padding: 10px;
  display: block;
  clear: left;
  margin-bottom: 2px;
  border-radius: 3px;
  margin-left: -14px;
}
#lista ol li.item_grey{
     background:#f9f9f9;
}
a.remove {
  text-decoration: none;
  color: #ff7b00;
  display: block;
  font-size: 27px;
  width: 20px;
  float: right;
  margin-top: -11px;
}
img.item {
    max-width: 100%;
    max-height: 100%;
}
.box-images {
  height: 40px;
  width: 40px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  float: left;
  margin: 0 10px 20px 0;
  margin-top: -10px;
}
.class-entrega::after {
    margin-left: 6px;
    position: absolute;
    margin-top: 7px;
}
.class-expedicao::after {
    margin-left: 6px;
    position: absolute;
    margin-top: 7px;
}
.header-top-sticky.uk-active {
  padding: 20px;
  background-color: #fff !important;
  color: #222 !important;
  -webkit-box-shadow: 0 15px 20px 0 rgba(0,0,0,.08), 0 1px 4px 0 rgba(0,0,0,.08);
  box-shadow: 0 15px 20px 0 rgba(0,0,0,.08), 0 1px 4px 0 rgba(0,0,0,.08);
  width: 100% !important;
  left: 0;
  z-index: 999;
}
.header-top-sticky .uk-align-right {
    margin: 0;
}

.uk-subnav {
  margin-left: auto;
}

.uk-subnav-pill>*>:first-child {
    padding: 5px 12px;
    color: #4e4e4e !important;
    border: 1px solid !important;
    border-radius: 100px;
    text-decoration: none;
}
.uk-subnav-pill>*>a:focus, .uk-subnav-pill>*>a:hover {
  color: #eee;
}
.uk-subnav-pill>li.uk-active>:first-child {
    border: 0;
}
.uk-subnav-pill>*>a {
    background: transparent !important;
}
ul.uk-subnav.uk-subnav-pill .uk-active a::before {
    content: "\f078";
    margin-right: 6px;
    font-family: 'font awesome 5 free';
    font-weight: 700;
}
.uk-subnav>* {
    padding: 0;
    font-weight: 700;
    margin: 0 2px;
    margin-bottom: 6px;
}
.uk-subnav-pill>.uk-active>* {
    background: transparent !important;
    color: #0001FF !important;
}

.uk-subnav-pill>*>* {
    border-radius: 0;
    padding: 4px 13px;
}
.uk-notify-message {
    border-radius: 5px;
}
.uk-notify-message .titulo-notificacao {
    opacity: .7 !important;
}
.algolia-button img {
    width: 72px;
    margin-top: -2px;
}



/* The switch - the box around the slider */

/* <label class="switch">
  <input type="checkbox">
  <span class="slider round"></span>
</label> */


.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 25px;
}
.switch:focus {
  outline: none !important;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 17px;
  width: 17px;
  left: 5px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #0001FF;
}

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

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


/* Rounded sliders */
.slider.round {
  border-radius: 4px;
}

.slider.round:before {
  border-radius: 2px;
}
.grid-switch .text {
    position: absolute;
    margin-left: 10px;
    margin-top: 4px;
}
input + .slider:after {
    content: "\f00c";
    font-family: 'font awesome 5 free';
    top: 3px;
    left: 3px;
    color: #cccccc;
    opacity: 0;
    -webkit-transition: .4s;
    transition: .4s;
    font-weight: 700;
    position: absolute;
    font-size: 10px;
    line-height: 20px;
}

input:checked + .slider:after {
    opacity: 1;
    -webkit-transition: .4s;
    transition: .4s;
    -webkit-transform: translateX(29px);
    -ms-transform: translateX(29px);
    transform: translateX(29px);
    color: #0001FF;
}
.uk-badge {
    background: #0001FF;
    border: 0;
    padding: 4px 10px;
    font-size: 11px;
}
.load-page {
    position: fixed;
    background: #fff;
    width: 100%;
    height: 100%;
    z-index: 999999999;
}
.load-page p {
    position: absolute;
    top: 36%;
    right: 54%;
}
.load-page img {
    position: absolute;
    top: 20%;
    right: 60%;
}

.close-tab,
.plus-tab {
    font-size: 20px;
    margin-left: 10px;
}
.close-tab:hover,
.close-tab:focus,
.plus-tab:hover,
.plus-tab:focus {
    text-decoration: none;
}
.plus-tab {
    color: #01da62;
}
.close-tab {
    color: #ff005e;
    text-decoration: none;
}
.close-tab:hover, .close-tab:focus {
  color: #c50049;
}
.desabilitado {
    border-color: #e2e2e2 !important;
    background: #e2e2e2 !important;
    color: #757575 !important;
}
legend {
    font-weight: 700;
    font-size: 17px;
}
.button-dashboard {
    width: 90%;
}
.uk-placeholder {
    border: 1px dashed #848484;
}
.uk-placeholder .uk-link {
    border: 1px solid;
    padding: 4px 10px;
    border-radius: 100px;
    color: #1464ff;
    font-weight: 500;
}
.uk-dragover {
    background: #0001ff;
    box-shadow: 0 10px 25px rgb(149, 180, 255);
    color: #ffffff;
    position: relative;
    border: 0;
}
.uk-dragover .uk-text-middle::before {
    content: "Solte o objeto";
    position: absolute;
    background: #35404a;
    width: 100%;
    left: 0;
    z-index: 9;
    font-size: 20px;
    top: -29px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.28);
    font-weight: 700;
}
.uk-dragover .uk-link {
    color: #ffffff !important;
    text-decoration: underline;
}
.menu-navbar-offcanvas .uk-nav-default ul a .menu-embreve {
  top: 3px;
}
.menu-embreve {
  background: #eee;
  font-size: 10px;
  padding: 1px 4px;
  border-radius: 3px;
  position: absolute;
  right: 10px;
  top: 8px;
}

.menu-novo {
    background: #ff0081;
    font-size: 10px;
    padding: 1px 4px;
    border-radius: 3px;
    position: absolute;
    right: 10px;
    top: 8px;
    color: #fff;
}

.uk-input, .uk-select, .uk-textarea, .select2-container--default .select2-selection--single {
    max-width: 100%;
    width: 100%;
    min-width: 100px;
    border: 1px solid #999999;
    padding: 0px 14px;
    background: #fff;
    font-size: 16px;
    font-weight: 500;
    height: 50px !important;
    transition-property: color,background-color,border,box-shadow;
    border-radius: 8px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 48px !important;
}

.select2-container--default .select2-selection--single {
  padding: 0 !important;
}

.uk-textarea {
  height: 80px !important;
  padding: 14px;
}

.prefixo-input {
  position: absolute;
  margin-left: -25px;
  margin-top: 9px;
}
.uk-input:focus, .uk-select:focus, .uk-textarea:focus {
    border: 1px solid #0001ff !important;
    outline: none;
    color: #000 !important;
    box-shadow: 0px 2px 0px #0001ff;
    background: #fff;
}

.uk-text-success {
    color: #00ab6a!important;
}
.uk-text-primary {
    color: #0001ff!important;
}
.uk-checkbox:checked, .uk-checkbox:indeterminate, .uk-radio:checked {
    background-color: #0001ff;
    border-color: transparent;
}
.uk-alert-success {
    background: #bafff7;
    color: #009182;
}
.uk-alert-warning {
    color: #c68b2e;
    background: #ffdda0 !important;
}
.uk-alert-primary {
  background: #d7e2ff;
  color: #0952d7;
}
.uk-alert-primary a {
  color: #fff;
}
.menu-navbar-offcanvas .uk-nav-default > li > a div {
    left: 40px !important;
    position: absolute;
    top: 0px;
}
.limpar_historico {
    color: #000;
}
button.uk-offcanvas-close.uk-close.uk-icon {
    color: #000;
    right: 10px;
    top: 10px;
}
.logotipo {
    background: #fff;
}
.logotipo img {
    margin: 20px;
}
.descricao-loja-ativa p {
    margin: 0;
}
.coluna-opcoes {
    padding-left: 0;
    padding-right: 20px !important;
}
.coluna-opcoes .uk-button {
    /* width: 100%; */
}

.coluna-opcoes .uk-button {
    width: 100%;
    text-align: left;
    padding: 2px 15px;
}

.menu-navbar-offcanvas .uk-nav-default > li > a div small {
    font-size: 13px;
}
.uk-list-divider>li:nth-child(n+2) {
    margin: 0;
    padding: 2px 0;
    border: 0;
}
.uk-dropdown-nav>li>a:hover {
    background: #eaf0f6;
    color: #29496f;
}
.uk-dropdown {
    padding: 5px 10px!important;
    font-size: 14px;
}

.uk-dropdown {
  position: fixed;
  top: calc(50% - 150px) !important;
  right: calc(50% - 150px) !important;
  left: calc(50% - 150px) !important;
  bottom: calc(50% - 150px) !important;
  max-width: 300px;
  max-height: 300px;
  overflow-y: auto;
  z-index: 9999;
  border-radius: 5px;
  height: max-content;
  padding-top: 10px !important;
}

.uk-button.uk-open:before {
    background: rgba(49, 49, 49, 0.78);
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    content: "";
    z-index: 9999;
}


#ul-menu .uk-nav-header {
    margin-left: 12px;
    font-weight: 700;
    font-size: 14px;
    padding: 0 !important;
    padding-top: 20px !important;
}

.menu-navbar-offcanvas .uk-parent a::after {
    background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23666%22%20stroke-width%3D%221.1%22%20points%3D%2210%201%204%207%2010%2013%22%20%2F%3E%0A%3C%2Fsvg%3E") !important;
    background-repeat: no-repeat !important;
    margin-top: 4px !important;
}
.menu-navbar-offcanvas .uk-parent.uk-open a::after {
    background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23666%22%20stroke-width%3D%221.1%22%20points%3D%221%204%207%2010%2013%204%22%20%2F%3E%0A%3C%2Fsvg%3E") !important;
    background-repeat: no-repeat !important;
    margin-top: 4px !important;
}



/* JODIT (ACE EDITOR) */
.ace_editor * {
  font-family: 'Monaco', monospace !important;
}
.jodit_sticky>.jodit_toolbar {
  top: 86px !important;
  z-index: 999;
}


.uk-dotnav>.uk-active>* {
  background-color: rgb(0, 87, 255);
  border-color: transparent;
}
.uk-dotnav>*>* {
  background: rgba(0, 0, 0, 0.15);
  border: 0;
}
.item-sortable {
  cursor: move;
  background: #fff;
}
.count-itens-sortable {
  height: 100px;
  background: #e4e4e4;
  padding: 0 20px;
  line-height: 100px;
  font-weight: 700;
  color: #4e4e4e;
}
.count-itens-sortable + .count-itens-sortable,
.item-sortable + .item-sortable {
    border-top: 1px solid #b5b5b5;
}
.item-sortable + .item-sortable {
    border-top: 1px solid #b5b5b5;
}
.item-sortable img {
    max-height: 100px;
    padding: 10px;
    margin-left: 15px;
}
.header-sortable {
    padding: 12px 15px;
    background: #e4e4e4;
    color: #404040;
    border-bottom: 1px solid #b5b5b5;
    font-weight: 700;
}
.remove-sortable {
    float: right;
    height: 100px;
    line-height: 100px;
    margin-right: 20px;
}
.grid-sortable {
  border: 1px solid #b5b5b5;
}
.move-table-sortable {
    font-size: 25px;
    cursor: move;
}

/* SORTABLE JS */
.background-class-sortablejs {
    border: 5px dashed yellow !important;
}
.header .uk-button {
    background: #00101c;
    border: 0;
    padding: 4.01px 15px;
    margin-top: 1px !important;
}
/* SORTABLE JS */
.uk-light .uk-slidenav {
    background: rgb(0 0 0 / 65%);
    border-radius: 4px;
    color: #ffffff;
}
.uk-h2, h2 {
    font-size: 1.8rem;
}








jdiv * {
    font-family: 'Inter', sans-serif !important;
}
.__client_22f {
    background-color: #0001ff !important;
    border-radius: 4px !important;
}
.button_b48._grey_343 {
    background-color: #0001ff !important;
}
jdiv.__jivoMobileButton {
    bottom: 130px !important;
    right: 15px !important;
}
.popupBlock_4e3 {
    bottom: 0 !important;
    min-width: 0 !important;
}
.button_be7 {
  margin: 0 !important;
  padding: 0 !important;
}


/* GRID PAINEL DE IMAGENS DOS PRODUTOS */
.biblioteca-imagens img {
    max-height: 100%;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
}
.biblioteca-imagens .uk-card-body {
    padding: 10px;
}
.biblioteca-imagens .uk-button {
    width: 100%;
}
.footer-painel-imagens {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999999;
    padding: 10px;
}


table a {
    font-weight: 500;
}

@media (max-width: 960px) {
  .remove-mobile {
    display: none !important;
  }
  .uk-modal {
    padding: 0 !important;
  }
  .uk-modal .uk-modal-header {
    padding: 13px 20px;
  }
  .uk-modal .uk-modal-body {
    padding: 50px 15px;
  }
  .uk-modal .uk-modal-footer {
    padding: 15px;
  }
}
@media (min-width: 961px) {
  .remove-desktop {
    display: none !important;
  }
}


.float-footer-menu {
    position: fixed;
    bottom: 0;
    background: #fff;
    z-index: 1010;
    width: 100vw;
    padding-left: 30px;
    box-shadow: 12px -5px 30px -6px rgba(0, 0, 0, 0.37);
    padding-top: 10px;
    padding-bottom: 10px;
}
.float-footer-menu * {
    color: #000;
    padding: 0;
    text-decoration: none;
}
.float-footer-menu p {
    margin: 0;
}


.table-empty {
    margin: 50px 0 100px !important;
}

.table-empty svg {
    width: 100px;
}

.table-empty h3 {
    margin-bottom: 5px;
    margin-top: 15px;
}

.table-empty p {
    margin: 0;
}


/* datepicker */
.datepicker-container {
    z-index: 9999 !important;
}
/* datepicker */

.position-relative {
  position: relative;
}




.uk-notification-message {
    font-size: 14px;
    border-radius: 5px;
    text-align: center;
    padding: 15px 45px;
    background: #6cc8f7;
    color: #265e82;
}

.uk-notification-message.uk-notification-message-success {
    background: #7de1d6;
    color: #009182;
}

.uk-notification-message.uk-notification-message-warning {
    color: #c68b2e;
    background: #ffdda0 !important;
}

.uk-notification-close {
    color: #ffffff !important;
    top: 5px;
    margin-bottom: 10px;
    right: 5px;
}
.uk-notification-close svg {

background: #00000061;

padding: 6px;

width: 24px;

border-radius: 3px;
}


.uk-checkbox:indeterminate {
    background: transparent;
    border: 1px solid #ccc;
}
.align-vertical {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.checkbox-card {
  width: 30px;
  height: 30px;
  border-radius: 5px;
}




.linha-do-tempo-vertical p {
    border-left: 3px solid #0001ff;
    padding-left: 13px;
    margin: 0 !important;
    position: relative;
    padding-bottom: 10px;
}
.linha-do-tempo-vertical p::before {
    content: "";
    background: #0001ff;
    padding: 2px;
    position: absolute;
    border-radius: 100px;
    left: -7px;
    top: 4px;
    border: 3px solid #0001ff;
    box-shadow: 0 0 0 3px #fff;
}
.linha-do-tempo-vertical p:nth-child(1)::before {
    background: #fff;
    padding: 5px;
    left: -9px;
    top: 2px;
}
.linha-do-tempo-vertical {
    position: relative;
}
.linha-do-tempo-vertical p:nth-last-child(-n+1) {
    border-color: transparent !important;
}
.uk-sticky.uk-active .sticky-remove {
  display: none;
}
.box-ajuda ul {
    margin-top: 10px;
}
.box-ajuda {
    border: 1px solid;
    padding: 10px;
    border-radius: 10px;
}
.label-prefix > * {
    padding-right: 2px;
}
.label-prefix {
    margin-top: 12px;
}

table { page-break-inside:auto }
tr    {page-break-inside:avoid;page-break-after:auto;}
thead {display:table-header-group;background: #e5e5e5;border: 1px solid #cacaca;}
tbody {border: 1px solid #cacaca}
tfoot { display:table-footer-group }


.copy:hover {background: #d3dde6;}

.copy {
    padding: 3px 4px;
    border-radius: 3px;
    cursor: pointer;
}
.copy > .uk-icon {
    width: 14px;
}

.close-sticky {
  display: none;
}
.uk-active .close-sticky {
  display: block;
}

.uk-dropdown label {
    display: block;
    margin-bottom: 14px;
    line-height: 18px;
}
.menu-premium {
    right: 0;
    top: 6px;
}
.icon-premium {
    background: #ffedaf;
    padding: 12px;
    border-radius: 5px;
    background-image: url(https://app.workleads.com.br/componentes/assets/img/premium.svg);
    background-repeat: no-repeat;
    background-position: 5px 4px;
    position: absolute;
    height: 0;
    margin: 0 10px;
    font-weight: 700;
    line-height: 0;
}

.icon-premium::before {
  content: "Premium";
  top: -1px;
  font-size: 12px;
  position: relative;
  left: 15px;
  color: #de7d08;
  margin-right: 12px;
}

.menu-premium.icon-premium::before {
    display: none;
}
.uk-button [class*="fa-"] {
    position: relative;
    top: 4px;
    font-size: 21px;
}
.coluna-opcoes > .uk-active img {
    max-width: 200px;
}

.div-input-quantidade {
    position: relative;
}

.div-input-quantidade .input-quantidade-ajuste {
    left: 0 !important;
    top: 0 !important;
}



.image-placeholder {
  width: 100%;
  height: 250px;
}

.loads {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: placeload;
  animation-name: placeload;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  background: #f6f7f8;
  background: #eeeeee;
  background: -webkit-gradient(linear, left top, right top, color-stop(8%, #eeeeee), color-stop(18%, #dddddd), color-stop(33%, #eeeeee));
  background: -webkit-linear-gradient(left, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
  background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
  -webkit-background-size: 800px 104px;
  background-size: 1200px 104px;
  position: relative;
}

@-webkit-keyframes placeload {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@keyframes placeload {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}




.div-menu-canvas-info .box-menu-canvas-info {
    /* background-image: url(../img/pessoa-home-1-01-01.svg); */
    background-repeat: no-repeat;
    background-position: bottom;
    background-position-y: calc(100% - -35px);
    background-size: 130%;
}

.div-menu-canvas-info .box-menu-canvas-info ul {
  background: #fff;
}



.box-comprar-etiquetas-melhor {
    align-items: center;
    padding: 40px 20px;
    margin: 20px 0;
    background: #fff6b9;
    border-radius: 10px;
}

.box-comprar-etiquetas-melhor ul {
    margin: 0;
}

.fechar-dropdown {
    background: #eee;
    padding: 7px;
    cursor: pointer;
    border-radius: 3px;
}

.search-header select {
    width: 50px;
    border: none;
    border-right: 1px solid #ededf2;
    border-radius: 2px;
    background: #ededf2;
    color: #62628d;
    cursor: pointer;
    font-weight: 700;
    padding: 10px 10px;
    font-size: 14px;
    box-shadow: none !important;
}

.search-header button {
    border: none;
    background: transparent;
    cursor: pointer;
}

.tr-oculta {
    opacity: 0.4 !important;
}

.header .uk-button.modal-dados-usuario {
    background: transparent;
    color: #fff;
    font-weight: 700;
}

.header .uk-button.modal-dados-usuario .primeira-letra {
    background: #ffcf66;
    border-radius: 100px;
    text-transform: uppercase;
    margin-right: 6px;
    font-weight: 700;
    width: 32px;
    height: 32px;
    display: inherit;
    align-items: center;
    justify-content: center;
    float: left;
    color: #000;
}

.header .uk-button.modal-dados-usuario:hover, .header .uk-button.modal-dados-usuario:focus {
    background: #48525f !important;
}

.enderecoemail {
    max-width: 11ch;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    float: left;
}


.float-whatsapp {
    bottom: 30px;
    right: 20px;
    z-index: 999;
}

.float-whatsapp.float-on {
  position: fixed;
}

.float-whatsapp a {
    background: #008617;
    padding: 10px 20px 10px 15px;
    border-radius: 100px;
    color: #fff;
    text-decoration: none;
}

.float-whatsapp svg {
    height: 16px;
    margin-bottom: 3px;
}



/* chat */
.workleadschat-floating-button-v1 {
    position: fixed;
    right: 40px;
    bottom: 130px;
    z-index: 999;
    background: #fff;
    cursor: pointer;
    padding: 20px;
    border-radius: 100px;
    background: #0001ff;
}

.workleadschat-floating-button-v1 svg {
    fill: #fff;
    color: #fff;
    color: transparent;
}

.workleadschat-floating-button-v1.pulse {
  /* animation: pulseworkleadschat 2s infinite; */
}
.workleadschat-floating-button-v1.pulse:hover {
  animation: none;
}

@-webkit-keyframes pulseworkleadschat {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgb(0, 70, 226);
  }
  70% {
      -webkit-box-shadow: 0 0 0 20px rgba(0, 70, 226, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(0, 70, 226, 0);
  }
}
@keyframes pulseworkleadschat {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(0, 70, 226, 0.4);
    box-shadow: 0 0 0 0 rgba(0, 70, 226, 0.4);
  }
  70% {
      -moz-box-shadow: 0 0 0 20px rgba(0, 70, 226, 0);
      box-shadow: 0 0 0 20px rgba(0, 70, 226, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(0, 70, 226, 0);
      box-shadow: 0 0 0 0 rgba(0, 70, 226, 0);
  }
}

jdiv#jvlabelWrap,
.__jivoMobileButton {
    display: none !important;
}

/* chat */


.uk-card-primary.uk-card-body .uk-link, .uk-card-primary.uk-card-body a, .uk-card-primary>:not([class*=uk-card-media]) .uk-link, .uk-card-primary>:not([class*=uk-card-media]) a, .uk-card-secondary.uk-card-body .uk-link, .uk-card-secondary.uk-card-body a, .uk-card-secondary>:not([class*=uk-card-media]) .uk-link, .uk-card-secondary>:not([class*=uk-card-media]) a, .uk-light .uk-link, .uk-light a, .uk-offcanvas-bar .uk-link, .uk-offcanvas-bar a, .uk-overlay-primary .uk-link, .uk-overlay-primary a, .uk-section-primary:not(.uk-preserve-color) .uk-link, .uk-section-primary:not(.uk-preserve-color) a, .uk-section-secondary:not(.uk-preserve-color) .uk-link, .uk-section-secondary:not(.uk-preserve-color) a, .uk-tile-primary:not(.uk-preserve-color) .uk-link, .uk-tile-primary:not(.uk-preserve-color) a, .uk-tile-secondary:not(.uk-preserve-color) .uk-link, .uk-tile-secondary:not(.uk-preserve-color) a {
  color: #0001ff;
}

.uk-card-primary.uk-card-body .uk-link:hover, .uk-card-primary.uk-card-body a:hover, .uk-card-primary>:not([class*=uk-card-media]) .uk-link:hover, .uk-card-primary>:not([class*=uk-card-media]) a:hover, .uk-card-secondary.uk-card-body .uk-link:hover, .uk-card-secondary.uk-card-body a:hover, .uk-card-secondary>:not([class*=uk-card-media]) .uk-link:hover, .uk-card-secondary>:not([class*=uk-card-media]) a:hover, .uk-light .uk-link:hover, .uk-light a:hover, .uk-offcanvas-bar .uk-link:hover, .uk-offcanvas-bar a:hover, .uk-overlay-primary .uk-link:hover, .uk-overlay-primary a:hover, .uk-section-primary:not(.uk-preserve-color) .uk-link:hover, .uk-section-primary:not(.uk-preserve-color) a:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-link:hover, .uk-section-secondary:not(.uk-preserve-color) a:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-link:hover, .uk-tile-primary:not(.uk-preserve-color) a:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-link:hover, .uk-tile-secondary:not(.uk-preserve-color) a:hover {
  color: #0001ff;
}
.cards-atalho-painel .uk-card.uk-card-default {
  box-shadow: none !important;
  border: 2px solid #2f3844;
  border-radius: 10px;
  padding: 0 !important;
}

.cards-atalho-painel .uk-card.uk-card-default.cartao-feito {opacity: .5;}

.cards-atalho-painel .uk-card.uk-card-default.cartao-feito:before {content: "Feito";position: absolute;top: 8px;right: 15px;background: #0001ff;color: #fff;padding: 1px 8px;border-radius: 3px;}


.white-box,
.box-icones-config .conteudo,
.box-grid,
.uk-card-default {
    background: #fff;
    padding: 20px !important;
    border-radius: 4px;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 12%);
    /* box-shadow: 0 4px 10px 0 rgba(0,0,0,.12)!important; */
    margin-top: 10px;
    margin-bottom: 10px;
}

.uk-card-default {
  padding: 40px 40px !important;
}

.white-box.margin-white-box > div {
    margin-left: 20px !important;
    margin-right: 20px !important;
}

.box-grid {
  padding: 20px !important;
}


.certificado-digital {
    padding: 20px !important;
}
.certificado-digital label > div:nth-child(2) {
  padding-left: 20px !important;
}

.grade-produtos-adicionais + .grade-produtos-adicionais {
    margin-top: 30px !important;
    border-top: 1px solid #cecece;
    padding-top: 20px;
}

#resetar-produtos {
    margin-top: -8px !important;
}

.box-icones-config .conteudo {
  position: relative;
}

.uk-label {
  background: #0001ff;
  font-weight: 700 !important;
}

.biblioteca-imagens .uk-position-cover p {
    position: relative;
    top: 78px;
    left: 52px;
    color: #fff;
    font-weight: 700;
    font-size: 12px;
}


.icone-fatura-header svg {
    color: #2f3844;
    width: 21px;
    background: #fff;
    padding: 4px;
    border-radius: 100px;
    margin-top: -4px;
    margin-right: 5px;
}

.icone-fatura-header, .icone-fatura-header:hover {
    text-decoration: none;
    margin-right: 20px;
    color: #fff;
}

.uk-card-default .uk-card-title {
    color: #000;
}

.icone-menu {
    width: 19px;
    margin-bottom: 4px;
    margin-right: 4px;
}

.menu-navbar-offcanvas .uk-nav-default ul a.cadastrar::before {
    content: "+" !important;
}

.menu-navbar-offcanvas .uk-nav-default ul a.cadastrar {
    color: #0001ff !important;
}

.uk-form-danger, .uk-form-danger:focus {
    color: #f0506e !important;
    border-color: #f0506e !important;
    background: rgb(240 80 110 / 10%) !important;
    box-shadow: 0px 2px 0px #f0506e;
}

.uk-form-success, .uk-form-success:focus {
    color: #18a771 !important;
    border-color: #32d296 !important;
    background: rgb(50 210 150 / 10%) !important;
    box-shadow: 0px 2px 0px #32d296;
}
