body {
  background-image: url("../images/body-bg.jpg") !important;
  background-attachment: fixed !important;
  background-size: cover !important;
  background-position: top !important;
}

.logo_admin p {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 0px;
  padding-top: 10px;
  display: inline-block;
  color: #7854dd;
}

.ftps-16 {
  color: #191a20 !important;
}
.main_nav li a {
  margin-left: 10px;
}
.main_nav .active {
  background-color: #fff;
  box-shadow: 0px 10px 20px rgba(108, 39, 255, 0.3);
  border-radius: 5px;
}
.main_nav {
  padding-right: 20px;
}
.btn_danger {
  background: linear-gradient(90deg, #7c32ff 0%, #a235ec 70%, #c738d8 100%);
  text-transform: uppercase;
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  transition: all 0.5s;
}
.btn_danger:hover {
  color: #ffff;
  text-decoration: none;
  box-shadow: 0px 10px 20px rgba(108, 39, 255, 0.3);
}
.head-bg {
  background-color: transparent !important;
  border: none !important;
}
.head-txt {
  color: #415094 !important;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
}
#side-menu li {
  transition: all 0.5s;
}
#side-menu li:hover {
  background-color: transparent !important;
}
#side-menu li a {
  color: #5b6dab !important;
  font-size: 14px;
  transition: all 0.5s;
}
/* #side-menu li a:hover{
    color: #c738d8 !important;
    background-color: none !important;
} */
#side-menu .mm-active a {
  color: #c738d8 !important;
}
.nav > li.active > a {
  color: #fff !important;
}

.navbar-static-side {
  border-right: 1px solid #7c32ff !important;
}

ul.nav-second-level {
  background: transparent !important;
}
.border_bottom {
  border-bottom: 1px solid #7c32ff !important;
}

