/*!
* Superc v7.0.7
*/

@import url('https://fonts.cdnfonts.com/css/euclid-circular-a');

body {
  font-family: 'Euclid Circular A', sans-serif;
  font-weight: 300;
  background-color: #f0f2f5;
  font-size: 13px;
}

.navbar-brand img {
  height: 31px;
}


.offcanvas-theme {
  width: 900px !important;
}

td, th, tr {
  vertical-align: middle !important;
  font-size: 13px;
  padding: 7px !important;
}
.fw-bold {
  font-weight: 600 !important;
}

.btn-light.btn-sm {
  border: 1px solid #e8e8e8;

}

.btn-xs {
  padding: 0.25rem 0.3rem;
  font-size: 0.7rem;
  line-height: 1.2;
  border-radius: 0.2rem;
}


.osahan-btn-group .img-fluid {
  height: 44px;
}
.osahan-btn-group .btn-outline-primary {
  background: #fff;
  border-color: #dfdede;
}
.osahan-btn-group .btn-outline-primary .fa-circle-check {
  color: #ccc;
  font-size: 18px;
}
.osahan-btn-group .btn-check:active+.btn-outline-primary, .osahan-btn-group .btn-check:checked+.btn-outline-primary, .osahan-btn-group .btn-outline-primary.active, .osahan-btn-group .btn-outline-primary.dropdown-toggle.show, .osahan-btn-group .btn-outline-primary:active {
  color: #000;
  background-color: #ffffff;
  border-color: #4927b5;
}
.osahan-btn-group .btn-check:active+.btn-outline-primary .fa-circle-check, .osahan-btn-group .btn-check:checked+.btn-outline-primary .fa-circle-check, .osahan-btn-group .btn-outline-primary.active .fa-circle-check, .osahan-btn-group .btn-outline-primary.dropdown-toggle.show .fa-circle-check, .osahan-btn-group .btn-outline-primary:active  .fa-circle-check {
  color: #4927b5;
}



.qr-box img {
  height: 57px;
  width: 82px;
  min-width: 82px;
}


.image-preview-container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
    margin-bottom: 15px;
}
.image-preview {
  position: relative;
  width: 100px;
  height: 100px;
  border: 1px solid #ddd;
  border-radius: 5px;
  overflow: hidden;
}
.image-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.remove-image {
  position: absolute;
  top: 5px;
  right: 5px;
  background: rgba(255, 0, 0, 0.7);
  color: white;
  border: none;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}


/* Container for the switch */
.osahanswitch {
  position: relative;
    display: inline-block;
    width: 84px;
    height: 30px;
    margin: 0;
}

/* Hide the default checkbox */
.osahanswitch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.osahanswitch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #dc3546;
  transition: 0.4s;
  border-radius: 34px;
}

/* Slider circle */
.osahanswitch .slider:before {
  position: absolute;
  content: "";
  height: 24px;
    width: 24px;
    left: 3px;
    bottom: 3px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
}

/* Text styling */
.osahanswitch .online, .osahanswitch .offline {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  font-family: Arial, sans-serif;
  color: white;
}

.osahanswitch .online {
  left: 10px;
  display: none; /* Hide "Online" by default */
}

.osahanswitch .offline {
  right: 10px;
}

/* When the checkbox is checked, move the slider and change background */
.osahanswitch input:checked + .slider {
  background-color: #4CAF50;
}

.osahanswitch input:checked + .slider:before {
  transform: translateX(53px);
}

/* Show "Online" text when checked */
.osahanswitch input:checked ~ .online {
  display: block;
}

/* Hide "Offline" text when checked */
.osahanswitch input:checked ~ .offline {
  display: none;
}






.fs-10{
  font-size: 10px;
}






.form-group {
  margin-bottom: 1rem;
}
label {
  display: inline-block;
  margin-bottom: .5rem;
}
.text-right {
  text-align: right !important;
}
.text-left {
  text-align: left !important;
}



.placeholder-img {
  width: 80px;
  height: 80px;
  background-color: #e9ecef;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #6c757d;
}











.bg-primary {
  background: #ff7e42 !important;
}

a {
  color: #4927b5;
  text-decoration: none;
}
a:hover, a:focus {
  color: #3e1fa1;
}



.sb-nav-link-icon {
  min-width: 21px;
  text-align: center;
}

.sb-sidenav-dark .sb-sidenav-menu .nav-link {
  color: #dbdbdb;
  font-size: 14px;
  padding: 8px 14px !important;
}

.sb-sidenav-dark .sb-sidenav-menu .nav-link .sb-nav-link-icon {
  color: rgb(255 255 255 / 61%);
}




.btn-primary {
  background: #4927b5 !important;
  border-color: #4927b5 !important;
}
.btn-primary:hover, .btn-primary:focus {
  background: #3e1fa1 !important;
  border-color: #3e1fa1 !important;
  color: #fff !important;
}




.text-secondary {
  color: #ff7e42 !important;
}
.text-primary {
  color: #4927b5 !important;
}






.sb-sidenav .sb-sidenav-menu .nav .sb-sidenav-menu-heading {
  font-size: 11px;
  font-weight: 500;
  padding: 18px 14px 6px 14px !important;
}





