.m-header {
  height: 60px !important;
}

.nxl-header {
  min-height: 60px !important;
}

.nxl-header .header-wrapper .nxl-h-item {
  min-height: 60px !important;
}

.ls-none {
  list-style: none;
}

.advance-search-section {
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}

.advance-search-section.ng-hide {
  opacity: 0;
  max-height: 0;
}

.advance-search-section.ng-show {
  opacity: 1;
  max-height: 1000px; /* Enough to contain the content */
}

.app-skin-dark .imgShape {
  display: none;
}

.app-skin-dark .imgShapeHvr {
  display: inline !important;
}
/* SIDE BAR SIGHHOLDE LOGO BOTTOM CSSS */
/* 
COLORS: 
  PRIMARY : #7A5542
  SECONDARY : #BDA69D
COLORS: 
  PRIMARY : #EC407A
  SECONDARY : #F06292
*/

.nxl-navigation {
  display: flex;
  flex-direction: column;
  height: 100vh; /* Full viewport height */
}

.navbar-wrapper {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.navbar-content {
  display: flex;
  flex-direction: column;
  flex: 1;
  overflow-y: auto; /* Optional: for scrollable nav items */
  overflow-x: hidden;
}

#sightholder {
  margin-top: auto;
  padding: 1rem;
}

.minimenu div#sightholder .img-nmicon {
  display: none;
}

#sightholder .img-micon {
  display: none;
}

.minimenu div#sightholder .img-micon {
  display: inline-flex;
}

.img-micon-white {
  display: none;
}

.app-skin-dark .img-white {
  display: inline-flex;
}

.app-skin-dark .img-dark {
  display: none;
}
/*HEADER COLOR*/
.nxl-navigation,
.nxl-navigation .m-header {
  background: #f18aa8!important;
  border: none !important;
}

.nxl-navigation .navbar-content .nxl-caption {
  color: white !important;
}

.nxl-navigation .navbar-content .nxl-link {
  /* color: #b0afb1 !important;
  background-color: white!important   ; */
}

.nxl-navigation .navbar-content .nxl-link.active,
.nxl-navigation .navbar-content .nxl-link:hover {
  color: #f18aa8!important;
  background-color: white;
}

.nxl-link:hover .hover-active {
  display: inline-flex !important;
}

.nxl-link:hover .hover-deactive {
  display: none !important;
}

.hover-active {
  display: none !important;
}
/* .nxl-navigation .nxl-item:hover {
  margin: 4px 3px !important;
  border-radius: 2px !important;
} */
.nxl-item.active .nxl-link {
  color: #f18aa8!important;
}

.nxl-navigation .navbar-content {
  border: none !important;
}

.select2-results__option--selectable,
.select2-container--bootstrap-5
  .select2-selection--multiple
  .select2-selection__rendered
  .select2-selection__choice {
  font-size: 12px !important;
}

.wd-7.ht-7.rounded-circle {
  display: none !important;
}

.select2-selection__rendered
  .select2-selection__choice
  .select2-selection__choice__remove {
  width: 0.25rem !important;
  height: 0.25rem !important;
}

.select2-search__field {
  width: 100% !important;
}

span.select2-selection.select2-selection--multiple {
  display: flow-root;
}

html.minimenu .nxl-navigation .navbar-content .nxl-link {
  padding: 12px 15px !important;
}

.nxl-navigation .navbar-content .nxl-link {
  font-size: 15px !important;
}

.theme-btn {
  background-color: #fd9fba;
  color: white !important;
  border-radius: 3px;
}

.theme-btn:hover {
  background-color: #f18aa8!important;
}

.theme-btn:disabled {
  color: #f18aa8!important;
  border-color: #f18aa8!important;
  opacity: 1 !important;
}

.theme-btn:active:active,
.theme-btn:focus:focus {
  background-color: #f18aa8!important;
  color: white !important;
}
/* login register banner */
.banner-image-wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.auth-cover-wrapper {
  /* background-color: #ea5882; */
}

.sidebar_banner {
  /* background-image: url("../../assets/images/pattern/bg_pattern_sidebar_2.png"); */
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 350px 450px;
}

