:where(body.fix-header.fix-sidebar.card-no-border) {
  --oventa-blue: #009efb;
  --oventa-blue-dark: #028ee1;
  --oventa-ink: #12344d;
  --oventa-muted: #6d8194;
  --oventa-line: #d8ebf7;
  --oventa-soft: #eaf6fd;
  --oventa-softest: #f7fcff;
  --oventa-ok: #26c281;
}

:where(body.fix-header.fix-sidebar.card-no-border) .page-wrapper {
  background:
    radial-gradient(circle at 12% 6%, rgba(0, 158, 251, 0.10), transparent 24%),
    linear-gradient(135deg, #f5fbff 0%, #eaf6fd 46%, #ffffff 100%);
}

:where(body.fix-header.fix-sidebar.card-no-border) .container-fluid {
  padding-top: 16px;
}

:where(body.fix-header.fix-sidebar.card-no-border) .page-titles {
  align-items: center;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(0, 158, 251, 0.12);
  border-radius: 18px;
  box-shadow: 0 18px 44px rgba(18, 52, 77, 0.08);
  margin-bottom: 16px;
  padding: 13px 16px;
}

:where(body.fix-header.fix-sidebar.card-no-border) .page-titles h3 {
  color: var(--oventa-ink);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.15;
}

:where(body.fix-header.fix-sidebar.card-no-border) .breadcrumb {
  background: transparent;
  font-size: 11px;
  margin-bottom: 0;
  padding: 3px 0 0;
}

:where(body.fix-header.fix-sidebar.card-no-border) .breadcrumb,
:where(body.fix-header.fix-sidebar.card-no-border) .breadcrumb a {
  color: var(--oventa-muted);
}

:where(body.fix-header.fix-sidebar.card-no-border) .text-themecolor {
  color: var(--oventa-blue) !important;
}

:where(body.fix-header.fix-sidebar.card-no-border) .card {
  border: 1px solid rgba(0, 158, 251, 0.12);
  border-radius: 18px;
  box-shadow: 0 18px 44px rgba(18, 52, 77, 0.08);
  margin-bottom: 16px;
  overflow: hidden;
}

:where(body.fix-header.fix-sidebar.card-no-border) .card-body,
:where(body.fix-header.fix-sidebar.card-no-border) .row.card-body {
  padding: 17px;
}

:where(body.fix-header.fix-sidebar.card-no-border) .card-body.p-b-0,
:where(body.fix-header.fix-sidebar.card-no-border) .row.card-body.p-b-10 {
  padding-bottom: 17px !important;
}

:where(body.fix-header.fix-sidebar.card-no-border) .card-title {
  align-items: center;
  color: var(--oventa-ink);
  display: flex;
  flex-wrap: wrap;
  font-size: 17px;
  font-weight: 700;
  gap: 8px;
  justify-content: space-between;
  line-height: 1.18;
  margin-bottom: 9px;
}

:where(body.fix-header.fix-sidebar.card-no-border) .card-subtitle,
:where(body.fix-header.fix-sidebar.card-no-border) .text-muted {
  color: var(--oventa-muted) !important;
}

:where(body.fix-header.fix-sidebar.card-no-border) hr {
  border-color: var(--oventa-line);
  margin: 11px 0;
}

:where(body.fix-header.fix-sidebar.card-no-border) label {
  color: var(--oventa-ink);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 4px;
}

:where(body.fix-header.fix-sidebar.card-no-border) .form-group {
  margin-bottom: 11px;
}

:where(body.fix-header.fix-sidebar.card-no-border) .form-control,
:where(body.fix-header.fix-sidebar.card-no-border) .select2-container--default .select2-selection--single {
  background: var(--oventa-softest);
  border: 1px solid var(--oventa-line);
  border-radius: 13px;
  color: var(--oventa-ink);
  min-height: 40px;
}

:where(body.fix-header.fix-sidebar.card-no-border) .form-control:focus,
:where(body.fix-header.fix-sidebar.card-no-border) .select2-container--default.select2-container--focus .select2-selection--single {
  background: #ffffff;
  border-color: var(--oventa-blue);
  box-shadow: 0 0 0 3px rgba(0, 158, 251, 0.12);
}

:where(body.fix-header.fix-sidebar.card-no-border) .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: var(--oventa-ink);
  line-height: 40px;
  padding-left: 14px;
}

:where(body.fix-header.fix-sidebar.card-no-border) .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 40px;
  right: 8px;
}

:where(body.fix-header.fix-sidebar.card-no-border) .btn {
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  min-height: 34px;
  padding: 7px 13px;
}

:where(body.fix-header.fix-sidebar.card-no-border) .btn-info,
:where(body.fix-header.fix-sidebar.card-no-border) .btn-primary,
:where(body.fix-header.fix-sidebar.card-no-border) .btn-themecolor {
  background: linear-gradient(135deg, var(--oventa-blue), var(--oventa-blue-dark));
  border-color: var(--oventa-blue);
  box-shadow: 0 10px 22px rgba(0, 158, 251, 0.18);
}

