@media (min-width: 1500px) {
  .col-xxl {
    flex: 1 0 0%;
  }

  .row-cols-xxl-auto>* {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xxl-1>* {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xxl-2>* {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xxl-3>* {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .row-cols-xxl-4>* {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xxl-5>* {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xxl-6>* {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-xxl-0 {
    margin-left: 0;
  }

  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }

  .offset-xxl-3 {
    margin-left: 25%;
  }

  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }

  .offset-xxl-6 {
    margin-left: 50%;
  }

  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }

  .offset-xxl-9 {
    margin-left: 75%;
  }

  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }

  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0rem;
  }

  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0rem;
  }

  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 0.75rem;
  }

  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 0.75rem;
  }

  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1rem;
  }

  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1rem;
  }

  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 1.25rem;
  }

  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 1.25rem;
  }

  .g-xxl-6,
  .gx-xxl-6 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xxl-6,
  .gy-xxl-6 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xxl-7,
  .gx-xxl-7 {
    --bs-gutter-x: 1.75rem;
  }

  .g-xxl-7,
  .gy-xxl-7 {
    --bs-gutter-y: 1.75rem;
  }

  .g-xxl-8,
  .gx-xxl-8 {
    --bs-gutter-x: 2rem;
  }

  .g-xxl-8,
  .gy-xxl-8 {
    --bs-gutter-y: 2rem;
  }

  .g-xxl-9,
  .gx-xxl-9 {
    --bs-gutter-x: 2.25rem;
  }

  .g-xxl-9,
  .gy-xxl-9 {
    --bs-gutter-y: 2.25rem;
  }

  .g-xxl-10,
  .gx-xxl-10 {
    --bs-gutter-x: 2.5rem;
  }

  .g-xxl-10,
  .gy-xxl-10 {
    --bs-gutter-y: 2.5rem;
  }
}

/* :root {
    --bs-primary: #ce0030;
} */
.theme-color,
.app-sidebar-toggle .ki-duotone {
  color: #ce0030;
}

.bg-theme-primary {
  background-color: #ce0030;
}

.badge-light-primary-hover:hover {
  background-color: var(--bs-primary) !important;
  color: var(--bs-primary-light) !important;
}

[data-kt-app-layout=dark-sidebar] .app-sidebar {
  background-color: #ce0030;
}

[data-kt-app-sidebar-hoverable=true] .app-sidebar .app-sidebar-wrapper {}

[data-kt-app-layout=dark-sidebar] .app-sidebar .menu .menu-item .menu-heading {
  color: rgba(255, 255, 255, 0.6) !important;
}

.app-sidebar .menu .ki-duotone,
.app-sidebar .menu .ki-outline,
.app-sidebar .menu .ki-solid,
[data-kt-app-layout=dark-sidebar] .app-sidebar .menu .menu-item .menu-link .menu-icon,
[data-kt-app-layout=dark-sidebar] .app-sidebar .menu .menu-item .menu-link .menu-icon .svg-icon,
[data-kt-app-layout=dark-sidebar] .app-sidebar .menu .menu-item .menu-link .menu-icon i,
[data-kt-app-layout=dark-sidebar] .app-sidebar .menu .menu-item .menu-link .menu-title {
  color: #ffffff;
}

[data-kt-app-layout=dark-sidebar] .app-sidebar .menu .menu-item .menu-link .menu-bullet .bullet,
[data-kt-app-layout=dark-sidebar] .app-sidebar .menu .menu-item .menu-link .menu-arrow:after {
  background-color: #ffffff;
}

[data-kt-app-layout=dark-sidebar] .app-sidebar .scroll-y:hover,
[data-kt-app-layout=dark-sidebar] .app-sidebar .hover-scroll-overlay-y:hover {
  scrollbar-color: rgba(255, 255, 255, 0.5) transparent;
}

/* .menu-item .menu-link{padding-left: 1.5rem;} */

[data-kt-app-sidebar-fixed=true] .app-sidebar {
  top: 60px
}

[data-kt-app-layout=dark-sidebar] .app-sidebar .menu .menu-item .menu-link:hover,
[data-kt-app-layout=dark-sidebar] .app-sidebar .menu .menu-item .menu-link.active {
  background-color: rgba(0, 0, 0, 0.1);
}

[data-kt-app-layout=dark-sidebar] .app-sidebar .menu .menu-item .menu-link {
  margin-right: 1rem;
}

