/*
* demo.css
* File include item demo only specific css only
******************************************************************************/
.view {
  display: flex;
  justify-content: center !important;
}

.viewicon {
  width: 30px;
}

.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 to .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;
}

.docs-page .layout-navbar-fixed.layout-wrapper:not(.layout-without-menu) .layout-page,
.docs-page .layout-menu-fixed.layout-wrapper:not(.layout-without-menu) .layout-page {
  padding-top: 62px !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;
}

/* Dropdown buttons going out of small screens */
@media (max-width: 576px) {
  #dropdown-variation-demo .btn-group .text-truncate {
    width: 231px;
    position: relative;
  }

  #dropdown-variation-demo .btn-group .text-truncate::after {
    position: absolute;
    top: 45%;
    right: 0.65rem;
  }
}

/*
* 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;
}

.menu-item .menu-link:hover {
  text-decoration: none;
  background-color: rgba(105, 108, 255, 0.16) !important;
  color: #fff;
}

.countryInput {
  display: flex !important;
  gap: 10px !important;
}

.innerCountryinput {
  width: 50% !important;
}

.outerInput {
  display: flex;
  gap: 10px;
}

.product-container {
  margin-left: 30px;
}

.outerName {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: 19px;
}

.inner_card {
  position: relative;
  background: #ffff;
  height: 190px;
}

.inner_row {
  margin-right: 0 !important;
  margin-left: 0 !important;
  padding: 20px;
}


.parentbutton {
  display: flex;
  justify-content: flex-end;
  gap: 20px;
}


.parentbutton .innerparent {
  display: flex;
  gap: 20px;
}


.bg-menu-theme .menu-item.active>.menu-link:not(.menu-toggle) {
  background-color: transparent;
}

.layout-page {
  background: #F1F5F8 !IMPORTANT;
}

table.dataTable.table-striped>tbody>tr.odd>* {
  box-shadow: none !important;
}

.table-responsive.text-nowrap {
  background: white;
}

th.whitespace-nowrap.sorting {
  padding-left: 1.25rem rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

#myTable td {
  text-align: center !important;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  vertical-align: middle;
}

button.btn.btn-success.activebtn.nav-link.w-full.py-1\.5.px-2.active {
  padding: 4px;
  background: #c5edc0 !important;
  color: green !important;
  line-height: normal;
}

button.btn.btn-danger.inactivebtn.nav-link.w-full.py-1\.5.px-2 {
  padding: 4px;
  line-height: normal;
}

button.btn.btn-success.activebtn.nav-link.w-full.py-1\.5.px-2 {
  padding: 4px;
  line-height: normal;
  background: #e1e1e1 !important;
}

button.btn.btn-danger.inactivebtn.nav-link.w-full.py-1\.5.px-2.active {
  background: #f5bdb5 !important;
  color: #df4242 !important;
}


.breadcrumb-item .breadcrumb_inner {
  color: #000;
}

.breadcrumb-item .breadcrumb_inner:hover {
  color: #000;
}

.btn-primary {
  color: #305cbf;
  padding: 4px;
  background-color: #8dc2ee;
  box-shadow: none;
  / border-color: #2e6da4;/
}

.button-label {
  border: 1px solid !important;
  position: absolute !important;
  bottom: 20px;
  max-width: 80%;
}

.bg-menu-theme .menu-link,
.bg-menu-theme .menu-horizontal-prev,
.bg-menu-theme .menu-horizontal-next {
  color: #b0bbc7 !important;
}

.bg-menu-theme .menu-inner>.menu-item.active>.menu-link {
  color: white !important;
}

.table:not(.table-dark) th {
  color: #0b0e12 !important;
}

.nav-pills .nav-link.active,
.nav-pills .nav-link.active:hover,
.nav-pills .nav-link.active:focus {
  background-color: #9f873b !important;
}

ul.nav.nav-pills.bg-slate-200.dark\:bg-black\/10.rounded-md.mx-auto.p-1 {
  justify-content: center;
}

.btn-warning {
  background-color: #9f873b !important;
  border: none !important;
}

.btn-warning:hover {
  background-color: #a88c54 !important;
  transform: none !important;
}

.btn-primary:hover {
  transform: none !important;
  background-color: #5b8ebb !important;
  border-color: none !important;
}

.btn-success:hover {
  color: green !important;
  background-color: #c5edc0 !important;
  border-color: #66c732 !important;
  transform: none !important;
}

.btn-danger:hover {
  background: #ebb5ad !important;
  color: #e50c0c !important;
  transform: none !important;
}

.createbtn:hover {
  background: #cda669 !important;

}

.createbtn {
  display: flex !important;
  max-width: max-content;
  margin-left: auto;
}

.breadcrumb>li+li:before {
  color: black !important;
  margin-top: -3px !important;
}

input#basic-default-fullname {
  /* padding: 25px; */
  height: auto !important;
  padding: 8px 12px !important;
}