/* Scroll Bar */
::-webkit-scrollbar-button {
	width: 0;
	height: 0;
	display: none;
}
::-webkit-scrollbar-corner {
	background-color: transparent;
}
::-webkit-scrollbar-thumb {
	height: 6px;
	border: 4px solid transparent;
	background-clip: padding-box;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	background-color: rgba(0, 0, 0, .15);
	-webkit-box-shadow: inset -1px -1px 0 rgba(0, 0, 0, .05), inset 1px 1px 0 rgba(0, 0, 0, .05);
	box-shadow: inset -1px -1px 0 rgba(0, 0, 0, .05), inset 1px 1px 0 rgba(0, 0, 0, .05);
}
::-webkit-scrollbar {
	width: 4px;
	background-color: #ffffff;
}
::-webkit-scrollbar-thumb {
	height: 50px;
	background: hsla(0, 0%, 53.3%, 0.4);
}

::-webkit-scrollbar:horizontal{
  height: 4px;
}





.osahan-page-footer  a.text-btn.text-decoration-none.text-secondary {
  font-size: 11px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.osahan-page-footer .text-center.lh-1.col {
  padding: 10px 3px;
}


.osahan-page-footer {
  display: none;
}


@media all and (max-width: 768px) {
  body{
    font-size: 13px;
  }
  div#layoutSidenav_content {
    padding-bottom: 64px !important;
}
  .osahan-page-footer {
    display: unset;
  }
  footer.py-4.bg-light.mt-auto {
    display: none;
  }
  button.btn.btn-sm.position-relative.text-white.d-flex.align-items-center.gap-2.px-0.py-2.border-0 {
    font-size: 0px;
}

button.btn.btn-sm.position-relative.text-white.d-flex.align-items-center.gap-2.px-0.py-2.border-0 svg {
    display: none;
}
  
th, td {
  font-size: 12px;
}


.osahan-action-btns {
  display: flex;
  gap: 4px;
}


.osahan-action-btns .btn {
  font-size: 0px;
  padding: 6px 5px;
}

.osahan-action-btns .btn svg {
  font-size: 12px;
}








.order-card-list {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 2px;
  gap: 4px;
}

.order-card-list small {
  font-size: 13px;
  margin: 0px !important;
  font-weight: 600;
}

.order-card-list p {
  font-size: 13px;
}

.order-card-list .d-flex.align-items-center.justify-content-between .m-0 {
  display: flex;
  align-items: center;
  gap: 2px;
}



.order-card-list .d-flex.align-items-center.justify-content-between .text-end {
  margin-left: auto !important;
}

.order-card-list .d-flex.align-items-center.justify-content-between {
  width: 100%;
}
.container-fluid.px-4 {
  padding: 0 13px !important;
}

.mb-4 {
  margin-bottom: 13px !important;
}
.mt-4 {
  margin-top: 13px !important;
}
.mobile-scroll {
  display: flex;
  align-items: center;
  gap: 5px;
  overflow-x: auto;
}

.mobile-scroll .btn {
  white-space: nowrap;
}

.mobile-none{
  display: none;
}
.datatable-dropdown {
  font-size: 0px;
}.product-photo img {
  position: absolute;
  right: 0;
}

.order-card-list {
  position: relative;
}
.order-card-list p input.form-control.form-control-sm {
  padding: 0 4px;
  height: auto !important;
  min-height: auto;
  font-size: 13px;
}

.btn-light.btn-sm {
  font-size: 12px;
  border: 1px solid #e8e8e8;
  padding: 2px 6px;
}


}


/* Chat Gpt code */

@media (max-width: 768px) {
    .product-photo img {
        width: 70px; /* Increase image size */
        height: 70px;
		top: 0px;
    }
}
/* Chat Gpt code */



.osahan-action-btns {
  display: flex;
  gap: 4px;
}

.card {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  border: 1px solid #fff;
  border-radius: 0.375rem;
}
.avatar-lg {
  width: 90px;
  height: 90px;
  object-fit: cover;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  background-color: #4a27b5;
}

.nav-link {
  color: #4b27b5;
}


.catelogCategory-imgg {
  height: 80px;
  width: 80px;
  object-fit: contain;
}

.notification-item {
  border-bottom: 1px solid #e9ecef;
  padding: 1rem 0;
  }
  .notification-item:last-child {
  border-bottom: none;
  }
  .notification-item.unread {
  background-color: #f8f9fa;
  }
  .notification-item .icon {
  font-size: 1.5rem;
  color: #0d6efd;
  }
  .notification-item .timestamp {
  font-size: 0.875rem;
  color: #6c757d;
  }



  /** Success and Error dailogue start **/

  .message-container {
    margin: 20px 0px;
    padding: 0 15px;
  }
  
  .alert {
    position: relative;
    padding: 15px 40px 15px 20px;
    margin-bottom: 15px;
    border-radius: 6px;
    font-size: 16px;
    line-height: 1.5;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease-in-out;
  }
  
  .alert.success {
    background-color: #d1f5d3;
    color: #27632a;
    border: 1px solid #a8e5aa;
  }
  
  .alert.error {
    background-color: #fddede;
    color: #a4282a;
    border: 1px solid #f5a6a6;
  }
  
  .close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    color: inherit;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
  }

  .alert .msg-title {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 17px;
  }
  
  .alert .msg-text ul {
    margin: 5px 0 0;
    padding-left: 20px;
    font-weight: 500;
  }

  .nowrap{
    white-space: nowrap;
  }
  

   /** Success and Error dailogue End **/
  