@media (max-width: 1022px) {
    .ct-remove-clip-path-movil{
        clip-path: initial !important;
    }
}

@media (max-width: 1023px) {
    main#main-backoffice {
        max-width: calc(100% - 70px) !important;
    }
}


body .uk-tooltip {
    background-color: #ffba00;
    color:#fff;
    box-shadow: 0 0 3px -2px rgba(0,0,0,0.5);
    padding: 5px 15px;
    border-radius: 3px;
    font-weight: bold;
}
.hover\:bg-white\/\[0\.1\]:hover {
  background-color: rgba(255,255,255,0.1);
}

.uk-modal-close-default.text-white.uk-icon.uk-close {
  color: #fff;
}
.resize-none {
  resize: none;
}
.datatable thead {
    visibility: hidden;
}

input[type="text"]:focus,
textarea:focus {
  outline-width: 0px;
  outline-offset: 0px;
  box-shadow: none;
}
#smart-conversation {
  height: calc(100vh - 250px);
  overflow-y: auto;
}
[ng-cloak] {
    opacity: 0 !important;
}

ul.uk-accordion > li.uk-open > button.uk-accordion-title > span > svg:first-child {
  display: none;
}
ul.uk-accordion > li.uk-open > button.uk-accordion-title > span > svg + svg {
  display: block;
}

