/*** 01 VARIABLES ***/
/*** 02 TYPOGRAPHY ***/
/*** 03 COMMON ***/
/*** 04 BUTTON ***/
/*** 05 FORM ***/
/*** 06 BADGE ***/
/*** 07 SWITCH ***/
/*** 08 ALERTS ***/
/*** 09 PAGINATION ***/
/*** 10 CARD ***/
/*** 11 TAB ***/
/*** 12 TABLE ***/
/*** 13 HEADER ***/
/*** 14 FOOTER ***/
/*** 15 DROPDOWN ***/
/*** 16 MODAL ***/
/*** 17 SIDEBAR ***/
/*** 18 PROGRESSBAR ***/
/*** 19 DROPZON ***/
/*** 20 CUSTOMIZER ***/
/*** 21 CALENDAR-APP ***/
/*** 22 AUTHENTICATION ***/
/*** 23 ORDER ***/
/*** 23 CHAT APP ***/
/*** 24 PRODUCT ***/
/*** 25 CUSTOMER ***/
/*** 25 ANALYSIS ***/
/*** 25 STORE ***/
/*** 26 DASHBOARD ***/
/*** 27 RESPONSIVE ***/
/*******************
 01 VARIABLES
********************/
@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap");
:root {
  --bs-bodybg-color: #f2f7f5;
  --bs-border-color: #cccccc;
  --bs-primary-lighten: white;
  --bs-sidebar-bg: #ffffff;
  --bs-sidebarbg-light: var(--bs-bodybg-color);
  --bs-sidebar-link: currentColor;
  --bs-sidebar-linkactivefont: #ffffff;
  --bs-sidebar-linkactive: #fb8c00;
  --bs-sidebar-itembefore: currentColor;
  --bs-iconnav-color: #f2f7f5;
  --bs-sidebarborder-color: #cccccc;
}

[data-bs-theme=dark] {
  --bs-border-color: #495057;
  --bs-body-bg: #202020;
  --bs-bodybg-color: #120806;
  --bs-sidebar-bg: #202020;
  --bs-sidebarbg-light: #120806;
  --bs-iconnav-color: #120806;
  --bs-sidebarborder-color: #495057;
  --bs-primary-lighten:#202020;
}

[data-sidebar-theme=dark] {
  --bs-sidebar-bg: #202020;
  --bs-sidebarbg-light: #120806;
  --bs-sidebar-link: #dee2e6;
  --bs-iconnav-color: #120806;
  --bs-sidebarborder-color: #495057;
}

/*******************
 02 TYPOGRAPHY
********************/
body {
  font-size: 14px;
  font-weight: 500;
  font-family: "Nunito", sans-serif;
  background-color: var(--bs-bodybg-color);
}

a {
  text-decoration: none;
  color: currentColor;
}
a:hover {
  color: currentColor;
}

h1, h2, h3, h4, h5, h6, p {
  margin-bottom: 0;
}

ol, ul, dl {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

ul.liststyle-number {
  padding-left: 20px;
}
ul.liststyle-number li {
  list-style-type: auto;
}

h1 {
  font-size: 34px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

p {
  color: #9D9D9D;
}

/****************
 03 COMMON START
*****************/
/*  bg color */
.bg-primary {
  background-color: #fb8c00 !important;
}

.bg-secondary {
  background-color: #edba31 !important;
}

.bg-success {
  background-color: #02BC7D !important;
}

.bg-info {
  background-color: #2196F3 !important;
}

.bg-warning {
  background-color: #F5BA4A !important;
}

.bg-danger {
  background-color: #e73636 !important;
}

.bg-light-primary {
  background-color: rgba(251, 140, 0, 0.3) !important;
}

.bg-light-secondary {
  background-color: rgba(237, 186, 49, 0.3) !important;
}

.bg-light-success {
  background-color: rgba(2, 188, 125, 0.3) !important;
}

.bg-light-info {
  background-color: rgba(33, 150, 243, 0.3) !important;
}

.bg-light-warning {
  background-color: rgba(245, 186, 74, 0.3) !important;
}

.bg-light-danger {
  background-color: rgba(231, 54, 54, 0.3) !important;
}

/*  font color */
.text-primary {
  color: #fb8c00 !important;
}

.text-secondary {
  color: #edba31 !important;
}

.text-success {
  color: #02BC7D !important;
}

.text-info {
  color: #2196F3 !important;
}

.text-warning {
  color: #F5BA4A !important;
}

.text-danger {
  color: #e73636 !important;
}

.font-light {
  color: #9D9D9D;
}

.bg-light {
  background-color: var(--bs-bodybg-color) !important;
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.custom-container {
  padding-left: 15px;
  padding-right: 15px;
}

.themebody-wrap {
  margin-top: 105px;
  margin-left: 245px;
  transition: all 0.5s ease;
  overflow: hidden;
}

.theme-body {
  min-height: calc(100vh - 160px);
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 24px;
}

.apexcharts-legend-text {
  color: currentColor !important;
}

.no-arrow .slick-prev,
.no-arrow .slick-next {
  display: none !important;
}

/* slick slider button */
.arrow-style1 {
  margin-left: -15px;
  margin-right: -15px;
}
.arrow-style1 .slick-prev, .arrow-style1 .slick-next {
  background-color: #fb8c00;
  z-index: 1;
  top: 40%;
  height: 30px;
  width: 30px;
  border-radius: 10px;
  transition: all 0.5s ease;
  opacity: 0;
  visibility: hidden;
}
.arrow-style1 .slick-prev::before, .arrow-style1 .slick-next::before {
  color: #ffffff;
}
.arrow-style1 .slick-prev {
  left: 15px;
  transform: translateX(-15px);
}
.arrow-style1 .slick-prev::before {
  content: "\f104";
  font-family: "FontAwesome";
}
.arrow-style1 .slick-next {
  right: 15px;
  transform: translateX(15px);
}
.arrow-style1 .slick-next::before {
  content: "\f105";
  font-family: "FontAwesome";
}
.arrow-style1:hover .slick-prev, .arrow-style1:hover .slick-next {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

/* loader css*/
.codex-loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 17px;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--bs-body-bg);
  z-index: 99999;
  direction: ltr;
}

/*tap to top*/
.scroll-top {
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 22px;
  border: none;
  outline: none;
  background: #fb8c00;
  color: #ffffff;
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  text-align: center;
  box-shadow: 0 3px 24px rgba(5, 23, 34, 0.1);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.scroll-top.show {
  opacity: 1;
  visibility: visible;
}
.scroll-top:hover {
  color: #ffffff;
}

/*breadcrumb css*/
.codex-breadcrumb {
  padding-top: 0;
  text-transform: capitalize;
  transition: all 0.5s ease;
}
.codex-breadcrumb h1 {
  font-weight: 600;
}
.codex-breadcrumb .breadcrumb-item {
  font-size: 16px;
}

/* custom scroll bar */
[data-simplebar] .simplebar-scrollbar::before {
  border-radius: 3px;
  background-color: rgba(251, 140, 0, 0.6);
}
[data-simplebar].scroll-secondary .simplebar-scrollbar::before {
  background-color: rgba(237, 186, 49, 0.6);
}
[data-simplebar].scroll-success .simplebar-scrollbar::before {
  background-color: rgba(2, 188, 125, 0.6);
}
[data-simplebar].scroll-info .simplebar-scrollbar::before {
  background-color: rgba(33, 150, 243, 0.6);
}
[data-simplebar].scroll-warning .simplebar-scrollbar::before {
  background-color: rgba(245, 186, 74, 0.6);
}
[data-simplebar].scroll-danger .simplebar-scrollbar::before {
  background-color: rgba(231, 54, 54, 0.6);
}
[data-simplebar].scroll-whtie .simplebar-scrollbar::before {
  background-color: rgba(255, 255, 255, 0.6);
}

.scroll-show .card-body {
  max-height: 250px;
  overflow: auto;
}
.scroll-show .simplebar-content {
  max-height: 224px;
}

/*light box*/
.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
  border-color: #fb8c00;
}

/**** elment ****/
/*avtar*/
.avtar-list {
  margin-bottom: -10px;
}
.avtar-list li {
  display: inline-block;
  margin-bottom: 10px;
}
.avtar-list li + li {
  margin-left: 15px;
}
.avtar-list.group-avtar li + li {
  margin-left: -20px;
}

/*grid*/
.grid-exa .row {
  margin-bottom: -15px;
}
.grid-exa .row > .col, .grid-exa .row [class^=col-] {
  margin-bottom: 15px;
}
.grid-exa .row > .col span, .grid-exa .row [class^=col-] span {
  background-color: rgba(251, 140, 0, 0.05);
  padding: 0.75rem;
  display: block;
  text-align: center;
  text-transform: capitalize;
  font-weight: 600;
  color: #fb8c00;
}
.grid-exa .row + .row {
  margin-top: 15px;
}

/*colors exa*/
.colors-exa {
  margin-bottom: -15px;
}
.colors-exa > div {
  margin-bottom: 15px;
}
.colors-exa .color-option {
  height: 150px;
  width: 100%;
  border: 1px solid var(--bs-border-color);
}
.colors-exa span {
  border: 1px solid var(--bs-border-color);
  text-align: center;
  padding: 5px;
  display: block;
  width: 100%;
  font-weight: 600;
  text-transform: capitalize;
}

/*class ex*/
ul.cdxclass-exa {
  padding: 30px;
  background-color: rgba(251, 140, 0, 0.04);
}
ul.cdxclass-exa li {
  font-weight: 600;
  color: #fb8c00;
}
ul.cdxclass-exa li + li {
  margin-top: 10px;
}

/*card exa*/
.cdxcard-exa {
  margin-bottom: 20px;
}
.cdxcard-exa h4 {
  text-transform: capitalize;
}

/*Code Copy*/
a.codeCopy_bTn {
  position: absolute;
  right: 25px;
  font-size: 16px;
  cursor: pointer;
}

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  animation: smoothScroll 1s forwards;
}

@keyframes smoothScroll {
  0% {
    transform: translateY(-40px);
  }
  100% {
    transform: translateY(0px);
  }
}
.cdx-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(251, 140, 0, 0.8);
  z-index: -1;
}

/*data table*/
div.dt-container.dt-empty-footer tbody > tr:last-child > * {
  border-color: var(--bs-border-color);
}

div.dt-container .dt-input {
  border-color: var(--bs-border-color);
  outline: none;
}
div.dt-container .dt-input input {
  border-color: var(--bs-border-color);
  outline: none;
}

div.dt-container .dt-search input {
  border-color: var(--bs-border-color);
  outline: none;
}

.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter {
  margin-bottom: 15px;
}
.dataTables_wrapper .dataTables_length select, .dataTables_wrapper .dataTables_length input, .dataTables_wrapper .dataTables_filter select, .dataTables_wrapper .dataTables_filter input {
  border-color: var(--bs-border-color);
  outline: none;
}
.dataTables_wrapper .dataTables_length select:focus, .dataTables_wrapper .dataTables_length input:focus, .dataTables_wrapper .dataTables_filter select:focus, .dataTables_wrapper .dataTables_filter input:focus {
  border-color: var(--bs-border-color);
  outline: none;
}
.dataTables_wrapper .dataTables_info {
  margin-top: 15px;
}
.dataTables_wrapper .dt-button {
  background-color: #fb8c00;
  border-color: #fb8c00;
  color: #ffffff;
}
.dataTables_wrapper .dt-button:hover {
  background-color: #fb8c00 !important;
}
.dataTables_wrapper .dataTables_paginate {
  margin-top: 15px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  border: 1px solid var(--bs-border-color);
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background: #fb8c00 !important;
  color: #ffffff !important;
  border-color: #fb8c00 !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover, .dataTables_wrapper .dataTables_paginate .paginate_button:hover:hover {
  background: #fb8c00 !important;
  color: #ffffff !important;
  border-color: #fb8c00 !important;
}
.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-color: var(--bs-border-color);
}

table.dataTable thead th {
  border: 1px solid var(--bs-border-color);
  background-color: var(--bs-bodybg-color);
}
table.dataTable tbody td {
  border-left: 1px solid var(--bs-border-color);
}
table.dataTable tbody td:last-child {
  border-right: 1px solid var(--bs-border-color);
}
table.dataTable tfoot {
  margin-top: 15px;
}
table.dataTable tfoot th, table.dataTable tfoot td {
  border: 1px solid var(--bs-border-color);
}

div.dt-container .dt-paging .dt-paging-button.disabled {
  color: currentColor !important;
}
div.dt-container .dt-paging .dt-paging-button.disabled:hover, div.dt-container .dt-paging .dt-paging-button.disabled:active {
  color: currentColor !important;
}

div.dt-container .dt-paging .dt-paging-button {
  border: 1px solid var(--bs-border-color) !important;
  font-size: 18px;
  padding: 7px 15px;
  line-height: 1;
  color: currentColor !important;
}
div.dt-container .dt-paging .dt-paging-button.current {
  color: #ffffff !important;
  background-color: #fb8c00 !important;
  border-color: #fb8c00 !important;
}
div.dt-container .dt-paging .dt-paging-button.current:focus, div.dt-container .dt-paging .dt-paging-button.current:hover {
  color: #ffffff !important;
  background-color: #fb8c00 !important;
  border-color: #fb8c00 !important;
}

.daterangepicker {
  box-shadow: 0px 9px 20px rgba(5, 23, 34, 0.07);
  border: none;
}
.daterangepicker .calendar-table .next, .daterangepicker .calendar-table .prev {
  background-color: #fb8c00;
}
.daterangepicker .calendar-table .next span, .daterangepicker .calendar-table .prev span {
  border-color: #ffffff;
}
.daterangepicker .calendar-table td.active {
  background-color: #fb8c00;
}
.daterangepicker .calendar-table td.active:hover {
  background-color: #fb8c00;
}

.flex-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/**datepicker**/
.datepicker-inline .datepicker {
  background-color: var(--bs-bodybg-color);
}

.datepicker {
  box-shadow: 0 5px 15px rgba(5, 23, 34, 0.1);
  border: none;
  z-index: 9999;
  background-color: var(--bs-bodybg-color);
}
.datepicker .datepicker--nav-action {
  background-color: #fb8c00;
}
.datepicker .datepicker--nav-action path {
  stroke: #ffffff;
}
.datepicker .datepicker--nav {
  padding: 10px;
  border-color: var(--bs-border-color);
}
.datepicker .datepicker--nav-title {
  letter-spacing: 0.05px;
  font-weight: 600;
  color: currentColor;
}
.datepicker .datepicker--nav-title i {
  color: #9D9D9D;
}
.datepicker .datepicker--day-name {
  color: currentColor;
  font-weight: 600;
}
.datepicker .datepicker--cell.-current- {
  color: #fb8c00;
  background-color: rgba(251, 140, 0, 0.08);
}
.datepicker .datepicker--cell.-selected- {
  color: #ffffff;
  background-color: #fb8c00;
}

.ui-widget-content {
  color: currentColor;
  background-color: var(--bs-body-bg);
}

