body {
  margin: 0;
  line-height: normal;
}

:root {
  /* fonts */
  --font-open-sans: "Open Sans";
  --light-basic-typography-paragraph-small-semi-bold: "Open Sans";
  --font-poppins: Poppins;

  /* font sizes */
  --font-size-sm: 14px;
  --light-basic-typography-paragraph-small-semi-bold-size: 13px;
  --font-size-lg: 18px;
  --font-size-mini: 15px;
  --font-size-5xl: 24px;
  --font-size-3xs: 10px;
  --font-size-7xs: 6px;
  --font-size-base: 16px;
  --font-size-32: 32px;

  /* Colors */
  --color-gray-100: #F4F5F7;
  --color-gray-200: #23272e;
  --color-gray-300: rgba(0, 0, 0, 0.1);
  --color-gray-400: rgba(255, 255, 255, 0.2);
  --color-black: #000;
  --light-solid-color-extra-card-background: #fff;
  --color-gainsboro-100: #dbdade;
  --color-gold: #f4b700e8;
  --coomon-button: #5D5C9D;
  --color-darkslateblue: #5d5c9d;
  --color-mediumseagreen: #1eb564;
  --color-dimgray: #514a44;
  --color-whitesmoke: #f5f5f5;
  --color-firebrick: #d02626;
  --color-lightslategray: #8b909a;
  --color-forestgreen-100: #008d3e;
  --color-darkgray: #9f9f9f;
  --color-darkslategray: #313030;
  --light-solid-color-primary-primary-500-base: #7367f0;
  --light-opacity-color-primary-primary-16: rgba(115, 103, 240, 0.16);

  /* Gaps */
  --gap-mini: 15px;
  --gap-4xl: 23px;
  --gap-5xs: 8px;
  --gap-9xs: 4px;
  --gap-11xl: 30px;
  --gap-4xs: 9px;
  --gap-11xs: 2px;
  --gap-smi: 13px;
  --gap-3xs: 10px;

  /* Paddings */
  --padding-5xs: 8px;
  --padding-3xs: 10px;
  --padding-xl: 20px;
  --padding-5xl: 24px;
  --padding-4xs: 9px;
  --padding-mini: 15px;
  --padding-base-5: 16.5px;
  --padding-11xs: 2px;
  --padding-base: 16px;
  --padding-4xl: 23px;
  --padding-6xs: 7px;
  --padding-sm: 14px;
  --padding-9xs: 4px;
  --padding-11xl: 30px;

  /* border radiuses */
  --br-base: 16px;
  --br-mini: 15px;
  --br-81xl: 100px;
  --br-7xs: 6px;
  --br-xl: 20px;

  /* Effects */
  --light-gray-gray-sm: 0px 2px 4px rgba(165, 163, 174, 0.3);
}

body {
  font-family: var(--font-open-sans);
}

.main-container,
.dashboard,
body {
  background-color: var(--color-gray-100) !important;
}

a:hover,
a {
  text-decoration: none;
  cursor: pointer;
}

.start-unset {
  left: unset !important;
}

.sidebar {
  min-width: 290px;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  overflow: auto;
  background: #FFf;
  /* transition: all 0.5s ease-in-out; */
}

.image-logo {
  position: relative;
  width: 148.5px;
  height: 45px;
  object-fit: cover;
}

.indent-decrease-icon {
  position: relative;
  width: 24px;
  height: 24px;
}

.logo {
  align-self: stretch;
  display: flex;
  flex-direction: row;
  padding: var(--padding-xl) var(--padding-sm) var(--padding-xl) 18px;
  align-items: center;
  justify-content: space-between;
}

.section,
.section:hover {
  color: #5F6D7E;
  text-decoration: none;
  align-self: stretch;
  border-radius: var(--br-7xs);
  display: flex;
  flex-direction: row;
  padding: var(--padding-mini) var(--padding-11xl);
  align-items: center;
  justify-content: flex-start;
}