@media only screen and (min-width: 992px) {
  [data-kt-app-sidebar-fixed=true] .app-sidebar {
    top: 74px
  }
}

[data-kt-app-header-fixed=true][data-kt-app-sidebar-fixed=true][data-kt-app-sidebar-push-header=true] .app-header,
[data-kt-app-header-fixed=true][data-kt-app-sidebar-sticky=on][data-kt-app-sidebar-push-header=true] .app-header {
  left: 0
}

.app-sidebar-logo #kt_app_sidebar_toggle {
  margin-top: 2.5rem !important;
  z-index: 99;
}

#kt_app_header_wrapper .btn-outline {
  margin-right: 5px !important
}

@media only screen and (max-width: 374px) {
  #kt_app_header_container .d-flex>a.d-lg-none .h-50px {
    height: 36px !important;
  }

  #kt_app_header_wrapper .btn-outline {
    padding-left: 6px !important;
    padding-right: 6px !important
  }
}

.btn.btn-theme {
  color: #ffffff !important;
  border-color: #ce0030;
  background-color: #ce0030 !important;
}

.btn.btn-theme .ki-duotone {
  line-height: 1;
  font-size: 1rem;
  color: #ffffff !important;
}

.btn.btn-theme .bi {
  line-height: 1;
  font-size: 1rem;
  color: #ffffff !important;
}

.btn-check:checked+.btn.btn-theme,
.btn-check:active+.btn.btn-theme,
.btn.btn-theme:focus:not(.btn-active),
.btn.btn-theme:hover:not(.btn-active),
.btn.btn-theme:active:not(.btn-active),
.btn.btn-theme.active,
.btn.btn-theme.show,
.show>.btn.btn-theme {
  color: #ffffff;
  border-color: #b10029;
  background-color: #b10029 !important;
}


.customThemetable .table>tfoot>tr>th,
.customThemetable .table>thead>tr:first-child>th {
  background-color: rgb(250 250 250) !important;
}

.table>thead.bg-white>tr:first-child>th {
  background-color: #ffffff !important;
}


/* .table>thead {
  border-top: 1px solid #f1f1f4 !important;
} */

.dt-scroll-footInner .table {
  border-bottom: 1px solid #f1f1f4 !important;
}

.table>thead>tr+tr>th {
  vertical-align: middle;
}

.dt-scroll-footInner .min-h-100px {
  min-height: 1px !important;
}

.customThemetable .table:not(.table-bordered).table-row-bordered tfoot th,
.customThemetable .table:not(.table-bordered).table-row-bordered tfoot td {
  border-color: #f1f1f4 !important;
}

.dt-buttons .btn>span {
  display: inline-flex;
  gap: 5px;
}

table.dataTable thead>tr>th.dt-orderable-asc,
table.dataTable thead>tr>th.dt-orderable-desc,
table.dataTable thead>tr>td.dt-orderable-asc,
table.dataTable thead>tr>td.dt-orderable-desc {
  vertical-align: middle;
}

.page-item.active .page-link {
  background: #ce0030;
}

.page-link:hover,
.page-item:hover:not(.active):not(.offset):not(.disabled) .page-link,
.dt-container .dt-processing {
  color: #ce0030;
}

.table.dataTable:not(.table-bordered) tr:first-child,
.table.dataTable:not(.table-bordered) th:first-child,
.table.dataTable:not(.table-bordered) td:first-child {
  padding-left: 0.75rem
}

div[role="menu"] {
  max-height: 300px;
  overflow-y: auto;
}

.text-normal {
  white-space: normal;
}

.table:not(.table-bordered) tr:last-child,
.table:not(.table-bordered) th:last-child,
.table:not(.table-bordered) td:last-child {
  padding-right: 0.75rem;
}


body table.dataTable th.dt-type-numeric,
body table.dataTable th.dt-type-date,
body table.dataTable td.dt-type-numeric,
body table.dataTable td.dt-type-date {
  text-align: left;
}

.w-120px {
  width: 120px !important;
}

.btn-light-theme {
  background-color: #fde8ed;
  color: #ce0030;
}

.btn-light-theme:hover {
  background-color: #ce0030;
  color: #ffffff;
}

