@charset "UTF-8";
body .navbar-brand-box {
  background-color: #fff;
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #d9d9db;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #2f3640;
}

table tbody,
table td,
table tfoot,
table th,
table thead,
table tr {
  border-width: 1px;
  border-color: #efefef;
}
table thead tr th {
  background-color: #f1f1f1;
  font-weight: 500 !important;
}
table thead tr th:first-child {
  border-top-left-radius: 8px;
}
table thead tr th:last-child {
  border-top-right-radius: 8px;
}
table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 8px;
}
table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 8px;
}

body table.dataTable.no-footer {
  border-bottom: 0;
}
body table.dataTable thead th,
body table.dataTable thead td {
  padding: 10px;
  border-bottom: 0;
}

body .paginate_button {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50% !important;
  border: 1px solid #efefef !important;
  padding: 0 !important;
  text-align: center;
  transition: 0.3s;
}
body .paginate_button i {
  font-size: 20px;
}
body .dataTables_paginate {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 10px;
}
body .dataTables_paginate .paginate_button:hover {
  background: #2f3640 !important;
  color: #fff !important;
}
body .dataTables_paginate .paginate_button.current {
  background: #2f3640 !important;
  color: #fff !important;
}
body .dataTables_wrapper .dataTables_paginate .paginate_button.current,
body .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #fff !important;
}
body .dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
body .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
body .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  background: #d9d9db !important;
}
body.vertical-collpsed .vertical-menu #sidebar-menu > ul > li > a {
  padding: 15px 11px;
}
body.vertical-collpsed .vertical-menu #sidebar-menu > ul > li:hover > a {
  background-color: whitesmoke !important;
  color: #0b0d0e !important;
}
body.vertical-collpsed .vertical-menu #sidebar-menu > ul > li:hover > a span {
  color: #0b0d0e !important;
}

body[data-sidebar=light].vertical-collpsed .vertical-menu #sidebar-menu ul li.mm-active .active i {
  color: #fff !important;
}
body[data-sidebar=light].vertical-collpsed .vertical-menu #sidebar-menu ul li.mm-active:hover .active i {
  color: #0b0d0e !important;
}

.dataTables_info {
  text-align: center;
}

body .dataTables_wrapper .dataTables_filter {
  margin-bottom: 20px;
}
body .dataTables_wrapper .dataTables_filter input {
  border: 1px solid #efefef;
  border-radius: 6px;
  padding: 10px;
  background-color: transparent;
  margin-left: 3px;
}
body .dataTables_wrapper .dataTables_filter input:focus {
  outline: 0;
}

table .dropstart .dropdown-menu {
  transform: translate(-163px, 0px) !important;
}

body .badge {
  line-height: unset;
  padding: 0.75em 1em;
  border-radius: 6px;
}

body .card {
  border-radius: 0.5em;
}

body #sidebar-menu ul li a {
  position: relative;
}
body #sidebar-menu ul li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background-color: #2f3640;
  z-index: 1;
  opacity: 0;
}
body #sidebar-menu ul li a.active {
  background-color: #2f3640;
}
body #sidebar-menu ul li a.active span {
  color: #fff !important;
}
body #sidebar-menu ul li a.active::before {
  opacity: 1;
}
body #sidebar-menu ul li a.active i {
  color: #fff !important;
}
body #sidebar-menu ul li a i {
  font-size: 21.7px;
}
@media (max-width: 1024px) {
  body #sidebar-menu ul li a {
    padding: 8px 15px;
  }
}

body[data-sidebar=light] #sidebar-menu ul > li > a.mm-active {
  background-color: #2f3640;
  color: #fff !important;
}
body[data-sidebar=light] #sidebar-menu ul > li > a.mm-active i {
  color: #fff !important;
}

body[data-sidebar=light] {
  background-color: #f8f8f8;
}

body[data-sidebar=light] #sidebar-menu ul li ul.sub-menu li a::before {
  display: none;
}

body[data-sidebar=light] .mm-active .active {
  color: #66676d !important;
  background-color: rgba(18, 9, 76, 0.16);
}
body[data-sidebar=light] .mm-active .active i {
  color: #2f3640 !important;
}

body[data-sidebar=light] .mm-active > a {
  color: #2f3640 !important;
  background-color: rgba(18, 9, 76, 0.077);
}
body[data-sidebar=light] .mm-active > a::before {
  opacity: 1 !important;
}
body[data-sidebar=light] .mm-active > a i {
  color: #2f3640 !important;
}

.navbar-brand-box {
  position: relative;
  border-right: 1px solid #f4f4f4;
}
.navbar-brand-box::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  width: 90%;
  height: 1px;
  background-color: #f4f4f4;
  transform: translateX(-50%);
}

.navbar-header {
  background-color: #fff;
}

#vertical-menu-btn img {
  max-width: 40px;
}

@media (max-width: 767px) {
  .ic_text_table_btn {
    display: none;
  }
}

