/*
* demo.css
* File include item demo only specific css only
******************************************************************************/

.menu .app-brand.demo {
  height: 64px;
  margin-top: 12px;
}

.app-brand-logo.demo svg {
  width: 22px;
  height: 38px;
}

.app-brand-text.demo {
  font-size: 1.75rem;
  letter-spacing: -0.5px;
  text-transform: lowercase;
}

/* ! For .layout-navbar-fixed added fix padding top tpo .layout-page */
/* Detached navbar */
.layout-navbar-fixed .layout-wrapper:not(.layout-horizontal):not(.layout-without-menu) .layout-page {
  padding-top: 76px !important;
}

/* Default navbar */
.layout-navbar-fixed .layout-wrapper:not(.layout-without-menu) .layout-page {
  padding-top: 64px !important;
}

/* Navbar page z-index issue solution */
.content-wrapper .navbar {
  z-index: auto;
}

/*
* Content
******************************************************************************/

.demo-blocks>* {
  display: block !important;
}

.demo-inline-spacing>* {
  margin: 1rem 0.375rem 0 0 !important;
}

/* ? .demo-vertical-spacing class is used to have vertical margins between elements. To remove margin-top from the first-child, use .demo-only-element class with .demo-vertical-spacing class. For example, we have used this class in forms-input-groups.html file. */
.demo-vertical-spacing>* {
  margin-top: 1rem !important;
  margin-bottom: 0 !important;
}

.demo-vertical-spacing.demo-only-element> :first-child {
  margin-top: 0 !important;
}

.demo-vertical-spacing-lg>* {
  margin-top: 1.875rem !important;
  margin-bottom: 0 !important;
}

.demo-vertical-spacing-lg.demo-only-element> :first-child {
  margin-top: 0 !important;
}

.demo-vertical-spacing-xl>* {
  margin-top: 5rem !important;
  margin-bottom: 0 !important;
}

.demo-vertical-spacing-xl.demo-only-element> :first-child {
  margin-top: 0 !important;
}

.rtl-only {
  display: none !important;
  text-align: left !important;
  direction: ltr !important;
}

[dir='rtl'] .rtl-only {
  display: block !important;
}

/*
* Layout demo
******************************************************************************/

.layout-demo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 1rem;
}

.layout-demo-placeholder img {
  width: 900px;
}

.layout-demo-info {
  text-align: center;
  margin-top: 1rem;
}

.custom-select-container select {
  height: 40px;
  padding: 8px;
  border-radius: 6px;
  border-color: #c5c5c5;
  color: #606060;
  width: 100%;
}


/* 12-03-2025 css start */
.search-box {
  display: flex;
  align-items: center;
  width: 320px;
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 7px 8px;
  position: relative;
  left: -4px;
}

.search-box input {
  border: none;
  outline: none;
  flex: 1;
  padding: 0;
  color: #000 !important;
}

.search-box i.menu-icon {
  margin: 0;
  color: #000;
}

.search-box button {
  background: none;
  border: none;
  cursor: pointer;
}

.search-box i.menu-icon {
  margin: 0;
}

/* .dataTables_wrapper .row:first-child {
  display: none;
} */
/* Custom Striping for Odd Rows */
table.dataTable tbody tr:nth-child(odd) {
  background-color: #f2f2f2 !important;
  /* Light gray */
}

table.dataTable {
  border: 1px solid #dedede;
  border-radius: 8px;
}

.table-striped thead {
  background: #828282;
  color: #ffff;
}

thead th {
  color: #fff !important;
}

.table> :not(caption)>*>* {

  border: 1px solid #dedede;
}

.navbar-detached {
  box-shadow: unset;
  background: transparent !important;
}

.dataTables_wrapper {
  margin-bottom: 20px;
  margin-top: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 39px !important;
  font-weight: 300 !important;
  color: unset !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #d9dee3 !important;
  border-radius: 4px;
}

.select2-container .select2-selection--single {
  height: 39px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 39px !important;
}