.theme-section .btn-check:checked+.btn.btn-active-light-primary i,
.theme-section .btn-check:checked+.btn.btn-active-light-primary .svg-icon,
.theme-section .btn-check:active+.btn.btn-active-light-primary i,
.theme-section .btn-check:active+.btn.btn-active-light-primary .svg-icon,
.theme-section .btn.btn-active-light-primary:focus:not(.btn-active) i,
.theme-section .btn.btn-active-light-primary:focus:not(.btn-active) .svg-icon,
.theme-section .btn.btn-active-light-primary:hover:not(.btn-active) i,
.theme-section .btn.btn-active-light-primary:hover:not(.btn-active) .svg-icon,
.theme-section .btn.btn-active-light-primary:active:not(.btn-active) i,
.theme-section .btn.btn-active-light-primary:active:not(.btn-active) .svg-icon,
.theme-section .btn.btn-active-light-primary.active i,
.theme-section .btn.btn-active-light-primary.active .svg-icon,
.theme-section .btn.btn-active-light-primary.show i,
.theme-section .btn.btn-active-light-primary.show .svg-icon,
.theme-section .show>.btn.btn-active-light-primary i,
.theme-section .show>.btn.btn-active-light-primary .svg-icon {
  color: #ce0030;
}

.theme-section .btn-check:checked+.btn.btn-active-light-primary,
.theme-section .btn-check:active+.btn.btn-active-light-primary,
.theme-section .btn.btn-active-light-primary:focus:not(.btn-active),
.theme-section .btn.btn-active-light-primary:hover:not(.btn-active),
.theme-section .btn.btn-active-light-primary:active:not(.btn-active),
.theme-section .btn.btn-active-light-primary.active,
.theme-section .btn.btn-active-light-primary.show,
.theme-section .show>.btn.btn-active-light-primary {
  color: #ce0030;
  background-color: #fff5f7 !important;
}

.theme-section .btn-check:checked+.btn.btn-active-color-primary,
.theme-section .btn-check:active+.btn.btn-active-color-primary,
.theme-section .btn.btn-active-color-primary:focus:not(.btn-active),
.theme-section .btn.btn-active-color-primary:hover:not(.btn-active),
.theme-section .btn.btn-active-color-primary:active:not(.btn-active),
.theme-section .btn.btn-active-color-primary.active,
.theme-section .btn.btn-active-color-primary.show,
.theme-section .show>.btn.btn-active-color-primary {
  color: #ce0030;
}

.btn-light-theme .ki-duotone,
.btn-light-theme .ki-outline,
.btn-light-theme .bi,
.btn-light-theme .ki-solid {
  color: #ce0030;
}

.btn-light-theme:hover .ki-duotone,
.btn-light-theme:hover .ki-outline,
.btn-light-theme:hover .bi,
.btn-light-theme:hover .ki-solid {
  color: #ffffff;
}

.theme-section .btn-check:checked+.btn.btn-outline.btn-outline-dashed,
.theme-section .btn-check:active+.btn.btn-outline.btn-outline-dashed,
.theme-section .btn.btn-outline.btn-outline-dashed:focus:not(.btn-active),
.theme-section .btn.btn-outline.btn-outline-dashed:hover:not(.btn-active),
.theme-section .btn.btn-outline.btn-outline-dashed:active:not(.btn-active),
.theme-section .btn.btn-outline.btn-outline-dashed.active,
.theme-section .btn.btn-outline.btn-outline-dashed.show,
.theme-section .show>.btn.btn-outline.btn-outline-dashed {
  border-color: #ce0030;
}

.shadow-0 {
  box-shadow: none !important;
}

.timeline .status-success {
  color: #17c653 !important;
}

.timeline .timeline-status-success {
  border: 1px solid #17c653 !important;
}

.timeline .timeline-line-status-success {
  border-left-color: #17c653 !important;
}


.timeline .status-pending {
  color: #F6C000 !important;
}

.timeline .timeline-status-pending {
  border: 1px solid #F6C000 !important;
}

.timeline .timeline-line-status-pending {
  border-left-color: #F6C000 !important;
}


.timeline .status-danger {
  color: #F8285A !important;
}

.timeline .timeline-status-danger {
  border: 1px solid #F8285A !important;
}

.timeline .timeline-line-status-danger {
  border-left-color: #F8285A !important;
}


.timeline .border-secondary{
  border-color: #78829D !important;
}