.ic_chavron {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: #6c757d;
  font-size: 14px;
  z-index: 2;
}

.select2-container .select2-search__field {
  width: auto !important;
  min-width: 100px !important; /* placeholder যেন কাটা না যায় */
}

.form-control {
  height: 48px;
  border-radius: 0.5rem;
  padding: 0;
  padding-left: 7px;
}
.form-control::-webkit-file-upload-button {
  height: 54px;
  padding: 20px 25px;
}
@media (max-width: 1366px) {
  .form-control::-webkit-file-upload-button {
    height: 48px;
    padding: 14px 25px;
  }
}
.form-control[type=file] {
  padding-left: 0;
}
.form-control[name=description] {
  padding-top: 10px;
}

.form-group label {
  margin-bottom: 8px;
}

body[data-sidebar=light] #sidebar-menu ul li ul.sub-menu li.mm-active a.active::before {
  opacity: 0 !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 48px !important;
  padding-left: 20px !important;
}

.select2-container .select2-selection--single {
  height: 48px !important;
  border-radius: 6px;
}

.select2-container .select2-selection--single .select2-selection__arrow {
  height: 48px !important;
}

.select2.select2-container {
  width: 100% !important;
}

.iti__selected-flag {
  background-color: #dde0e3;
  border-radius: 6px 0 0 6px;
}

.navbar-brand-box .logo-lg img {
  max-width: 150px;
}

select.form-control {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'%3E%3Cpath d='M11.9999 13.1714L16.9497 8.22168L18.3639 9.63589L11.9999 15.9999L5.63599 9.63589L7.0502 8.22168L11.9999 13.1714Z'%3E%3C/path%3E%3C/svg%3E");
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: 20px;
}

@media (max-width: 1024px) {
  .vertical-menu {
    width: 210px;
  }
}

@media (max-width: 1024px) {
  .navbar-brand-box {
    width: 210px;
  }
}
@media (max-width: 991px) {
  .navbar-brand-box {
    width: auto;
  }
}

.ic_payment_item {
  border: 1px solid #e0e0e0;
  margin-left: 12px;
  padding: 10px;
  border-radius: 8px;
  background-color: #fbfbfb;
  margin-bottom: 15px;
}

.ic_payment_item .form-check {
  display: flex;
  min-height: 1.3125rem;
  margin-bottom: 0.125rem;
  justify-content: space-between;
  align-items: center;
}

.ic_discout_form {
  border-radius: 4px;
  border: 1px solid #e0e0e0;
  padding: 3px;
  width: 100px;
}

.ic_discout_table .form-select:focus,
.ic_discout_form:focus {
  color: #495057;
  background-color: #fff;
  border-color: #626ed4;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.ic_discout_table .form-select {
  padding: 3px !important;
  text-align: center;
  align-content: center;
  width: 100px;
}

.table td {
  border-width: 0px !important;
}

.table > :not(:last-child) > :last-child > * {
  border: none !important;
}

textarea.form-control {
  height: auto !important;
  padding: 15px;
}

.ic_product_image_container {
  position: relative;
}

.ic_product_review {
  position: absolute;
  top: 20px;
  left: 15px;
  background-color: #626ed4;
  color: #ffffff;
  padding: 3px 10px;
  border-radius: 50px;
  text-transform: capitalize;
}

.bg_gray {
  background-color: #fdeeee;
  border-radius: 16px 16px 0px 0px;
}

.product-item {
  border-radius: 16px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.product-item-body {
  padding: 15px;
}

.card-text {
  font-size: 16px;
}

.ic_product_name {
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  color: #5b626b;
}

.ic_custom_table .dropdown-menu.show {
  left: -127px !important;
}

.ic_form_control {
  width: 100%;
  border: 1px solid #ced4da;
  border-radius: 4px !important;
  padding: 6px;
}

.ic_form_control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #626ed4;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.ic_parent_permission {
  background-color: rgba(206, 212, 218, 0.3450980392) !important;
}

.ic_table th,
tr {
  white-space: nowrap;
}

.table-sm > :not(caption) > * > * {
  padding: 10px 12px !important;
}

@media (max-width: 768px) {
  textarea.form-control {
    height: 80px !important;
    padding: 15px;
  }
}
.rounded-pill {
  margin-top: 6px;
  padding: 6px 7px !important;
  border-radius: 6px !important;
}

.text-end {
  text-align: -webkit-right !important;
}

.stat-icon {
  font-size: 25px !important;
  width: 3rem !important;
  height: 3rem !important;
}

.ic_green {
  background-color: rgba(22, 160, 132, 0.1) !important;
}

.ic_blue {
  background-color: rgba(75, 146, 204, 0.1) !important;
}

.ic_purple {
  background-color: rgba(84, 65, 178, 0.1) !important;
}

.ic_black {
  background-color: rgba(130, 63, 67, 0.1) !important;
}

/*# sourceMappingURL=new-custom.css.map */