/* select#collection_type {
  height: auto !important;
  padding: 14px 12px !important;
} */
select.form-select {
  height: auto !important;
  padding: 8px 12px !important;
}

button.multiselect.dropdown-toggle.newmultiselect.btn.btn-default {
  height: auto !important;
  padding: 8px 12px !important;
}

.rightFloat {
  display: flex;
  justify-content: flex-end;
}

/* .activeflex li{
  width: 100% !important;
} */
.orderEditTable {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  vertical-align: middle;
}


.orderEditTable td {
  /* padding-left: 1.25rem!important; */
  padding-right: 1.25rem !important;
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
  vertical-align: middle !important;
}


.cardbodyParent {
  background: none !important;
  box-shadow: none !important;
}

.listCard {
  margin-top: 30px;
}

input#basic-default-name {
  height: 38px !important;
}

input[type=checkbox]:focus {
  outline: none !important;
}

.permissionLabel {
  font-size: 14px;
  font-weight: 700;
}

.permissionFlex {
  display: flex;
  align-items: center;
  gap: 72px;
}

.permissionFlex h2 {
  font-weight: 500;
  line-height: 1.53;
  color: #566a7f;
  font-size: 12px;
  text-transform: uppercase;
  margin: 0;
}

.btn-primary {
  color: #fff;
  background-color: #9f873b !important;
  border: none !important;
}

.btn-primary:hover {
  background-color: #9f873b !important;
}

.updateBtn {
  display: flex !important;
  justify-content: flex-end !important;
  margin-left: auto !important;
}

.backBtn {
  background: black !important;
}

.dropdown-menu>li:not(.disabled)>a:not(.dropdown-item):active,
.dropdown-menu>li.active:not(.disabled)>a:not(.dropdown-item) {
  background-color: rgb(219 219 237 / 8%);
  color: #D4AF37 !important;
}

.multiselect-container>li>a>label:before {
  height: 18px !important;
  width: 18px !important;
}

.multiselect-container>li.active>a>label:before {
  background-color: #D4AF37 !important;
}

/* .view{
  background-color: #D4AF37  !important;
}  */
.viewCenter {
  justify-content: flex-start !important;
  display: flex !important;
}

#collectionTable td {
  text-align: center !important;
}

#collection_type {
  padding: 8px 12px !important;
}

#image-preview1 {
  width: 100px;
}

.socialMediaFlex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

#add-social-button {
  height: 27px;
  line-height: normal;
}


.select2-container {
  display: inline !important;
}

.back_btn_main {
  line-height: normal !important;
  display: flex !important;
  height: 27px !important;

}


.update-btn-align {
  display: flex;
  max-width: 89px;
  margin-left: auto;
}

.addslot-btn {
  padding: 3px 12px !important;
}


.order-detail-card {
  background-color: #9f873b !important;
  border: none !important;
  border-bottom: none !important;
}

.order-detail-innercard {
  border-bottom: none !important;
  margin: 0 !important;
}

.order-detail-innercard:last-child {
  border-bottom: 1px solid #ddd !important;
}

.order-detail-innercard:hover {
  background-color: #fff !important;
}

.orderdetail-outer {
  display: flex;
  justify-content: space-between;
}

.orderdetail-outer .demo-inline-spacing.mt-3 {
  width: 352px;
}

/* height: 302px; */
#formFileMultiple {
  width: 38%;
}

.pdtFileupload {
  width: 42% !important;
}

#formFileMultiple:focus {
  outline: none !important;
  box-shadow: none !important;
}

input[type=file]:focus {
  outline: none !important;
}

input#formVideoMultiple {
  width: 26%;
}

.cancelBtn {
  background: #b35f46 !important;
}

.cancelBtn:hover {
  background: #b35f46 !important;
  border: none !important;
  outline: none !important;
}

.bannerFile {
  width: 19% !important;

}

.socailDivv {
  display: flex;
  gap: 67px;
  align-items: center;
}

.socailDivvinner {
  display: flex;
  gap: 30px;
  align-items: center;
}

.socailDivv .form-group {
  margin-bottom: 0 !important;
}

