[data-pc-preset=preset-custom] {
  --pc-sidebar-active-color: #32a852;
  --bs-blue: #32a852;
  --bs-primary: #32a852;
  --bs-primary-rgb: 50, 168, 82;
  --bs-primary-light: #cbffeb;
  --bs-link-color: #32a852;
  --bs-link-color-rgb: 50, 168, 82;
  --bs-link-hover-color: #004f00;
  --bs-link-hover-color-rgb: 50, 168, 82;
  --dt-row-selected: 50, 168, 82;
}
[data-pc-preset=preset-custom] .bg-light-primary {
  background: #cbffeb;
  color: #32a852;
}
[data-pc-preset=preset-custom] .link-primary {
  color: #32a852 !important;
}
[data-pc-preset=preset-custom] .link-primary:hover, [data-pc-preset=preset-custom] .link-primary:focus {
  color: #004f00 !important;
}
[data-pc-preset=preset-custom] .btn-primary {
  --bs-btn-color: #ffffff;
  --bs-btn-bg: #32a852;
  --bs-btn-border-color: #32a852;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #138933;
  --bs-btn-hover-border-color: #004f00;
  --bs-btn-focus-shadow-rgb: 70, 188, 102;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #004f00;
  --bs-btn-active-border-color: #004200;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffffff;
  --bs-btn-disabled-bg: #32a852;
  --bs-btn-disabled-border-color: #32a852;
}
[data-pc-preset=preset-custom] .btn-link {
  --bs-btn-color: #32a852;
  --bs-btn-hover-color: #004f00;
  --bs-btn-active-color: #004f00;
}
[data-pc-preset=preset-custom] .text-bg-primary {
  color: #ffffff !important;
  background-color: RGBA(50, 168, 82, var(--bs-bg-opacity, 1)) !important;
}
[data-pc-preset=preset-custom] .accordion {
  --bs-accordion-btn-focus-border-color: #32a852;
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.2rem rgba(50, 168, 82, 0.25);
  --bs-accordion-active-color: #32a852;
  --bs-accordion-active-bg: #cbffeb;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2332a852'%3e%3cpath fill-rule=' evenodd' d=' M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
[data-pc-preset=preset-custom] .alert-primary {
  --bs-alert-color: #002900;
  --bs-alert-bg: #9dffbd;
  --bs-alert-border-color: #8bffab;
  --bs-alert-link-color: #001c00;
}
[data-pc-preset=preset-custom] .list-group {
  --bs-list-group-active-bg: #32a852;
  --bs-list-group-active-border-color: #32a852;
}
[data-pc-preset=preset-custom] .list-group-item-primary {
  color: #002900;
  background-color: #9dffbd;
}
[data-pc-preset=preset-custom] .nav {
  --bs-nav-link-hover-color: #004f00;
}
[data-pc-preset=preset-custom] .nav-pills {
  --bs-nav-pills-link-active-bg: #32a852;
}
[data-pc-preset=preset-custom] .pagination {
  --bs-pagination-hover-color: #004f00;
  --bs-pagination-focus-color: #004f00;
  --bs-pagination-focus-box-shadow: 0 0 0 0.2rem rgba(50, 168, 82, 0.25);
  --bs-pagination-active-bg: #32a852;
  --bs-pagination-active-border-color: #32a852;
}
[data-pc-preset=preset-custom] .progress {
  --bs-progress-bar-bg: #32a852;
}
[data-pc-preset=preset-custom] .form-check .form-check-input.input-primary:checked {
  border-color: #32a852;
  background-color: #32a852;
}
[data-pc-preset=preset-custom] .form-check .form-check-input.input-light-primary:checked {
  border-color: #cbffeb;
  background-color: #cbffeb;
}
[data-pc-preset=preset-custom] .form-check .form-check-input.input-light-primary: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='%2332a852' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
[data-pc-preset=preset-custom] .form-check .form-check-input.input-light-primary: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='%2332a852'/%3e%3c/svg%3e");
}
[data-pc-preset=preset-custom] .form-check .form-check-input.input-primary:focus[type=checkbox], [data-pc-preset=preset-custom] .form-check .form-check-input.input-primary:focus[type=radio], [data-pc-preset=preset-custom] .form-check .form-check-input.input-light-primary:focus[type=checkbox], [data-pc-preset=preset-custom] .form-check .form-check-input.input-light-primary:focus[type=radio] {
  box-shadow: 0 0 0 0.2rem rgba(50, 168, 82, 0.25);
  border-color: #32a852;
}
[data-pc-preset=preset-custom] .form-check.form-switch .form-check-input.input-light-primary:checked {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2332a852'/%3e%3c/svg%3e");
}
[data-pc-preset=preset-custom] .btn-light-primary {
  background: #cbffeb;
  color: #32a852;
  border-color: #cbffeb;
}
[data-pc-preset=preset-custom] .btn-light-primary .material-icons-two-tone {
  background-color: #32a852;
}
[data-pc-preset=preset-custom] .btn-light-primary:hover {
  background: #32a852;
  color: #fff;
  border-color: #32a852;
}
[data-pc-preset=preset-custom] .btn-light-primary.focus, [data-pc-preset=preset-custom] .btn-light-primary:focus {
  background: #32a852;
  color: #fff;
  border-color: #32a852;
}
[data-pc-preset=preset-custom] .btn-light-primary:not(:disabled):not(.disabled).active, [data-pc-preset=preset-custom] .btn-light-primary:not(:disabled):not(.disabled):active, .show > [data-pc-preset=preset-custom] .btn-light-primary.dropdown-toggle {
  background: #32a852;
  color: #fff;
  border-color: #32a852;
}
[data-pc-preset=preset-custom] .btn-check:active + .btn-light-primary,
[data-pc-preset=preset-custom] .btn-check:checked + .btn-light-primary {
  background: #32a852;
  color: #fff;
  border-color: #32a852;
}
[data-pc-preset=preset-custom] .btn-link-primary {
  background: transparent;
  color: #32a852;
  border-color: transparent;
}
[data-pc-preset=preset-custom] .btn-link-primary .material-icons-two-tone {
  background-color: #32a852;
}
[data-pc-preset=preset-custom] .btn-link-primary:hover {
  background: #cbffeb;
  color: #32a852;
  border-color: #cbffeb;
}
[data-pc-preset=preset-custom] .btn-link-primary.focus, [data-pc-preset=preset-custom] .btn-link-primary:focus {
  background: #cbffeb;
  color: #32a852;
  border-color: #cbffeb;
}
[data-pc-preset=preset-custom] .btn-link-primary:not(:disabled):not(.disabled).active, [data-pc-preset=preset-custom] .btn-link-primary:not(:disabled):not(.disabled):active, .show > [data-pc-preset=preset-custom] .btn-link-primary.dropdown-toggle {
  background: #cbffeb;
  color: #32a852;
  border-color: #cbffeb;
}
[data-pc-preset=preset-custom] .btn-check:active + .btn-link-primary,
[data-pc-preset=preset-custom] .btn-check:checked + .btn-link-primary {
  background: #cbffeb;
  color: #32a852;
  border-color: #cbffeb;
}
[data-pc-preset=preset-custom] .slider-selection {
  background-image: linear-gradient(to bottom, #7ff59f 0, #7ff59f 100%);
}
[data-pc-preset=preset-custom] .slider-selection.tick-slider-selection {
  background-image: linear-gradient(to bottom, #6ae08a 0, #6ae08a 100%);
}
[data-pc-preset=preset-custom] .swal-button:not([disabled]):hover {
  background-color: #1e943e;
}
[data-pc-preset=preset-custom] .swal-button:active {
  background-color: #1e943e;
}
[data-pc-preset=preset-custom] .swal-button:focus {
  box-shadow: 0 0 0 1px #fff, 0 0 0 3px rgba(50, 168, 82, 0.29);
}
[data-pc-preset=preset-custom] .swal-content__input:focus {
  border-color: rgba(50, 168, 82, 0.29);
}
[data-pc-preset=preset-custom] .swal-content__textarea:focus {
  border-color: rgba(50, 168, 82, 0.29);
}
[data-pc-preset=preset-custom] .swal2-styled:focus {
  box-shadow: 0 0 0 1px #fff, 0 0 0 3px rgba(50, 168, 82, 0.4) !important;
}
[data-pc-preset=preset-custom] .slider-tick.in-selection {
  background-image: linear-gradient(to bottom, #6ae08a 0, #6ae08a 100%);
}
[data-pc-preset=preset-custom] .table-primary {
  --bs-table-color: #ffffff;
  --bs-table-bg: #32a852;
  --bs-table-border-color: #46bc66;
  --bs-table-striped-bg: #3cb25c;
  --bs-table-striped-color: #ffffff;
  --bs-table-active-bg: #46bc66;
  --bs-table-active-color: #ffffff;
  --bs-table-hover-bg: #37ad57;
  --bs-table-hover-color: #ffffff;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