.ui-datepicker {
  box-shadow: 0 0 20px 5px rgba(5, 23, 34, 0.05);
  padding: 8px;
}
.ui-datepicker .ui-datepicker-header {
  padding-top: 0;
}
.ui-datepicker.ui-widget.ui-widget-content {
  border: none;
}
.ui-datepicker .ui-widget-header {
  color: currentColor;
  background-color: transparent;
  border: none;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  background-color: #fb8c00;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  top: 1px;
}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
  display: none;
}
.ui-datepicker .ui-datepicker-prev::before, .ui-datepicker .ui-datepicker-next::before {
  color: #ffffff;
  font-family: "FontAwesome";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  font-weight: 500;
}
.ui-datepicker .ui-datepicker-prev {
  border-color: #fb8c00;
  left: 2px !important;
}
.ui-datepicker .ui-datepicker-prev::before {
  content: "\f104";
}
.ui-datepicker .ui-datepicker-next {
  border-color: #fb8c00;
  right: 2px !important;
}
.ui-datepicker .ui-datepicker-next::before {
  content: "\f105";
}
.ui-datepicker .ui-datepicker-calendar {
  border-top: 1px solid var(--bs-border-color);
  margin-top: 5px;
}
.ui-datepicker .ui-state-default {
  background-color: transparent;
  border: 1px solid var(--bs-border-color);
  text-align: center;
  color: currentColor;
}
.ui-datepicker .ui-state-default.ui-state-active {
  color: #ffffff;
  background-color: #fb8c00;
}
.ui-datepicker .ui-state-highlight {
  color: #fb8c00;
  background-color: rgba(251, 140, 0, 0.2);
  border-color: rgba(251, 140, 0, 0.2);
}

/*datetime picker*/
.bootstrap-datetimepicker-widget {
  border: 1px solid var(--bs-border-color);
  padding: 5px;
}
.bootstrap-datetimepicker-widget .datepicker {
  box-shadow: none;
}
.bootstrap-datetimepicker-widget [data-action=previous], .bootstrap-datetimepicker-widget [data-action=next] {
  color: #ffffff;
  background-color: #fb8c00;
}
.bootstrap-datetimepicker-widget [data-action=previous]:hover, .bootstrap-datetimepicker-widget [data-action=next]:hover {
  color: #ffffff;
  background-color: #fb8c00;
}
.bootstrap-datetimepicker-widget table thead tr th {
  font-weight: 500;
  line-height: auto !important;
  padding: 0;
  width: 14%;
  height: 32px;
  font-size: 14px;
  vertical-align: middle;
  border: none;
}
.bootstrap-datetimepicker-widget table thead tr th span {
  color: #ffffff;
  background-color: #fb8c00 !important;
}
.bootstrap-datetimepicker-widget table thead tr th:hover {
  background-color: #ffffff !important;
}
.bootstrap-datetimepicker-widget table tr, .bootstrap-datetimepicker-widget table td {
  border: 0;
  vertical-align: middle;
}
.bootstrap-datetimepicker-widget table td.day {
  width: 14%;
  height: 32px;
  font-size: 14px;
}
.bootstrap-datetimepicker-widget table td.day.today, .bootstrap-datetimepicker-widget table td.day.active {
  color: #ffffff;
  background-color: #fb8c00;
}
.bootstrap-datetimepicker-widget table td.day.today:hover, .bootstrap-datetimepicker-widget table td.day.active:hover {
  background-color: #fb8c00;
}
.bootstrap-datetimepicker-widget table td.day:before {
  border-bottom-color: #ffffff;
}
.bootstrap-datetimepicker-widget table td.day:hover, .bootstrap-datetimepicker-widget table td.hour:hover, .bootstrap-datetimepicker-widget table td.minute:hover, .bootstrap-datetimepicker-widget table td.second:hover {
  background-color: #ffffff;
}
.bootstrap-datetimepicker-widget table td.active {
  background-color: #fb8c00;
}
.bootstrap-datetimepicker-widget table td.active::hover {
  background-color: #fb8c00;
}

/**select 2**/
.select2-dropdown {
  z-index: 9999;
  background-color: var(--bs-body-bg);
  border: none;
}

.select2-container .select2-selection--single {
  height: auto;
  border-color: var(--bs-border-color);
}

.select2-container--default .select2-selection--single {
  background-color: var(--bs-bodybg-color);
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: rgba(251, 140, 0, 0.8);
  color: #ffffff;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #fb8c00;
}
.select2-container--default .select2-selection--multiple {
  background-color: var(--bs-bodybg-color);
  border: none;
  padding: 4px 15px;
  min-height: auto;
}
.select2-container--default .select2-selection--single {
  border: none;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: unset;
  padding: 10px 15px;
  color: currentColor;
  border-radius: 5px;
  border: none;
  background-color: var(--bs-bodybg-color);
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  width: auto;
  height: auto;
  line-height: 1;
  top: 13px;
  right: 15px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}
.select2-container--default .select2-selection--single .select2-selection__arrow::before {
  content: "\f107";
  font-family: "FontAwesome";
  color: #9D9D9D;
  top: 0;
  right: 0;
  font-size: 18px;
}

/** chart **/
.echart {
  width: 100%;
  height: 350px;
}

.chartjs-main canvas {
  width: 100%;
  height: 350px;
}
.chartjs-main .doughnutchart {
  width: 60% !important;
  height: auto !important;
}

.fc-theme-standard td,
.fc-theme-standard th {
  border-color: var(--bs-border-color);
}

.fc-theme-standard .fc-scrollgrid {
  border-color: var(--bs-border-color);
}

.ck.ck-editor__main > .ck-editor__editable,
.ck.ck-editor__main > .ck-editor__editable:not(.ck-focused) {
  background-color: var(--bs-body-bg);
}

.xdsoft_datetimepicker {
  color: currentColor;
  background-color: var(--bs-body-bg);
}
.xdsoft_datetimepicker .xdsoft_label {
  background-color: var(--bs-body-bg);
}
.xdsoft_datetimepicker .xdsoft_calendar td,
.xdsoft_datetimepicker .xdsoft_calendar th {
  background-color: var(--bs-bodybg-color);
  border-color: var(--bs-border-color);
}

ul.iconGroup {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  grid-gap: 15px;
}