.timeline .status-secondary {
  color: #78829D !important;
}

.timeline .timeline-status-secondary {
  border: 1px solid #78829D !important;
}

.timeline .timeline-line-status-secondary {
  border-left-color: #78829D !important;
}


/* begin: uppy custom css */
.uppy .uppy-Root {
  font-family: Poppins, Helvetica, "sans-serif";
}

.uppy .uppy-Root.uppy-DragDrop--is-dragdrop-supported {
  border: 2px dashed #EBEDF3;
}

.uppy .uppy-Dashboard-inner {
  background-color: #F3F6F9;
  border: 1px solid #EBEDF3;
}

.uppy .uppy-Dashboard-inner .uppy-DashboardContent-bar,
.uppy .uppy-Dashboard-inner .uppy-Dashboard-AddFilesPanel,
.uppy .uppy-Dashboard-inner .uppy-DashboardContent-panel,
.uppy .uppy-Dashboard-inner .uppy-DashboardItem-progress,
.uppy .uppy-Dashboard-inner .uppy-DashboardItem-action,
.uppy .uppy-Dashboard-inner .uppy-DashboardItem-previewLink {
  z-index: 1;
}

.uppy .uppy-Dashboard-inner .uppy-DashboardContent-title {
  color: #3F4254;
  font-size: 1rem;
  font-weight: 500;
}

.uppy .uppy-Dashboard-inner .uppy-DashboardContent-addMoreCaption {
  font-size: 0.9rem;
}

.uppy .uppy-Dashboard-inner .uppy-DashboardTabs .uppy-Dashboard-dropFilesTitle {
  color: #3F4254;
  font-size: 1.3rem;
  font-weight: 500;
}

.uppy .uppy-Dashboard-inner .uppy-DashboardTabs .uppy-DashboardTab-name {
  color: #3F4254;
}

.uppy .uppy-Dashboard-inner .uppy-DashboardItem.is-complete .progress {
  stroke: #1BC5BD;
  fill: #1BC5BD;
}

.uppy .uppy-Dashboard-inner .uppy-StatusBar-statusSecondary {
  overflow: visible;
}

.uppy .uppy-DragDrop-container:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-color: #3699FF !important;
}

.uppy .uppy-DashboardAddFiles-info {
  bottom: 20px !important;
}

.uppy .uppy-Dashboard-note {
  color: #3F4254;
  font-size: 0.9rem;
  font-weight: 400;
}

.uppy .uppy-btn-primary {
  font-size: 1rem;
  font-weight: 400;
  background: #3699FF;
  color: #ffffff;
  outline: none !important;
}

.uppy .uppy-btn-primary:focus,
.uppy .uppy-btn-primary:hover {
  background-color: #1789ff;
}

.uppy .uppy-DashboardContent-back {
  font-size: 1rem;
  font-weight: 500;
  color: #3699FF;
  outline: none !important;
}

.uppy .uppy-DashboardContent-back:focus,
.uppy .uppy-DashboardContent-back:hover {
  color: #1789ff;
}

.uppy .uppy-Dashboard-browse {
  color: #3699FF;
}

.uppy .uppy-Dashboard-browse:focus,
.uppy .uppy-Dashboard-browse:hover {
  color: #1789ff;
}

.uppy .uppy-DashboardContent-addMore svg {
  stroke: #3699FF;
  fill: #3699FF;
}

.uppy .uppy-ProgressBar {
  z-index: 1;
}

.uppy .uppy-ProgressBar .uppy-ProgressBar-inner {
  background-color: #3699FF;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.uppy .uppy-ProgressBar .uppy-ProgressBar-percentage {
  color: #3F4254;
  font-size: 0.9rem;
  font-weight: 400;
}

.uppy .uppy-DragDrop-label {
  font-size: 1rem;
  font-weight: 500;
  color: #3F4254;
}

.uppy .uppy-DragDrop-label .uppy-DragDrop-dragText {
  color: #3699FF;
}

.uppy .uppy-DragDrop-label .uppy-DragDrop-dragText:focus,
.uppy .uppy-DragDrop-label .uppy-DragDrop-dragText:hover {
  color: #1789ff;
}

.uppy .uppy-StatusBar {
  z-index: 1;
}

.uppy .uppy-StatusBar .uppy-StatusBar-status {
  overflow-x: visible;
  display: none;
}