.list {
  color: #212529;
  text-decoration: none;
  align-self: stretch;
  border-radius: var(--br-7xs);
  /* background-color: rgba(226, 100, 29, 0.2); */
  display: flex;
  flex-direction: row;
  padding: var(--padding-4xs) var(--padding-base);
  align-items: center;
  justify-content: flex-start;
  gap: var(--gap-5xs);
  text-decoration: none;
  color: var(--color-gray-200);
}
.list.active, .list:hover {
  color: #212529;
  text-decoration: none;
  align-self: stretch;
  border-radius: var(--br-7xs);
  background-color: rgba(226, 100, 29, 0.2);
  display: flex;
  flex-direction: row;
  padding: var(--padding-4xs) var(--padding-base);
  align-items: center;
  justify-content: flex-start;
  gap: var(--gap-5xs);
  text-decoration: none;
  color: var(--color-gray-200);
}
.list:hover{
  background-color: #55555530;
}
.list1,
.list1:hover, .list:hover,
a.list1.accordion-button.accordion-default.collapsed {
  color: #212529;
  text-decoration: none;
  align-self: stretch;
  border-radius: var(--br-7xs);
  display: flex;
  flex-direction: row;
  padding: var(--padding-4xs) var(--padding-base);
  align-items: center;  
  justify-content: flex-start;
  gap: var(--gap-5xs);
  cursor: pointer;
}

.accordion-button.accordion-default:not(.collapsed) {
  border: none;
  outline: 0;
  box-shadow: none;
  background-color: rgba(226, 100, 29, 0.2);
  color: var(--color-gray-200);
}


.card.color-gainsboro {
  background-color: var(--color-gainsboro-100);
}

.bages-secondary {
  background: #F7F7F8;
}

.bg-green {
  background: #008D3E14;
}

.font-size-large {
  font-size: var(--font-size-32);
}

.font-size-sm {
  font-size: var(--font-size-sm) !important;
  color: #5F6D7E;
}

.font-size-base {
  font-size: var(--font-size-base);
  margin-left: 10px;
}

.font-bold-base {
  font-size: var(--font-size-5xl);
}

.text-nowrap-small {
  font-size: var(--font-size-3xs);
}

.font-table {
  font-size: var(--font-size-lg);
}

.font-size-mini {
  font-size: var(--font-size-mini);
}

.color-dark {
  color: var(--color-darkslateblue);
  text-decoration: none;
}
div#seller_info {
  position: absolute;
  bottom: 10px;
}
.btn-color.color-dark,
a.btn-color.color-dark,
button.btn-color.color-dark,
button.dt-button.buttons-excel.buttons-html5,
button.dt-button.buttons-excel.buttons-html5:hover,
div.dt-button:hover {
  background-color: var(--coomon-button);
  font-size: var(--font-size-sm);
  text-decoration: none;
  color: #fff;
}

.dt-buttons {
  float: right !important;
}
.dataTables_length {
  margin-bottom: 10px;
}
.invopive-details, .invopive-details tr td , .invopive-details tr th{
  background-color: #f8f9fa;
  border: none;
  padding: 3px;
}

h2.positn-table {
  position: absolute;
  top: 30px;
}

.color-dark:hover {
  text-decoration: underline;
  color: var(--color-darkslateblue);
}

.table tr.color-darkdimg {
  background-color: var(--color-dimgray);
  font-size: 14px;
  font-weight: 600;
  vertical-align: baseline;
}

.table,
.dataTables_scrollHeadInner {
  font-size: var(--font-size-sm);
  width: 100% !important;
}

table.table.table-striped tr td,
table.table.table-striped tr th {
  /* min-width: 100px;
  width: 200px; */
  padding: auto;
  box-shadow: none !important;
  border-top: 1px solid #f3f3f30d!important;
  border-bottom: none;
}
/* table.table.table-striped.order-table tr td, table.table.table-striped.order-table tr th{
  min-width: auto;
} */

table.table.table-striped.padding-table tr td {
  padding: 20px;
  border-top: #00000020;

}
/* .dataTables_wrapper table tbody tr td{
  vertical-align:text-top!important;
} */
/* .table tr td {
  vertical-align: text-top;
  white-space: nowrap;
} */

.table tr:nth-child(even) {
  background-color: var(--color-whitesmoke);
}

#logistic .logistic-td {
  min-width: 200px;
}

