/*
    01. Common CSS
*/

/* 1. Common CSS */
html,
body{
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  font-family: "inter", sans-serif;
}
* {
  margin-bottom: 0 !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 !important;
  font-weight: 700;
}

input,
input:focus,
textarea:focus,
button:focus,
select:focus {
  outline: none;
}

input,textarea
{
  border-radius: 6px;
  border: 1px solid #CED4DA;
}
.sidebar-menus .accordion-body a.active-menu {
  color: #2C3034 !important;
}
.order-table tbody tr:hover {
  background: #F8F9FA;
}
.table-striped>tbody>tr:nth-of-type(odd) {
  background: #F4F5F7;
  --bs-table-accent-bg: #F4F5F7 !important;
}
.sidebar-menus .accordion-body a {
  padding-left: 63px !important;
  color: #6C757D !important;
}
a {
  text-decoration: none !important;
  transition: all 0.3s ease 0s;
  color: black !important;
  display: inline-block;
}
.active-menu img {
  filter: invert(36%) sepia(89%) saturate(716%) hue-rotate(163deg) brightness(97%) contrast(105%);
}
button {
  outline: none;
  border: none;
}

p {
  font-size: 14px;
}

.text-gray {
  color: #6C757D !important;
}

.bg-gray-100 {
  background-color: #F8F9FA;
}
.product-img-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 13px;
  background: #1F2327;
  border-radius: 4px;
  color: #fff;
  padding: 3px 10px;
}
.bg-gray {
  background-color: #F4F5F7;
}

.border-gray-200 {
  border-color: #E9ECEF;
}

.w-svg {
  width: 10px !important;
}

.btn-green {
  background-color: #D8EAC5 !important;
  color: #2F5109 !important;
  font-weight: 700;
  border-radius: 6px;
  padding: 5px 20px;
}
.btn-green:hover {
  background-color: #65A30D !important;
  color: white !important;
}
.btn-blue {
  background-color: #C4E4EC !important;
  color: #0891B2 !important;
  font-weight: 700;
  border-radius: 6px;
  padding: 5px 20px;
}
.btn-blue:hover {
  background-color: #0C4558 !important;
  color: white !important;
}
.btn-orange {
  background-color: #F5DEC2 !important;
  color: #D97706 !important;
  font-weight: 700;
  border-radius: 6px;
  padding: 5px 20px;
}
.btn-orange:hover {
  background-color: #6E3608 !important;
  color: white !important;
}
.btn-default {
  background-color: #F0F2F5 !important;
  color: #343A40 !important;
  font-weight: 700;
  border-radius: 6px;
  padding: 5px 20px;
}
.btn-default:hover {
  background-color: #343A40 !important;
  color: white !important;
}
.btn-default-outline {
  background-color: white !important;
  color: #343A40 !important;
  font-weight: 700;
  border-radius: 6px;
  padding: 5px 20px;
  border: 1px solid #CED4DA;
}
.btn-default-outline:hover {
  background-color: #343A40 !important;
  color: white !important;
}
.btn-red {
  background-color: #F8D7DA !important;
  color: #842029 !important;
  font-weight: 700;
  border-radius: 6px;
  padding: 5px 20px;
}
.btn-red:hover {
  background-color: #842029 !important;
  color: white !important;
}
.sidebar-menus a {
  font-size: 14px;
}
.sidebar-logo {
  width: 170px;
}
.sidebar-menus a {
  width: 100%;
}
.cust-dropdown-btn {
  background-color: white !important;
  color: black;
  font-size: 15px;
  font-weight: 400;
  padding: 6px 12px;
  border: 1px solid #E9ECEF;
  border-radius: 6px;
}
.sidebar-menus .accordion-button::after {
  width: 15px;
  height: 15px;
  background-size: contain;
  transform: rotate(90deg);
}

.sidebar-menus .accordion-button:not(.collapsed)::after {
  transform: rotate(0deg);
}

.sidebar-menus .accordion-button:not(.collapsed) {
  background: transparent !important;
}

.sidebar-menus .accordion-button {
  border: none !important;
}

.sidebar-menus .accordion-button:not(.collapsed) {
  color: #0284C7;
}
.listning-status-blue {
  background-color: #C4E4EC;
  color: #0891B2;
  font-size: 14px;
  font-weight: 600;
  display: inline;
  padding: 4px 10px;
  border-radius: 4px;
}

.listning-status-green {
  background-color: #D8EAC5;
  color: #65A30D;
  font-size: 14px;
  font-weight: 600;
  display: inline;
  padding: 4px 10px;
  border-radius: 4px;
}

.listning-status-orange {
  background-color: #F5DEC2;
  color: #D97706;
  font-size: 14px;
  font-weight: 600;
  display: inline;
  padding: 4px 10px;
  border-radius: 4px;
}

.listning-status-yellow {
  background-color: #FFF3CD;
  color: #856404;
  font-size: 14px;
  font-weight: 600;
  display: inline;
  padding: 4px 10px;
  border-radius: 4px;
}