.login_banner {
  flex: 1;
  /* background-image: url("../../assets/images/banner/banner_6.png"); */
  /* background-size: 100% auto; */
  background-position: center;
  background-repeat: no-repeat;
}

.register_banner {
  flex: 1;
  /* background-image: url("../../assets/images/banner/banner_8.png"); */
  /* background-size: 100% auto; */
  background-position: center;
  background-repeat: no-repeat;
}

.banner-image-wrapper img {
  width: 100%;
  height: 100%;
  border-radius: 0px !important;
  object-fit: cover; /* Optional: use `contain` if you don't want cropping */
  display: block;
}

/* icon button */
.icon-btn {
  display: flex;
  justify-content: center;
  align-items: center;
}

li.nxl-item {
  position: relative;
}
/* navigation */
li.nxl-item.active::before {
  content: "";
  position: absolute;
  right: 2px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid white; /* color of the triangle */
}

.minimenu li.nxl-item.active::before {
  right: 14px;
}

li.nxl-item.active .hover-active {
  display: inline !important;
}

li.nxl-item.active .hover-deactive {
  display: none !important;
}

.outline-danger:hover,
.outline-danger.active {
  background: #dc3545 !important;
  color: #fff !important;
  border-color: #dc3545 !important;
}

.outline-primary:hover,
.outline-primary.active {
  background: #007bff !important;
  color: #fff !important;
  border-color: #007bff !important;
}

.outline-success:hover,
.outline-success.active {
  background: #28a745 !important;
  color: #fff !important;
  border-color: #28a745 !important;
}

.outline-purple:hover,
.outline-purple.active {
  background: #6f42c1 !important;
  color: #fff !important;
  border-color: #6f42c1 !important;
}

.outline-warning:hover,
.outline-warning.active {
  background: #ff5507 !important;
  color: #212529 !important;
  border-color: #ff5507 !important;
}
/* button */
.outline-danger {
  border: 1px solid #dc3545 !important;
}

.outline-primary {
  border: 1px solid #007bff !important;
}

.outline-success {
  border: 1px solid #28a745 !important;
}

.outline-purple {
  border: 1px solid #6f42c1 !important;
}

.outline-warning {
  border: 1px solid #ff5507 !important;
}

.main-text {
  font-size: 64px;
  font-weight: 600;
  color: #c9c9c9;
  letter-spacing: 0.3em;
  /* background: linear-gradient(to right, #383232, #d7cfcf, #998f8f); */
  -webkit-background-clip: text;
  /* -webkit-text-fill-color: transparent; */
  /* text-shadow: 1px 1px 0 #7e7c7c, 2px 2px 0 #bbb, 3px 3px 0 #aaa; */
}

.sub-text {
  font-size: 24px;
  color: #aaa;
  letter-spacing: 0.4em;
  margin-top: 10px;
  text-transform: uppercase;
}
/* span#agSortAsc,span#agSortDesc {
    display: none!important;
} */
/* whatsapp */
.float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}

.my-float {
  margin-top: 16px;
}

.float:hover {
  color: white;
}

.switch-icon:checked {
  border-color: #f18aa8!important;
  background-color: #f18aa8!important;
}

.red-switch {
  background-color: red !important;
  border-color: red !important;
}

/* LOADER */
.ajax-progress-wrapper {
  z-index: 99998;
}

.ajax-progress {
  position: absolute;
  z-index: 99999;
  top: 0;
  left: 50%;
  width: auto;
  margin-left: -125px;
  background: #222222;
  color: #ffffff;
  font-size: 25px;
  /*font-family: 'Open Sans';*/
  font-weight: 300;
  padding: 15px 35px;
  text-align: center;
}

.ajax-progress-wrapper {
  z-index: 999999;
}

.offcanvas-diamond-detail .modal-scrollable {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: auto;
}

.offcanvas-diamond-detail .modal {
  outline: none;
  position: absolute;
  margin-top: 0;
  top: 50%;
  overflow: visible;
  /* allow content to popup out (i.e tooltips) */
}