.uppy .uppy-StatusBar .uppy-StatusBar-progress {
  background-color: #3699FF;
}

.uppy .uppy-StatusBar .uppy-StatusBar-content .uppy-StatusBar-statusPrimary {
  font-size: 0.9rem;
  font-weight: 400;
  color: #3F4254;
}

.uppy .uppy-StatusBar .uppy-StatusBar-content .uppy-StatusBar-spinner svg {
  fill: #3699FF;
}

.uppy .uppy-StatusBar .uppy-StatusBar-actions .uppy-StatusBar-actionCircleBtn .UppyIcon circle {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  fill: #EBEDF3;
}

.uppy .uppy-StatusBar .uppy-StatusBar-actions .uppy-StatusBar-actionCircleBtn .UppyIcon path {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  fill: #3F4254;
}

.uppy .uppy-StatusBar .uppy-StatusBar-actions .uppy-StatusBar-actionCircleBtn .UppyIcon:hover circle {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  fill: #3699FF;
}

.uppy .uppy-StatusBar .uppy-StatusBar-actions .uppy-StatusBar-actionCircleBtn .UppyIcon:hover path {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  fill: #ffffff;
}

.uppy .uppy-StatusBar.is-complete .uppy-StatusBar-progress {
  background-color: #1BC5BD;
}

.uppy .uppy-StatusBar.uppy-Root .uppy-StatusBar-content {
  padding-left: 0 !important;
}

.uppy .uppy-StatusBar.uppy-Root .uppy-StatusBar-actions {
  right: 0 !important;
}

.uppy .uppy.uppy-Informer p {
  background-color: rgba(246, 78, 96, 0.1);
  color: #F64E60;
  border-radius: 0.42rem;
}

.uppy .uppy-progress {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.uppy .uppy-status {
  -webkit-transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
  transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
}

.uppy .uppy-status.uppy-status-ongoing {
  height: 40px;
  opacity: 1;
}

.uppy .uppy-status.uppy-status-hidden {
  display: none;
}

.uppy .uppy-btn {
  margin-top: 10px;
}

.uppy .uppy-thumbnails {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.uppy .uppy-thumbnails .uppy-thumbnail-container {
  width: calc(50% - 5px);
  margin: 10px 5px 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 50px;
  background-color: #F3F6F9;
  border-radius: 0.42rem;
  overflow: hidden;
}

.uppy .uppy-thumbnails .uppy-thumbnail-container .uppy-thumbnail {
  width: 60px;
  height: 50px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.uppy .uppy-thumbnails .uppy-thumbnail-container .uppy-thumbnail img {
  height: 100%;
  width: auto;
}

.uppy .uppy-thumbnails .uppy-thumbnail-container .uppy-thumbnail-label {
  font-weight: 400;
  color: #3F4254;
  margin-left: 10px;
  padding-right: 10px;
}

.uppy .uppy-thumbnails .uppy-thumbnail-container .uppy-remove-thumbnail {
  margin: auto 10px auto auto;
  cursor: pointer;
}

.uppy .uppy-thumbnails .uppy-thumbnail-container .uppy-remove-thumbnail i {
  font-size: 0.7rem;
  color: #7E8299;
  -webkit-transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
  transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
}

.uppy .uppy-thumbnails .uppy-thumbnail-container .uppy-remove-thumbnail:hover i {
  color: #3699FF;
  -webkit-transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
  transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
}

.uppy .uppy-thumbnails .uppy-thumbnail-container:nth-child(odd) {
  margin-left: 0;
}

.uppy .uppy-thumbnails .uppy-thumbnail-container:nth-child(even) {
  margin-right: 0;
}

@media (max-width: 1199.98px) {
  .uppy .uppy-thumbnails .uppy-thumbnail-container {
    width: 100%;
    margin: 10px 0 0;
  }
}

.uppy .uppy-list .uppy-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.5rem 1rem;
  background-color: #F3F6F9;
  margin-top: 0.75rem;
  border-radius: 0.42rem;
}

.uppy .uppy-list .uppy-list-item:last-child {
  margin-bottom: 0.75rem;
}

.uppy .uppy-list .uppy-list-item .uppy-list-label {
  font-weight: 500;
  color: #7E8299;
}

.uppy .uppy-list .uppy-list-item .uppy-list-remove {
  cursor: pointer;
  margin-left: 1rem;
}

.uppy .uppy-list .uppy-list-item .uppy-list-remove i {
  -webkit-transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
  transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
  font-size: 0.7rem;
  color: #7E8299;
}

.uppy .uppy-list .uppy-list-item .uppy-list-remove:hover i {
  -webkit-transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
  transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
  color: #3699FF;
}

.uppy .uppy-wrapper .uppy-FileInput-container {
  margin-bottom: 0rem;
}

.uppy .uppy-input-control {
  position: relative;
  z-index: 1;
  height: 0;
  width: 0;
  opacity: 0;
}

.uppy .uppy-informer-min .uppy-Informer {
  position: static !important;
  top: auto;
  bottom: auto;
  -webkit-transform: none;
  transform: none;
  z-index: 0;
}

.uppy .uppy-informer-min .uppy-Informer[aria-hidden=true] {
  display: none;
}

.uppy .uppy-informer-min .uppy-Informer p {
  display: block;
  max-width: none;
}

/* end: uppy custom css */


.theme-outline {
  border-color: #ce0030 !important;
}

.theme-outline-dashed {
  border-width: 1px;
  border-style: dashed;
}

.bg-light-theme {
  color: #ce0030 !important;
  background-color: #fff5f7 !important;
}


.form-control.form-control-readonly {
  background-color: #e5e5e5;
  border-color: #e5e5e5;
  color: #4b5675;
  transition: color 0.2s ease;
}

.bg-theme-danger{
  background-color: #e23636;
}

.bg-theme-success{
  background-color: #3a990c;
}

.bg-theme-info{
  background-color: #2db0ca;
}

.bg-theme-warning{
  background-color: #ebbe1d;
}

#alert-wrapper-js .alert-sticky{
  position: static;
}

#alert-wrapper-js:has(.alert-sticky){
  position: sticky;
  top: 0;
  z-index: 11;  
}