.threedots {
  display: -webkit-box;
  max-width: 100%;
  height: 40px;
  width: 200px;
  font-size: 14px;
  line-height: 19px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

p.ellsipis {
  white-space: nowrap;
  width: 200px;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* .table-format{display: none;} */
.text9 {
  position: relative;
  line-height: 22px;
  font-weight: 600;
  display: flex;
  align-items: center;
  width: 111px;
  flex-shrink: 0;
}

.text9::before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  background-color: var(--color-mediumseagreen);
  border-radius: 10px;
  margin-right: 10px;
}

/* tbody,
td,
tfoot,
th,
thead,
tr {
  border-color: inherit;
  border-style: none !important;
  border-width: 0;
} */

.text-warning::before {
  background-color: var(--color-gold);
}

.text-warning,
.text-warning span {
  color: #f4b700e8 !important;
  font-weight: 600;
}

.text9.text-danger::before {
  background-color: var(--color-firebrick);
}

.text-success,
.text-success span {
  color: #047334 !important;
}

.text-danger,
.text-danger span {
  color: var(--color-firebrick);
}

.cricle span.font-size-sm {
  font-weight: 600;
}

td.ellsipis-thre {
  width: 300px;
  overflow: hidden;
  text-overflow: ellipsis;
}

td.ellsipis {
  width: 250px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.packing-table td:nth-child(1) {
  background-color: #F3F3F3;
}

.packing-table tr td:nth-child(2) {
  background-color: white;
}

.packing-table td {
  border-bottom: 1px solid #00000020 !important;
}

table.table.table-amount tr td,
table.table.table-amount tr th {
  border: none;
}

table.order-details tr td {
  background-color: white;
  border: none;
}
div#main-container {
  min-height: 1000px;
  overflow: auto;
  padding-bottom: 100px!important;
}

/* Footer */
.copyright-2023-ministry-container {
  position: relative;
  line-height: 25px;
}

.copyright-2023-ministry-of-tex-wrapper {
  align-self: stretch;
  display: flex;
  flex-direction: row;
  padding: 0 var(--padding-3xs);
  align-items: flex-start;
  justify-content: center;
  text-align: center;
  font-size: 12px;
  color: var(--color-black);
}


.container {
  flex-direction: column;
  padding: var(--padding-5xs) 0;
  gap: 38px;
}

select,
button.btn.drodowncustom.btn-light,
.form-custom,
input {
  background-color: #F4FBFB !important;
  border: 1px solid #DEDDE9;
  font-size: var(--font-size-sm) !important;
}



a.roatet {
  transform: rotate(90deg);
}

/* top selling */
.circle-one.text-center {
  background: #b3b1da;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  aspect-ratio: 1 / 1;
  padding: 51px;
}

.circle-two.text-center {
  background: #92addc;
  border-radius: 100%;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 195px;
  bottom: 53px;
  aspect-ratio: 1 / 1;
}

.circle-three.text-center {
  background: #E19366;
  border-radius: 100%;
  padding: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  aspect-ratio: 1 / 1;
  left: 143px;
  bottom: -95px;
}

.circle-four.text-center {
  background: #8BC094;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  padding: 33px;
  aspect-ratio: 1 / 1;
  position: absolute;
  left: 12px;
  bottom: -78px;
}

.circle-fice.text-center {
  background: #CF716B;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  padding: 5px;
  width: 120px;
  aspect-ratio: 1 / 1;
  position: absolute;
  left: 85px;
  bottom: -158px;
  height: 120px;
}

.card-body.card-custom {
  min-height: 366px;
}

/*  */
.dropdown-toggle::after {
  position: absolute;
  right: 18px;
  bottom: 16px;
}

.notification.dropdown-toggle::after,
.dropstart .dropdown-toggle::before {
  display: none !important;
}

a.nav-link.notification.dropdown-toggle.show i {
  background-color: #00000020;
  border-radius: 100%;
}

.dropdown-custom {
  min-width: 500px;
}

.dropdown-menu.dropdown-custom.show {
  width: 395px;
}

ul.dropdown-menu.notification-alert {
  width: 400px !important;
}

.icons {
  font-size: var(--font-size-lg);
  padding: var(--gap-3xs);
}

.custom-list li {
  padding: 10px;
}

input.form-input-check {
  width: 18px;
  height: 18px;
  margin-right: 5px;
}

input.form-control,
select.form-select.select-custom,
button#dropdownMenuButton1 {
  padding: 10px;
}

.card-body.canvasheight {
  height: 400px;
}

canvas {
  width: 100% !important;
}

/* Header */


.main-container {
  width: calc(100% - 290px) !important;
  margin-left: 290px;
}

.d-none-custom {
  display: none;
}