.offcanvas-diamond-detail .modal.fade {
  top: -100%;
  -webkit-transition: opacity 0.3s linear, top 0.3s ease-out,
    bottom 0.3s ease-out, margin-top 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, top 0.3s ease-out, bottom 0.3s ease-out,
    margin-top 0.3s ease-out;
  -o-transition: opacity 0.3s linear, top 0.3s ease-out, bottom 0.3s ease-out,
    margin-top 0.3s ease-out;
  transition: opacity 0.3s linear, top 0.3s ease-out, bottom 0.3s ease-out,
    margin-top 0.3s ease-out;
}

.offcanvas-diamond-detail .modal.fade.in {
  top: 50%;
}

.offcanvas-diamond-detail .modal-body {
  max-height: none;
  overflow: visible;
}

.offcanvas-diamond-detail .modal.offcanvas-diamond-detail .modal-absolute {
  position: absolute;
  z-index: 950;
}

.offcanvas-diamond-detail .modal .loading-mask {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  border-radius: 6px;
}

.offcanvas-diamond-detail
  .modal-backdrop.offcanvas-diamond-detail
  .modal-absolute {
  position: absolute;
  z-index: 940;
}

.offcanvas-diamond-detail .modal-backdrop,
.offcanvas-diamond-detail .modal-backdrop.fade.in {
  opacity: 0.7;
  filter: alpha(opacity=70);
  background: #fff;
}

.offcanvas-diamond-detail .modal.container {
  width: 940px;
  margin-left: -470px;
}

/* Modal Overflow */
.offcanvas-diamond-detail .modal-overflow.offcanvas-diamond-detail .modal {
  top: 1%;
}

.offcanvas-diamond-detail .modal-overflow.offcanvas-diamond-detail .modal.fade {
  top: -100%;
}

.offcanvas-diamond-detail
  .modal-overflow.offcanvas-diamond-detail
  .modal.fade.in {
  top: 1%;
}

