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

body .uk-tooltip {
    background-color: #ffba00;
    color:#000;
    box-shadow: 0 0 3px -2px rgba(0,0,0,0.5);
    padding: 5px 15px;
    border-radius: 3px;
    font-weight: bold;
}

[ng-cloak] {
    opacity: 0 !important;
}

.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;
}


.document .daterangepicker .drp-calendar::before {
  content: "Agregue Fecha de Vencimiento";
  display: block;
  text-align: center;
  padding: 15px;
  margin-bottom: 10px;
  font-weight: bold;
  background-color: #f4f4f4;
  margin-left: -8px;
  margin-top: -9px;
}
@-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: #ffba00;
  color: #000;
  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;}

table.dataTable > tbody > tr + tr {
  border-top: 1px solid #eee;
}
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;
}
table.dataTable {
  border-bottom: 2px solid #ececec !important;
}
body div.dt-processing > div:last-child > div {
  background-color: #ffba00;
}
body table.dataTable thead > tr > th {
  font-size: 12px;
  text-transform: uppercase;
  color: #546c77;
  background-color: #f9fafb;
  padding: 15px 20px;
}
table.dataTable thead > tr {
  border-bottom: 2px solid #ececec;
  border-top: 2px solid #ececec;
}
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;
}