/* login */
.gradient-custom-2 {
  background: url(../images/pic.png);
  background-size: 100%;
  background-repeat: no-repeat;

}

.gradient-form {
  background: url(../images/bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 100vh;
}

/*module */
.col-1.border-left {
  width: 20px !important;
  border: 1px solid #00000020;
  border-right: none;
}

.col-1.border-right {
  width: 20px !important;
  border: 1px solid #00000020;
  border-left: none;
}

a.width-table.color-dark {
  width: 284px;
  align-items: center;
}

/* filter */
.card.bg-small-screen {
  background: transparent;
}

/* profile */
.avatar-upload {
  position: relative;
  max-width: 205px;
  margin: 50px auto;
}

.avatar-upload .avatar-edit {
  position: absolute;
  right: 8px;
  z-index: 1;
  bottom: 8px;
}

.avatar-upload .avatar-edit input {
  display: none;
}

.avatar-upload .avatar-edit input+label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin-bottom: 0;
  border-radius: 100%;
  background: #FFFFFF;
  border: 1px solid transparent;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
}

.avatar-upload .avatar-edit input+label:hover {
  background: #f1f1f1;
  border-color: #d6d6d6;
}

.avatar-upload .avatar-preview {
  width: 230px;
  height: 230px;
  position: relative;
  border-radius: 100%;
  border: 6px solid #F8F8F8;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.avatar-upload .avatar-preview>div {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}


@media (max-width: 1200px) {
  .displayMOB {
    display: none;
  }

  .card.bg-small-screen {
    background: white;
  }
  .font-size-large {
    font-size: 24px;
  }
  
  .font-size-sm {
    font-size: var(--font-size-sm) !important;
    color: #5F6D7E;
  }
  
  .font-size-base {
    font-size: var(--font-size-base);
    margin-left: 10px;
  }
  
  .font-bold-base {
    font-size: 18px;
  }
  
  .text-nowrap-small {
    font-size: var(--font-size-3xs);
  }
  
  .font-table {
    font-size: 16px;
  }
  
  .font-size-mini {
    font-size: var(--font-size-mini);
  }
}

@media (min-width: 769px) {
  .gradient-form {
    height: 100vh !important;
  }
}

@media (max-width: 768px) {
  .gradient-custom-2 {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem;
  }

  .gradient-form {
    height: 100vh !important;
  }
}


@media (max-width: 600px) {
  table.table.table-striped tr td,
table.table.table-striped tr th {
  min-width: 100px;
}
  .card-body.canvasheight {
    height: 300px;
  }

  .dropdown-custom,
  .dropdown-menu.dropdown-custom.show {
    min-width: 100%;
  }

  ul.dropdown-menu.notification-alert {
    width: 100% !important;
  }

  div#sidebar {
    position: fixed;
    width: 100%;
    z-index: 9999;
    display: none;
  }

  div#main-container {
    margin-left: 0;
  }

  .d-none-custom {
    display: inline-block !important;
  }

  a.custom-navbar {
    font-size: 18px;
  }

  .card.bg-small-screen {
    background: white;
  }

  .displayMOB {
    display: none;
  }
}

@media (max-width: 1300px) {
  .circle-one.text-center {
    padding: 35px;
  }

  .circle-two.text-center {
    padding: 20px;
    left: 162px;
  }

  .circle-three.text-center {
    padding: 30px;
    left: 131px;
    bottom: -67px;
  }

  .circle-four.text-center {
    padding: 28px;
    left: 17px;
    bottom: -94px;
  }

  .circle-fice.text-center {
    padding: 5px;
    width: 100px;
    left: 100px;
    bottom: -146px;
    height: 100px;
  }

  .sidebar {
    min-width: 240px;
  }

  .main-container {
    width: calc(100% - 240px);
    margin-left: 240px;
  }
}

@media screen and (max-width: 640px) {
  .dataTables_wrapper .dt-buttons {
    float: right !important;
    text-align: center;
  }
}

/* Scroll */
/* width */
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* hover */
.div-close{display: none;}
.div-close{
  position: absolute;
  left: 15px;
  background-color: #FFF;
}
 .hover-custom-class:hover{background-color: rgb(13 110 253 / 4%);
border:1px solid rgb(13 110 253 / 8%);
 }
/*  */
div#main-container {
  min-height: 1000px;
  overflow: auto;
  padding-bottom: 100px!important;
}