:where(body.fix-header.fix-sidebar.card-no-border) .btn-info:hover,
:where(body.fix-header.fix-sidebar.card-no-border) .btn-primary:hover,
:where(body.fix-header.fix-sidebar.card-no-border) .btn-themecolor:hover {
  background: linear-gradient(135deg, #18a9ff, #027fcc);
  border-color: var(--oventa-blue-dark);
}

:where(body.fix-header.fix-sidebar.card-no-border) .btn-success {
  background: var(--oventa-ok);
  border-color: var(--oventa-ok);
  box-shadow: 0 10px 22px rgba(38, 194, 129, 0.18);
}

:where(body.fix-header.fix-sidebar.card-no-border) .btn-danger,
:where(body.fix-header.fix-sidebar.card-no-border) .btn-warning,
:where(body.fix-header.fix-sidebar.card-no-border) .btn-secondary,
:where(body.fix-header.fix-sidebar.card-no-border) .btn-default {
  border-radius: 999px;
}

:where(body.fix-header.fix-sidebar.card-no-border) .btn-circle {
  align-items: center;
  display: inline-flex;
  height: 34px;
  justify-content: center;
  padding: 0;
  width: 34px;
}

:where(body.fix-header.fix-sidebar.card-no-border) .table {
  border: 0;
  border-collapse: separate;
  border-radius: 16px;
  border-spacing: 0 6px;
  font-size: 13px;
  margin-bottom: 0;
  overflow: hidden;
}

:where(body.fix-header.fix-sidebar.card-no-border) .table-responsive,
:where(body.fix-header.fix-sidebar.card-no-border) .dataTables_wrapper {
  border-radius: 18px;
}

:where(body.fix-header.fix-sidebar.card-no-border) .table-bordered,
:where(body.fix-header.fix-sidebar.card-no-border) .table-bordered td,
:where(body.fix-header.fix-sidebar.card-no-border) .table-bordered th {
  border: 0;
}

:where(body.fix-header.fix-sidebar.card-no-border) .table thead th {
  background: transparent;
  border: 0;
  color: var(--oventa-muted);
  font-size: 11px;
  font-weight: 700;
  padding: 6px 8px;
  text-transform: uppercase;
}

:where(body.fix-header.fix-sidebar.card-no-border) .table tbody tr {
  background: #ffffff;
  box-shadow: 0 8px 20px rgba(18, 52, 77, 0.05);
}

:where(body.fix-header.fix-sidebar.card-no-border) .table tbody td,
:where(body.fix-header.fix-sidebar.card-no-border) .table tbody th {
  border: 0;
  color: var(--oventa-ink);
  padding: 7px 8px;
  vertical-align: middle;
}

:where(body.fix-header.fix-sidebar.card-no-border) .table tbody tr td:first-child,
:where(body.fix-header.fix-sidebar.card-no-border) .table tbody tr th:first-child {
  border-bottom-left-radius: 16px;
  border-top-left-radius: 16px;
}

:where(body.fix-header.fix-sidebar.card-no-border) .table tbody tr td:last-child,
:where(body.fix-header.fix-sidebar.card-no-border) .table tbody tr th:last-child {
  border-bottom-right-radius: 16px;
  border-top-right-radius: 16px;
}

:where(body.fix-header.fix-sidebar.card-no-border) .table a {
  color: var(--oventa-blue);
  font-weight: 700;
}

:where(body.fix-header.fix-sidebar.card-no-border) .modal-content {
  border: 0;
  border-radius: 20px;
  box-shadow: 0 28px 70px rgba(18, 52, 77, 0.20);
  overflow: hidden;
}

:where(body.fix-header.fix-sidebar.card-no-border) .modal-header {
  background: linear-gradient(135deg, var(--oventa-blue), var(--oventa-blue-dark));
  color: #ffffff;
  padding: 14px 16px;
}

:where(body.fix-header.fix-sidebar.card-no-border) .modal-title,
:where(body.fix-header.fix-sidebar.card-no-border) .modal-header .close {
  color: #ffffff;
}

:where(body.fix-header.fix-sidebar.card-no-border) .modal-body,
:where(body.fix-header.fix-sidebar.card-no-border) .modal-footer {
  padding: 14px 16px;
}

:where(body.fix-header.fix-sidebar.card-no-border) .modal-footer {
  border-top: 1px solid var(--oventa-line);
}

:where(body.fix-header.fix-sidebar.card-no-border) .ribbon-wrapper-reverse {
  align-items: center;
  display: flex;
  min-height: 0;
  overflow: visible;
  padding: 12px 16px 0 !important;
}

:where(body.fix-header.fix-sidebar.card-no-border) .ribbon {
  align-items: center;
  border-radius: 999px;
  box-shadow: 0 10px 22px rgba(18, 52, 77, 0.10);
  clear: none;
  display: inline-flex;
  font-size: 12px;
  font-weight: 700;
  height: auto;
  left: auto;
  line-height: 1;
  min-height: 30px;
  padding: 8px 16px;
  position: static;
  top: auto;
  white-space: nowrap;
}

:where(body.fix-header.fix-sidebar.card-no-border) .ribbon-bookmark:before {
  display: none;
}

@media (max-width: 767px) {
  :where(body.fix-header.fix-sidebar.card-no-border) .page-titles,
  :where(body.fix-header.fix-sidebar.card-no-border) .card {
    border-radius: 16px;
  }

  :where(body.fix-header.fix-sidebar.card-no-border) .pull-right {
    float: none !important;
  }
}