.socailDivv input {
  margin-bottom: 0 !important;
}

.changeBtn {
  background: #9f873b !important;
  border: none !important;
  box-shadow: none !important;
}

.changeBtn:hover {
  background: #9f873b !important;
  color: white !important;
}

/* .excelBtn{
  background: #72531e !important;
  border: none !important;
  box-shadow: none !important;
  color: white;
} */
.checkAll:checked {
  background-color: #D4AF37;
  border-color: #D4AF37;
  box-shadow: 0 2px 4px 0 #D4AF37;
}

/* li.active>a:not(.page-link){
  background: #9f873b !important;
  box-shadow: none !important;
} */
li.active>a:not(.page-link):focus {
  outline: none !important;
}

.highlightFile {
  width: 28% !important;
}

.createFlex {
  display: flex;
  flex-direction: row-reverse;
}

.backBtn {
  max-width: 75px !important;
}


.maisonHead {
  font-size: 30px;
  color: black;
  text-align: center;
  font-weight: 600;
  padding-top: 9px;

}

.addressCheck {
  width: 13px !important;
  height: 13px !important;
}

.addressCheck.form-check-input {
  margin-top: 3px !important;
}

.breadcrumb-item a {
  line-height: normal !important;
}

.breadcrumb>li+li:before {
  padding: 3px 5px !important;

}

.checkGroupflex {
  display: flex !important;
  gap: 20px !important;
}

.form-check-input {
  margin-top: 0 !important;
}

.adminrow .yellowCheck {
  margin-bottom: 3px !important;
}

.confirmCheck {
  margin-top: 2px !important;
}

.shipFlex {
  display: flex;
  align-items: center;
  gap: 5px;
}

.shipFlex input {
  margin-top: 0 !important;
  width: 13px !important;
  height: 13px !important;
}

.shipFlex label {
  margin-bottom: 0 !important;
}

.roundedText .form-check-input[type=checkbox] {
  border-radius: 1.25em !important;
}

.roundCheckk .form-check-input[type=checkbox] {
  border-radius: 1.25em !important;
}

.bxs-message-alt-check:before {
  content: "\ee25";
  color: #0a8325;
}

.bxs-comment-x:before {
  content: "\ed5f";
  color: #cc2222;
}

/* dashboard css */
.mainCard .card-body {
  padding: 20 !important;
}

.mainCard .cardHead h2 {
  font-size: 20px !important;
  margin-top: 0 !important;
}

.mainCard .cardHead h3 {
  margin-top: 0 !important;
}

.revenueSection {
  margin-top: 30px;
}

.tableSection {
  /* margin-top: 30px; */
}

.tableSection table {
  border-collapse: separate !important;
  width: 100%;
  background: white;
}

.tableSection table td {
  /* border: 1px solid #dddddd; */
  text-align: left;
  padding: 13px !important;
}

.tableSection table th {
  text-align: left;
  padding: 15px !important;
  /* border: 1px solid #dddddd; */
  font-size: 16px;
  font-weight: 600;

}

.mostViewdpdt,
.bestSellingpdt {
  margin-top: 30px;
}

.tableImg {
  height: 35px;
  width: 35px;
}

.viewBtn {
  background: #edcb6a;
  font-size: 11px;
  padding: 3px;
  border-radius: 4px;
  color: black;
  font-weight: 400;
  text-decoration: none;
  float: right;
}

.viewBtn:hover {
  text-decoration: none;
}

.noteFlex {
  display: flex;
}

.notelabel {
  width: 16%;
}

.notedrop {
  width: 30%;
}

#imagePreview {
  width: 124px;
  height: 89px;
}

#image-preview,
#mobile-image-preview,
#image-preview2,
#image-preview3 {
  width: 124px;
  height: 89px;
}

.subscriptionFlex {
  gap: 12px;
}

.editIcon {
  padding: 0 10px 0 0 !important;
  color: #000 !important;
}

.multiselect-container input[type=radio] {
  display: none;
}

.form-check.row.specification-field.pdtcheck {
  padding-left: 0;
}

.form-check.row.highlight-field.pdtCheck {
  padding-left: 0;
}

.toast-middle-center {
  top: 15% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
}

.button-wrapper {
  position: absolute;
  top: -53px;
}

.outer-parent {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

.toast-warning {
  background-color: #9f873b !important;
  padding: 15px 15px 15px 15px !important;
  background-image: none !important;
}

.card-link{
    text-decoration: none !important;
    color: inherit !important;
}

#js_product_div .card-body {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