.form-label,
.col-form-label {
  font-size: 15px;
  text-transform: capitalize;
  letter-spacing: inherit;
}

.form-heading {
  background: #a3a3a3;
  padding: 8px;
  margin: 15px 0px;
}

.form-heading h3 {
  margin: 0;
  color: #000;
  font-size: 18px;
  font-weight: 700;
}

/* end */


div.swal-text {
  color: #c1c1c1 !important;
}

h2.swal-title {
  color: #606269 !important;
}

.btcd-files {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 10px;
}

.product-img-box {
  display: block !important;
  position: relative;
  border: 1px solid #dedede;
  margin: 0 !important;
  height: auto !important;
}

.product-img-box img {
  width: 100% !important;
  height: 134px !important;
}

.product-img-box button {
  position: absolute;
  top: -1px;
  right: -6px;
  background: red !important;
  color: #fff;
}

.product-img-box span {
  position: relative;
  top: -5px;
  color: #fff;
  font-weight: 800;
  font-size: 24px;
}

.btcd-f-input {
  display: inline-block;
  width: 100% !important;
  position: relative;
  overflow: hidden;
}

select {
  appearance: none;
  /* -webkit-appearance: none; */
  -moz-appearance: none;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M6 9l6 6 6-6"/></svg>') no-repeat;
  background-position: right 10px center;
  background-size: 22px;
  padding-right: 30px;
}

/* 15-05-2025 */

.lang-tabs>.nav-tabs,
.feedback-tabs>.nav-tabs,
#exampleModal>.nav-tabs {
  border-bottom: 1px solid #d9dee3;
}

.quality-tabs>.nav-tabs .nav-link.active {
  color: white;
  font-weight: 400;
  background: linear-gradient(to left, #81CA7B 0%, #029859 100%);
}

.quality-tabs>.nav-tabs .nav-link {
  color: #6b706a;
  font-weight: 500;
  padding: 6px 16px;
  border-radius: 30px;
  background-color: #e2fbe0;
}

#nav-ratings.tab-pane .bx.bxs-star.text-secondary {
  color: #e0e0e0 !important;
}

#nav-ratings.tab-pane .progress {
  background-color: #e0e0e0 !important;
}

.quality-tabs .progress {
  font-size: 13px;
  height: 23px;
  border-radius: 0 20px 20px 0;
  -webkit-border-radius: 0 20px 20px 0;
  -moz-border-radius: 0 20px 20px 0;
  -ms-border-radius: 0 20px 20px 0;
  -o-border-radius: 0 20px 20px 0;
}

.quality-tabs .progress .progress-bar {
  text-align: left;
  padding-left: 16px;
  border-radius: 0 20px 20px 0;
  -webkit-border-radius: 0 20px 20px 0;
  -moz-border-radius: 0 20px 20px 0;
  -ms-border-radius: 0 20px 20px 0;
  -o-border-radius: 0 20px 20px 0;
}

#nav-ratings.tab-pane .progress-bar.apple {
  background-color: #4caf50;
  /* width: 90%; */
}

#nav-ratings.tab-pane .progress-bar.red-ribbon {
  background-color: #e63946;
  /* width: 18%; */
}

#nav-ratings.tab-pane .progress-bar.coral {
  background-color: #ff7f50;
  /* width: 36%; */
}

#nav-ratings.tab-pane .progress-bar.amber {
  background-color: #ffc107;
  /* width: 54%; */
}

#nav-ratings.tab-pane .progress-bar.lima {
  background-color: #8bc34a;
  /* width: 72%; */
}

.user-reviews .profile-pic {
  height: 50px;
  width: 50px;
  overflow: hidden;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}

.user-reviews .profile-pic span.alias {
  height: 100%;
  width: 100%;
  display: grid;
  place-content: center;
  background-color: #e2fbe0;
  font-weight: 800;
  font-size: 18px;
  color: #029859;
}

.user-reviews .reviev-content .typography-1 {
  font-size: 17px;
  font-weight: 600;
}

.user-reviews .reviev-content .typography-2 {
  font-size: 14px;
}