ul.iconGroup li {
  width: 50px;
  height: 50px;
  border: 1px solid var(--bs-border-color);
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

ul.iconGroup li i {
  font-size: 18px;
  color: #fb8c00;
}
ul.iconGroup li svg {
  color: #fb8c00;
}

/* Clipboard */
.copied {
  background: #fb8c00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  padding: 8px 15px;
  position: fixed;
  z-index: 9;
  width: max-content;
  top: 12%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
}

/*******************
  04 BUTTON START
*******************/
.btn {
  border-radius: 5px;
  padding: 10px 15px;
  line-height: 1;
}
.btn.btn-md {
  padding: 10px 15px;
}

.btn-primary {
  color: #ffffff;
  background-color: #fb8c00 !important;
  border-color: #fb8c00 !important;
}
.btn-primary:hover {
  color: #ffffff;
  background-color: rgba(251, 140, 0, 0.9) !important;
}
.btn-primary.btn_rounded {
  border-radius: 30px;
}
.btn-primary.dropdown-toggle-split {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-primary ~ .or-icon {
  position: relative;
  display: inline-block;
  width: 5px;
}
.btn-primary ~ .or-icon:before {
  position: absolute;
  content: "or";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #333333;
  color: #ffffff;
  z-index: 9;
  font-size: 13px;
}
.btn-primary ~ .or-icon.sm:before {
  width: 20px;
  height: 20px;
  font-size: 11px;
}
.btn-primary ~ .or-icon.lg:before {
  width: 30px;
  height: 30px;
  font-size: 17px;
}

.btn.btn-outline-primary {
  background-color: transparent !important;
  border-radius: 5px;
  border: 1px solid #fb8c00 !important;
  color: #fb8c00 !important;
}
.btn.btn-outline-primary:hover, .btn.btn-outline-primary:focus, .btn.btn-outline-primary:active {
  outline-color: #fb8c00 !important;
  background-color: #fb8c00 !important;
  color: #ffffff !important;
}

.btn-primary {
  background-color: #fb8c00;
  color: #ffffff;
  border-radius: 5px;
}

.btn-secondary {
  color: #ffffff;
  background-color: #edba31 !important;
  border-color: #edba31 !important;
}
.btn-secondary:hover {
  color: #ffffff;
  background-color: rgba(237, 186, 49, 0.9) !important;
}
.btn-secondary.btn_rounded {
  border-radius: 30px;
}
.btn-secondary.dropdown-toggle-split {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-secondary ~ .or-icon {
  position: relative;
  display: inline-block;
  width: 5px;
}
.btn-secondary ~ .or-icon:before {
  position: absolute;
  content: "or";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #333333;
  color: #ffffff;
  z-index: 9;
  font-size: 13px;
}
.btn-secondary ~ .or-icon.sm:before {
  width: 20px;
  height: 20px;
  font-size: 11px;
}
.btn-secondary ~ .or-icon.lg:before {
  width: 30px;
  height: 30px;
  font-size: 17px;
}

.btn.btn-outline-secondary {
  background-color: transparent !important;
  border-radius: 5px;
  border: 1px solid #edba31 !important;
  color: #edba31 !important;
}
.btn.btn-outline-secondary:hover, .btn.btn-outline-secondary:focus, .btn.btn-outline-secondary:active {
  outline-color: #edba31 !important;
  background-color: #edba31 !important;
  color: #ffffff !important;
}

.btn-secondary {
  background-color: #edba31;
  color: #ffffff;
  border-radius: 5px;
}

.btn-success {
  color: #ffffff;
  background-color: #02BC7D !important;
  border-color: #02BC7D !important;
}
.btn-success:hover {
  color: #ffffff;
  background-color: rgba(2, 188, 125, 0.9) !important;
}
.btn-success.btn_rounded {
  border-radius: 30px;
}
.btn-success.dropdown-toggle-split {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-success ~ .or-icon {
  position: relative;
  display: inline-block;
  width: 5px;
}
.btn-success ~ .or-icon:before {
  position: absolute;
  content: "or";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #333333;
  color: #ffffff;
  z-index: 9;
  font-size: 13px;
}
.btn-success ~ .or-icon.sm:before {
  width: 20px;
  height: 20px;
  font-size: 11px;
}
.btn-success ~ .or-icon.lg:before {
  width: 30px;
  height: 30px;
  font-size: 17px;
}

.btn.btn-outline-success {
  background-color: transparent !important;
  border-radius: 5px;
  border: 1px solid #02BC7D !important;
  color: #02BC7D !important;
}
.btn.btn-outline-success:hover, .btn.btn-outline-success:focus, .btn.btn-outline-success:active {
  outline-color: #02BC7D !important;
  background-color: #02BC7D !important;
  color: #ffffff !important;
}

.btn-success {
  background-color: #02BC7D;
  color: #ffffff;
  border-radius: 5px;
}

.btn-info {
  color: #ffffff;
  background-color: #2196F3 !important;
  border-color: #2196F3 !important;
}
.btn-info:hover {
  color: #ffffff;
  background-color: rgba(33, 150, 243, 0.9) !important;
}
.btn-info.btn_rounded {
  border-radius: 30px;
}
.btn-info.dropdown-toggle-split {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-info ~ .or-icon {
  position: relative;
  display: inline-block;
  width: 5px;
}
.btn-info ~ .or-icon:before {
  position: absolute;
  content: "or";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #333333;
  color: #ffffff;
  z-index: 9;
  font-size: 13px;
}
.btn-info ~ .or-icon.sm:before {
  width: 20px;
  height: 20px;
  font-size: 11px;
}
.btn-info ~ .or-icon.lg:before {
  width: 30px;
  height: 30px;
  font-size: 17px;
}

.btn.btn-outline-info {
  background-color: transparent !important;
  border-radius: 5px;
  border: 1px solid #2196F3 !important;
  color: #2196F3 !important;
}
.btn.btn-outline-info:hover, .btn.btn-outline-info:focus, .btn.btn-outline-info:active {
  outline-color: #2196F3 !important;
  background-color: #2196F3 !important;
  color: #ffffff !important;
}

.btn-info {
  background-color: #2196F3;
  color: #ffffff;
  border-radius: 5px;
}

.btn-warning {
  color: #ffffff;
  background-color: #F5BA4A !important;
  border-color: #F5BA4A !important;
}
.btn-warning:hover {
  color: #ffffff;
  background-color: rgba(245, 186, 74, 0.9) !important;
}
.btn-warning.btn_rounded {
  border-radius: 30px;
}
.btn-warning.dropdown-toggle-split {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-warning ~ .or-icon {
  position: relative;
  display: inline-block;
  width: 5px;
}
.btn-warning ~ .or-icon:before {
  position: absolute;
  content: "or";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #333333;
  color: #ffffff;
  z-index: 9;
  font-size: 13px;
}
.btn-warning ~ .or-icon.sm:before {
  width: 20px;
  height: 20px;
  font-size: 11px;
}
.btn-warning ~ .or-icon.lg:before {
  width: 30px;
  height: 30px;
  font-size: 17px;
}

.btn.btn-outline-warning {
  background-color: transparent !important;
  border-radius: 5px;
  border: 1px solid #F5BA4A !important;
  color: #F5BA4A !important;
}
.btn.btn-outline-warning:hover, .btn.btn-outline-warning:focus, .btn.btn-outline-warning:active {
  outline-color: #F5BA4A !important;
  background-color: #F5BA4A !important;
  color: #ffffff !important;
}

.btn-warning {
  background-color: #F5BA4A;
  color: #ffffff;
  border-radius: 5px;
}

.btn-danger {
  color: #ffffff;
  background-color: #e73636 !important;
  border-color: #e73636 !important;
}
.btn-danger:hover {
  color: #ffffff;
  background-color: rgba(231, 54, 54, 0.9) !important;
}
.btn-danger.btn_rounded {
  border-radius: 30px;
}
.btn-danger.dropdown-toggle-split {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-danger ~ .or-icon {
  position: relative;
  display: inline-block;
  width: 5px;
}
.btn-danger ~ .or-icon:before {
  position: absolute;
  content: "or";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #333333;
  color: #ffffff;
  z-index: 9;
  font-size: 13px;
}
.btn-danger ~ .or-icon.sm:before {
  width: 20px;
  height: 20px;
  font-size: 11px;
}
.btn-danger ~ .or-icon.lg:before {
  width: 30px;
  height: 30px;
  font-size: 17px;
}

.btn.btn-outline-danger {
  background-color: transparent !important;
  border-radius: 5px;
  border: 1px solid #e73636 !important;
  color: #e73636 !important;
}
.btn.btn-outline-danger:hover, .btn.btn-outline-danger:focus, .btn.btn-outline-danger:active {
  outline-color: #e73636 !important;
  background-color: #e73636 !important;
  color: #ffffff !important;
}

.btn-danger {
  background-color: #e73636;
  color: #ffffff;
  border-radius: 5px;
}

.btn-light {
  color: #9D9D9D !important;
  background-color: var(--bs-bodybg-color) !important;
  border-color: var(--bs-bodybg-color) !important;
}
.btn-light:hover {
  color: #9D9D9D !important;
  background-color: var(--bs-bodybg-color) !important;
  border-color: var(--bs-bodybg-color) !important;
}

.btn-white {
  color: #051722 !important;
  background-color: var(--bs-body-bg);
}
.btn-white:hover, .btn-white:focus, .btn-white:active {
  color: #051722 !important;
  background-color: var(--bs-body-bg);
}

.btn-outline-light {
  color: currentColor !important;
  border: 1px solid #cccccc !important;
}

.element-buttons .btn {
  margin: 3px 0;
}

/****************
 05 FORM START
*****************/
.form-control-color {
  display: block;
  background-color: transparent;
  border-color: var(--bs-border-color);
  border-radius: 8px;
}

.form-select {
  background-color: var(--bs-bodybg-color);
  border-color: var(--bs-border-color);
  font-size: 14px;
  padding: 8px;
  border-radius: 8px;
}
.form-select:focus {
  box-shadow: none;
  background-color: var(--bs-bodybg-color);
}
.form-select:valid {
  color: currentColor;
}

.form-control {
  background-color: var(--bs-bodybg-color);
  border-color: var(--bs-border-color);
  font-size: 14px;
  padding: 8px;
  color: #9D9D9D;
  border-radius: 8px;
}
.form-control:focus {
  box-shadow: none;
  border-color: var(--bs-border-color);
  background-color: var(--bs-bodybg-color);
}
.form-control::placeholder {
  color: #9D9D9D;
}
.form-control:not(:placeholder-shown) {
  color: currentColor;
}

.form-group {
  margin-bottom: 20px;
}

.form-label {
  text-transform: capitalize;
  font-weight: 600;
}

select.form-control {
  position: relative;
  appearance: auto;
}

.input-group-text {
  border-color: var(--bs-border-color);
  color: #9D9D9D;
  background-color: var(--bs-bodybg-color);
  border-radius: 8px;
  padding: 8px;
}
.input-group-text i {
  font-size: 20px;
}

.input-group .input-group-text ~ .form-control {
  border-left: none;
}
.input-group .form-control ~ .input-group-text {
  border-left: none;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

/* custom chekbox  start*/
.custom-chek {
  margin-bottom: 0;
}
.custom-chek .form-check-input {
  width: 1.2em;
  height: 1.2em;
  border-color: var(--bs-border-color);
  box-shadow: none;
  margin-top: 1px;
}
.custom-chek .form-check-input:checked {
  background-color: #fb8c00;
  border-color: #fb8c00;
  box-shadow: none;
}
.custom-chek label {
  margin-left: 5px;
  margin-bottom: 0 !important;
}

/* check color */
.check-primary .form-check-input {
  border-color: var(--bs-border-color);
}
.check-primary .form-check-input:checked {
  background-color: #fb8c00;
  border-color: #fb8c00;
}

.check-secondary .form-check-input {
  border-color: var(--bs-border-color);
}
.check-secondary .form-check-input:checked {
  background-color: #edba31;
  border-color: #edba31;
}

.check-success .form-check-input {
  border-color: var(--bs-border-color);
}
.check-success .form-check-input:checked {
  background-color: #02BC7D;
  border-color: #02BC7D;
}

.check-info .form-check-input {
  border-color: var(--bs-border-color);
}
.check-info .form-check-input:checked {
  background-color: #2196F3;
  border-color: #2196F3;
}

.check-warning .form-check-input {
  border-color: var(--bs-border-color);
}
.check-warning .form-check-input:checked {
  background-color: #F5BA4A;
  border-color: #F5BA4A;
}

.check-danger .form-check-input {
  border-color: var(--bs-border-color);
}
.check-danger .form-check-input:checked {
  background-color: #e73636;
  border-color: #e73636;
}

/*******************
  06 BADGE START
********************/
.badge {
  text-transform: capitalize;
  font-weight: 500;
  font-size: 13px;
  padding: 9px 10px;
}
.badge + :nth-child(n+2) {
  margin-left: 5px;
}

/* bg color */
.badge-primary {
  background-color: rgba(251, 140, 0, 0.2) !important;
  color: #fb8c00 !important;
}

.badge-secondary {
  background-color: rgba(237, 186, 49, 0.2) !important;
  color: #edba31 !important;
}

.badge-success {
  background-color: rgba(2, 188, 125, 0.2) !important;
  color: #02BC7D !important;
}

.badge-info {
  background-color: rgba(33, 150, 243, 0.2) !important;
  color: #2196F3 !important;
}

.badge-warning {
  background-color: rgba(245, 186, 74, 0.2) !important;
  color: #F5BA4A !important;
}

.badge-danger {
  background-color: rgba(231, 54, 54, 0.2) !important;
  color: #e73636 !important;
}

.badge-rounded-primary {
  background-color: rgba(251, 140, 0, 0.1) !important;
  color: #fb8c00 !important;
  border: 1px solid #fb8c00;
  font-size: 10px;
  border-radius: 50%;
}
.badge-rounded-primary:hover {
  color: #ffffff !important;
  background-color: #fb8c00 !important;
}

.badge-rounded-secondary {
  background-color: rgba(237, 186, 49, 0.1) !important;
  color: #edba31 !important;
  border: 1px solid #edba31;
  font-size: 10px;
  border-radius: 50%;
}
.badge-rounded-secondary:hover {
  color: #ffffff !important;
  background-color: #edba31 !important;
}

.badge-rounded-success {
  background-color: rgba(2, 188, 125, 0.1) !important;
  color: #02bc7d !important;
  border: 1px solid #02bc7d;
  font-size: 10px;
  border-radius: 50%;
}
.badge-rounded-success:hover {
  color: #ffffff !important;
  background-color: #02BC7D !important;
}

.badge-rounded-info {
  background-color: rgba(33, 150, 243, 0.1) !important;
  color: #2196f3 !important;
  border: 1px solid #2196f3;
  font-size: 10px;
  border-radius: 50%;
}
.badge-rounded-info:hover {
  color: #ffffff !important;
  background-color: #2196F3 !important;
}

.badge-rounded-warning {
  background-color: rgba(245, 186, 74, 0.1) !important;
  color: #f5ba4a !important;
  border: 1px solid #f5ba4a;
  font-size: 10px;
  border-radius: 50%;
}
.badge-rounded-warning:hover {
  color: #ffffff !important;
  background-color: #F5BA4A !important;
}

.badge-rounded-danger {
  background-color: rgba(231, 54, 54, 0.1) !important;
  color: #e73636 !important;
  border: 1px solid #e73636;
  font-size: 10px;
  border-radius: 50%;
}
.badge-rounded-danger:hover {
  color: #ffffff !important;
  background-color: #e73636 !important;
}

.badge-light {
  color: currentColor;
  background-color: var(--bs-bodybg-color);
}

.badge-border-light {
  color: currentColor;
  border: 1px solid var(--bs-border-color);
}

.badgeavtar {
  color: #ffffff;
  font-size: 17px;
  font-weight: 600;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/****************
 07 SWITCH
*****************/
.switch {
  position: relative;
  display: inline-block;
  min-width: 56px;
  width: 56px;
  height: 30px;
  border-radius: 3px;
  overflow: hidden;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.switch input:checked + .switch-btn::before {
  transform: translateX(26px);
}
.switch input:disabled + .switch-btn {
  opacity: 0.5;
}
.switch .switch-btn {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: 0.4s;
}
.switch .switch-btn:before {
  position: absolute;
  content: "";
  height: 24px;
  width: 24px;
  top: 0;
  left: 3px;
  bottom: 0;
  margin: auto;
  transition: 0.4s;
  border-radius: 3px;
}
.switch.round {
  border-radius: 34px;
}
.switch.round .switch-btn:before {
  border-radius: 50%;
}
.switch.with-icon input:checked + .switch-btn::before {
  content: "\e64c";
}
.switch.with-icon .switch-btn::before {
  font-size: 12px;
  content: "\e646";
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "tabler-icons" !important;
}

.switch-primary input:checked + .switch-btn {
  background-color: #fb8c00;
}
.switch-primary .switch-btn {
  background-color: var(--bs-bodybg-color);
}
.switch-primary .switch-btn:before {
  background-color: var(--bs-body-bg);
}

.outline-primary {
  border: 1px solid #fb8c00;
}
.outline-primary input:checked + .switch-btn::before {
  background-color: #fb8c00;
  transform: translateX(25px);
}
.outline-primary .switch-btn:before {
  background-color: var(--bs-bodybg-color);
  bottom: 3px;
}

.switch-secondary input:checked + .switch-btn {
  background-color: #edba31;
}
.switch-secondary .switch-btn {
  background-color: var(--bs-bodybg-color);
}
.switch-secondary .switch-btn:before {
  background-color: var(--bs-body-bg);
}

.outline-secondary {
  border: 1px solid #edba31;
}
.outline-secondary input:checked + .switch-btn::before {
  background-color: #edba31;
  transform: translateX(25px);
}
.outline-secondary .switch-btn:before {
  background-color: var(--bs-bodybg-color);
  bottom: 3px;
}

.switch-success input:checked + .switch-btn {
  background-color: #02BC7D;
}
.switch-success .switch-btn {
  background-color: var(--bs-bodybg-color);
}
.switch-success .switch-btn:before {
  background-color: var(--bs-body-bg);
}

.outline-success {
  border: 1px solid #02BC7D;
}
.outline-success input:checked + .switch-btn::before {
  background-color: #02BC7D;
  transform: translateX(25px);
}
.outline-success .switch-btn:before {
  background-color: var(--bs-bodybg-color);
  bottom: 3px;
}

.switch-info input:checked + .switch-btn {
  background-color: #2196F3;
}
.switch-info .switch-btn {
  background-color: var(--bs-bodybg-color);
}
.switch-info .switch-btn:before {
  background-color: var(--bs-body-bg);
}

.outline-info {
  border: 1px solid #2196F3;
}
.outline-info input:checked + .switch-btn::before {
  background-color: #2196F3;
  transform: translateX(25px);
}
.outline-info .switch-btn:before {
  background-color: var(--bs-bodybg-color);
  bottom: 3px;
}

.switch-warning input:checked + .switch-btn {
  background-color: #F5BA4A;
}
.switch-warning .switch-btn {
  background-color: var(--bs-bodybg-color);
}
.switch-warning .switch-btn:before {
  background-color: var(--bs-body-bg);
}

.outline-warning {
  border: 1px solid #F5BA4A;
}
.outline-warning input:checked + .switch-btn::before {
  background-color: #F5BA4A;
  transform: translateX(25px);
}
.outline-warning .switch-btn:before {
  background-color: var(--bs-bodybg-color);
  bottom: 3px;
}

.switch-danger input:checked + .switch-btn {
  background-color: #e73636;
}
.switch-danger .switch-btn {
  background-color: var(--bs-bodybg-color);
}
.switch-danger .switch-btn:before {
  background-color: var(--bs-body-bg);
}

.outline-danger {
  border: 1px solid #e73636;
}
.outline-danger input:checked + .switch-btn::before {
  background-color: #e73636;
  transform: translateX(25px);
}
.outline-danger .switch-btn:before {
  background-color: var(--bs-bodybg-color);
  bottom: 3px;
}

/*******************
  08 ALERT START
********************/
.alert-primary {
  background-color: #fb8c00;
  color: #ffffff;
  border-color: #fb8c00;
}
.alert-primary .alert-link {
  color: #ffffff;
}

.alert-primary-outline {
  color: #fb8c00;
  border: 1px solid #fb8c00;
}

.alert-secondary {
  background-color: #edba31;
  color: #ffffff;
  border-color: #edba31;
}
.alert-secondary .alert-link {
  color: #ffffff;
}

.alert-secondary-outline {
  color: #edba31;
  border: 1px solid #edba31;
}

.alert-success {
  background-color: #02BC7D;
  color: #ffffff;
  border-color: #02BC7D;
}
.alert-success .alert-link {
  color: #ffffff;
}

.alert-success-outline {
  color: #02BC7D;
  border: 1px solid #02BC7D;
}

.alert-info {
  background-color: #2196F3;
  color: #ffffff;
  border-color: #2196F3;
}
.alert-info .alert-link {
  color: #ffffff;
}

.alert-info-outline {
  color: #2196F3;
  border: 1px solid #2196F3;
}

.alert-warning {
  background-color: #F5BA4A;
  color: #ffffff;
  border-color: #F5BA4A;
}
.alert-warning .alert-link {
  color: #ffffff;
}

.alert-warning-outline {
  color: #F5BA4A;
  border: 1px solid #F5BA4A;
}

.alert-danger {
  background-color: #e73636;
  color: #ffffff;
  border-color: #e73636;
}
.alert-danger .alert-link {
  color: #ffffff;
}

.alert-danger-outline {
  color: #e73636;
  border: 1px solid #e73636;
}

.alert-light {
  color: #9D9D9D;
}
.alert-light .alert-link {
  color: #9D9D9D;
}

.alert-light-outline {
  color: #9D9D9D;
}

.card.alerts .card-title-desc {
  margin-bottom: 24px;
  font-size: 14px;
}

/*******************
  09 PAGINATION START
********************/
.pagination-primary .page-item.active .page-link {
  background-color: #fb8c00;
  color: #ffffff;
  border-color: #fb8c00;
}
.pagination-primary .page-item .page-link {
  color: #fb8c00;
}

.pagination-secondary .page-item.active .page-link {
  background-color: #edba31;
  color: #ffffff;
  border-color: #edba31;
}
.pagination-secondary .page-item .page-link {
  color: #edba31;
}

.pagination-success .page-item.active .page-link {
  background-color: #02BC7D;
  color: #ffffff;
  border-color: #02BC7D;
}
.pagination-success .page-item .page-link {
  color: #02BC7D;
}

.pagination-info .page-item.active .page-link {
  background-color: #2196F3;
  color: #ffffff;
  border-color: #2196F3;
}
.pagination-info .page-item .page-link {
  color: #2196F3;
}

.pagination-warning .page-item.active .page-link {
  background-color: #F5BA4A;
  color: #ffffff;
  border-color: #F5BA4A;
}
.pagination-warning .page-item .page-link {
  color: #F5BA4A;
}

.pagination-danger .page-item.active .page-link {
  background-color: #e73636;
  color: #ffffff;
  border-color: #e73636;
}
.pagination-danger .page-item .page-link {
  color: #e73636;
}

.pagination-md .page-link {
  padding: 0.5rem 1rem;
  font-size: 16px;
}

/*********************
  10 CARD START
**********************/
.card {
  border-radius: 17px;
  border: none;
  margin-bottom: 1.6em;
  box-shadow: 0px 9px 20px rgba(5, 23, 34, 0.07);
}
.card .card-title {
  margin-bottom: 0;
}
.card .setting-card a {
  color: currentColor;
}
.card .setting-card .codeCopy {
  width: 24px;
  height: auto;
}
.card .card-header {
  background-color: transparent;
  padding: 25px;
  padding-bottom: 0;
  border: none;
  display: flex;
  justify-content: space-between;
}
.card .card-header h4 {
  text-transform: capitalize;
}
.card .card-header select {
  background-color: var(--bs-bodybg-color);
  border: none;
  padding: 8px;
  border-radius: 10px;
  outline: none;
}
.card .card-body {
  padding: 25px;
}

/**************
 11 TAB CSS START
***************/
.cdx-tab.tab-primary li a {
  border: none;
  color: currentColor;
  border-radius: 8px;
}
.cdx-tab.tab-primary li a.active {
  background-color: #fb8c00 !important;
  color: #ffffff;
}

.cdx-tab.tab-secondary li a {
  border: none;
  color: currentColor;
  border-radius: 8px;
}
.cdx-tab.tab-secondary li a.active {
  background-color: #edba31 !important;
  color: #ffffff;
}

.cdx-tab.tab-success li a {
  border: none;
  color: currentColor;
  border-radius: 8px;
}
.cdx-tab.tab-success li a.active {
  background-color: #02bc7d !important;
  color: #ffffff;
}

.cdx-tab.tab-info li a {
  border: none;
  color: currentColor;
  border-radius: 8px;
}
.cdx-tab.tab-info li a.active {
  background-color: #2196f3 !important;
  color: #ffffff;
}

.cdx-tab.tab-warning li a {
  border: none;
  color: currentColor;
  border-radius: 8px;
}
.cdx-tab.tab-warning li a.active {
  background-color: #f5ba4a !important;
  color: #ffffff;
}

.cdx-tab.tab-danger li a {
  border: none;
  color: currentColor;
  border-radius: 8px;
}
.cdx-tab.tab-danger li a.active {
  background-color: #e73636 !important;
  color: #ffffff;
}

.cdx-tab.tab-primary-border li a {
  border: 1px solid #fb8c00 !important;
  color: #fb8c00;
  border-radius: 8px;
}
.cdx-tab.tab-primary-border li a.active {
  background-color: #fb8c00 !important;
  color: #ffffff;
}
.cdx-tab.tab-primary-border li + li {
  margin-left: 10px;
}

.cdx-tab.tab-secondary-border li a {
  border: 1px solid #edba31 !important;
  color: #edba31;
  border-radius: 8px;
}
.cdx-tab.tab-secondary-border li a.active {
  background-color: #edba31 !important;
  color: #ffffff;
}
.cdx-tab.tab-secondary-border li + li {
  margin-left: 10px;
}

.cdx-tab.tab-success-border li a {
  border: 1px solid #02bc7d !important;
  color: #02bc7d;
  border-radius: 8px;
}
.cdx-tab.tab-success-border li a.active {
  background-color: #02bc7d !important;
  color: #ffffff;
}
.cdx-tab.tab-success-border li + li {
  margin-left: 10px;
}

.cdx-tab.tab-info-border li a {
  border: 1px solid #2196f3 !important;
  color: #2196f3;
  border-radius: 8px;
}
.cdx-tab.tab-info-border li a.active {
  background-color: #2196f3 !important;
  color: #ffffff;
}
.cdx-tab.tab-info-border li + li {
  margin-left: 10px;
}

.cdx-tab.tab-warning-border li a {
  border: 1px solid #f5ba4a !important;
  color: #f5ba4a;
  border-radius: 8px;
}
.cdx-tab.tab-warning-border li a.active {
  background-color: #f5ba4a !important;
  color: #ffffff;
}
.cdx-tab.tab-warning-border li + li {
  margin-left: 10px;
}

.cdx-tab.tab-danger-border li a {
  border: 1px solid #e73636 !important;
  color: #e73636;
  border-radius: 8px;
}
.cdx-tab.tab-danger-border li a.active {
  background-color: #e73636 !important;
  color: #ffffff;
}
.cdx-tab.tab-danger-border li + li {
  margin-left: 10px;
}

.cdx-tab {
  width: fit-content;
  display: flex;
  align-items: center;
  border-bottom: none;
}
.cdx-tab li a {
  font-weight: 500;
  padding: 10px 25px;
}

.codex-tabs .nav-pills .nav-item .nav-link {
  padding: 10px 12px;
  color: currentColor;
  border: 1px solid var(--bs-border-color);
}
.codex-tabs .nav-pills .nav-item .nav-link.active {
  background-color: #fb8c00;
  border-color: #fb8c00;
  color: #ffffff;
}
.codex-tabs .tab-content .tab-pane .service-item {
  padding: 10px;
  border: 1px dashed var(--bs-border-color);
  background-color: var(--bs-bodybg-color);
  border-radius: 4px;
  font-size: 18px;
}

/*********************
  12 TABLE START
*********************/
table.dataTable > thead > tr > th {
  border-color: var(--bs-border-color);
}

table {
  border: 1px solid var(--bs-border-color);
}
table thead tr th {
  background-color: var(--bs-bodybg-color) !important;
  vertical-align: middle;
}
table tr td, table tr th {
  vertical-align: middle;
}
table tr td:first-child, table tr th:first-child {
  padding-left: 15px;
}
table tr td:last-child, table tr th:last-child {
  padding-right: 15px;
}

.table-hover tr:hover td {
  background-color: var(--bs-bodybg-color) !important;
}

.table-hover > tbody > tr:hover > * {
  --bs-table-bg-state: var(--bs-bodybg-color) !important;
}

.tablespace-nowrap th, .tablespace-nowrap td {
  white-space: nowrap;
}

.orderlist-table .img-wrap {
  width: 45px;
  height: 45px;
}
.orderlist-table .img-wrap img {
  width: 100%;
  height: 100%;
  border-radius: 15px;
}
.orderlist-table td {
  vertical-align: middle;
}

.productlist-table .img-wrap {
  width: 45px;
  height: 45px;
}
.productlist-table .img-wrap img {
  width: 100%;
  height: 100%;
  border-radius: 15px;
}
.productlist-table td {
  vertical-align: middle;
}

.customerlist-table .img-wrap {
  width: 25px;
  height: 25px;
}
.customerlist-table .img-wrap img {
  width: 100%;
  height: 100%;
  border-radius: 15px;
}
.customerlist-table tr td {
  padding: 13px 10px !important;
}

.customerreview-table .img-wrap {
  width: 50px;
  height: 50px;
}
.customerreview-table .img-wrap img {
  width: 100%;
  height: 100%;
  border-radius: 15px;
}
.customerreview-table td {
  vertical-align: middle;
  text-align: left !important;
  padding: 15px !important;
  border-left: 1px solid transparent !important;
}

/*********************
 13  HEADER START
**********************/
.codex-header {
  background-color: var(--bs-body-bg);
  padding: 17px 24px;
  top: 0;
  left: 0;
  position: fixed;
  margin-left: 245px;
  width: calc(100% - 245px);
  z-index: 4;
  box-shadow: 0 0 20px 5px rgba(5, 23, 34, 0.05);
  transition: all 0.5s ease;
}
.codex-header .codex-brand {
  display: none;
  align-items: center;
}
.codex-header .input-group {
  width: 450px;
}
.codex-header .notiicon-iconwrap i {
  animation: swing 2s ease-in-out infinite;
}
.codex-header .navicon-wrap {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--bs-bodybg-color);
  position: relative;
}
.codex-header .navicon-wrap i {
  font-size: 20px;
}
.codex-header .navicon-wrap .noti-count {
  color: #ffffff;
  background-color: #fb8c00;
  position: absolute;
  top: 0;
  right: 4px;
  border-radius: 15px;
  font-size: 9px;
  line-height: 1;
  width: 10px;
  height: 10px;
}
.codex-header .navicon-wrap .noti-count:before, .codex-header .navicon-wrap .noti-count:after {
  content: "";
  border-radius: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  transform: scale(0.3);
  transform-origin: center center;
  animation: noti-animation 3s linear infinite;
}
.codex-header .navicon-wrap .noti-count:before {
  background-color: #fb8c00;
}
.codex-header .navicon-wrap .noti-count:after {
  background-color: #fb8c00;
}
.codex-header .nav-iconlist > li {
  cursor: pointer;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.codex-header .nav-iconlist > li > a > i {
  font-size: 26px;
  color: #9D9D9D;
}
.codex-header .nav-iconlist > li:nth-child(n+2) {
  margin-left: 15px;
}
.codex-header .nav-iconlist .navnotification-drop,
.codex-header .nav-iconlist .navlang-drop,
.codex-header .nav-iconlist .navprofile-drop {
  padding-top: 0;
  padding-bottom: 0;
}
.codex-header .nav-iconlist .navnotification-drop .simplebar-content,
.codex-header .nav-iconlist .navlang-drop .simplebar-content,
.codex-header .nav-iconlist .navprofile-drop .simplebar-content {
  padding: 0 !important;
}
.codex-header .nav-iconlist .navnotification-drop ul li a,
.codex-header .nav-iconlist .navlang-drop ul li a,
.codex-header .nav-iconlist .navprofile-drop ul li a {
  text-transform: capitalize;
  font-size: 15px;
  display: block;
}
.codex-header .nav-iconlist .navnotification-drop ul li a i,
.codex-header .nav-iconlist .navlang-drop ul li a i,
.codex-header .nav-iconlist .navprofile-drop ul li a i {
  font-size: 18px;
}
.codex-header .nav-iconlist .navnotification-drop ul li:nth-child(n+2),
.codex-header .nav-iconlist .navlang-drop ul li:nth-child(n+2),
.codex-header .nav-iconlist .navprofile-drop ul li:nth-child(n+2) {
  border-top: 1px solid var(--bs-border-color);
}
.codex-header .nav-iconlist .navnotification-drop ul li .media,
.codex-header .nav-iconlist .navlang-drop ul li .media,
.codex-header .nav-iconlist .navprofile-drop ul li .media {
  align-items: center;
}
.codex-header .nav-iconlist .drop-header {
  padding: 18px 20px;
  text-transform: capitalize;
  border-bottom: 1px solid var(--bs-border-color);
}
.codex-header .nav-iconlist .drop-footer a {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  padding: 14px 20px;
  text-align: center;
  display: block;
  border-top: 1px solid var(--bs-border-color);
}
.codex-header .nav-iconlist .navprofile-drop {
  min-width: 250px;
}
.codex-header .nav-iconlist .navnotification-drop {
  min-width: 345px;
}
.codex-header .nav-iconlist .navnotification-drop ul {
  height: 395px;
  overflow-y: auto;
  padding: 20px;
}
.codex-header .nav-iconlist .navnotification-drop ul li {
  border: none !important;
}
.codex-header .nav-iconlist .navnotification-drop ul li a {
  border: 1px solid var(--bs-border-color);
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px;
}
.codex-header .nav-iconlist .navnotification-drop ul li a .icon-nav {
  width: 50px;
  height: 50px;
  margin-right: 10px;
}
.codex-header .nav-iconlist .navnotification-drop ul li a .icon-nav img {
  width: 100%;
  height: 100%;
}
.codex-header .nav-iconlist .navnotification-drop ul li a .badge {
  padding: 6px 8px;
  margin-top: 10px;
}
.codex-header .nav-iconlist .navnotification-drop ul li a i {
  margin-right: 0;
}
.codex-header .nav-iconlist .navnotification-drop ul li + li {
  margin-top: 10px;
}
.codex-header .nav-iconlist .navlang-drop {
  min-width: 200px;
}
.codex-header .nav-iconlist .navlang-drop li {
  font-size: 16px;
}
.codex-header .nav-iconlist .navlang-drop li a {
  padding: 10px 15px;
}
.codex-header .nav-iconlist .navlang-drop li img {
  width: 30px;
  height: 18px;
  display: inline-block;
  margin-right: 5px;
}
.codex-header .nav-profile img {
  width: 38px;
  height: 38px;
  border-radius: 10px;
}
.codex-header .nav-profile .media-body {
  padding: 15px 10px;
  text-align: center;
}
.codex-header .nav-profile .media-body img {
  width: 70px;
  height: 70px;
}
.codex-header .nav-profile .media-body h6 {
  font-size: 18px;
}

@keyframes noti-animation {
  0% {
    transform: scale(0.3);
    opacity: 0;
  }
  50% {
    opacity: 0.1;
  }
  70% {
    opacity: 0.09;
  }
  100% {
    transform: scale(3);
    opacity: 0;
  }
}
/*******************
  14 FOOTER START
********************/
.codex-footer {
  background-color: var(--bs-body-bg);
  padding: 15px 15px;
  text-align: center;
  transition: all 0.5s ease;
  box-shadow: 0 0 40px 5px rgba(5, 23, 34, 0.05);
  margin-left: 245px;
  width: calc(100% - 245px);
}
.codex-footer p {
  font-size: 15px;
}

/*******************
  15 DROPDOWN START
********************/
button.icon-Btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border-radius: 50% !important;
}
button.icon-Btn i {
  font-size: 16px;
}

/* theme drop down */
.action-menu {
  position: relative;
}
.action-menu .action-toggle {
  display: inline-block;
  background: transparent;
  box-shadow: none;
  border: none;
}
.action-menu .action-toggle i {
  font-size: 22px;
}
.action-menu .action-dropdown {
  background-color: var(--bs-body-bg);
  box-shadow: 0px 10px 44px 0px rgba(5, 23, 34, 0.1);
  border-radius: 5px;
  min-width: 120px;
  border: none;
}
.action-menu .action-dropdown li {
  width: 100%;
  display: block;
  text-transform: capitalize;
}
.action-menu .action-dropdown li a:focus {
  color: #ffffff;
  background-color: #fb8c00;
}
.action-menu .action-dropdown li a, .action-menu .action-dropdown li button, .action-menu .action-dropdown li .btn {
  display: flex;
  align-items: center;
  font-size: 14px;
  padding: 10px 18px;
}
.action-menu .action-dropdown li a i, .action-menu .action-dropdown li button i, .action-menu .action-dropdown li .btn i {
  font-size: 18px;
  margin-right: 10px;
}
.action-menu .action-dropdown li a:focus, .action-menu .action-dropdown li a:active, .action-menu .action-dropdown li button:focus, .action-menu .action-dropdown li button:active, .action-menu .action-dropdown li .btn:focus, .action-menu .action-dropdown li .btn:active {
  box-shadow: none;
  outline: none;
}
.action-menu .action-dropdown li:nth-child(n+2) {
  border-top: 1px solid var(--bs-border-color);
}

.highlight {
  background-color: #f2f7f5;
  border-radius: 3px;
  padding: 0px 3px;
  color: #fb8c00;
}

.highlight a {
  color: #fb8c00;
  text-decoration: underline;
}

/*******************
  16 MODAL START
*********************/
.modal-content {
  border-color: var(--bs-border-color);
  border-radius: 15px;
}
.modal-content .close-modal {
  border-radius: 50%;
  transition: all 0.5s ease;
  border: 1px solid currentColor;
  min-width: 25px;
  min-height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 15px;
  right: 15px;
}
.modal-content .close-modal i {
  font-size: 16px;
  transition: all 0.5s ease;
}

.modal-header {
  padding: 20px;
  justify-content: space-between;
}

.modal-body {
  padding: 24px;
}

.modal-footer {
  padding: 20px;
}

/****************
  17 SIDEBAR START
*****************/
.codex-brand img {
  width: 30px;
  min-width: 30px;
}

.body-layear {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 5;
  background-color: rgba(5, 23, 34, 0.2);
}

[data-bs-sidebar=full] .codex-sidebar {
  width: 245px;
}

.codex-sidebar {
  position: fixed;
  top: 0;
  inset-inline-start: 0;
  width: 245px;
  height: 100%;
  transition: all 0.5s ease;
  z-index: 6;
  color: var(--bs-sidebar-link);
  background-color: var(--bs-sidebar-bg);
  box-shadow: 0 0 20px 5px rgba(5, 23, 34, 0.05);
}
.codex-sidebar .codex-brand {
  padding: 16px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  inset-block-start: 0;
  inset-inline-start: 0;
  transition: all 0.5s ease;
  border-bottom: 1px solid var(--bs-sidebarborder-color);
}
.codex-sidebar .codex-brand .sidebar-action {
  width: 20px;
  height: 30px;
  border-radius: 5px;
  margin-right: -20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fb8c00;
  position: relative;
}
.codex-sidebar .codex-brand .sidebar-action i {
  font-size: 16px;
  color: #ffffff;
}
.codex-sidebar .sidebarpro-sec {
  background-color: #fb8c00;
  border-radius: 15px;
  padding: 15px;
  margin: 20px;
  margin-top: 90px;
  text-align: center;
}
.codex-sidebar .sidebarpro-sec img {
  margin-top: -90px;
}
.codex-sidebar .sidebarpro-sec p {
  color: #ffffff;
}
.codex-sidebar .sidebarpro-sec .btn {
  margin-top: 15px;
  background-color: #ffffff;
}
.codex-sidebar .menu-preve,
.codex-sidebar .menu-next {
  color: currentColor;
  background-color: var(--bs-body-bg);
  font-size: 22px;
  padding: 10px;
  position: absolute;
  top: 0;
  z-index: 999;
  height: 100%;
  display: none;
  align-items: center;
}
.codex-sidebar .menu-preve {
  left: 0;
}
.codex-sidebar .menu-next {
  right: 0;
}

.codex-menuwrapper {
  padding: 0 20px;
  margin-top: 20px;
  height: calc(100vh - 420px);
  overflow: auto;
}

.codex-menu .cdxmenu-title {
  font-weight: 600;
  border-bottom: 1px solid var(--bs-sidebarborder-color);
  padding: 0 20px 10px 20px;
  margin-top: 15px;
  margin-bottom: 5px;
}
.codex-menu .cdxmenu-title h5 {
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 600;
}
.codex-menu li {
  display: block;
  position: relative;
}
.codex-menu li.menu-item.active > a {
  color: var(--bs-sidebar-linkactivefont);
  background-color: var(--bs-sidebar-linkactive);
}
.codex-menu li.menu-item.active > a .menu-dropwdown {
  transform: rotate(90deg);
}
.codex-menu li > a {
  padding: 15px 20px;
  font-size: 16px;
  border-radius: 8px;
}
.codex-menu li > a .icon-item {
  margin-right: 10px;
  line-height: 1;
}
.codex-menu li > a .icon-item i {
  font-size: 19px;
}
.codex-menu li > a > svg {
  margin-right: 10px;
}
.codex-menu li > a > i {
  font-size: 18px;
}
.codex-menu li > a > i.fa {
  margin-left: auto;
}
.codex-menu li > a span {
  line-height: 1;
}
.codex-menu li a {
  font-style: normal;
  display: flex;
  align-items: center;
  text-transform: capitalize;
  position: relative;
}
.codex-menu li .submenu-list,
.codex-menu li .secondsubmenu-list {
  display: none;
}
.codex-menu li.active .submenu-list,
.codex-menu li.active .secondsubmenu-list {
  display: block;
}
.codex-menu .submenu-list {
  padding-left: 10px;
  margin-top: 10px;
  overflow: hidden;
}
.codex-menu .submenu-list a {
  font-size: 15px;
  padding: 5px 25px;
  padding-left: 40px;
  transition: all 0.3s ease;
}
.codex-menu .submenu-list > li {
  position: relative;
}
.codex-menu .submenu-list > li::before {
  position: absolute;
  top: 0;
  left: 18px;
  content: "";
  height: 100%;
  width: 1px;
  border-left: 1px dashed var(--bs-sidebar-itembefore);
}
.codex-menu .submenu-list > li::after {
  position: absolute;
  top: 45%;
  left: 18px;
  content: "";
  height: 1px;
  width: 15px;
  border-bottom: 1px dashed var(--bs-sidebar-itembefore);
  transition: all 0.3s ease;
}
.codex-menu .submenu-list > li.active > a {
  color: #fb8c00;
}
.codex-menu .submenu-list > li:hover::after {
  width: 20px;
}
.codex-menu .submenu-list > li:hover > a {
  transform: translateX(8px);
  color: #fb8c00;
}

/********************
 18 PROGRESSBAR START
*********************/
.progress.sm {
  height: 10px;
}

.progress-primary {
  background-color: rgba(251, 140, 0, 0.1) !important;
}
.progress-primary .progress-bar {
  background-color: #fb8c00 !important;
  transition: none !important;
}

.progress-secondary {
  background-color: rgba(237, 186, 49, 0.1) !important;
}
.progress-secondary .progress-bar {
  background-color: #edba31 !important;
  transition: none !important;
}

.progress-success {
  background-color: rgba(2, 188, 125, 0.1) !important;
}
.progress-success .progress-bar {
  background-color: #02bc7d !important;
  transition: none !important;
}

.progress-info {
  background-color: rgba(33, 150, 243, 0.1) !important;
}
.progress-info .progress-bar {
  background-color: #2196f3 !important;
  transition: none !important;
}

.progress-warning {
  background-color: rgba(245, 186, 74, 0.1) !important;
}
.progress-warning .progress-bar {
  background-color: #f5ba4a !important;
  transition: none !important;
}

.progress-danger {
  background-color: rgba(231, 54, 54, 0.1) !important;
}
.progress-danger .progress-bar {
  background-color: #e73636 !important;
  transition: none !important;
}

/*********************
 19 DROPZON START
**********************/
@keyframes passing-through {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  30%, 70% {
    opacity: 1;
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    transform: translateY(-40px);
  }
}
@keyframes slide-in {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(1.1);
  }
  20% {
    transform: scale(1);
  }
}
.dropzone {
  box-sizing: border-box;
  min-height: 150px;
  border: 2px dashed #fb8c00;
  border-radius: 5px;
  padding: 30px 20px;
  text-align: center;
}
.dropzone .upload-icon i {
  font-size: 55px;
  color: #fb8c00;
}
.dropzone h3 {
  font-size: calc(20px + 4 * (100vw - 420px) / 1600);
}
.dropzone .dz-preview {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 16px;
}
.dropzone .dz-preview:hover {
  z-index: 1000;
}
.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
  opacity: 1;
}
.dropzone .dz-preview:hover .dz-image img {
  transform: scale(1.05, 1.05);
  filter: blur(8px);
}
.dropzone .dz-preview .dz-remove {
  font-size: 14px;
  text-align: center;
  display: block;
  cursor: pointer;
  border: none;
}
.dropzone .dz-preview .dz-remove:hover {
  text-decoration: underline;
}
.dropzone .dz-preview .dz-details {
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  font-size: 13px;
  min-width: 100%;
  max-width: 100%;
  padding: 2em 1em;
  text-align: center;
  color: rgba(0, 0, 0, 0.9);
  line-height: 150%;
}
.dropzone .dz-preview .dz-details .dz-size {
  margin-bottom: 1em;
  font-size: 16px;
}
.dropzone .dz-preview .dz-details .dz-size span {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 0 0.4em;
  border-radius: 3px;
}
.dropzone .dz-preview .dz-details .dz-filename {
  white-space: nowrap;
}
.dropzone .dz-preview .dz-details .dz-filename:hover span {
  border: 1px solid rgba(200, 200, 200, 0.8);
  background-color: rgba(255, 255, 255, 0.8);
}
.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
  overflow: hidden;
  text-overflow: ellipsis;
}
.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
  border: 1px solid transparent;
}
.dropzone .dz-preview .dz-details .dz-filename span {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 0 0.4em;
  border-radius: 3px;
}
.dropzone .dz-preview .dz-image {
  border-radius: 20px;
  overflow: hidden;
  width: 120px;
  height: 120px;
  position: relative;
  display: block;
  z-index: 10;
}
.dropzone .dz-preview .dz-image img {
  display: block;
}
.dropzone .dz-preview .dz-success-mark {
  pointer-events: none;
  opacity: 0;
  z-index: 500;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  margin-left: -27px;
  margin-top: -27px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  padding: 10px;
}
.dropzone .dz-preview .dz-success-mark i {
  font-size: 32px;
  color: var(--black-color);
}
.dropzone .dz-preview:not(.dz-processing) .dz-progress {
  animation: pulse 6s ease infinite;
}
.dropzone .dz-preview .dz-progress {
  opacity: 1;
  z-index: 1000;
  pointer-events: none;
  position: absolute;
  height: 20px;
  top: 50%;
  margin-top: -10px;
  left: 15%;
  right: 15%;
  border: 3px solid rgba(0, 0, 0, 0.8);
  background: rgba(0, 0, 0, 0.8);
  border-radius: 10px;
  overflow: hidden;
}
.dropzone .dz-preview .dz-progress .dz-upload {
  background: #ffffff;
  display: block;
  position: relative;
  height: 100%;
  width: 0;
  transition: width 300ms ease-in-out;
  border-radius: 17px;
}
.dropzone .dz-preview.dz-file-preview .dz-image {
  border-radius: 20px;
  background: #999;
  background: linear-gradient(to bottom, #eee, #ddd);
}
.dropzone .dz-preview.dz-file-preview .dz-details {
  opacity: 1;
}
.dropzone .dz-preview.dz-image-preview {
  background: #ffffff;
}
.dropzone .dz-preview.dz-image-preview .dz-details {
  transition: opacity 0.2s linear;
}
.dropzone .dz-preview.dz-success .dz-success-mark {
  animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
}
.dropzone .dz-preview.dz-processing .dz-progress {
  opacity: 1;
  transition: all 0.2s linear;
}
.dropzone .dz-preview.dz-complete .dz-progress {
  opacity: 0;
  transition: opacity 0.4s ease-in;
}

.dropzone.dz-clickable {
  cursor: pointer;
}
.dropzone.dz-clickable * {
  cursor: default;
}
.dropzone.dz-clickable .dz-message {
  cursor: pointer;
}
.dropzone.dz-clickable .dz-message * {
  cursor: pointer;
}

.dropzone.dz-started .dz-message {
  display: none;
}

.dropzone.dz-drag-hover {
  border-style: solid;
}
.dropzone.dz-drag-hover .dz-message {
  opacity: 0.5;
}

.uploaded-wrapper {
  width: 150px;
  height: 150px;
  border-radius: 50%;
}

/*********************
  20 CUSTOMIZER START
********************/
.customizer-action {
  position: fixed;
  top: 42%;
  inset-inline-end: 0;
  background-color: var(--bs-body-bg);
  padding: 12px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  z-index: 5;
  box-shadow: 0 0 20px 5px rgba(5, 23, 34, 0.05);
  transition: all 0.3s ease-in;
}
.customizer-action i {
  font-size: 22px;
  color: currentColor;
  transition: all 0.3s ease-in;
  animation: settingrotate 2.2s linear infinite;
  display: inline-block;
}
.customizer-action:hover {
  background-color: #fb8c00;
}
.customizer-action:hover i {
  color: #ffffff;
}

.theme-cutomizer {
  z-index: 9999;
  width: 332px !important;
}
.theme-cutomizer .customizer-body {
  padding: 20px;
}
.theme-cutomizer .customizer-body .cutomize-group {
  margin-bottom: 20px;
}
.theme-cutomizer .customizer-body .customizer-title {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.theme-cutomizer .customizer-body .customizeoption-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.theme-cutomizer .customizer-body .customizeoption-list li {
  border: 1px solid var(--bs-border-color);
  padding: 18px;
  border-radius: 5px;
  text-transform: capitalize;
  display: inline-block;
  cursor: pointer;
  color: #9D9D9D;
  font-size: 16px;
  transition: all 0.5s ease;
  width: calc(50% - 5px);
  text-align: center;
}
.theme-cutomizer .customizer-body .customizeoption-list li i {
  font-size: 26px;
  vertical-align: middle;
  display: block;
  margin-bottom: 5px;
}
.theme-cutomizer .customizer-body .customizeoption-list li.active-mode {
  color: #ffffff;
  background-color: #fb8c00;
  border-color: #fb8c00;
}

@keyframes settingrotate {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
/***********************
  29 ERROR START
************************/
.codex-error {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}
.codex-error h1 {
  font-size: calc(32px + 13 * (100vw - 320px) / 1600);
  font-weight: 700;
  margin-top: 30px;
  margin-bottom: 10px;
}
.codex-error p {
  font-size: calc(16px + 2 * (100vw - 320px) / 1600);
}
.codex-error .btn {
  margin-top: 30px;
  padding: 15px 30px;
  font-size: 18px;
}
.codex-error .btn svg {
  width: 20px;
  height: auto;
  margin-right: 5px;
}
.codex-error .error-detail {
  margin-top: -27px;
}

/*******************
 21 CALENDAR START
*********************/
.summary-week .day-selector {
  display: flex;
  justify-content: space-between;
  gap: 18px;
}
.summary-week .summary-day {
  text-align: center;
  cursor: pointer;
  user-select: none;
}
.summary-week .summary-circle {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 4px solid var(--bs-border-color);
  margin: 0 auto 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s;
  color: transparent;
}
.summary-week .summary-day.active .summary-circle {
  background: #02BC7D;
  border-color: #02BC7D;
  color: #ffffff;
}
.summary-week .summaryday-label {
  font-weight: 700;
  margin-bottom: 5px;
}
.summary-week .summary-date {
  font-weight: 700;
  margin-top: 5px;
}

.events-list {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.events-list li {
  padding: 10px 12px;
  border-radius: 10px;
  white-space: nowrap;
}
.events-list li img {
  vertical-align: middle;
  max-width: 20px;
  max-height: 20px;
  width: 100%;
  height: 100%;
  object-fit: contain;
  margin-right: 2px;
}

.fc-v-event,
.fc-h-event {
  border: none;
  background-color: rgba(251, 140, 0, 0.3);
}
.fc-v-event .fc-event-main,
.fc-h-event .fc-event-main {
  color: currentColor;
  padding: 10px 7px;
}

.fc .fc-timegrid-slot {
  height: auto;
  padding: 20px;
}

.fc-theme-standard th {
  border: none;
}
.fc-theme-standard th .fc-scrollgrid-sync-inner {
  padding: 10px;
}
.fc-theme-standard th .fc-scrollgrid-sync-inner .fc-col-header-cell-cushion {
  padding: 10px 7px;
  background-color: var(--bs-bodybg-color);
  border-radius: 10px;
  display: block;
  text-decoration: none;
}

.fc .fc-timegrid .fc-daygrid-body {
  display: none !important;
}

.fc .fc-button-group {
  gap: 10px;
}

.fc-header-toolbar .btn-light {
  box-shadow: none !important;
}
.fc-header-toolbar .btn-light:focus, .fc-header-toolbar .btn-light.fc-button-active {
  color: #ffffff !important;
  background-color: #fb8c00 !important;
}

.smalldatepicker .ui-datepicker-inline {
  width: 100%;
  box-shadow: none;
  padding: 0;
}
.smalldatepicker .ui-datepicker .ui-datepicker-prev,
.smalldatepicker .ui-datepicker .ui-datepicker-next {
  width: 35px;
  height: 35px;
  font-size: 18px;
}
.smalldatepicker .ui-datepicker td span,
.smalldatepicker .ui-datepicker td a {
  padding: 12px;
}
.smalldatepicker .ui-datepicker .ui-datepicker-title {
  margin: 5px;
  font-size: 16px;
}
.smalldatepicker .ui-datepicker th {
  padding: 10px 5px;
}
.smalldatepicker .ui-datepicker td {
  padding: 0;
}

.trainer-grid {
  padding: 20px;
  background-color: var(--bs-body-bg);
  border-radius: 10px;
  margin-left: 15px;
  margin-right: 15px;
  box-shadow: 0px 9px 20px rgba(5, 23, 34, 0.07);
}
.trainer-grid .img-wrap {
  position: relative;
}
.trainer-grid .img-wrap .icon-avtar {
  width: fit-content;
  height: fit-content;
  border: 4px solid #ffffff;
  border-radius: 10px;
  position: absolute;
  left: 15px;
  bottom: -20px;
}
.trainer-grid .trainer-detail {
  padding-top: 30px;
}

/************************
  22 AUTHENTICATION START
**************************/
.auth-main {
  height: 100vh;
  display: flex;
  align-items: center;
  height: 100vh;
}

.codex-authbox {
  background-color: var(--bs-body-bg);
}
.codex-authbox .login-aur {
  position: relative;
}
.codex-authbox .login-aur span {
  padding: 0 10px;
  z-index: 1;
  position: relative;
}
.codex-authbox .login-aur::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: var(--bs-border-color);
  top: 50%;
  left: 0;
}
.codex-authbox .login-with li img {
  margin-right: 5px;
  width: 20px;
}
.codex-authbox .auth-icon {
  margin-bottom: 5px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(251, 140, 0, 0.08);
  margin-left: auto;
  margin-right: auto;
}
.codex-authbox .auth-icon i {
  font-size: 24px;
}

.order-step {
  display: flex;
  justify-content: space-around;
}
.order-step .step-grid {
  position: relative;
  width: 100%;
  text-align: center;
}
.order-step .step-grid .step-icon {
  background-color: var(--bs-bodybg-color);
  margin-top: 20px;
}
.order-step .step-grid.completed .step-icon {
  border-color: #fb8c00;
}
.order-step .step-grid.completed .step-icon i {
  color: #fb8c00;
}
.order-step .step-grid.completed .step-handle {
  background-color: #fb8c00;
}
.order-step .step-grid.active .step-icon {
  border-color: #2196F3;
}
.order-step .step-grid.active .step-icon i {
  color: #2196F3;
}
.order-step .step-grid.active .step-handle {
  background-color: #2196F3;
}
.order-step .step-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 3px solid #ccc;
  background-color: #f4f4f4;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  z-index: 3;
  position: relative;
}
.order-step .step-handle {
  position: absolute;
  top: 75px;
  left: 0;
  right: 0;
  width: 100%;
  height: 6px;
  background-color: var(--bs-border-color);
  z-index: 1;
}
.order-step .step-col {
  display: grid;
  width: fit-content;
  margin: auto;
}
.order-step .step-col .step-icon {
  order: 2;
}

.delevery-location iframe {
  width: 100%;
  height: 370px;
}

.update-driver {
  max-width: 120px;
  max-height: 120px;
  min-height: 120px;
  min-width: 120px;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
}
.update-driver img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.driverperform-status .icon-wrap {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.driverperform-status .icon-wrap i {
  font-size: 30px;
  line-height: 1;
}

.table-search {
  max-width: 300px;
}

/*******************
 23  CHAT START
*********************/
.codex-chat {
  margin-bottom: 24px;
}
.codex-chat .media {
  align-items: center;
}
.codex-chat .media .userimg-wrap {
  width: 45px;
  height: 45px;
  min-width: 45px;
  min-height: 45px;
  border-radius: 50%;
  margin-inline-end: 15px;
}
.codex-chat .media .userimg-wrap img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}
.codex-chat .media .media-body h6 {
  text-transform: capitalize;
}
.codex-chat .media .media-body p {
  font-size: 14px;
  color: #9D9D9D;
}
.codex-chat .media .caht-status span {
  display: block;
  width: fit-content;
  margin-inline-start: auto;
}
.codex-chat .media .caht-status .time-status {
  font-size: 14px;
  color: #9D9D9D;
  float: right;
  font-weight: 400;
}
.codex-chat .chat-sidebar .admin-profile {
  margin-block-end: 15px;
}
.codex-chat .chat-sidebar .input-group {
  margin-block-end: 20px;
  border-radius: 5px;
}
.codex-chat .chat-sidebar .input-group .input-group-text {
  color: #9D9D9D;
  background-color: transparent;
}
.codex-chat .chat-sidebar .input-group .input-group-text svg {
  width: 18px;
}
.codex-chat .chat-sidebar .chaticon-list {
  margin-inline-start: auto;
  width: fit-content;
}
.codex-chat .chat-sidebar ul.user-caht-list {
  max-height: 600px;
  overflow: auto;
  padding-inline-end: 10px;
}
.codex-chat .chat-sidebar ul.user-caht-list li {
  padding: 10px;
  border-radius: 5px;
}
.codex-chat .chat-sidebar ul.user-caht-list li:nth-child(n+2) {
  margin-block-start: 10px;
}
.codex-chat .chat-body {
  background: var(--bs-body-bg);
  border-radius: 0 5px 5px 0;
  width: 100%;
  border-radius: 17px;
  position: relative;
}
.codex-chat .chat-body .media {
  padding: 20px;
  border-bottom: 1px solid var(--bs-border-color);
}
.codex-chat .chat-body .userchat-msgbox {
  height: 550px;
  padding: 25px 30px 0 25px;
  overflow: auto;
}
.codex-chat .chat-body .userchat-msgbox ul {
  margin-block-end: 30px;
}
.codex-chat .chat-body .userchat-msgbox li {
  display: block;
}
.codex-chat .chat-body .userchat-msgbox li:nth-child(n+2) {
  margin-block-start: 15px;
}
.codex-chat .chat-body .userchat-msgbox .user-msgbox .chat-contain img {
  margin-inline-end: 15px;
}
.codex-chat .chat-body .userchat-msgbox .admin-msgbox .chat-contain img {
  margin-inline-start: 15px;
}
.codex-chat .chat-body .userchat-msgbox .user-msgbox,
.codex-chat .chat-body .userchat-msgbox .admin-msgbox {
  max-width: 50%;
  width: fit-content;
}
.codex-chat .chat-body .userchat-msgbox .user-msgbox .chat-contain,
.codex-chat .chat-body .userchat-msgbox .admin-msgbox .chat-contain {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.codex-chat .chat-body .userchat-msgbox .user-msgbox .chat-contain img,
.codex-chat .chat-body .userchat-msgbox .admin-msgbox .chat-contain img {
  width: 30px;
  height: 30px;
  border-radius: 5px;
}
.codex-chat .chat-body .userchat-msgbox .user-msgbox .chat-contain p,
.codex-chat .chat-body .userchat-msgbox .admin-msgbox .chat-contain p {
  padding: 10px 13px;
  border-radius: 5px;
  font-size: 14px;
  color: #051722;
  background-color: #FEE6D1;
}
.codex-chat .chat-body .userchat-msgbox .user-msgbox .msg-seen,
.codex-chat .chat-body .userchat-msgbox .admin-msgbox .msg-seen {
  display: block;
  margin-inline-start: auto;
  margin-block-start: 10px;
  width: fit-content;
  font-size: 14px;
  color: #9D9D9D;
  font-weight: 400;
}
.codex-chat .chat-body .userchat-msgbox .user-msgbox .msg-seen svg,
.codex-chat .chat-body .userchat-msgbox .admin-msgbox .msg-seen svg {
  width: 20px;
}
.codex-chat .chat-body .userchat-msgbox .admin-msgbox {
  margin-inline-start: auto;
}
.codex-chat .chat-body .userchat-msgbox .admin-msgbox .user-message {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.codex-chat .chat-body .userchat-msgbox .admin-msgbox .user-message .send-details {
  width: 70%;
}
.codex-chat .chat-body .userchat-msgbox .admin-msgbox .user-message .send-details p {
  background-color: #ffffff;
  padding: 10px 13px;
  border-radius: 5px;
  font-size: 14px;
}
.codex-chat .chat-body .userchat-msgbox .admin-msgbox .user-message .user_icon img {
  width: 30px;
  height: 30px;
}
.codex-chat .chat-body .userchat-msgbox .admin-msgbox .msg-seen {
  margin-inline-end: 0px;
}
.codex-chat .chat-body .preView_box {
  width: 100%;
  position: absolute;
  bottom: 100px;
  background: #ffffff;
}
.codex-chat .chat-body .preView_box.hidden {
  display: none;
}
.codex-chat .chat-body .preView_box #imgPreview {
  display: inline-block;
  padding: 15px 0 0 25px;
  position: relative;
  width: 225px;
  height: auto;
}
.codex-chat .chat-body .preView_box #imgPreview img {
  max-width: 100%;
  height: auto;
  width: 100%;
}
.codex-chat .chat-body .preView_box #imgPreview #removePreview_img {
  position: absolute;
  right: -10px;
  top: 5px;
}
.codex-chat .chat-body .userchat-typebox {
  padding: 20px;
  border-top: 1px solid var(--bs-border-color);
}
.codex-chat .chat-body .userchat-typebox i {
  color: #F5BA4A;
}
.codex-chat .chat-body .userchat-typebox .form-control {
  margin-inline-end: 10px;
}
.codex-chat .chat-body .userchat-typebox .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 15px;
  border: 1px solid var(--bs-border-color);
}
.codex-chat .chat-body .userchat-typebox .btn svg {
  width: 20px;
  height: auto;
  color: #9D9D9D;
}
.codex-chat .chat-body .userchat-typebox .btn i {
  font-size: 20px;
  color: #9D9D9D;
}
@keyframes dotAnimate {
  0% {
    transform: translateY(0px);
    background-color: rgba(251, 140, 0, 0.3);
  }
  28% {
    transform: translateY(-7px);
    background-color: rgba(251, 140, 0, 0.5);
  }
  44% {
    transform: translateY(0px);
    background-color: rgba(251, 140, 0, 0.9);
  }
}
.codex-chat .chat-body .chat-bubble {
  background-color: rgba(251, 140, 0, 0.1);
  padding: 10px 20px 8px 20px;
  border-radius: 20px;
  border-bottom-left-radius: 2px;
  display: inline-block;
}
.codex-chat .chat-body .chat-bubble .typing {
  align-items: center;
  display: flex;
  height: 17px;
}
.codex-chat .chat-body .chat-bubble .typing .dot {
  animation: dotAnimate 1.8s infinite ease-in-out;
  background-color: #fb8c00;
  border-radius: 50%;
  height: 7px;
  margin-inline-end: 4px;
  vertical-align: middle;
  width: 7px;
  display: inline-block;
}
.codex-chat .chat-body .chat-bubble .typing .dot:nth-child(1) {
  animation-delay: 200ms;
}
.codex-chat .chat-body .chat-bubble .typing .dot:nth-child(2) {
  animation-delay: 300ms;
}
.codex-chat .chat-body .chat-bubble .typing .dot:nth-child(3) {
  animation-delay: 400ms;
}
.codex-chat .chat-body .chat-bubble .typing .dot:last-child {
  margin-inline-end: 0;
}
.codex-chat .chaticon-list > li {
  display: inline-block;
  position: relative;
}
.codex-chat .chaticon-list > li:nth-child(n+2) {
  margin-inline-start: 8px;
}
.codex-chat .chaticon-list > li .theme-dropdown {
  top: 100%;
  right: 0;
}
.codex-chat .action-dropdown {
  min-width: 195px;
}

.filter-bar {
  display: flex;
  gap: 1rem;
  position: relative;
}
.filter-bar .filter-dropdown {
  position: relative;
}
.filter-bar .filter-dropdown .dropdown-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 40px 10px 10px;
  background: var(--bs-body-bg);
  border: none;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(5, 23, 34, 0.07);
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  position: relative;
}
.filter-bar .filter-dropdown .dropdown-btn .icon {
  font-size: 20px;
  background: var(--bs-bodybg-color);
  padding: 6px;
  border-radius: 8px;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.filter-bar .filter-dropdown .dropdown-btn .icon i {
  color: #9D9D9D;
}
.filter-bar .filter-dropdown .dropdown-btn::after {
  content: "\ea5f";
  position: absolute;
  top: 15px;
  right: 10px;
  width: 20px;
  height: 20px;
  font-family: tabler-icons !important;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  font-size: 25px;
  border: none;
}
.filter-bar.filter-sm .filter-dropdown .dropdown-btn::after {
  top: 6px;
  font-size: 22px;
}

.chaticon-list > li {
  display: inline-block;
  position: relative;
}
.chaticon-list > li > a {
  font-size: 20px;
  padding: 7px 10px;
  border-radius: 7px;
  background-color: var(--bs-bodybg-color);
}
.chaticon-list > li > a:hover {
  color: #ffffff;
  background-color: #fb8c00;
}
.chaticon-list > li:nth-child(n+2) {
  margin-left: 5px;
}
.chaticon-list > li .action-toggle {
  font-size: 20px;
  padding: 7px 10px;
  border-radius: 7px;
  background-color: var(--bs-bodybg-color);
}
.chaticon-list > li .action-toggle:hover {
  color: #ffffff;
  background-color: #fb8c00;
}

.image-slider .image-box {
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 300px;
  margin: 10px;
}
.image-slider .image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.image-slider .upload-box {
  border: 2px dashed var(--bs-border-color);
  background-color: var(--bs-bodybg-color);
  cursor: pointer;
  position: relative;
}
.image-slider .upload-box label {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.image-slider .upload-box label span {
  font-size: 40px;
  color: #9D9D9D;
}
.image-slider .upload-box input {
  display: none;
}

.product-list {
  text-align: center;
}
.product-list h6 {
  font-size: 18px;
}
.product-list p {
  font-size: 16px;
}

.reviews-chart {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.reviews-chart h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  color: currentColor;
}
.reviews-chart .date {
  font-size: 12px;
  color: #888;
}
.reviews-chart .reviews-contact {
  display: flex;
  flex-direction: column;
  gap: 90px;
}
.reviews-chart .reviews-contact .stats h2 {
  margin: 0;
  font-size: 28px;
  color: currentColor;
}
.reviews-chart .reviews-contact .stats h2 small {
  font-size: 12px;
  color: #aaa;
  margin-left: 4px;
}
.reviews-chart .reviews-contact .stats .growth {
  margin-top: 5px;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  gap: 5px;
}
.reviews-chart .reviews-contact .stats .growth .up-icon {
  background-color: #02BC7D;
  padding: 3px;
  border-radius: 5px;
  color: #ffffff;
  margin-right: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
}
.reviews-chart .reviews-contact .stats .growth .down-icon {
  background-color: #e73636;
  padding: 3px;
  border-radius: 5px;
  color: #ffffff;
  margin-right: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
}
.reviews-chart .chart {
  width: 70%;
}

.filter-periode {
  position: relative;
}
.filter-periode .filter-card {
  display: flex;
  align-items: center;
  background: var(--bs-body-bg);
  padding: 12px 16px;
  border-radius: 12px;
  box-shadow: 0px 9px 20px rgba(5, 23, 34, 0.07);
  width: 320px;
  cursor: pointer;
  position: relative;
}
.filter-periode .filter-card .icon {
  background: var(--bs-bodybg-color);
  padding: 10px;
  border-radius: 10px;
  font-size: 26px;
  margin-right: 12px;
  width: 45px;
  height: 45px;
  display: flex;
  color: #9D9D9D;
  align-items: center;
  justify-content: center;
}
.filter-periode .filter-card .content {
  flex: 1;
}
.filter-periode .filter-card .content .title {
  font-weight: 600;
  margin: 0;
  font-size: 14px;
  color: currentColor;
}
.filter-periode .filter-card .content .date {
  margin: 2px 0 0;
  font-size: 13px;
  color: #9D9D9D;
}
.filter-periode .filter-card .dropdown-toggle {
  font-size: 16px;
  color: #9D9D9D;
  transition: transform 0.3s;
  position: relative;
}
.filter-periode .filter-card .dropdown-toggle::after {
  content: "\ea5f";
  position: absolute;
  top: -20px;
  right: 0;
  width: 20px;
  height: 20px;
  font-family: tabler-icons !important;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  font-size: 25px;
  border: none;
}
.filter-periode .filter-card.open .dropdown-toggle::after {
  content: "\ea62";
  position: absolute;
}
.filter-periode .dropdown {
  display: none;
  flex-direction: column;
  gap: 8px;
  background: var(--bs-body-bg);
  border-radius: 10px;
  padding: 12px;
  box-shadow: 0px 9px 20px rgba(5, 23, 34, 0.07);
  width: 100%;
  margin-top: 10px;
  position: absolute;
  z-index: 1;
}
.filter-periode .dropdown label {
  font-size: 13px;
  color: currentColor;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.filter-periode .dropdown label input {
  padding: 4px;
  border: 1px solid #cccccc;
  border-radius: 6px;
}

.segmented {
  background: var(--bs-bodybg-color);
  border-radius: 28px;
  padding: 10px;
  display: inline-flex;
  gap: 4px;
}
.segmented .segmented_btn {
  border: 0;
  background: transparent;
  color: currentColor;
  font-weight: 600;
  font-size: 13px;
  padding: 8px 14px;
  border-radius: 22px;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}
.segmented .segmented_btn.is-active {
  background: var(--bs-body-bg);
  color: currentColor;
  box-shadow: 0 2px 8px rgba(5, 23, 34, 0.07);
}
.segmented .segmented_btn:focus {
  outline: none;
}

.dashboard-card {
  background: #2196F3;
  color: #ffffff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(5, 23, 34, 0.07);
}
.dashboard-card .stats {
  display: flex;
  align-items: center;
  gap: 15px;
}
.dashboard-card .stats .icon {
  background: rgba(255, 255, 255, 0.2);
  padding: 12px;
  border-radius: 50%;
  font-size: 24px;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card .card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.card .tabs {
  background: var(--bs-bodybg-color);
  border-radius: 28px;
  padding: 10px;
  display: inline-flex;
  gap: 4px;
}
.card .tabs .tab_btn {
  border: 0;
  background: transparent;
  color: #9D9D9D;
  font-weight: 600;
  font-size: 13px;
  padding: 8px 14px;
  border-radius: 22px;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}
.card .tabs .tab_btn.is-active {
  background: var(--bs-body-bg);
  color: currentColor;
  box-shadow: 0 2px 8px rgba(5, 23, 34, 0.07);
}
.card .tabs .tab_btn:focus {
  outline: none;
}
.card .favorite-card1,
.card .favorite-card2,
.card .favorite-card3 {
  background: var(--bs-body-bg);
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
  box-shadow: 0 2px 8px rgba(5, 23, 34, 0.07);
  padding: 15px;
  transition: transform 0.3s;
  margin: 10px;
}
.card .favorite-card1 img,
.card .favorite-card2 img,
.card .favorite-card3 img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 10px;
}
.card .favorite-card1 h4,
.card .favorite-card2 h4,
.card .favorite-card3 h4 {
  font-size: 16px;
  margin: 10px 0;
}
.card .favorite-card1 .stars,
.card .favorite-card2 .stars,
.card .favorite-card3 .stars {
  color: #F5BA4A;
  font-size: 14px;
}
.card .favorite-card1 .reviews,
.card .favorite-card2 .reviews,
.card .favorite-card3 .reviews {
  font-size: 13px;
  color: #9D9D9D;
  margin-bottom: 8px;
}
.card .favorite-card1 .like-btn,
.card .favorite-card2 .like-btn,
.card .favorite-card3 .like-btn {
  font-size: 14px;
  font-weight: 500;
  color: #2196F3;
  background-color: rgba(33, 150, 243, 0.07);
  padding: 8px;
  border-radius: 5px;
}
.card .favorite-card1:hover,
.card .favorite-card2:hover,
.card .favorite-card3:hover {
  transform: translateY(-5px);
}
.card .slick-track {
  margin: 0px !important;
}

.order-table .table tr.open + .order-detail {
  display: table-row;
}
.order-table .price {
  color: #e73636;
  font-weight: 600;
}
.order-table .order-cash i {
  background-color: var(--bs-bodybg-color);
  padding: 4px;
  border-radius: 3px;
  font-size: 14px;
  color: currentColor;
}
.order-table .order-detail {
  display: none;
  background: var(--bs-bodybg-color);
}
.order-table .order-detail .detail-wrapper {
  display: flex;
  padding: 15px 0px;
  align-items: flex-start;
  overflow: hidden;
}
.order-table .order-detail .detail-wrapper .order-menu {
  width: 100%;
  max-width: 33%;
  flex: 0 0 33%;
}
.order-table .order-detail .detail-wrapper .order-menu h4 {
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 600;
}
.order-table .order-detail .detail-wrapper .order-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.order-table .order-detail .detail-wrapper .order-menu ul li {
  display: flex;
  align-items: center;
  gap: 60px;
  margin-bottom: 12px;
}
.order-table .order-detail .detail-wrapper .order-menu ul li img {
  width: 40px;
  height: 40px;
  border: 1px solid #fb8c00;
  padding: 3px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 12px;
}
.order-table .order-detail .detail-wrapper .order-menu ul li span {
  font-size: 14px;
  color: #333333;
}
.order-table .order-detail .detail-wrapper .order-menu ul li .price {
  color: #e73636;
  font-weight: 600;
}
.order-table .order-detail .detail-wrapper .restaurant-info {
  width: 100%;
  max-width: 50%;
  flex: 0 0 50%;
  display: flex;
  justify-content: space-between;
}
.order-table .order-detail .detail-wrapper .restaurant-info .restaurant-review {
  width: 100%;
  max-width: 45%;
}
.order-table .order-detail .detail-wrapper .restaurant-info .restaurant-status {
  width: 100%;
  max-width: 55%;
  display: flex;
  gap: 100px;
}
.order-table .order-detail .detail-wrapper .restaurant-info h4 {
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 600;
}
.order-table .order-detail .detail-wrapper .restaurant-info .rating {
  color: #F5BA4A;
  font-size: 14px;
  margin-bottom: 8px;
}
.order-table .order-detail .detail-wrapper .restaurant-info .rating span {
  font-size: 13px;
}
.order-table .order-detail .detail-wrapper .restaurant-info p {
  font-size: 13px;
  margin: 4px 0;
}
.order-table .order-detail .detail-wrapper .order-info {
  width: 100%;
  max-width: 17%;
  flex: 0 0 17%;
}
.order-table .order-detail .detail-wrapper .order-info h4 {
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: 600;
  color: #9D9D9D;
}
.order-table .order-detail .detail-wrapper .order-info p {
  margin: 4px 0;
  font-size: 13px;
  color: #333;
}
.order-table .order-detail .detail-wrapper .order-info .total .price {
  font-size: 16px;
  font-weight: 700;
  color: #e73636;
}

/***********************
  26 DASHBOARD START
*************************/
.goal-chart {
  max-width: 80px;
  width: 100%;
  height: 70px;
}
.goal-chart canvas, .goal-chart text {
  color: currentColor;
}

.training-card {
  background-image: url("../images/dashboard/training-bg.png");
  background-position: right;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: var(--bs-primary-lighten);
}

.progress-card .dot {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 8px;
}
.progress-card .progress-charttbl td {
  padding: 10px 0;
}

.review-slider .testimonial-grid {
  margin-left: 10px;
  margin-right: 10px;
}

.testimonial-grid {
  padding: 24px;
  border-radius: 12px;
  background-color: var(--bs-body-bg);
  box-shadow: 0px 9px 20px rgba(5, 23, 34, 0.07);
}
.testimonial-grid .avtar-wrap {
  width: 65px;
  height: 65px;
}
.testimonial-grid .avtar-wrap img {
  width: 100%;
  height: 100%;
}
.testimonial-grid p {
  height: 96px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

.recent-activity .icon-wrap {
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.trending-table .img-wrap {
  width: 80px;
  height: 55px;
  min-width: 80px;
  min-height: 55px;
  max-width: 80px;
  max-height: 80px;
}

.status-card .icon-wrap {
  max-width: 72px;
  max-height: 72px;
}
.status-card .icon-wrap img {
  width: 100%;
  height: 100%;
}

/*************
27 RESPONSVIE
**************/
@media screen and (min-width: 1200px) {
  /*sidebar*/
  [data-bs-sidebar=compact] .codex-header {
    margin-left: 72px;
    width: calc(100% - 72px);
  }
  [data-bs-sidebar=compact] .codex-footer {
    margin-left: 72px;
    width: calc(100% - 72px);
  }
  [data-bs-sidebar=compact] .codex-menuwrapper {
    padding: 0 12px;
  }
  [data-bs-sidebar=compact] .codex-sidebar {
    width: 245px;
    width: 72px;
    transition: all 0.5s ease;
  }
  [data-bs-sidebar=compact] .codex-sidebar .sidebar-action {
    transform: rotateY(180deg);
  }
  [data-bs-sidebar=compact] .codex-sidebar .codex-brand {
    padding-left: 15px;
    padding-right: 15px;
  }
  [data-bs-sidebar=compact] .codex-sidebar .codex-brand span {
    font-size: 0 !important;
  }
  [data-bs-sidebar=compact] .codex-sidebar .codex-menu .cdxmenu-title {
    display: none;
  }
  [data-bs-sidebar=compact] .codex-sidebar .codex-menu li > a {
    justify-content: center;
    border-radius: 5px;
    padding: 12px 15px;
  }
  [data-bs-sidebar=compact] .codex-sidebar .codex-menu li > a .icon-item {
    margin-right: 0;
  }
  [data-bs-sidebar=compact] .codex-sidebar .codex-menu li > a > i.fa {
    display: none;
  }
  [data-bs-sidebar=compact] .codex-sidebar .codex-menu li > a span {
    display: none;
  }
  [data-bs-sidebar=compact] .codex-sidebar .codex-menu li + li {
    margin-top: 10px;
  }
  [data-bs-sidebar=compact] .codex-sidebar .codex-menu .submenu-list {
    display: none !important;
  }
  [data-bs-sidebar=compact] .codex-sidebar .sidebarpro-sec {
    display: none;
  }
  [data-bs-sidebar=compact] .codex-sidebar .codex-menuwrapper {
    height: calc(100vh - 80px);
  }
  [data-bs-sidebar=compact] .themebody-wrap {
    margin-left: 72px;
  }
  [data-bs-sidebar=horizontal] .codex-header {
    width: 100%;
    margin-left: unset;
    position: fixed;
    z-index: 7;
  }
  [data-bs-sidebar=horizontal] .codex-header .codex-brand {
    display: flex;
  }
  [data-bs-sidebar=horizontal] .codex-header .header-contian {
    max-width: 1600px;
    margin: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
  [data-bs-sidebar=horizontal] .codex-sidebar {
    width: 100%;
    position: fixed;
    top: 76px;
    height: auto;
    background-color: #fb8c00;
  }
  [data-bs-sidebar=horizontal] .codex-sidebar .codex-brand {
    display: none;
  }
  [data-bs-sidebar=horizontal] .codex-sidebar .sidebarpro-sec {
    display: none;
  }
  [data-bs-sidebar=horizontal] .codex-sidebar .menu-preve,
  [data-bs-sidebar=horizontal] .codex-sidebar .menu-next {
    display: flex;
  }
  [data-bs-sidebar=horizontal] .codex-menuwrapper {
    overflow: hidden;
    height: auto;
    margin-top: 0;
    padding: 0 45px;
  }
  [data-bs-sidebar=horizontal] .codex-menu {
    white-space: nowrap;
    margin-top: 0;
    padding-bottom: 0;
    overflow: visible !important;
    width: 100%;
  }
  [data-bs-sidebar=horizontal] .codex-menu > li {
    display: inline-block;
  }
  [data-bs-sidebar=horizontal] .codex-menu > li > a {
    color: #ffffff;
  }
  [data-bs-sidebar=horizontal] .codex-menu > li > a > i.fa {
    margin-left: 15px;
    transform: rotate(90deg);
  }
  [data-bs-sidebar=horizontal] .codex-menu .submenu-list {
    display: none;
  }
  [data-bs-sidebar=horizontal] .codex-menu li .submenu-list {
    display: block !important;
    position: fixed;
    top: 108px;
    opacity: 0;
    visibility: hidden;
    background-color: var(--bs-body-bg);
    padding-left: 0;
    box-shadow: 0px 9px 20px rgba(5, 23, 34, 0.07);
    border-radius: 5px;
  }
  [data-bs-sidebar=horizontal] .codex-menu li .submenu-list a {
    padding: 10px 25px;
  }
  [data-bs-sidebar=horizontal] .codex-menu li .submenu-list li:nth-child(n+2) {
    border-top: 1px solid var(--bs-border-color);
  }
  [data-bs-sidebar=horizontal] .codex-menu li .submenu-list li::before {
    display: none;
  }
  [data-bs-sidebar=horizontal] .codex-menu li .submenu-list li::after {
    display: none;
  }
  [data-bs-sidebar=horizontal] .codex-menu li .mega-menu {
    display: flex !important;
    max-width: 290px;
    width: 100%;
    flex-wrap: wrap;
  }
  [data-bs-sidebar=horizontal] .codex-menu li .mega-menu li {
    width: 50%;
  }
  [data-bs-sidebar=horizontal] .codex-menu li .mega-menu li:nth-child(even) {
    border-left: 1px solid var(--bs-border-color);
  }
  [data-bs-sidebar=horizontal] .codex-menu li:hover .submenu-list {
    opacity: 1;
    visibility: visible;
  }
  [data-bs-sidebar=horizontal] .codex-menu .cdxmenu-title {
    display: none;
  }
  [data-bs-sidebar=horizontal] .themebody-wrap {
    max-width: 1600px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 150px;
  }
  [data-bs-sidebar=horizontal] .codex-footer {
    width: 100%;
    margin-left: unset;
  }
  .bg-xl-white {
    background-color: var(--bs-body-bg);
  }
}
@media screen and (max-width: 1199px) {
  .themebody-wrap {
    margin-left: unset;
  }
  .codex-footer {
    width: 100%;
    margin-left: unset;
  }
  body[data-bs-sidebar=compact] .codex-sidebar {
    inset-inline-start: -295px;
  }
  /*header*/
  .codex-header {
    width: 100%;
    margin-left: unset;
  }
  /* sidebar */
  .codex-sidebar {
    z-index: 6;
    transition: all 0.5s ease;
  }
  .codex-sidebar .logo-gridwrap .sidebar-action {
    display: flex;
  }
}
@media screen and (max-width: 991px) {
  /* header */
  .themebody-wrap {
    margin-top: 90px;
  }
  .codex-header {
    padding: 15px;
  }
  .codex-header .input-group {
    position: relative;
    width: auto;
  }
  .codex-header .input-group .input-group-text {
    padding: 0;
    width: 35px;
    height: 35px;
    border-radius: 10px !important;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 5px 2px rgba(5, 23, 34, 0.05);
  }
  .codex-header .input-group .input-group-text i {
    color: initial;
    font-size: 18px;
  }
  .codex-header .input-group .form-control {
    position: absolute;
    top: 100%;
    inset-inline-start: 0;
    border-radius: 5px !important;
    opacity: 0;
    visibility: hidden;
    width: 0;
    transition: all 0.5s ease;
  }
  .codex-header .input-group .form-control.active {
    opacity: 1;
    visibility: visible;
    width: 229px;
  }
  .codex-header .nav-profile img {
    width: 32px;
    height: 32px;
  }
  .codex-header .navicon-wrap {
    width: 35px;
    height: 35px;
  }
  .codex-header .navicon-wrap i {
    font-size: 18px;
  }
  .filte-sidebar {
    position: fixed;
    top: 0;
    left: 0;
    width: 320px;
    height: 100%;
    overflow: auto;
    background-color: #ffffff;
    z-index: 4;
    padding: 15px;
    transform: translateX(-100%);
    transition: all 0.3s ease;
  }
  .filte-sidebar.active {
    transform: translateX(0);
  }
  .filte-sidebar .close-filter {
    padding: 15px;
    border-bottom: 1px solid var(--bs-border-color);
    text-transform: capitalize;
    margin: -15px -15px 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .filte-sidebar .close-filter i {
    font-size: 24px;
  }
  .filte-sidebar .workoutfilter-sidebar {
    box-shadow: none;
  }
  .filte-sidebar .workoutfilter-sidebar .card-body {
    padding: 0;
  }
  .onboding-list li label img {
    width: 32px;
  }
  .warmup-list li .img-wrap {
    width: 30px;
    height: 30px;
  }
  .image-slider .image-box {
    height: 195px;
  }
}
@media screen and (max-width: 767px) {
  .filter-periode .filter-card {
    padding: 10px 10px;
    width: auto;
    padding-right: 36px;
  }
  .filter-periode .filter-card .icon {
    width: 38px;
    height: 38px;
    margin-right: 10px;
  }
  .filter-periode .filter-card .dropdown-toggle:after {
    top: -15px;
    right: -23px;
  }
  /* sidebar css */
  .codex-sidebar .logo-gridwrap {
    margin-bottom: 5px;
  }
  .header-menu {
    margin-left: 10px;
  }
  .theme-body {
    padding-left: unset;
    padding-right: unset;
  }
  .fc-theme-standard th .fc-scrollgrid-sync-inner {
    padding: 5px;
  }
  .dite-grid {
    display: grid;
  }
  .dite-grid .img-wrap {
    max-width: 100%;
    max-height: unset;
  }
  .dite-grid .dite-detail {
    width: auto;
  }
  .dite-grid .food-vitamin {
    min-width: 100%;
  }
  .dite-grid .helthscor-list {
    gap: 5px;
  }
  .review-slider {
    margin: unset;
  }
  .review-slider .testimonial-grid {
    margin-left: 0;
    margin-right: 0;
  }
  .testimonial-grid {
    padding: 15px;
  }
  .chaticon-list > li > a {
    padding: 0;
    background-color: transparent;
  }
  .chaticon-list > li .action-toggle {
    padding: 0;
    background-color: transparent;
  }
}
@media screen and (max-width: 575px) {
  /*common*/
  .btn {
    font-size: 14px;
  }
  .btn.btn-md {
    padding: 10px 15px;
  }
  .container,
  .custom-container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .card .card-body {
    padding: 15px;
  }
  /*header*/
  .codex-header .nav-profile img {
    width: 34px;
    height: 34px;
  }
  .codex-header .nav-profile .media .media-body {
    display: none;
  }
  .codex-header .nav-iconlist {
    position: relative;
  }
  .codex-header .nav-iconlist > li {
    position: unset;
  }
  .codex-header .nav-iconlist > li:nth-child(n+2) {
    margin-left: 8px;
  }
  .codex-header .form-group {
    margin-left: 8px;
  }
  .codex-header .form-group .input-group-text {
    width: 34px;
    height: 34px;
  }
  .codex-header .navicon-wrap {
    width: 34px;
    height: 34px;
  }
  /*loader*/
  .codex-loader .loder-item {
    width: 35px;
    height: 35px;
    font-size: 14px;
    margin: 5px;
  }
  .fc .fc-toolbar {
    display: grid;
    justify-content: center;
    gap: 10px;
    text-align: center;
  }
  .events-list {
    gap: 5px;
  }
  .events-list li {
    font-size: 12px;
    padding: 5px 8px;
    border-radius: 5px;
  }
  .smalldatepicker .ui-datepicker td .ui-datepicker td span, .smalldatepicker .ui-datepicker td .ui-datepicker td a {
    padding: 8px;
  }
  .fc .fc-button-group .fc-timeGridWeek-button,
  .fc .fc-button-group .fc-dayGridMonth-button {
    display: none;
  }
  .fc .fc-button-group button {
    padding: 6px 5px;
    line-height: 1;
  }
  .goals-page .select-week,
  .goals-page .select-status {
    min-width: 100%;
  }
  .goals-page .select-status {
    margin: 15px 0;
  }
  .category-list {
    gap: 10px;
  }
  .category-list li {
    min-width: calc(50% - 10px);
  }
  .order-step {
    flex-direction: column;
  }
  .order-step .step-handle {
    top: 0;
    left: 22px;
    right: unset;
    width: 6px;
    height: 100%;
    margin-left: 0;
  }
  .order-step .step-icon {
    margin: unset;
  }
  .order-step .step-grid .step-icon {
    margin-top: 0;
    order: 0;
    margin-right: 15px;
  }
  .order-step .step-grid:nth-child(n+2) .step-col {
    margin-top: 30px;
  }
  .order-step .step-col {
    display: flex;
    align-items: center;
    align-items: center;
    margin: unset;
  }
  .filter-bar {
    flex-wrap: wrap;
  }
  .reviews-chart {
    display: block;
  }
  .reviews-chart .reviews-contact {
    display: block;
  }
  .reviews-chart .reviews-contact .stats {
    margin-top: 10px;
  }
  .reviews-chart .chart {
    width: 100%;
  }
}
@media screen and (max-width: 390px) {
  /*header*/
  .codex-header .form-group .input-group-text {
    width: 34px;
    height: 34px;
  }
  .codex-header .form-group .input-group-text i {
    font-size: 16px;
  }
  .codex-header .nav-iconlist > li:nth-child(n+2) {
    margin-left: 2px;
  }
  .codex-header .nav-profile img {
    width: 34px;
    height: 34px;
  }
}
/*********************
  24 LANDING PAGE
**********************/
.py-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.pt-70 {
  padding-top: 70px;
}

.pb-70 {
  padding-bottom: 70px;
}

.landing-wrap .btn {
  padding: 12px 30px;
}

.landing-title {
  text-align: center;
  margin-bottom: 20px;
}
.landing-title h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 5px;
  background: linear-gradient(47deg, #fb8c00 45%, #2196F3 53.71%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.5s ease;
}
.landing-title p {
  font-size: 16px;
}

.landing-header {
  padding: 18px 0;
  background-color: var(--bs-body-bg);
}
.landing-header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  animation: fadeInDown 1s ease;
}

.menu-list li {
  display: inline-block;
}
.menu-list li a {
  font-size: 16px;
}
.menu-list li + li {
  margin-left: 40px;
}

.hero-sec {
  background-color: #120806;
  background-image: url("../../assets/images/landing/hero-bg.png");
  background-size: cover;
  background-position: center;
  color: #ffffff;
  height: calc(100vh - 75px);
  position: relative;
}
.hero-sec .hero-contain {
  text-align: center;
  padding-top: 120px;
}
.hero-sec .hero-contain h3 {
  font-size: 28px;
  background: linear-gradient(92deg, #fb8c00 2.7%, #edba31 53.71%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}
.hero-sec .hero-contain p {
  margin-bottom: 25px;
}
.hero-sec .demo-card,
.hero-sec .chart-card,
.hero-sec .revenue-card,
.hero-sec .order-card,
.hero-sec .activity-card,
.hero-sec .customer-card,
.hero-sec .menu-card,
.hero-sec .tomato1-card,
.hero-sec .delivery-card,
.hero-sec .stacked-card,
.hero-sec .strawberry-card {
  position: absolute;
}
.hero-sec .demo-card {
  left: 0;
  right: 0;
  bottom: 20px;
  margin: auto;
  z-index: 1;
  width: 40%;
}
.hero-sec .chart-card {
  left: 2%;
  bottom: 35%;
  animation: pulse 4s infinite ease-in-out;
}
.hero-sec .revenue-card {
  left: 14%;
  bottom: 11%;
  animation: 5s ease-in-out 0s infinite normal none running bounce;
}
.hero-sec .order-card {
  left: 14%;
  top: 11%;
  animation: bounce 2.5s infinite ease-in-out;
}
.hero-sec .activity-card {
  right: 5%;
  bottom: 30%;
  animation: pulse 5s infinite ease-in-out;
}
.hero-sec .customer-card {
  right: 10%;
  bottom: 40px;
  animation: pulse 3s infinite ease-in-out;
}
.hero-sec .menu-card {
  right: 1%;
  top: 40px;
  animation: bounce 3s infinite ease-in-out;
}
.hero-sec .tomato1-card {
  left: 0%;
  bottom: 0;
  animation: bounce 3s infinite ease-in-out;
  width: 8%;
}
.hero-sec .stacked-card {
  right: 0%;
  bottom: 0px;
  animation: bounce 3s infinite ease-in-out;
  width: 8%;
}
.hero-sec .delivery-card {
  left: 61%;
  bottom: 0;
  animation: pulse 4s infinite ease-in-out;
  z-index: 1;
  width: 10%;
}
.hero-sec .strawberry-card {
  left: 9%;
  top: 21%;
  animation: pulse 4s infinite ease-in-out;
  width: 10%;
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
}
@keyframes pulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.03);
  }
}
.freamwork-grid {
  background-color: var(--bs-body-bg);
  padding: 30px 20px;
  border-radius: 10px;
  text-align: center;
}
.freamwork-grid .icon-wrap {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  border-radius: 5px;
  margin-bottom: 15px;
}
.freamwork-grid .icon-wrap img {
  width: auto;
  height: 55px;
}

.feature-grid {
  background-color: var(--bs-body-bg);
  padding: 25px;
  border-radius: 10px;
  text-align: center;
  height: 100%;
}
.feature-grid .icon-wrap {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fb8c00;
  margin: auto;
  border-radius: 50%;
  margin-bottom: 10px;
}
.feature-grid .icon-wrap i {
  color: #ffffff;
  font-size: 24px;
}
.feature-grid:hover {
  background-color: #fb8c00;
}
.feature-grid:hover .icon-wrap {
  background-color: var(--bs-body-bg);
}
.feature-grid:hover .icon-wrap i {
  color: #fb8c00;
}
.feature-grid:hover h5, .feature-grid:hover p {
  color: #ffffff;
}

.demo-grid {
  background-color: var(--bs-body-bg);
  border-radius: 10px;
  text-align: center;
}
.demo-grid .img-wrap {
  border-radius: 10px;
  overflow: hidden;
  border: 4px solid var(--bs-border-color);
  transition: all 0.5s ease;
  position: relative;
}
.demo-grid .img-wrap img {
  width: 100%;
  transition: all 0.5s ease;
}
.demo-grid .img-wrap .language-list {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(5, 23, 34, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
}
.demo-grid .img-wrap .language-list a {
  background-color: var(--bs-body-bg);
  width: 45px;
  height: 45px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fb8c00;
}
.demo-grid .img-wrap .language-list a i {
  font-size: 24px;
}
.demo-grid .demo-detail {
  padding-top: 15px;
  padding-bottom: 15px;
}
.demo-grid .demo-detail .demo-title {
  font-size: 18px;
}
.demo-grid:hover .img-wrap img {
  transform: scale(1.05);
}
.demo-grid:hover .img-wrap .language-list {
  opacity: 1;
  visibility: visible;
}

.landing-footer {
  text-align: center;
  background-color: #0d2928;
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
}
.landing-footer::after {
  content: "";
  position: absolute;
  background-size: contain;
  background-image: url("../../assets/images/landing/footer-shap.png");
  background-repeat: no-repeat;
  background-position: bottom;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  overflow: hidden;
}

@media screen and (max-width: 1199px) {
  .menu-list {
    background-color: var(--bs-body-bg);
    padding: 20px;
    box-shadow: 0 0 20px rgba(5, 23, 34, 0.1);
  }
  .menu-list li {
    display: block;
  }
  .menu-list li a {
    display: block;
    padding: 10px 0;
  }
  .menu-list li + li {
    margin-left: 0;
  }
  .landing-header .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 2;
  }
  .landing-footer {
    border-radius: 0;
  }
  .hero-card {
    display: none;
  }
  .hero-sec {
    height: calc(100vh - 70px);
    display: flex;
    align-items: center;
  }
  .hero-sec .hero-contain {
    padding-bottom: 70px;
    padding-top: 70px;
  }
}
@media (max-width: 991px) {
  .py-70 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .pt-70 {
    padding-top: 40px;
  }
  .pb-70 {
    padding-bottom: 40px;
  }
  .landing-title {
    margin-bottom: 10px;
  }
  .landing-title h2 {
    font-size: 24px;
  }
  .hero-sec {
    height: auto;
  }
  .demo-grid .img-wrap .language-list a {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
  .landing-wrap .btn {
    padding: 12px 20px;
  }
  .landing-title p br {
    display: none;
  }
}