.offcanvas-diamond-detail
  .modal-overflow
  .offcanvas-diamond-detail
  .modal-body {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.empty-sapce-20 {
  height: 20px;
}
/* sidebar */
html.minimenu .nxl-navigation:hover .navbar-content {
  background-color: transparent !important;
  border-right: none !important;
  transition: none !important;
}

html.minimenu .nxl-navigation .navbar-content {
  width: auto !important;
  transition: none !important;
}

html.minimenu .nxl-navigation:hover .navbar-content .nxl-mtext,
html.minimenu
  .nxl-navigation:hover
  .navbar-content
  .nxl-item.nxl-caption
  label {
  display: none !important;
}

.auth-layout a:hover {
  color: #fd9fba;
}

.empty-space-20 {
  height: 20px;
}

.checkbox-wrap [type="checkbox"]:not(:checked),
.checkbox-wrap [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}

.checkbox-wrap [type="checkbox"]:not(:checked) + label,
.checkbox-wrap [type="checkbox"]:checked + label {
  position: relative;
  padding-left: 17px;
  cursor: pointer;
  top: -8px;
}

/* checkbox aspect */
.checkbox-wrap [type="checkbox"]:not(:checked) + label:before,
.checkbox-wrap [type="checkbox"]:checked + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 17px;
  height: 17px;
  border: 1px solid #8b8b8b !important;
  background: #fff;
  background: #fff;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}
/* checked mark aspect */
.checkbox-wrap [type="checkbox"]:not(:checked) + label:after,
.checkbox-wrap [type="checkbox"]:checked + label:after {
  content: "\2713\0020";
  position: absolute;
  top: 3px;
  left: 2px;
  font-size: 16px;
  line-height: 0.8;
  color: #676767;
  transition: all 0.2s;
}
/* checked mark aspect changes */
.checkbox-wrap [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}

.checkbox-wrap [type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
/* disabled checkbox */
.checkbox-wrap [type="checkbox"]:disabled:not(:checked) + label:before,
.checkbox-wrap [type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}

.checkbox-wrap [type="checkbox"]:disabled:checked + label:after {
  color: #999;
}

.checkbox-wrap [type="checkbox"]:disabled + label {
  color: #aaa;
}
/* accessibility */
.checkbox-wrap [type="checkbox"]:checked:focus + label:before,
.checkbox-wrap [type="checkbox"]:not(:checked):focus + label:before {
  border: 2px dotted blue;
}

.checkbox-wrap a {
  color: #676767;
}

.stonedetail-wrap .search-result-icon img {
  width: 18px;
  height: 18px;
  margin: 0 5px;
  cursor: pointer;
}

.underline-li {
  /*border-bottom: 1px dashed #17c666;*/ /* Underline */
  margin-bottom: 6px;
  /*list-style: none; */
  padding: 5px 8px;
}

/* #endregion tempcss */

a.theme-btn-grey:hover {
  background: #444444;
  color: white !important;
}

a.theme-btn-grey {
  background: #bbbbbb;
  color: white;
  border-radius: 3px;
  padding: 4px 10px;
  font-size: 12px;
}

.text-theme {
  color: #fd9fba;
  font-weight: 500;
}

.ajax-progress-wrapper.modal-backdrop.fade.in {
  opacity: 0.7;
}
/* Calculation Box */
.calcuation-box {
  margin-top: -24px;
  background: #f1f1f1;
  border: 1px solid #f1f1f1;
  text-align: center;
}

a.search-result-icon img {
  width: 22px;
}

a.theme-mini-btn,
a.theme-mini-btn:focus {
  background: #fd9fba;
  color: #fff;
  padding: 5px 15px;
  margin-right: 10px;
  border-radius: 3px;
  align-content: center;
  cursor: pointer;
  display: inline-block;
  height: 30px;
}

a.theme-mini-btn:hover {
  background: #fd9fba;
  color: #fff;
}

a.theme-mini-btn-grey,
a.theme-mini-btn-grey:focus {
  background: #afafaf;
  color: #fff;
  padding: 5px 15px;
  margin-right: 10px;
  border-radius: 3px;
  align-content: center;
  cursor: pointer;
  display: inline-block;
  height: 30px;
}
a.theme-mini-btn-grey:hover {
  background: #afafaf;
  color: black;
}
.modal.fade.ng-scope.ng-isolate-scope.in {
  opacity: 1 !important;
}

.ng-isolate-scope .modal-dialog {
  top: 10%;
}

.ng-isolate-scope .modal.fade .modal-dialog {
  transition: none !important;
  transform: none !important;
}

.modal-open .modal-backdrop.fade.in {
  opacity: 0.5 !important;
}

.modal-open .modal-backdrop {
  transition: none !important;
}

.ag-root ::-webkit-scrollbar {
  scroll-behavior: smooth;
}

/* Works on modern browsers */
.ag-body-viewport {
  scroll-behavior: smooth;
}
.modal-open .modal-backdrop {
  transition: none !important;
}
/* My Basket page */
#basketList_wrapper.dataTables_wrapper .row:first-child {
  padding-top: 5px;
}
.btn.theme-btn-grey:hover {
  color: #f18aa8!important;
}
#messageList_wrapper.dataTables_wrapper .row:first-child {
  padding-top: 5px;
  padding-bottom: 5px;
}

.ag-body-viewport::-webkit-scrollbar {
  width: 8px;
}
.bg-theme {
  background-color: #f18aa8!important;
}
.nxl-item:not(.active) .badge.bg-theme {
  background-color: white !important;
  color: #fd9fba;
  margin-left: 2px;
}
#basket-tabContent .calcuation-box {
  margin-top: 0px !important ;
}
.search-list .item:last-child {
  border-bottom: none !important;
}
.search-list .item {
  padding: 5px;
}
.theme-btn-outline {
  border: 1px solid #fd9fba!important;
}
.theme-btn-outline:hover {
  color: #f18aa8!important;
}
.only_mobile_btns {
  display: none !important;
}
.text-theme-color {
  color: #f18aa8!important;
}
@media (max-width: 768px) {
  .only_desktop_btns {
    display: none !important;
  }
  .only_mobile_btns {
    display: flex!important;
  }
  .fixFooter{
    left: 0px !important;
  }
  .criteria-sub-title{
    width: auto !important;
  }
}
.full-height-carousel,
.full-height-carousel .carousel,
.full-height-carousel .carousel-inner,
.full-height-carousel .carousel-item {
    height: 100vh;
}

.full-height-carousel .carousel-item img {
    height: 100%;
    object-fit: cover; /* Makes the image fill without stretching */
}