.listning-status-default {
  background-color: #F0F2F5;
  color: #6C757D;
  font-size: 14px;
  font-weight: 600;
  display: inline;
  padding: 4px 10px;
  border-radius: 4px;
}

.rounded-14 {
  border-radius: 14px !important;
}

.tag-product-inner {
  position: sticky;
  top: 80px;
}

.head-notification {
  position: sticky;
  top: 0;
  z-index: 9;
}
.accordion-button:focus {
  color: black !important;
  box-shadow: none !important;
  background-color: transparent !important;
}

.accordion-button::after:focus {
  color: black !important;
}

.pagination-bar li a:focus {
  box-shadow: none !important;
}

.pagination-bar a.active {
  background-color: #0284C7 !important;
  color: white !important;
}

.text-green-dark {
  color: #2F5109 !important;
}

.text-orange-dark {
  color: #6E3608 !important;
}

.text-blue-dark {
  color: #0C4558 !important;
}

input[type="checkbox"] {
  width: 16px;
  height: 16px;
  accent-color: #0284C7;
}


/* Login page */

.login-main {
  background-image: url(../images/login_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 100vh;
  width: 100%;
}

.login-form {
  height: 665px;
  width: 530px;
  border-radius: 14px;
}

.remember label {
  font-size: 14px;
  font-weight: 400;
  margin-left: 5px;
  margin-bottom: 0px !important;
}

.signin-btn {
  width: 100% !important;
  display: block;
  padding: 18px 50px;
  font-size: 17px;
  font-weight: 700;
  text-align: center;
  color: #0C4558 !important;
  background-color: #C4E4EC;
  border-radius: 4px;
  text-decoration: none;
}

.footer-text a {
  font-size: 13px;
  font-weight: 600;

}


/* Admin panel 1*/

.sidebar {
  width: 250px;
  height: 100vh;
  position: sticky;
  top: 0;
  min-width: 250px;
  max-height: 100vh;
  overflow-y: scroll;
  box-shadow: 0 0px 10px 0 #DCE1E8;
}

.sidebar::-webkit-scrollbar {
  width: 0;
  position: absolute;
}
.pdf-sidebar {
  width: 320px;
  min-width: 320px;
  box-shadow: 0 1px 3px 0 #DCE1E8;
}

.pdf-sidebar-inner {
  min-height: 100vh;
  max-height: 100vh;
  overflow-y: scroll;
  position: sticky;
  top: 0;
}
.pdf-sidebar-inner::-webkit-scrollbar {
width: 0;
position: absolute;
}
.main-section {
  background-color: #FAFAFA;
  padding: 0px 55px;
  width: calc(100% - 250px);
}

.main-section button,
.main-section .accordion-body {
  background-color: #FAFAFA;
}


.sidebar-profile {
  background-color: #F4F5F7;
}

.create-product-card {
  border-radius: 14px;
}

.create-product-card button {
  padding: 15px 28px;
}

.start-bussiness-card {
  border-radius: 14px;
}

.card {
  border-radius: 16px !important;
  overflow: hidden;
}

.recommended-carousel {
  border-radius: 14px;
}

/* Admin panel 3*/

.product-img-main img {
  height: 370px;
}

.product-img-more a {
  border: 1px solid #DEE2E6;
}

.product-img-more a.plus {
  padding: 36px;
  background-color: #f8f9fa;
  border: 2px dashed #DEE2E6;
}
.product-img-more img {
  width: 97px;
}

.product-img-more img.plus {
  width: 20px;
}

.pricing-section .w-title {
  width: 25%;
}

.pricing-section .order-table tbody tr td {
  padding: 11px 16px !important;
  font-size: 14px;
}

.pricing-section .active-price {
  background-color: black;
  color: white !important;
}

.product-detail-inner .cust-dropdown-btn {
  padding: 9px 10px;
  width: 100%;
  border: 1px solid #CED4DA;
}

.product-detail-inner .dropdown-menu {
  width: 100%;
}

/* .product-detail-inner .dropdown-toggle::after {
  margin-left: auto !important;
} */



/* Admin panel 4*/

.listning-section-inner .row:hover {
  background-color: #F8F9FA;
  transition: all .2s linear;
}

.listning-section-main table tbody td {
  align-content: center;
}

.listning-section-main .dropdown-toggle::after {
  margin-left: 20px;
}




/* Admin panel 5*/

.order-section-inner .row:hover {
  background-color: #F8F9FA;
  transition: all .2s linear;
}

.order-table tbody tr td{
  padding-bottom: 20px;
  border-bottom: 2px solid #E9ECEF !important;
  border-top: none !important;
}

.order-table thead th {
  padding: 20px 5px;
  border-bottom: 2px solid #E9ECEF !important;
  border-top: none !important;
}

.order-section-main .dropdown-toggle::after {
  margin-left: 20px;
}

.order-section-main .w-co {
  width: 10%;
}

.order-section-main .w-datum {
  width: 10%;
}

.order-section-main .w-email {
  width: 50%;
}

.order-section-main .w-status {
  width: 14%;
}

.order-section-main .w-total {
  width: 8%;
}

.order-section-main .w-action {
  width: 8%;
}

.order-section-main .w-action a {
  padding: 10px 8px;
}

/* Admin panel 6*/

.order-detail img {
  background-color: #F0F2F5;
}


.my-order-section .w-co {
  width: 20%;
}

.my-order-section .w-type {
  width: 20%;
}

.my-order-section .w-size {
  width: 14%;
}

.my-order-section .w-material {
  width: 16%;
}

.my-order-section .w-shipping {
  width: 14%;
}

.my-order-section .w-status {
  width: 8%;
}

.my-order-section .w-action {
  width: 8%;
}

.my-order-section .w-action a {
  padding: 10px 8px;
}


.shipping-section .w-title ,.order-info-section .w-title {
  width: 25%;
}

.shipping-section .w-des ,.order-info-section .w-des {
  width: 75%;
}

.shipping-section .order-table tbody tr td ,.order-info-section .order-table tbody tr td {
  padding: 11px 16px !important;
  border: none !important;
  font-size: 14px;
}


/*pdf section*/

.pdf-section {
  background-color: #495057;
  width: 100%;
  overflow-y: scroll;
}

label{
  font-size: 14px;
  font-weight: 400;
}

.custom-navigation a {
  border: none;
  background: #E9ECEF;
  width: 36px;
  height: 42px;
  line-height: 40px;
  padding: 0;
  text-align: center;
}
.table td, .table th {
  vertical-align: middle;
}
.eye-btn.bg-dark:hover {
  background-color: #0284C7 !important;
}
.dropdown-item.active, .dropdown-item:active {
  background: #0284C7;
  color: #fff !important;
}

/* edit tag section */

.tag-product {
  width: 320px;
  min-width: 320px;
}

.main-tag-img {
  width: 320px;
}

.tag-product .remove {
  text-decoration: underline !important;
}

/* template settings */

.btn-create-new-button {
  background-color: #62a6e9 !important; /* Custom background color */
  border-color: #62a6e9 !important; /* Match border color */
}

.btn-create-new-setting:hover {
  background-color: #62a6e9; /* Keep the same color on hover */
  border-color: #62a6e9; /* Keep the same border color on hover */
}

.btn-create-new-button:hover {
  background-color: #4991da !important; /* Keep the same color on hover */
  border-color: #4991da !important; /* Keep the same border color on hover */
}
.btn-create-new-danger {
  background-color: #dc3545 !important; /* Custom background color */
  border-color: #dc3545 !important; /* Match border color */
}
  
/* modal background color  */
.modal-content {
  background-color: #c9d1da !important; /* Dark background for the modal */
}



/* update references css  */
.update-reference-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.update-reference-container form {
  width: 60%;
  max-width: 600px;
  margin: 0 auto;
}

.update-reference-container .input-group {
  width: 100%;
}

.update-reference-container .btn {
  min-width: 40px;
}

.update-reference-container .add-options-btn {
  width: 28%;
  background-color: #6c757d; 
  border-color: #6c757d;
  color: white !important;
}

.update-reference-container .add-options-btn:hover {
  background-color: #737678;  
  border-color: #737678;
}

.update-reference-container .update-btn {
  width: 24%;
}

 /* CSS for create_template_setting_screen start */

.component-container {
  margin-top: 10px; 
  margin-bottom: 15px; 
  padding: 10px; 
  border-radius: 4px;
  display: flex; 
  flex-direction: column;
}

.component-name-label {
  display: flex; 
  justify-content: space-between; 
  align-items: center;
  width: 100%;
  margin-bottom: 10px; 
  font-weight: bold; 
}

.remove-button {
  background-color: transparent; 
  color: #ff4d4d; 
  border: none; 
  font-size: 1.2em; 
  cursor: pointer;
  line-height: 1; 
  padding: 0; 
}

.remove-button:hover {
  color: #ff1a1a; 
}

.options-container {
  margin-top: 10px; 
  border: 1px solid #c3c3c8; 
  padding: 10px; 
  border-radius: 4px; 
}

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

.component-options-label {
  display: block; 
  width: 200px; 
  padding: 8px 12px; 
  margin: 5px 0; 
  border-radius: 4px;
}

 /* CSS for create_template_setting_screen end */

 /* CSS for show variants combination pricing start */
.show-combination .table-dark-grey {
  background-color: #c6c8c9 !important;
  color: white; /* Ensure text color remains appropriate for contrast */
}
.show-combination h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  color: #626567; 
}

.show-combination .back-button{
  background-color: #a6aaad;

}

.show-combination .table {
  table-layout: fixed;
  width: 100%;
}

 /* CSS for show variants combination pricing end */


 /* CSS for update component option  start*/

 .add-component-option-btn{
  background: grey   !important;
  color: white !important;
  margin-right: 25px !important;
  border-radius: 8px !important;
 }


.update_component_option_button{
  margin-left: 25px   !important;
  border-radius: 8px   !important;
}

.update-component-option-tables .table{
  border-bottom-color: transparent !important;
  border-width: 0px !important;
  color: gray !important;
}
.update-component-option-tables .table > :not(:last-child) > :last-child > * {
  border-bottom-color: transparent !important;
}

  /* CSS for update component option  end*/