.smart-loading {
    background: conic-gradient( from 0deg, #e0c3fc, #8ec5fc, #d9a7c7, #e0c3fc );
    left: -5px;
    top: -5px;
    right: -5px;
    bottom: -5px;
}
.progress-circle {
  --size: 40px;
  --border-width: 5px;
  --percentage: 0;

  width: var(--size);
  height: var(--size);
  background:
    conic-gradient(#d49fff calc(var(--percentage) * 1%), #f3f4f6 0);
}

.progress-circle::before {
  content: '';
  position: absolute;
  width: calc(var(--size) - var(--border-width) * 2);
  height: calc(var(--size) - var(--border-width) * 2);
  border-radius: 50%;
  background: white;
}

.progress-status-circle .progress-circle {
    --size: 20px;
    background: conic-gradient(transparent calc(var(--percentage) * 1%), #e5e7eb 0);
}
.progress-status-circle .progress-circle::before {
    background: transparent;
}

body table.dataTable thead tr > .dtfc-fixed-start,
body table.dataTable thead tr > .dtfc-fixed-end{
  background-color: rgb(249 250 251);
}
body table.dataTable thead tr > .dtfc-fixed-start:hover,
body table.dataTable thead tr > .dtfc-fixed-end:hover{
    background-color:rgb(236, 237, 238);
}
body table.dataTable tbody tr > .dtfc-fixed-start,
body table.dataTable thead tr > .dtfc-fixed-start,
body table.dataTable tbody tr > .dtfc-fixed-end,
body table.dataTable thead tr > .dtfc-fixed-end{
    overflow: visible;
}

body table.dataTable.dtfc-scrolling-right tr > .dtfc-fixed-right::after {
  box-shadow: inset -10px 0 8px -8px rgba(0, 0, 0, 0.05);
}
body table.dataTable.dtfc-scrolling-left tr > .dtfc-fixed-left::after {
  box-shadow: inset 10px 0 8px -8px rgba(0, 0, 0, 0.05);
}
body table.dataTable.dtfc-scrolling-right tr > th.dtfc-fixed-right:after,
body table.dataTable.dtfc-scrolling-left tr > th.dtfc-fixed-left:after {
  opacity: 0;
}
.swal2-popup.swal2-toast {padding: 0 !important;}
#swal2-html-container {margin: 0 !important;}
.swal2-popup.swal2-toast .swal2-close {position: absolute;top: 5px;font-size: 24px !important;right: 5px;}

.circle{fill:none;stroke:#ffba00;stroke-width:3;stroke-linecap:round;stroke-miterlimit:10;}
.circle-dash{fill:none;stroke:#ffba00;stroke-width:3;stroke-linecap:round;stroke-miterlimit:10;}
.check{fill:none;stroke:#000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}
.check-dash{fill:none;stroke:#000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}
.check {
    stroke-dasharray: 60 100;
    animation: check 1.2s cubic-bezier(0.5, 0, 0.6, 1) forwards 0.15s;
    -webkit-animation: check 1.2s cubic-bezier(0.5, 0, 0.6, 1) forwards 0.15s;
    -moz-animation: check 1.2s cubic-bezier(0.5, 0, 0.6, 1) forwards 0.15s;
    -o-animation: check 1.2s cubic-bezier(0.5, 0, 0.6, 1) forwards 0.15s;
    opacity: 0;
}
.user-list-form > div:hover {z-index: 1;cursor: pointer;}
@-webkit-keyframes check { from {stroke-dashoffset: 60;opacity: 1;} to {stroke-dashoffset: 00;opacity: 1;} }
@-moz-keyframes check { from {stroke-dashoffset: 60; opacity: 1;} to {stroke-dashoffset: 00; opacity: 1;} }
@keyframes check { from {stroke-dashoffset: 60;opacity: 1;} to {stroke-dashoffset: 00;opacity: 1;} }
.check-dash {
    stroke-dasharray: 10 100;
    animation: check-dash 1.2s cubic-bezier(0.5, 0, 0.6, 1) forwards;
    -webkit-animation: check-dash 1.2s cubic-bezier(0.5, 0, 0.6, 1) forwards;
    -moz-animation: check-dash 1.2s cubic-bezier(0.5, 0, 0.6, 1) forwards;
    -o-animation: check-dash 1.2s cubic-bezier(0.5, 0, 0.6, 1) forwards;
}
@-webkit-keyframes check-dash {from {stroke-dashoffset: 120;} to {stroke-dashoffset: 45;} }
@-moz-keyframes check-dash { from {stroke-dashoffset: 120;} to {stroke-dashoffset: 45;} }
@keyframes check-dash { from {stroke-dashoffset: 120;} to {stroke-dashoffset: 45;} }
.circle { 
    stroke-dasharray: 300 300; 
    animation: circle 1.5s cubic-bezier(0.5, 0, 0.5, 1) forwards 0.15s;
    -webkit-animation: circle 1.5s cubic-bezier(0.5, 0, 0.5, 1) forwards 0.15s;
    -moz-animation: circle 1.5s cubic-bezier(0.5, 0, 0.5, 1) forwards 0.15s;
    -o-animation: circle 1.5s cubic-bezier(0.5, 0, 0.5, 1) forwards 0.15s;
    opacity: 0;
}
@-webkit-keyframes circle { from {stroke-dashoffset:300;opacity: 1;} to {stroke-dashoffset:0;opacity: 1;} }
@-moz-keyframes circle { from {stroke-dashoffset:300;opacity: 1;} to {stroke-dashoffset:0; opacity: 1;} }
@keyframes circle { from {stroke-dashoffset:300; opacity: 1;} to {stroke-dashoffset:0; opacity: 1;} }
.circle-dash {
    stroke-dasharray: 10 300;
    animation: circledash 1.5s cubic-bezier(0.5, 0, 0.5, 1) forwards 0.05s;
    -webkit-animation: circledash 1.5s cubic-bezier(0.5, 0, 0.5, 1) forwards 0.05s;
    -moz-animation: circledash 1.5s cubic-bezier(0.5, 0, 0.5, 1) forwards 0.05s;
    -o-animation: circledash 1.5s cubic-bezier(0.5, 0, 0.5, 1) forwards 0.05s;
    opacity: 0;
}
@-webkit-keyframes circledash { from {stroke-dashoffset:320;opacity: 1;} to {stroke-dashoffset: 20;opacity: 1;} }
@-moz-keyframes circledash { from {stroke-dashoffset:320; opacity: 1;} to {stroke-dashoffset: 20; opacity: 1;} }
@keyframes circledash { from {stroke-dashoffset:320;opacity: 1;} to {stroke-dashoffset: 20; opacity: 1;} }



/* price-range */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
  direction: ltr;
}

.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}

.noUi-handle {
  position: relative;
  z-index: 1;
}

.noUi-stacking .noUi-handle {
  z-index: 10;
}

.noUi-state-tap .noUi-origin {
  -webkit-transition: left 0.3s, top 0.3s;
  transition: left 0.3s, top 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

.noUi-base,
.noUi-handle {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.noUi-horizontal {
  height: 3px;
}

.noUi-horizontal .noUi-handle {
  position: relative;
  width: 15px;
  height: 15px;
  left: -7.5px !important;
  right: 0px !important;
  top: -5.5px;
  background-color: #ffffff;
  border: 1.5px solid #FFBA00;
  border-radius: 100px;
  cursor: pointer;
}

/* Styling; */
.noUi-background {
  background: #EBEBEB;
}

.noUi-connect {
  background: #FFBA00;
  -webkit-transition: background 450ms;
  transition: background 450ms;
}

.noUi-origin {
  border-radius: 2px;
}

.noUi-target {
  width: 100%;
  height: 7px;
  border-radius: 2px;
  margin-bottom: 10px;
}

.noUi-horizontal .noUi-handle.noUi-handle-upper {
  left: -7px;
}

/* Handles and cursors;*/
.noUi-draggable {
  cursor: w-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: n-resize;
}

.noUi-handle {
  cursor: default;
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  box-sizing: content-box !important;
}
.noUi-handle::before {
  content: none;
}
.noUi-handle::after {
  content: none;
}

.noUi-handle:active {
  border: 1px solid #FFBA00;
}

/*Datatable*/
#data_total {
  position: relative;
  top: -45px;
  display: inline-block;
}

#data_total,
div.dt-container div.dt-layout-row .dt-layout-cell.dt-layout-end nav {
  font-size: 14px;
}
div.dt-container div.dt-layout-row .dt-layout-cell.dt-layout-end nav button:not(.current) {
  background-color: var(--color-primary);
  color: #fff;
  border-radius: 40px;
}
div.dt-container div.dt-layout-row .dt-layout-cell.dt-layout-end nav button:hover{border: none;}
div.dt-container div.dt-layout-row .dt-layout-cell.dt-layout-end nav button {
  border-radius: 30px;
  border: none;
}
div.dt-container div.dt-layout-row .dt-layout-cell.dt-layout-end nav button + button {
  margin-left: 10px;
}
div.dt-container div.dt-layout-row .dt-layout-cell.dt-layout-end nav button.disabled {
  display: none;
}
div.dt-container div.dt-layout-row .dt-layout-cell.dt-layout-end nav button.first, 
div.dt-container div.dt-layout-row .dt-layout-cell.dt-layout-end nav button.previous, 
div.dt-container div.dt-layout-row .dt-layout-cell.dt-layout-end nav button.next, 
div.dt-container div.dt-layout-row .dt-layout-cell.dt-layout-end nav button.last {
  font-size: 16px;
  line-height: 20px;
  width: 38px;
  text-indent: -1px;
}

.dt-layout-cell.dt-layout-start .dt-length,
div.dt-container div.dt-layout-row div.dt-layout-cell.dt-layout-end .dt-info {
  font-size: 14px;
}
.dt-layout-cell.dt-layout-start .dt-length select {
  padding-right: 20px;
  background-size: .55em 0.55em;
  background-position: right 0.65rem center;
  padding-left: 10px;
}
body div.dt-container div.dt-layout-row{margin: 0;}


body table.dataTable > tbody > tr > td {
  padding: 10px 20px;
}
.dt-layout-row.dt-layout-table + .dt-layout-row {
  padding: 20px;
}
div.dt-container.dt-empty-footer tbody > tr:last-child > * {
  border-bottom: none;
}

body div.dt-processing > div:last-child > div {
  background-color: #ffba00;
}
div.dt-container div.dt-layout-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: .75em 0;
}
div.dt-container div.dt-layout-row div.dt-layout-cell.dt-layout-start {
  justify-content: flex-start;
  margin-right: auto;
}
div.dt-container div.dt-layout-row div.dt-layout-cell {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  overflow-x: auto;
}
div.dt-container div.dt-layout-row div.dt-layout-cell.dt-layout-end {
  justify-content: flex-end;
}
.dt-layout-cell.dt-layout-start .dt-length select {
  padding-right: 20px;
  background-size: .55em 0.55em;
  background-position: right 0.65rem center;
  padding-left: 10px;
}
div.dt-container div.dt-layout-row .dt-layout-cell.dt-layout-end nav {
  font-size: 14px;
}
div.dt-container .dt-paging .dt-paging-button.current, div.dt-container .dt-paging .dt-paging-button.current:hover {
  color: inherit !important;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background-color: rgba(0, 0, 0, 0.05);
}
div.dt-container div.dt-layout-row .dt-layout-cell.dt-layout-end nav button:hover {
  border: none;
}
div.dt-container div.dt-layout-row .dt-layout-cell.dt-layout-end nav button + button {
  margin-left: 10px;
}
div.dt-container div.dt-layout-row .dt-layout-cell.dt-layout-end nav button {
  border-radius: 30px;
  border: none;
}
div.dt-container .dt-paging .dt-paging-button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: .5em 1em;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  color: inherit !important;
  border: 1px solid transparent;
  border-radius: 2px;
  background: transparent;
}
div.dt-container .dt-input {
  border: 1px solid #aaa;
  border-radius: 3px;
  padding: 5px;
  background-color: transparent;
  color: inherit;
}
body table.dataTable thead > tr > th {
  font-size: 12px;
  text-transform: uppercase;
  color: #546c77;
  padding: 15px 20px;
}

body table.dataTable thead > tr > th:hover {
  outline: none !important;
  outline-offset: 0;
  background-color: rgba(0,0,0,0.05);
}

body .daterangepicker td.active, 
body .daterangepicker td.active:hover {
  background-color: #ffba00;
}
.daterangepicker .calendar-table thead .month > select {
  border: none;
}
.faq-custom > li:not(.uk-open) > a.uk-accordion-title > span > svg:last-child,
.faq-custom > li.uk-open > a.uk-accordion-title > span > svg:first-child  {
  display: none;
}

@media print {
    html.uk-offcanvas-page .uk-offcanvas-bar,
    html.uk-offcanvas-page #show-notification{
        width: 100%;
        position:relative;
    }
    html.uk-offcanvas-page #submissions > h3,
    html.uk-offcanvas-page #submissions > #container-table,
    html.uk-offcanvas-page #sidebar,
    html.uk-offcanvas-page #toolbar{display:none;}
}