.alert-sticky {
  top: 0;
  z-index: 11;
}

.flex-min-150 > div{
  flex: 1 0 150px;
}


.fv-plugins-message-container{
  margin-top: 0;
}
.fv-plugins-message-container:not(.mt-0) > *{
  margin-top: 0.5rem;
}


.select2-container{
  min-width: 100px;
  max-width: 100%;
}


.customThemetable .card-body.py-4{padding: 0 !important;}
.customThemetable .custom-theme-table-footer,
.customThemetable .custom-theme-table-header{padding-inline: 2.25rem;}

.customThemetable .custom-theme-table-footer .form-select.form-select-solid{min-width: 60px;}

.customThemetable .dt-buttons.btn-group{gap: 0.75rem !important}

.customThemetable .table.gy-2 th{padding-top: 0.75rem;padding-bottom: 0.75rem;}


.custom-theme-table-footer label[for="dt-length-1"]{padding-right: 0.5rem;}
.customThemetable .dt-scroll-body{min-height: 100px;}

@media only screen and (max-width: 767px) {
.customThemetable .custom-theme-table-footer{padding-inline: 1.25rem;padding-top: 1rem;}
.customThemetable .custom-theme-table-header{padding-inline: 1.25rem;}


.custom-theme-table-header:has(.dt-buttons:empty) .column-visibility{display: none;}

}


@media only screen and (min-width: 576px) {
.row > div > label.form-label{
  min-height: calc(1.5em + 1.067rem);
  display: flex;
  align-items: center;
}
}

@media only screen and (min-width: 992px) {
#alert-wrapper-js:has(.alert-sticky),
.alert-sticky {
    top: 74px;
}

body:not([data-kt-app-header-minimize=on]) .app-header{
  background-color: var(--bs-app-bg-color);
}

}


body:not(:has(.app-sidebar-menu)) .app-wrapper{
  margin-left: 0;
}

.color-inherit{
  color: inherit !important;
}

.min-w-45{
  min-width: 45%;;
}


.notice-warning-shadow {
    --bs-card-box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.05) !important;
    --bs-card-border-color: #FFF8DD !important;
    border: 1px solid var(--bs-card-border-color) !important;
    box-shadow: var(--bs-card-box-shadow);
}

/* validation color trigger */
.form-select.is-invalid + .select2 .select2-selection,
.was-validated .form-select:invalid, .form-select.is-invalid {
    border-color: var(--bs-form-invalid-border-color) !important;
}