.ecommers_logo {
  background-color: none !important;
}
.ecommers_logo:hover {
  background-color: none !important;
}
.card_body2 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.labe_txt {
  font-weight: 500;
  font-size: 14px;
  color: #415094;
  text-transform: capitalize;
  margin-bottom: 0px;
  padding-bottom: 4px;
}
input[type="text"],
input[type="password"],
input[type="number"],
input[type="date"],
input[type="time"] {
  width: 100%;
  height: 43px;
  border: 1px solid #d4d2d2;
  border-radius: 12px !important;
  position: relative;
  z-index: 1;
  font-size: 15px;
  color: #000;
  font-weight: 600;
}
.btn_success {
  position: absolute;
  right: 1px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9999;
  background: -webkit-linear-gradient(75deg, #7c32ff, #c738d8) !important;
  color: #fff;
  width: 15%;
  height: 40px;
  border-radius: 9px;
}
.btn_success:hover {
  color: #fff !important;
}
.btn_info {
  width: max-content;
  padding-left: 12px;
  padding-right: 12px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: -webkit-linear-gradient(75deg, #7c32ff, #c738d8) !important;
  color: #fff;
  font-size: 16px;
}
.btn_info:hover {
  color: #fff;
}
.remove_media {
  padding: 8px 15px;
  border-radius: 8px;
  background: -webkit-linear-gradient(75deg, #7c32ff, #c738d8) !important;
  color: #fff;
  font-size: 16px;
}
.remove_media:hover {
  color: #ffff;
}
.btn_success1 {
  border: none;
  outline: none;
  background: -webkit-linear-gradient(75deg, #7c32ff, #c738d8) !important;
  width: 120px;
  height: 50px;
  border-radius: 10px;
  color: #fff;
  position: absolute;
  right: 40px;
}
.label-txt2 {
  padding-left: 20px;
}
.btn_success2 {
  border: none;
  outline: none;
  background: -webkit-linear-gradient(75deg, #7c32ff, #c738d8) !important;
  width: 120px;
  height: 50px;
  border-radius: 10px;
  color: #fff;
  transition: all 0.5s;
}
.btn_success2:hover {
  color: #fff;
}
.ftps-12 {
  font-size: 16px;
  color: #191a20;
}
.important-txt {
  font-weight: 600;
}
.btn_primary {
  margin-left: 20px;
  background: -webkit-linear-gradient(75deg, #7c32ff, #c738d8) !important;
  color: #fff;
  transition: all 0.5s;
}
.btn_primary:hover {
  color: #ffff;
  text-decoration: none;
  box-shadow: 0px 10px 20px rgba(108, 39, 255, 0.3);
}
.btn_save {
  margin-left: 20px;
  background: -webkit-linear-gradient(75deg, #7c32ff, #c738d8) !important;
  color: #fff;
  transition: all 0.5s;
  text-transform: uppercase;
  width: 120px;
  height: 40px;
  border-radius: 8px;
}
.btn_save:hover {
  text-decoration: none;
  color: #fff;
  box-shadow: 0px 10px 20px rgba(108, 39, 255, 0.3);
}
select {
  height: 43px !important;
  border-radius: 12px !important;
}
.dt-button {
  background: -webkit-linear-gradient(75deg, #7c32ff, #c738d8) !important;
  color: #fff !important;
}
#data-table_filter label {
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  color: #415094;
}
.btn_outline_success {
  width: 40px;
  height: 40px;
  color: #fff;
  background-color: #7c32ff;
  font-size: 19px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #7c32ff;
  transition: all 0.5s;
}
.btn_outline_success:hover {
  background: transparent;
  color: #7c32ff;
}
.border_info {
  border: 2px solid #c738d8 !important;
  padding-top: 10px !important;
  padding-bottom: 8px !important;
  color: #c738d8;
}
input[type="number"] {
  height: 43px !important;
  border-radius: 12px !important;
}
textarea {
  height: 70px !important;
  border-radius: 12px !important;
  resize: none;
}
.tab_border {
  border-bottom: none !important;
}
.tabnavlink {
  border: 2px solid #a235ec !important;
  color: #a235ec !important;
  border-radius: 5px !important;
}
.tabnavlink.active {
  background-color: #a235ec !important;
  color: #fff !important;
}
.last_btn {
  margin-left: 20px;
}
input[type="password"] {
  height: 43px !important;
  border-radius: 12px !important;
}
.login_card {
  border-radius: 10px;
  box-shadow: 0px 0px 16px -2px rgba(108, 39, 255, 0.3);
  margin-top: 5%;
}

tbody {
  font-size: 17px;
}

/* ------------------------------------------ */
.margin_btn {
  position: absolute;
  bottom: 5px;
}

.mini-navbar .nav .nav-second-level {
  background-color: #fff !important;
  height: auto !important;
  box-shadow: 0px 10px 20px rgba(108, 39, 255, 0.3);
}
.navbar-minimalize {
  background-color: #c738d8 !important;
  border: none !important;
}
.ftps-16 {
  transition: all 0.5s;
}
.ftps-16:hover {
  background-color: #fff;
  box-shadow: 0px 10px 20px rgba(108, 39, 255, 0.3);
  border-radius: 5px;
}

.mini-navbar .metismenu li a i {
  font-size: 17px !important;
}
.input_Height {
  height: 35px !important;
}
.chip {
  padding: 3px 10px !important;
}
.cross_btn {
  padding: 0px 5px !important;
}
.cross_btn_radious {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Css for the chip chipBar */

.chipBar {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  min-height: 48px;
  padding: 5px;
  box-sizing: border-box;
  border: 1px solid #ced4da;
  border-radius: 5px;
  background-color: #fff;
  width: 100%;
  /* Adjust the width as needed */
  /* max-width: 600px; */
  /* Adjust the max-width as needed */
}

.chip {
  background-color: #f0f0f0;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 5px 10px;
  margin: 5px;
  display: inline-flex;
  align-items: center;
}

.chip-remove {
  margin-left: 5px;
  cursor: pointer;
}
.input-container {
  display: flex;
  align-items: center;
  margin-left: 10px;
}

.form-control {
  flex: 1;
  margin-left: 5px;
  border: 1px solid #d4d2d2 !important;
}

.chip_table {
  display: inline-block;
  padding: 4px 8px;
  margin-right: 5px;
  background-color: #f0f0f0;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 12px;
  line-height: 1.5;
}

/* End of the chip chipBar css */

.additional-images-container {
  display: flex; /* Use flexbox */
  flex-wrap: wrap; /* Wrap elements to next line when they exceed container width */
  flex-direction: row;
}

.additional-images-container .image-container {
  margin-right: 5px;
  box-shadow: 0px 0px 15px -5px #888;
  padding: 5px;
}

/* Hide default radio button */
.image-radio {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #ccc;
  outline: none;
  cursor: pointer;
}

/* Style checked state */
.image-radio:checked {
  background-color: #2196f3;
  border-color: #2196f3;
}

/* Style indicator dot */
.image-radio::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  margin: 3px;
  border-radius: 50%;
  background-color: white;
  transition: background-color 0.3s;
}

/* Style indicator dot for checked state */
.image-radio:checked::before {
  background-color: #fff; /* Change to the color you prefer */
}

.menu_btn_for_sm {
  background-color: #c738d8 !important;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.navbar-toggler-icon i {
  padding-top: 5px;
}
.navbar-toggler {
  width: 40px !important;
  height: 35px !important;
  padding: 0px !important;
}

@media (max-width: 400px) {
  .btn_success {
    width: 35%;
  }
}

.disable_class {
  pointer-events: none;
  opacity: 0.5;
}
.mt_4 {
  margin-top: 20px;
}

/* responsive for products page */
@media (max-width: 480px) {
  .responsive_padding {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .mt_4 {
    margin-top: 0px !important;
  }
  .respon_flex_products {
    display: flex;
    flex-direction: column !important;
  }
  .margin_btn {
    position: inherit;
    margin-top: 10px !important;
    bottom: 0px !important;
  }
  .respon_flex_products .col-12 {
    padding-left: 5px !important;
    /* padding-right: 5px !important; */
  }
  .labe_txt {
    font-size: 14px;
  }
  .products_table {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  .products_table .table-responsive {
    height: 97vh !important;
    overflow-x: auto;
    scrollbar-width: 0px;
  }
  .products_table .table-responsive table thead {
    position: sticky;
    top: 0px;
    background-color: #fff !important;
    z-index: 999999;
  }
  .products_table .table-responsive table thead tr th {
    font-size: 12px !important;
  }
  .products_table .table-responsive table tbody tr td {
    font-size: 12px !important;
  }
  .btn_info {
    font-size: 12px !important;
  }
  .head-bg .card-body h2 {
    font-size: 16px !important;
  }

  /* mod-products */
  .maindept {
    display: flex;
    flex-direction: column;
  }
  .maindept .department select {
    width: 100% !important;
  }
  .subdepname {
    margin-left: 0px !important;
  }
  .maindept .subdepname input {
    width: 100% !important;
  }
  .form-control {
    margin-left: 0px !important;
  }
  .gene_prod {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  .cus_padding {
    padding: 10px !important;
  }
  .res_mt {
    margin-top: 10px;
  }
}

/* new-css */

.login_head {
  font-size: 20px;
  margin-top: 35%;
  color: #7c32ff;
  font-weight: 500;
}
.margin_btm {
  margin-bottom: 10px;
}
.margin_btm input {
  margin-left: 0px !important;
}
.form-control {
  margin-left: 0px !important;
}
.table-responsive table thead tr th,
.table-responsive table tbody tr td {
  padding: 8px !important;
}
.table-responsive table thead tr th {
  font-size: 14px;
  color: #1d1d1d;
  font-weight: 500;
}
.table-responsive table tbody tr td {
  font-size: 14px;
  color: #000;
  font-weight: 400;
}
.card {
  border-radius: 10px !important;
}
.items_table {
  width: 100%;
  height: calc(100vh - (57px + 77px + 1.5rem + 30px + 60px + 35px));
  overflow-y: scroll;
}
.items_table::-webkit-scrollbar {
  width: 5px;
}
.items_table::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 3px;
}
.items_table table thead {
  position: sticky;
  top: 0px;
  width: 100%;
  z-index: 99;
  background-color: #fff;
}
.country_table {
  width: 100%;
  height: calc(100vh - (57px + 77px + 1.5rem + 30px + 60px));
  overflow-y: scroll;
}
.country_table table thead {
  position: sticky;
  top: 0px;
  width: 100%;
  z-index: 99;
  background-color: #fff;
}
.country_table::-webkit-scrollbar {
  width: 5px;
}
.country_table::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 3px;
}
.item_product_table{
  width: 100%;
  height: calc(100vh - (57px + 77px + 1.5rem + 30px + 60px + 68px + 2rem + 40px));
  overflow-y: scroll;
}
.item_product_table::-webkit-scrollbar {
  width: 5px;
}
.item_product_table::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 3px;
}
.head-bg h2 {
  font-size: 20px;
  color: #000;
  font-weight: 600;
  margin-bottom: 0px;
}

#myTab li a {
  padding: 0px !important;
  width: 90px !important;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.margin_btn_card {
  margin-bottom: 30px;
  margin-top: 0px !important;
}
.heading_flex {
  display: flex;
  align-items: center;
}
.history_back_btn {
  font-size: 18px;
  color: #191a20;
  margin-right: 10px;
}
.table-responsive table tbody tr td .flex_button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
