/* header */
.app-header {
  align-items: flex-start;
  border-bottom: 0; }
  .app-header.bg-light {
    background-color: #f1f1f1 !important; }
    .app-header.bg-light .navbar-brand {
      color: #fff;
      background-color: #fff;
      opacity: 1;
      height: 55px;
      box-sizing: border-box;
      width: 175px;
      padding: 10px 1rem;
      border: 0; }
      .app-header.bg-light .navbar-brand img {
        max-height: 35px; }
  .app-header .navbar-nav {
    height: 100%; }
    .app-header .navbar-nav .dropdown-menu-right {
      margin: 0;
      border-radius: 0;
      padding: 0;
      border-color: #e1e1e1; }
    .app-header .navbar-nav .dropdown-item {
      padding: 0.5rem 1.5rem;
      border-bottom: 1px solid #e1e1e1; }
      .app-header .navbar-nav .dropdown-item:last-child {
        border-bottom: 0; }
      .app-header .navbar-nav .dropdown-item:focus, .app-header .navbar-nav .dropdown-item:hover {
        background-color: #e52f4212; }
        .app-header .navbar-nav .dropdown-item:focus:active, .app-header .navbar-nav .dropdown-item:hover:active {
          color: #484848; }
      .app-header .navbar-nav .dropdown-item.active {
        pointer-events: none; }
  .app-header .nav-item {
    height: 100%;
    display: flex;
    align-items: center; }
  .app-header nav.navbar {
    min-height: 50px;
    padding-left: 0;
    padding-right: 0;
    flex-grow: 1;
    padding-top: 12px; }
  .app-header .navbar-toggler {
    outline: none;
    background-color: #fff;
    height: 55px;
    border-radius: 0;
    line-height: 1;
    display: block;
    border: 0;
    position: relative;
    min-width: 50px; }
    .app-header .navbar-toggler:hover .navbar-toggler-icon {
      height: 24px;
      background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23000' viewBox='0 0 16 16'%3e%3cpath fill-rule='evenodd' d='M2.5 12a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm0-4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm0-4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5z'/%3e%3c/svg%3e"); }
    .app-header .navbar-toggler .navbar-toggler-icon {
      height: 24px;
      background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23000' viewBox='0 0 16 16'%3e%3cpath fill-rule='evenodd' d='M2.5 12a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm0-4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm0-4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5z'/%3e%3c/svg%3e"); }
  .app-header .backpack-avatar-menu-container {
    background: #00a65a;
    min-width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #fff;
    font-weight: bold;
    line-height: 35px; }
  .app-header .has-float-label {
    position: relative;
    top: 2px; }

@media (max-width: 991.98px) {
  .app-header.bg-light {
    position: fixed !important;
    top: 0;
    width: 100%;
    background-color: #fff !important; }
    .app-header.bg-light .navbar-brand {
      width: auto;
      left: 0;
      margin-left: 0;
      padding-left: 0;
      position: relative; }
      .app-header.bg-light .navbar-brand img {
        height: 30px;
        width: 120px; }
    .app-header.bg-light nav.navbar {
      flex-grow: 0; }
    .app-header.bg-light .navbar-toggler {
      min-width: 40px; }

  #navbar-top .navbar-collapse {
    transition: all 0.4s ease;
    position: fixed;
    top: 55px;
    right: -100%;
    width: 250px;
    z-index: 99;
    height: 100vh;
    overflow-y: auto;
    background-color: #fff;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start; }
    #navbar-top .navbar-collapse.show {
      right: 0; }
      #navbar-top .navbar-collapse.show ~ .navbar-backdrop {
        position: fixed;
        top: 55px;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.7);
        z-index: 9; }
  #navbar-top .navbar-nav {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    height: auto; }
  #navbar-top .nav-item {
    min-height: 50px;
    height: auto;
    width: 100%;
    text-align: left;
    padding: 15px 15px 0; }
  #navbar-top .ms-parent.select-country-flag, #navbar-top .ms-parent.select-multiple {
    width: 220px !important; } }
@media (max-width: 767.98px) {
  .app-header .navbar-nav .dropdown-menu-right {
    width: 100%;
    position: fixed;
    top: 54px;
    border-right: 0;
    border-left: 0; } }
/* sidebar */
.app-body .sidebar.sidebar-pills {
  padding: 0;
  border-right: 0; }

.sidebar .sidebar-nav, .sidebar .nav {
  width: 225px; }

.sidebar .nav-item {
  font-size: 14px; }

.sidebar .nav-dropdown-items .nav-item {
  border-bottom: 0; }

.sidebar .nav-dropdown.open > .nav-dropdown-items {
  list-style: none; }
  .sidebar .nav-dropdown.open > .nav-dropdown-items .nav-title {
    border-top: 1px solid #e1e1e1; }

.sidebar.sidebar-pills .nav-link {
  padding: 0.5rem 1rem;
  font-weight: 600;
  border-radius: 0; }

.sidebar.sidebar-pills .nav-link.active .nav-icon,
.sidebar.sidebar-pills .nav-link:hover .nav-icon {
  color: #e52f42 !important; }

.sidebar.sidebar-pills .nav-link.active,
.sidebar.sidebar-pills .nav-link:hover {
  color: #000 !important; }

.sidebar.sidebar-pills .nav-link.active:hover {
  background-color: #e52f4212; }

.sidebar.sidebar-pills .nav-link .nav-icon {
  color: #e52f42 !important; }

.sidebar.bg-white .nav-link.active,
.sidebar.bg-white .nav-link.active .nav-icon,
.sidebar.bg-white .nav-link.active:hover .nav-icon {
  color: #e52f42 !important; }

.sidebar .nav-link:hover {
  background: #e52f42; }

.sidebar .nav-dropdown-items .nav-link:hover {
  background: #e52f4212;
  color: #e52f42 !important; }

.sidebar.sidebar-pills .nav-link.active, .sidebar.sidebar-pills .nav-link:hover {
  background-color: #f1f1f1; }

.sidebar .nav-dropdown-toggle::before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 14'%3e%3cpath fill='%23000' d='M9.148 2.352l-4.148 4.148 4.148 4.148q0.148 0.148 0.148 0.352t-0.148 0.352l-1.297 1.297q-0.148 0.148-0.352 0.148t-0.352-0.148l-5.797-5.797q-0.148-0.148-0.148-0.352t0.148-0.352l5.797-5.797q0.148-0.148 0.352-0.148t0.352 0.148l1.297 1.297q0.148 0.148 0.148 0.352t-0.148 0.352z'/%3e%3c/svg%3e"); }

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #e5d7aa; }

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #abd1d7; }
  .alert-info .list-group-item {
    background-color: #d1ecf1;
    border-color: #abd1d7; }

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb; }

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb; }

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca; }

.badge {
  font-size: 85%; }

.badge-success-light {
  border-color: rgba(20, 139, 61, 0.25);
  background-color: rgba(26, 184, 81, 0.15);
  color: #0da541; }

.badge-warning-light {
  color: #856404;
  background-color: #fff3cd;
  border-color: rgba(83, 63, 3, 0.25); }

.badge-danger-light {
  border-color: rgba(124, 0, 11, 0.25);
  color: #af0010;
  background-color: #ffe2e5; }

.badge-info-light {
  border-color: #a0badd;
  background-color: #e7f1ff;
  color: #2e71d1; }

a.badge-info-light:hover, a.badge-info-light:focus {
  background-color: #2e71d1;
  color: #e7f1ff; }

.btn {
  font-size: 0.875rem;
  border-radius: 0; }

.btn-xs, .btn-group-xs > .btn {
  padding: 0.125rem 0.35rem;
  font-size: 0.75rem;
  line-height: 1.3;
  border-radius: 0.2rem; }

button, button:hover, button:focus {
  outline: none; }

button.button-blank {
  border: 0;
  background: transparent; }

.card {
  border: 0;
  border-radius: 0;
  margin-bottom: .5rem;
  box-shadow: none;
  width: 100%; }
  .card.card-stretch-height {
    height: calc(100% - .5rem); }
    .card.card-stretch-height .card-body {
      display: flex;
      flex-direction: column;
      justify-content: center; }
  .card.card-item-carousel {
    height: 100%;
    margin: 0; }
    .card.card-item-carousel .card-image {
      padding: 0; }
    .card.card-item-carousel .card-body {
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding: .75rem 0; }

.card-header {
  gap: 10px;
  border-bottom: 0;
  font-weight: 700;
  background: #00000005; }

.card-mini-title {
  font-size: .625rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: .04em;
  line-height: 1rem;
  margin-bottom: .25rem;
  color: #949595; }

.card-header-action[aria-expanded="true"] > i {
  transform: rotate(-90deg); }

.card-footer {
  border-top: 0; }

.card > .card-table .table tr th:first-child, .card > .card-table .table tr td:first-child {
  padding-left: 1.25rem; }
.card > .card-table .table tr th:last-child, .card > .card-table .table tr td:last-child {
  padding-right: 1.25rem; }

.owl-stage-flex .owl-stage {
  display: flex; }

.owl-theme.owl-stage-flex .owl-nav.disabled + .owl-dots {
  margin-top: 1rem; }

.owl-theme.owl-stage-flex .owl-dots .owl-dot.active span, .owl-theme.owl-stage-flex .owl-dots .owl-dot:hover span {
  background: #666; }

.owl-theme.owl-stage-flex .owl-dots .owl-dot span {
  border-radius: 0;
  margin: 0 5px;
  width: 20px;
  height: 7.5px; }

.custom-control-input:checked ~ .custom-control-label::before {
  color: #FFFFFF;
  border-color: #147ec2;
  background-color: #147ec2; }

/* colors */
a {
  color: #e52f42; }
  a:hover, a:focus {
    color: #bb3140; }

.bg-light {
  background-color: #fafafa !important; }

.bg-primary, .btn-primary:disabled {
  background-color: #e52f42 !important;
  border-color: #e52f42 !important; }

.btn-outline-primary {
  color: #e52f42 !important;
  border-color: #e52f42 !important; }
  .btn-outline-primary:hover, .btn-outline-primary:focus {
    background-color: #e52f42 !important; }

.btn-primary:focus, .dataTables_wrapper .dataTables_paginate .paginate_button.current:focus, .btn-primary.focus, .dataTables_wrapper .dataTables_paginate .focus.paginate_button.current {
  box-shadow: 0 0 0 2px rgba(214, 45, 57, 0.5); }

.btn-primary:not(:disabled):not(.disabled):active:focus, .dataTables_wrapper .dataTables_paginate .paginate_button.current:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .dataTables_wrapper .dataTables_paginate .paginate_button.current:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus, .dataTables_wrapper .dataTables_paginate .show > .dropdown-toggle.paginate_button.current:focus {
  box-shadow: 0 0 0 2px rgba(214, 45, 57, 0.5); }

.btn-secondary {
  color: #495057;
  background-color: #ededed;
  border-color: #ededed; }

.btn-secondary:hover, .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #495057;
  background-color: #e7e5e5;
  border-color: #e7e5e5; }

.btn-link {
  color: #e52f42; }

.text-primary {
  color: #e52f42 !important; }

.text-muted {
  color: #949595 !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #bb3140 !important; }

.btn-primary, .dataTables_wrapper .dataTables_paginate .paginate_button.current {
  color: #FFFFFF;
  background-color: #e52f42;
  border-color: #e52f42; }

.btn-primary:hover, .btn-primary:active, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #FFFFFF;
  background-color: #bb3140;
  border-color: #bb3140; }

.btn-primary:not(:disabled):not(.disabled):active, .dataTables_wrapper .dataTables_paginate .paginate_button.current:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .dataTables_wrapper .dataTables_paginate .paginate_button.current:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle, .dataTables_wrapper .dataTables_paginate .show > .dropdown-toggle.paginate_button.current {
  color: #FFFFFF;
  background-color: #bb3140;
  border-color: #bb3140; }

.btn-default {
  color: #484848;
  background-color: #f1f1f1;
  border-color: #f1f1f1; }

.page-item.active .page-link {
  background-color: #bb3140;
  border-color: #bb3140; }

.dropdown-item.active, .dropdown-item:active {
  background-color: #e52f42; }

.dropdown-item i {
  color: #495057; }

.progress {
  background-color: rgba(0, 0, 0, 0.1); }

.bg-dark {
  background-color: #666 !important; }

.dropdown .dropdown-item.active, .dropdown .dropdown-item:active {
  background-color: #f1f4f8;
  color: #e52f42; }

.carousel-lists .dropdown-menu {
  max-height: 250px;
  overflow-y: auto; }

.navbar-filters.navbar-expand-lg {
  background: #fff;
  border: 1px solid rgba(0, 40, 100, 0.12); }
  @media (max-width: 991.98px) {
    .navbar-filters.navbar-expand-lg .navbar-toggler {
      outline: none;
      padding: 0.25rem 0;
      display: block;
      width: 100%;
      text-align: left;
      color: #e52f42;
      font-size: 1.125rem; }
    .navbar-filters.navbar-expand-lg .navbar-nav > li {
      margin: 2px 0; }
    .navbar-filters.navbar-expand-lg .navbar-nav > li > a {
      padding-left: 10px;
      padding-right: 10px;
      border-bottom: 1px solid rgba(0, 40, 100, 0.12);
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .navbar-filters.navbar-expand-lg .navbar-nav > li > a#remove_filters_button {
        border-bottom: 0;
        justify-content: flex-start;
        gap: 5px; } }

.navbar-filters #bp-filters-navbar .navbar-nav > .active > a {
  background-color: #e52f4224;
  color: #e52f42; }

.navbar-filters li[filter-type="select2"] .dropdown-menu {
  border: 0;
  min-width: 200px;
  box-shadow: 0 0.5rem 1rem rgba(22, 28, 45, 0.15); }
  .navbar-filters li[filter-type="select2"] .dropdown-menu .select2.select2-container {
    border: 1px solid rgba(0, 40, 100, 0.12) !important;
    border-bottom: none !important; }
  .navbar-filters li[filter-type="select2"] .dropdown-menu .select2-dropdown.select2-dropdown--below {
    border: 1px solid rgba(0, 40, 100, 0.12) !important;
    border-top: none !important;
    box-shadow: 0 0.5rem 1rem rgba(22, 28, 45, 0.15);
    box-sizing: border-box;
    margin-left: 0 !important; }
  .navbar-filters li[filter-type="select2"] .dropdown-menu .select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
    background-color: #e52f42; }
  .navbar-filters li[filter-type="select2"] .dropdown-menu .select2-results {
    display: block;
    padding: 1px 0 2px; }

.navbar-filters li[filter-type="date_range"] .dropdown-menu {
  box-shadow: 0 0.5rem 1rem rgba(22, 28, 45, 0.15);
  border: 0; }
.navbar-filters li[filter-type="date_range"] .input-group-text {
  border-color: rgba(0, 40, 100, 0.12);
  border-radius: 0; }
.navbar-filters li[filter-type="date_range"] .input-group.date {
  padding: 2px; }
  .navbar-filters li[filter-type="date_range"] .input-group.date .input-group-text:first-child {
    border-right: 0; }
  .navbar-filters li[filter-type="date_range"] .input-group.date .input-group-text:last-child {
    border-left: 0; }
.navbar-filters li[filter-type="date_range"] .form-control {
  border-color: rgba(0, 40, 100, 0.12); }
  .navbar-filters li[filter-type="date_range"] .form-control:focus {
    border-color: #bb3140;
    box-shadow: none; }

.navbar-filters li[filter-type="text"] .dropdown-menu {
  min-width: 240px; }

@media (min-width: 992px) {
  .navbar-filters li[filter-type="select2"].show:after,
  .navbar-filters li[filter-type="date_range"].show:after,
  .navbar-filters li[filter-type="text"].show:after,
  .navbar-filters li[filter-type="dropdown"].show:after {
    content: '';
    background-color: rgba(0, 0, 0, 0.4);
    display: block;
    position: fixed;
    z-index: 10;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; } }
/* Scroolbar */
body::-webkit-scrollbar {
  width: 8px; }

body::-webkit-scrollbar-track {
  border-radius: 8px; }

body::-webkit-scrollbar-thumb {
  background: #7f7f7f;
  border-radius: 6px; }

div.scrolling-box-post::-webkit-scrollbar {
  width: 6px;
  height: 6px; }
div.scrolling-box-post::-webkit-scrollbar-track {
  border-radius: 6px; }
div.scrolling-box-post::-webkit-scrollbar-thumb {
  background: #7f7f7f;
  border-radius: 6px; }

div.max-height-1000 {
  max-height: 1000px;
  overflow-y: auto;
  overflow-x: hidden; }
  div.max-height-1000::-webkit-scrollbar {
    width: 6px;
    height: 6px; }
  div.max-height-1000::-webkit-scrollbar-track {
    border-radius: 6px; }
  div.max-height-1000::-webkit-scrollbar-thumb {
    background: #7f7f7f;
    border-radius: 6px; }

.font-7xl {
  font-size: 4rem; }

.font-6xl {
  font-size: 3rem; }

.font-5xl {
  font-size: 2rem; }

.font-4xl {
  font-size: 1.75rem; }

.font-3xl {
  font-size: 1.5rem; }

.font-2xl {
  font-size: 1.25rem; }

.font-xl {
  font-size: 1.125rem; }

.font-lg {
  font-size: 1rem; }

.font-md {
  font-size: .95rem; }

.font-sm {
  font-size: .875rem; }

.font-xs {
  font-size: .75rem; }

.font-size-8px {
  font-size: 8px !important; }

.font-size-10px {
  font-size: 10px !important; }

/* Crud Table */
.table th, .table td {
  border-top-color: #e1e1e1; }

#crudTable_wrapper #crudTable:not(.has-hidden-columns) tr th[data-column-name='custom_html'],
#crudTable_wrapper #crudTable:not(.has-hidden-columns) tfoot tr th:first-child,
#crudTable_wrapper #crudTable:not(.has-hidden-columns) tr td.dtr-control {
  display: table-cell; }
#crudTable_wrapper #crudTable.has-hidden-columns tr th[data-column-name='custom_html'],
#crudTable_wrapper #crudTable.has-hidden-columns tfoot tr th:first-child {
  display: table-cell; }
#crudTable_wrapper #crudTable.has-hidden-columns tr td.dtr-control {
  display: table-cell; }
#crudTable_wrapper #crudTable input[type="editable_text"]:focus {
  outline: 1px solid #e52f42;
  padding: 5px;
  border-bottom-color: transparent !important; }
#crudTable_wrapper #crudTable.table-striped > tbody > tr:nth-of-type(2n+1):hover, #crudTable_wrapper #crudTable.table-striped > tbody > tr:nth-of-type(even):hover {
  background-color: rgba(229, 47, 66, 0.07); }
#crudTable_wrapper #crudTable .dropdown-menu .dropdown-item {
  padding: 0.35rem 1rem; }

#crudTable_wrapper #crudTable td,
#crudTable_wrapper #crudTable th,
#crudTable_wrapper table.dataTable td,
#crudTable_wrapper table.dataTable th {
  line-height: 1.3; }

.dtfh-floatingparent {
  border-bottom: 1px solid rgba(0, 40, 100, 0.12); }
  .dtfh-floatingparent table.dataTable {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    line-height: 1;
    font-size: 14px; }

#crudTable_wrapper #crudTable:not(.has-hidden-columns) .table-child tr td:first-child,
#crudTable_wrapper table.dataTable:not(.has-hidden-columns) .table-child tr td:first-child,
#crudTable_wrapper #crudTable .table-child tr td {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
  display: table-cell; }

#crudTable_wrapper #crudTable .table-child {
  margin: 0;
  border: 1px solid rgba(0, 40, 100, 0.12); }

#crudTable_wrapper #crudTable.table-sm:not(.has-hidden-columns) tr td:first-child, #crudTable_wrapper table.dataTable.table-sm:not(.has-hidden-columns) tr td:first-child {
  padding-top: 0.3rem !important;
  padding-bottom: 0.3rem !important; }

table.table-child:not(.table-bordered) > tr > td {
  border-top: 0; }
  table.table-child:not(.table-bordered) > tr > td > span.form-check {
    ine-height: 1;
    min-height: 15px;
    margin-bottom: 0; }
  table.table-child:not(.table-bordered) > tr > td > span.form-check > .form-check-input {
    margin-top: 0; }
table.table-child:not(.table-bordered) > tr > td:first-child {
  border-left: 0; }
table.table-child:not(.table-bordered) > tr > td:last-child {
  border-right: 0; }

table.table-borderless-firstchild tr:first-child th, table.table-borderless-firstchild tr:first-child td {
  border-top: 0; }

table.table-border-columns tr th:not(:first-child), table.table-border-columns tr td:not(:first-child) {
  border-left: 1px solid rgba(0, 40, 100, 0.12); }

.table .thead-light th {
  color: #333;
  background-color: #F0F0F0;
  border-color: rgba(0, 0, 0, 0.25); }

#crudTable_wrapper #crudTable thead tr th, #crudTable_wrapper #crudTable thead tr th:first-child, #crudTable_wrapper #crudTable tr thead td {
  padding-top: .5rem !important;
  padding-bottom: 0.5rem !important; }

#crudTable_wrapper #crudTable .sorting:before, #crudTable_wrapper #crudTable .sorting_asc:before, #crudTable_wrapper #crudTable .sorting_desc:before, #crudTable_wrapper #crudTable .sorting_asc_disabled:before, #crudTable_wrapper #crudTable .sorting_desc_disabled:before, #crudTable_wrapper table.dataTable .sorting:before, #crudTable_wrapper table.dataTable .sorting_asc:before, #crudTable_wrapper table.dataTable .sorting_desc:before, #crudTable_wrapper table.dataTable .sorting_asc_disabled:before, #crudTable_wrapper table.dataTable .sorting_desc_disabled:before {
  top: 8px !important; }

#crudTable_wrapper #crudTable .sorting:after, #crudTable_wrapper #crudTable .sorting_asc:after, #crudTable_wrapper #crudTable .sorting_desc:after, #crudTable_wrapper #crudTable .sorting_asc_disabled:after, #crudTable_wrapper #crudTable .sorting_desc_disabled:after, #crudTable_wrapper table.dataTable .sorting:after, #crudTable_wrapper table.dataTable .sorting_asc:after, #crudTable_wrapper table.dataTable .sorting_desc:after, #crudTable_wrapper table.dataTable .sorting_asc_disabled:after, #crudTable_wrapper table.dataTable .sorting_desc_disabled:after {
  top: 14px !important; }

.dataTables_wrapper .dataTables_length select {
  padding-top: .25rem;
  padding-bottom: .25rem;
  padding-left: .5rem;
  font-size: .875rem;
  height: auto; }

.datatable-card .dataTables-widget {
  margin-bottom: 0 !important; }
  .datatable-card .dataTables-widget th:first-child, .datatable-card .dataTables-widget td:first-child {
    padding-left: 1.25rem; }
  .datatable-card .dataTables-widget th:last-child, .datatable-card .dataTables-widget td:last-child {
    padding-right: 1.25rem; }
.datatable-card div.dataTables_wrapper div.dataTables_filter input {
  margin-left: 0; }
.datatable-card .dataTables_filter {
  padding-left: 0;
  text-align: left; }
  .datatable-card .dataTables_filter label {
    margin: 0;
    display: block; }
  .datatable-card .dataTables_filter input {
    height: calc(1.5em + 0.5rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: 0.765625rem;
    line-height: 1.5;
    border-radius: 0.2rem; }
  .datatable-card .dataTables_filter input::placeholder {
    color: #a7aab0; }
  .datatable-card .dataTables_filter input::-webkit-input-placeholder {
    color: #a7aab0; }
.datatable-card .dataTables_paginate {
  padding-right: 0.25rem; }
  .datatable-card .dataTables_paginate .pagination {
    margin: 0;
    font-size: 0.765625rem;
    gap: 5px; }
  .datatable-card .dataTables_paginate .page-link {
    padding: 0.25rem 0.5rem;
    background-color: #fafafa;
    color: #333; }

.custom-datatable div.dataTables_wrapper div.dataTables_info {
  padding-top: 0;
  text-align: left; }
.custom-datatable div.dataTables_wrapper div.dataTables_filter label {
  margin: 0; }
.custom-datatable table.dataTable {
  border-top: 1px solid #D9E2EF;
  margin-top: 0 !important; }
.custom-datatable table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control:before, .custom-datatable table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control:before {
  background-color: transparent;
  color: #636161;
  font-family: "Line Awesome Free";
  font-weight: 900;
  width: 16px;
  content: "\f142";
  font-size: 21px;
  box-shadow: none;
  border: none;
  display: inline;
  position: relative;
  top: 0;
  left: 0;
  margin: 0 0 0 -0.25rem;
  margin-right: 0.4rem !important; }
.custom-datatable table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control, .custom-datatable table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control {
  display: flex;
  align-items: center;
  padding-top: 1.1rem !important;
  padding-bottom: 1.1rem !important;
  padding-left: 0.6rem !important; }
.custom-datatable div.dataTables_wrapper div.dataTables_length select {
  height: 2.125rem;
  padding: 0.375rem 0.35rem; }
.custom-datatable .dataTables-widget.table th, .custom-datatable .dataTables-widget.table td {
  border-top: 0; }
@media (max-width: 576px) {
  .custom-datatable div.dataTables_wrapper div.dataTables_filter input {
    margin-left: 0;
    width: 100%; } }

table.dataTable.table-striped > tbody > tr:nth-of-type(2n+1):hover {
  background-color: rgba(0, 0, 0, 0.025); }

table.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.025); }

table.dataTables-widget.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control:before, table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control:before {
  box-shadow: none;
  border-color: transparent;
  background-color: #f1f1f1;
  color: #161c2d;
  border-radius: 0; }

table.dataTable.table th, table.dataTable.table td {
  border-top: 0; }

.w-160px {
  width: 160px; }

.h-100px {
  height: 100px; }

.h-200px {
  height: 200px; }

.h-300px {
  height: 300px; }

.h-400px {
  height: 400px; }

.opacity-75 {
  opacity: .75; }

.opacity-50 {
  opacity: .50; }

.opacity-25 {
  opacity: .25; }

@media (min-width: 1200px) {
  .col-xl-300px {
    flex: 0 0 300px;
    max-width: 300px; }

  .col-xl--300px {
    flex: 0 0 calc(100% - 300px);
    max-width: calc(100% - 300px); } }
.line-height-xs {
  line-height: 1; }

.line-height-sm {
  line-height: 1.2; }

.line-height-md {
  line-height: 1.4; }

.line-height-lg {
  line-height: 1.6; }

.line-height-xl {
  line-height: 1.8; }

.scrolling-y {
  overflow-y: auto; }

.scrolling-x {
  overflow-x: auto; }

.scrolling-box-post {
  overflow-y: auto;
  max-height: 150px; }

.gap-1 {
  gap: 5px; }

.gap-2 {
  gap: 10px; }

.gap-3 {
  gap: 15px; }

body.app {
  background-color: #f1f1f1;
  color: #484848;
  font-family: 'Public Sans', 'Source Sans Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  font-size: .875rem; }

@media (max-width: 991.98px) {
  body.app {
    padding-top: 55px; } }
.row.gutter-1 {
  margin-right: -2.5px;
  margin-left: -2.5px; }
  .row.gutter-1 > [class*='col'] {
    padding-right: 2.5px;
    padding-left: 2.5px; }
.row.gutter-2 {
  margin-right: -5px;
  margin-left: -5px; }
  .row.gutter-2 > [class*='col'] {
    padding-right: 5px;
    padding-left: 5px; }
.row.gutter-3 {
  margin-right: -10px;
  margin-left: -10px; }
  .row.gutter-3 > [class*='col'] {
    padding-right: 10px;
    padding-left: 10px; }

.page-heading {
  display: flex;
  gap: .5rem; }
  .page-heading .page-icon {
    font-size: 3rem;
    color: #e52f42;
    line-height: 1; }
  .page-heading .page-title h1 {
    font-size: 1.5rem;
    margin-bottom: 0;
    text-transform: lowercase; }
    .page-heading .page-title h1:first-letter {
      text-transform: uppercase; }
  .page-heading .page-title p {
    margin-bottom: 0.35rem;
    line-height: 1.3; }

.map-google {
  width: 100%;
  height: 400px; }

.icon-circle {
  flex-shrink: 0;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  color: #666;
  font-size: 24px; }

.list-group.list-group-flush .list-group-item:first-child {
  border-top: 0; }
.list-group.list-group-flush .list-group-item:last-child {
  border-bottom: 0; }
.list-group.list-group-flush .list-group-item-noborder {
  border: 0; }
.list-group.list-group-flush .list-insight .media + .media {
  margin-top: 1.125rem; }

.loader {
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(241, 241, 241, 0.75);
  position: absolute;
  z-index: 99;
  text-align: center; }

.loader:before {
  content: '';
  display: inline-block;
  width: 15px;
  aspect-ratio: 1;
  border-radius: 50%;
  top: 50%;
  position: relative;
  animation: l5 1s infinite linear alternate; }

@keyframes l5 {
  0% {
    box-shadow: 20px 0 #e52f42, -20px 0 #e52f426e;
    background: #e52f42; }
  33% {
    box-shadow: 20px 0 #e52f42, -20px 0 #e52f426e;
    background: #e52f426e; }
  66% {
    box-shadow: 20px 0 #e52f426e,-20px 0 #e52f42;
    background: #e52f426e; }
  100% {
    box-shadow: 20px 0 #e52f426e,-20px 0 #e52f42;
    background: #e52f42; } }
.carousel-lists {
  position: relative; }
  .carousel-lists nav.nav {
    position: absolute;
    top: -3.65rem;
    right: 0;
    z-index: 2; }

.carousel-list {
  position: relative;
  overflow: hidden; }
  .carousel-list .loader {
    background-color: #fff;
    visibility: hidden; }
  .carousel-list .collapsing {
    position: relative;
    height: auto;
    overflow: hidden;
    transition: none; }

#list-review {
  height: 750px; }

@media (max-width: 767.99px) {
  #list-review {
    height: 400px; }

  .carousel-lists nav.nav {
    position: relative;
    top: -.5rem;
    margin-bottom: .25rem; } }
.modal-fullscreen {
  width: 99%;
  max-width: none; }

.modal-xxl {
  width: 90%;
  max-width: none; }

.modal-title {
  font-weight: 600; }

.dtr-bs-modal .modal-header, .dtr-bs-modal .btn-close {
  display: none; }
.dtr-bs-modal .modal-body {
  padding: 10px !important; }
.dtr-bs-modal tr[data-dt-column="0"] {
  display: none; }

[data-toggle="modal"] {
  cursor: pointer; }

.repeatable-group .repeatable-element {
  border: 1px solid rgba(0, 40, 100, 0.12);
  background-color: #ebebeb4f; }

.select-multiple, .select-country-flag {
  font-size: 13px; }
  .select-multiple .ms-choice, .select-country-flag .ms-choice {
    border-color: #f1f1f1;
    border-radius: 0;
    color: #878787;
    height: 32px; }
    .select-multiple .ms-choice > span, .select-country-flag .ms-choice > span {
      padding: 0 12px;
      line-height: 32px; }
  .select-multiple .ms-choice > div.icon-close:before, .select-country-flag .ms-choice > div.icon-close:before {
    margin-top: -12px; }
  .select-multiple .ms-drop, .select-country-flag .ms-drop {
    border-color: #e1e1e1;
    border-radius: 0;
    font-size: 14px;
    padding: 4px; }
  .select-multiple .ms-search input, .select-country-flag .ms-search input {
    font-family: sans-serif;
    border: 1px solid #e1e1e1;
    border-radius: 0; }
  .select-multiple .ms-drop input[type="radio"], .select-multiple .ms-drop input[type="checkbox"], .select-country-flag .ms-drop input[type="radio"], .select-country-flag .ms-drop input[type="checkbox"] {
    margin-top: 4px; }
  .select-multiple .ms-drop ul > li.hide-radio.selected, .select-country-flag .ms-drop ul > li.hide-radio.selected {
    color: #fff;
    background-color: #e52f42; }
  .select-multiple .ms-drop input[type="checkbox"], .select-country-flag .ms-drop input[type="checkbox"] {
    width: 1em;
    height: 1em;
    margin-top: .25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, 0.25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    border-radius: .125em; }
    .select-multiple .ms-drop input[type="checkbox"]:checked, .select-country-flag .ms-drop input[type="checkbox"]:checked {
      background-color: #e52f42;
      border-color: #e52f42;
      background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' fill-rule='evenodd' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
      background-size: cover; }
  .select-multiple .ms-drop ul > li label, .select-country-flag .ms-drop ul > li label {
    text-align: left; }

select.select-multiple, select.select-country-flag {
  visibility: hidden; }

.ms-parent.select-country-flag .flag {
  margin-right: 7px; }
.ms-parent.select-country-flag .country {
  line-height: 16px;
  display: inline-block;
  position: relative;
  top: 1px; }

.form-control::placeholder {
  color: #a7aab0; }

.form-control:focus, .dataTables_wrapper .dataTables_length select:focus, .dataTables_wrapper .dataTables_filter input:focus {
  color: #495057;
  background-color: #FFFFFF;
  border-color: #e52f42;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.2); }

.form-control:focus, .dataTables_wrapper .dataTables_length select:focus, .dataTables_wrapper .dataTables_filter input:focus {
  box-shadow: 0 0 5px 2px rgba(214, 45, 57, 0.125) !important; }

.form-group {
  --ck-color-toolbar-border: #e7e6e7;
  --ck-color-base-border: #e7e6e7; }

.custom-select {
  border: 1px solid rgba(0, 40, 100, 0.12); }

.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.form-select-sm {
  padding-top: .25rem;
  padding-bottom: .25rem;
  padding-left: .5rem;
  font-size: .875rem; }

.custom-file-input:lang(it) ~ .custom-file-label::after {
  content: 'Scegli'; }

.custom-file-label {
  border: 1px solid #e1e1e1; }

.custom-file-label::after {
  background-color: #f1f1f1;
  color: #616161; }

.custom-control-label::before {
  border: #ccc solid 1px; }

.custom-switch .custom-control-label::after {
  background-color: #ccc; }

.custom-control-input:checked ~ .custom-control-label::before {
  color: #FFFFFF;
  border-color: #42ba96;
  background-color: #42ba96; }

.form-control, .custom-select, .dataTables_wrapper .dataTables_length select, .dataTables_wrapper .dataTables_filter input {
  border-color: #e1e1e1;
  color: #878787; }

.switch-primary .switch-input:checked + .switch-slider {
  background-color: #42ba96;
  border-color: #42ba96; }

.switch-primary .switch-input:checked + .switch-slider::before {
  border-color: #42ba96; }

.select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
  background-color: #e52f42 !important;
  color: #fff; }

/* Checkbox */
.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem; }
  .form-check .form-check-input {
    float: left;
    margin-left: -1.5em;
    top: 0.25rem; }
  .form-check.no-label .form-check-input {
    margin-left: -1.25em; }

.form-check-input {
  width: 15px;
  height: 15px;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 40, 100, 0.24);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  position: relative;
  margin-top: 0;
  margin-left: 0; }
  .form-check-input[type=checkbox] {
    border-radius: 0.125em; }
  .form-check-input[type=radio] {
    border-radius: 50%; }
  .form-check-input:active {
    filter: brightness(90%); }
  .form-check-input:focus {
    outline: 0; }
  .form-check-input:checked {
    background-color: #e52f42;
    border-color: #e52f42; }
  .form-check-input:checked[type=checkbox] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e"); }
  .form-check-input:checked[type=radio] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e"); }
  .form-check-input[type=checkbox]:indeterminate {
    background-color: #e52f42;
    border-color: #e52f42;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e"); }
  .form-check-input:disabled {
    pointer-events: none;
    filter: none;
    opacity: 0.5; }
  .form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
    opacity: 0.5; }

/* Float label */
.has-float-label {
  display: block;
  position: relative; }

.has-float-label > label {
  cursor: text;
  opacity: 1;
  -webkit-transition: all .2s;
  transition: all .2s;
  top: -6px;
  left: 0.75rem;
  z-index: 3;
  line-height: 1;
  padding: 0 1px;
  font-weight: 600;
  margin: 0;
  font-size: 12px;
  text-transform: uppercase; }

.has-float-label > label.floated {
  position: absolute;
  top: -0.55em;
  left: 0.5rem;
  max-width: calc(100% - 0.65rem);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }
  .has-float-label > label.floated:after {
    content: " ";
    display: block;
    position: absolute;
    background: white;
    height: 2px;
    top: 50%;
    left: -0.2em;
    right: -0.2em;
    z-index: -1; }

.nav-pills .nav-link {
  padding: 0.25rem 0.75rem; }

.nav-tabs .nav-link {
  color: #a1a1a1; }

.nav-tabs .nav-link.disabled {
  color: #383838 !important; }

.navbar-nav .nav-link {
  color: #a1a1a1; }

.bg-darken-primary {
  background: #ce2a3b; }

.bg-soft-primary {
  background: #fdf3f4; }

.bg-softpale-primary {
  background: #fceaec; }

.bg-pale-primary {
  background: #fbe2e5; }

.bg-light-primary {
  background-color: rgba(229, 47, 66, 0.075); }

.bg-darken-secondary {
  background: #3b9374; }

.bg-soft-secondary {
  background: #f4f9f7; }

.bg-softpale-secondary {
  background: #ecf6f2; }

.bg-pale-secondary {
  background: #e5f2ed; }

.bg-light-secondary {
  background-color: rgba(66, 163, 129, 0.075); }

.bg-darken-success {
  background: #17a649; }

.bg-soft-success {
  background: #f1fbf5; }

.bg-softpale-success {
  background: #e8f8ee; }

.bg-pale-success {
  background: #dff5e7; }

.bg-light-success {
  background-color: rgba(26, 184, 81, 0.075); }

.bg-darken-danger {
  background: #671920; }

.bg-soft-danger {
  background: #f7f1f2; }

.bg-softpale-danger {
  background: #f1e8e9; }

.bg-pale-danger {
  background: #ebdfe0; }

.bg-light-danger {
  background-color: rgba(114, 28, 36, 0.075); }

#navbar-menu-container {
  padding: 0; }

#navbar-menu .list-group {
  width: 100%; }
#navbar-menu .list-group-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #495057;
  padding: 0.75rem 0.75rem;
  border: 0;
  border-radius: 0; }
  #navbar-menu .list-group-item i {
    line-height: 1;
    font-size: 1.2rem; }
  #navbar-menu .list-group-item i.nav-icon {
    color: #e52f42; }
  #navbar-menu .list-group-item a, #navbar-menu .list-group-item span {
    flex-grow: 1;
    text-decoration: none; }
  #navbar-menu .list-group-item a.card-header-action {
    color: #495057;
    flex-grow: 0; }
  #navbar-menu .list-group-item > a.list-group-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    flex-grow: 1;
    padding: 0;
    border: 0;
    background: transparent; }
  #navbar-menu .list-group-item:hover, #navbar-menu .list-group-item:focus {
    color: #6d6d6d;
    background-color: #f1f1f1 !important; }
  #navbar-menu .list-group-item a.list-group-item-action, #navbar-menu .list-group-item a.list-group-item-action:hover, #navbar-menu .list-group-item a.list-group-item-action:focus {
    background: transparent !important; }
  #navbar-menu .list-group-item.active {
    color: #e52f42;
    background-color: #f1f1f1 !important; }
    #navbar-menu .list-group-item.active > a.list-group-item {
      color: #e52f42; }
      #navbar-menu .list-group-item.active > a.list-group-item:hover, #navbar-menu .list-group-item.active > a.list-group-item:focus {
        background-color: transparent !important; }
#navbar-menu a.list-group-item:hover, #navbar-menu a.list-group-item:focus {
  color: #e52f42; }
#navbar-menu a.list-group-item.active {
  background-color: #f1f1f1 !important; }
#navbar-menu .submenu .list-group-item {
  padding: 0.5rem 0.75rem; }

@media (max-width: 991.98px) {
  .sidebar #navbar-menu {
    display: block; } }
.grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr)); }
  .grid.grid-2-cols {
    grid-template-columns: 50% 50%; }
  .grid.grid-3-cols {
    grid-template-columns: 33% 33% 33%; }

.apexcharts-legend {
  gap: 0; }
  .apexcharts-legend.apexcharts-align-center.apx-legend-position-right {
    justify-content: center !important;
    min-width: 200px; }

.pie-container {
  max-width: 300px; }

.chart-radar {
  height: 400px; }
  .chart-radar polygon {
    stroke-width: 0 !important; }
  .chart-radar .apexcharts-radar-series line {
    stroke: #f5f5f5 !important; }
  .chart-radar .apexcharts-legend {
    gap: 0;
    max-height: 150px;
    padding: 0 !important; }
  .chart-radar .apexcharts-legend-series {
    height: 20px; }

.gauge-chart text {
  font-family: 'Public Sans', 'Source Sans Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji' !important; }
.gauge-chart text, .gauge-chart text + text {
  visibility: hidden; }
.gauge-chart text + text + text {
  visibility: visible; }

@media (max-width: 767.99px) {
  .chart-radar {
    max-height: 100vw; } }
.app-footer {
  flex: 0 0 55px !important;
  border-top: 1px solid #e1e1e1;
  padding: 0 30px;
  background: #fff; }

#saveActions {
  position: fixed;
  bottom: 0;
  padding: 0.5rem 1rem;
  margin: 0;
  left: 0;
  width: 100%;
  background: white;
  border-top: 1px solid rgba(0, 40, 100, 0.12);
  display: flex;
  justify-content: flex-end;
  z-index: 99;
  gap: 5px; }

/* Ck editor */
.ck-editor__editable_inline:not(.ck-comment__input *) {
  height: 250px;
  overflow-y: auto; }

/* Data Range */
.daterangepicker .ranges li.active,
.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: #e52f42 !important; }

/* Elfinder */
.elfinder.ui-widget.ui-widget-content {
  box-shadow: none !important; }

/* Amazon */
.amazon-product-image, .google-shopping-image {
  max-height: 250px;
  max-width: 100%;
  object-fit: contain;
  aspect-ratio: 1 / 1; }

/* Google News */
.google-news-image {
  max-height: 250px;
  max-width: 100%;
  object-fit: scale-down;
  aspect-ratio: 5 / 3; }

.google-news-sorgente {
  width: auto !important;
  max-width: 100%;
  max-height: 32px; }

.metaads-image {
  max-height: 300px;
  max-width: 100%;
  object-fit: scale-down;
  aspect-ratio: 1 / 2; }

.fb-image {
  max-height: 300px;
  max-width: 100%;
  object-fit: scale-down;
  aspect-ratio: 5 / 3; }

.instagram-image {
  max-height: 300px;
  max-width: 100%;
  object-fit: scale-down;
  aspect-ratio: 1 / 1; }

.tiktok-image {
  max-height: 300px;
  max-width: 100%;
  object-fit: scale-down;
  aspect-ratio: 9 / 16; }

/* Backpack */
h1[bp-section=page-heading] {
  font-size: 1.875rem;
  line-height: 2rem; }

/*# sourceMappingURL=coreuiv2-theme.css.map */
