@font-face {
  font-family: PlusJakartaSans;
  src: url("./../fonts/PlusJakartaSans-Bold.woff") format("woff");
  font-weight: 800;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: PlusJakartaSans;
  src: url("./../fonts/PlusJakartaSans-SemiBold.woff") format("woff");
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: PlusJakartaSans;
  src: url("./../fonts/PlusJakartaSans-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: PlusJakartaSans;
  src: url("./../fonts/PlusJakartaSans-Regular.woff") format("woff");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: PlusJakartaSans;
  src: url("./../fonts/PlusJakartaSans-Medium.woff") format("woff");
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: PlusJakartaSans;
  src: url("./../fonts/PlusJakartaSans-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-display: swap;
  font-style: normal;
}

:root {
  --blackshade1: #536485;
  --white: #ffffff;
  --theme-color: #845adf;
  --text-muted: #85848a;
  --btn-red: #fe4c4c;
  --orange: #f8882b;
  --text-grey: #888c8a;
  --border-color: #e9edf6;
  --active-color: #f3f6f8;
  --black: #333333;
  --lightbtn: rgb(224 224 224);
  --sidebar: #111c43;
}

body {
  margin: 0;
  padding: 0;
  font-family: PlusJakartaSans, sans-serif;
  line-height: 22px;
  letter-spacing: 0.4px;
  font-weight: 400;
  overflow-x: hidden;
  color: var(--blackshade1);
}

html {
  scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 !important;
  padding: 0 !important;
}

html * {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  scrollbar-width: thin;
  scrollbar-color: #999 #eee;
}

::-webkit-scrollbar-track {
  background: #eee;
}

::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 0.4rem;
}

::-webkit-scrollbar {
  height: 0.4rem;
  width: 0.4rem;
}

.datatable-scroll::-webkit-scrollbar,
body::-webkit-scrollbar {
  height: 10px;
  width: 10px;
}
.text-center.dt-orderable-asc {
  padding-right: 10px !important;
}

.text-white {
  color: var(--white);
}

.text-muted {
  color: var(--text-muted) !important;
}

.text-grey {
  color: var(--text-grey);
}

.text-green {
  color: #068c4c !important;
}

.text-orange {
  color: #f48a0f;
}

.text-blue {
  color: #61c7ff;
}

.text-blackshade {
  color: var(--blackshade1) !important;
}
.text-black {
  color: var(--black) !important;
}

.text-red {
  color: #fd4740 !important;
}
.text-primary {
  color: var(--theme-color) !important;
}
.flex-1 {
  flex: 1 !important;
}
.fz-18 {
  font-size: 18px !important;
}

.fz-8 {
  font-size: 8px !important;
}

.fz-28 {
  font-size: 28px !important;
}

.fz-15 {
  font-size: 15px !important;
}

.fz-16 {
  font-size: 16px !important;
}

.fz-14 {
  font-size: 14px !important;
}

.fz-12 {
  font-size: 12px !important;
}

.fz-20 {
  font-size: 20px !important;
}

.fz-22 {
  font-size: 22px !important;
}

.fz-40 {
  font-size: 40px !important;
}

.fz-30 {
  font-size: 30px !important;
}

.fw-6 {
  font-weight: 600 !important;
}

.fw-4 {
  font-weight: 400 !important;
}

.fw-3 {
  font-weight: 300 !important;
}

.lineH_14 {
  line-height: 14px;
  color: #ebffd1;
}

.fw-bold {
  font-weight: bold !important;
}

.letterSp_4 {
  letter-spacing: 4px !important;
}

.letterSp_2 {
  letter-spacing: 2px !important;
}
.minH250 {
  min-height: 250px !important;
}
.min-w100 {
  min-width: 100px;
}

.min-w150 {
  min-width: 150px;
}

.min-w200 {
  min-width: 200px;
}
.maxW200 {
  max-width: 200px !important;
}
.min-w250 {
  min-width: 250px;
}

.mt-40 {
  margin-top: 40px !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-20 {
  margin-bottom: 27px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.m-0 {
  margin: 0 !important;
}

.my-30 {
  margin: 30px 0 !important;
}

p {
  margin-bottom: 0;
}
.p-10 {
  padding: 10px !important;
}
.pr-30 {
  padding-right: 30px !important;
}
.py-30 {
  padding: 30px 0 !important;
}
.py-10 {
  padding: 10px 0 !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}
.pl-20 {
  padding-left: 20px !important;
}
.pt-10 {
  padding-top: 10px !important;
}
.w100 {
  width: 100% !important;
}

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

.upperCase {
  text-transform: uppercase !important;
}
.border {
  border: 1px solid var(--border-color) !important;
}

.flex-end {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.transparent-btn {
  background-color: transparent;
  border: none;
  color: var(--light-green);
  font-weight: 600;
  letter-spacing: 1px;
  padding: 0;
}
.btn_outline {
  background-color: transparent;
  border-radius: 30px;
  padding: 2px 18px;
  border: none;
  color: var(--light-green);
  font-weight: 600;
  letter-spacing: 1px;
  padding: 13px 20px;
  border: 2px solid;
}

.themebtn {
  background-color: var(--light-green);
  border-radius: 30px;
  padding: 2px 18px;
  border: none;
  color: white;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 13px 30px;
  box-shadow: rgba(0, 0, 0, 0.6) 8px 5px 15px;
  color: black;
  font-weight: 700;
}

.btn:focus,
.btn-sm {
  box-shadow: none !important;
}
.btn {
  border: none !important;
  font-size: 14px !important;
  padding: 12px 40px !important;
  border-radius: 10px !important;
}
.btn-sm {
  border: none !important;
  font-size: 14px !important;
  padding: 7px 20px !important;
  border-radius: 8px !important;
}
.btn-primary {
  background-color: var(--theme-color) !important;
  border-color: var(--theme-color) !important;
  color: #fff !important;
}
.btn-light {
  background-color: var(--lightbtn) !important;
  border-color: var(--lightbtn) !important;
  color: var(--black) !important;
}
.textfield {
  width: 100%;
  margin-bottom: 20px;
  height: 42px;
  border-radius: 0.35rem;
  border-color: var(--border-color);
  font-size: 14px;
}

.textfield::placeholder,
.uploadField label::placeholder,
.form-select::placeholder {
  color: var(--text-grey);
}
.uploadField label {
  border-radius: 0.35rem;
  border-color: var(--border-color);
  height: 100%;
  font-size: 13px;
  color: #495057;
  padding-top: 8px;
}
.uploadField label::after {
  height: 42px;
  padding-top: 8px;
}
.uploadField .custom-file-input {
  height: 42px;
}

label {
  color: var(--black);
  font-size: 14px;
  font-weight: 700;
}

.form-control:focus {
  box-shadow: none;
  border-color: var(--theme-color);
}

.container {
  max-width: 1800px;
}

.custom_dropdown {
  max-height: 40px;
  padding: 5px 10px !important;
  color: var(--blackshade1);
  font-weight: 800;
}

.dropdown-toggle::after {
  content: none;
}

.btn.focus,
.btn:focus,
.uploadField .custom-file-input:focus ~ .custom-file-label {
  box-shadow: none !important;
}
.uploadField .custom-file-input:focus ~ .custom-file-label {
  border-color: var(--border-color);
}

.dropdown-item {
  font-size: 13px;
  color: var(--blackshade1);
  padding: 10px 15px;
}
header .dropdown-item a {
  color: var(--blackshade1);
}
header .dropdown-menu.show {
  top: 18px !important;
  box-shadow: 0 0.25rem 0.625rem rgba(20, 20, 20, 0.1);
  border: none;
}

.content-wraper {
  background-color: #f0f1f7;
  /* min-height: 86vh; */
  min-height: 91vh;
  /* min-height: auto; */
  padding: 20px 0;
}

.custom_card {
  background-color: white;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0.125rem 0 rgba(10, 10, 10, 0.04);
  height: 100%;
}

table.dataTable thead th {
  font-size: 14px !important;
  font-weight: 700 !important;
  color: var(--black);
}
table.dataTable tbody td.dt-empty {
  font-weight: 600 !important;
  font-size: 16px !important;
  margin: 30px 0 !important;
}
table.dataTable tbody td,
table tbody td {
  font-size: 13px !important;
  font-weight: 400 !important;
  color: var(--blackshade1);
}

table.dataTable.row-border > tbody > tr > *,
table.dataTable.display > tbody > tr > * {
  border-top: none !important;
}
div.dt-container.dt-empty-footer tbody > tr:last-child > *,
table.dataTable > thead > tr > th,
table.dataTable > thead > tr > td {
  border-bottom: none !important;
}
table.dataTable thead > tr > th:hover {
  outline: 0 !important;
}
table.dataTable tbody td {
  box-shadow: none !important;
}

.title {
  color: var(--black);
  font-weight: bold;
  font-size: 18px;
  padding-left: 20px !important;
  position: relative;
}

.border-bottom {
  border-bottom: 1px solid var(--border-color) !important;
}

.title::after {
  content: "";
  width: 5px;
  height: 20px;
  background-color: var(--theme-color);
  border-radius: 20px;
  position: absolute;
  left: 0;
  top: 0;
}

.page_title {
  color: var(--black);
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 20px !important;
}

.star {
  color: #ff4c4c;
}

/* -------------------------------------------- */

/* menu */
.navbar {
  overflow: hidden;
  background-color: transparent;
  justify-content: flex-start;
  border-top: 0.5px solid #e6ecf2;
  border-bottom: 0.5px solid #e6ecf2;
  padding: 0;
}

.navbar a {
  float: left;
  font-size: 14px;
  color: var(--blackshade1);
  text-align: center;
  padding: 10px 16px;
  text-decoration: none;
  font-weight: 600;
}

.navbar a.active {
  background-color: var(--active-color);
}

.subnav {
  float: left;
  position: relative;
  /* Add this line to make the subnav content position relative to the subnav */
}

.subnav .subnavbtn {
  font-size: 14px;
  border: none;
  outline: none;
  color: var(--blackshade1);
  padding: 10px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
  font-weight: 600;
}

.navbar a:hover,
.subnav.active .subnavbtn {
  /* Change .subnav:hover to .subnav.active */
  background-color: var(--active-color);
}

.subnav-content {
  display: none;
  position: absolute;
  left: 0;
  background-color: var(--active-color);
  width: 100%;
  z-index: 1;
}

.subnav-content a {
  float: left;
  color: white;
  text-decoration: none;
}

.subnav-content a:hover {
  background-color: #eee;
  color: black;
}

.subnav.active .subnav-content {
  /* Change .subnav:hover to .subnav.active */
  display: block;
}

.navbar .container {
  justify-content: flex-start;
}

/* login */
.login-container {
  min-height: 100vh;
  background-color: #f0f2f2;
  display: flex;
  align-items: center;
  justify-content: center;
}

.login-container-in {
  background-color: var(--white);
  border-radius: 20px;
  padding: 40px;
  max-width: 500px;
  margin: auto;
  width: 100%;
}

.logo {
  width: 80px;
  object-fit: contain;
}

.login-container-in h4 {
  color: var(--black);
}

/* header */
.prof_img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

/* product details */
.prod_img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  margin-right: 30px;
  border-radius: 20px;
}
.productdetails > ul > li:first-child {
  border-top: 1px solid #dbe0e6;
}
.productdetails > ul > li {
  border: 1px solid #dbe0e6;
  border-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.productdetails > ul > li h4 {
  color: #092c4c;
  font-size: 14px;
  font-weight: 500;
  width: 30%;
  border-right: 1px solid #dbe0e6;
  padding: 10px !important;
}
.productdetails > ul > li h6 {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  width: 70%;
  padding: 10px !important;
}

.product-bar {
  padding-left: 0;
}
.tableImg {
  width: 50px;
  height: 50px;
}
.actionbtn {
  padding: 5px 8px !important;
  border-radius: 4px !important;
}
.actionbtn.edit {
  background-color: #e8ddffb8;
}
.actionbtn.view {
  background-color: #eeeeee;
}
table .status {
  color: white;
  padding: 7px 20px;
  border-radius: 6px;
  width: 100px;
  display: inline-block;
}
table .status.green {
  background-color: #28c76f;
}
table .status.red {
  background-color: #ff4e4e;
}
table .status.active {
  color: #28c76f !important;
  border: 1px solid #28c76f;
  font-weight: 600;
}
table .status.inactive {
  color: #ff4e4e !important;
  border: 1px solid #ff4e4e;
  font-weight: 600;
}
.form-select {
  width: 100%;
  height: 42px;
  border-radius: 4px;
  font-size: 14px;
  border-color: var(--border-color);
  outline: 0;
  padding: 5px 10px;
}
/* profile_page */
.profile_page img {
  max-height: 380px;
  object-fit: contain;
}
.profile_page .prof_img_card {
  position: relative;
}
.profile_page .prof_img_card {
  position: relative;
  height: auto;
}
.profile_page .updateImg {
  position: absolute;
  right: -10px;
  bottom: -13px;
  width: 40px;
  height: 40px;
  background-color: var(--theme-color);
  border-radius: 50% !important;
  padding: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* --------------------- */
.updateImg_outer {
  background: #83ccd3;
  border-radius: 30px;
  text-align: center;
  height: 50px;
  width: 200px;
  display: inline-block;
  transition: 0.2s;
  position: relative;
  overflow: hidden;
}
.updateImg {
  padding: 17px 30px 12px;
  color: #fff;
  text-align: center;
  position: relative;
  display: inline-block;
  overflow: hidden;
  z-index: 3;
  white-space: nowrap;
}
.updateImg input {
  position: absolute;
  cursor: pointer;
  opacity: 0;
}
.total_box {
  max-width: 600px;
  margin-left: auto;
  margin: 30px 0 30px auto;
  background-color: whitesmoke;
  padding: 20px;
}
.total_box.row > div {
  margin-bottom: 12px;
}
/* sidebar */

.sidenav a,
.sidenav .dropdown-btn {
  padding: 10px 8px 10px 16px;
  text-decoration: none;
  font-size: 14px;
  color: #a3aed1;
  display: block;
  border: none;
  background: none;
  width: 100%;
  text-align: left;
  cursor: pointer;
  outline: none;
}
.sidenav .dropdown-btn .fa-angle-down {
  float: right;
  padding: 3px 9px;
  margin-left: auto;
}

.sidenav a:hover,
.sidenav .dropdown-btn:hover,
.sidenav .menuItems .active {
  background-color: rgba(255, 255, 255, 0.05);
  color: white;
}

.sidenav .dropdown-container {
  display: none;
}
.sidenav .dropdown-container a {
  padding-left: 40px;
  position: relative;
}
.sidebar-menu-toggle {
  display: none;
}
.swal2-actions {
  width: 100%;
}
.swal2-actions .swal2-cancel {
  margin-right: 20px;
}
/* data table */
.dt-search {
  padding: 20px 0;
  text-align: left !important;
}
.dt-search input {
  border-color: var(--border-color) !important;
  font-size: 14px;
  min-width: 250px;
  outline: 0;
}
.dt-length select.dt-input {
  border-color: var(--border-color) !important;
  font-size: 14px;
}
.dt-info,
.dt-paging-button {
  font-size: 14px;
}
.dt-paging-button.current {
  border-color: var(--border-color) !important;
  font-size: 14px;
}
.datatable-footer {
  display: flex;
  align-items: center;
  margin: 30px 0;
  flex-wrap: wrap;
}
.dt-paging.paging_full_numbers {
  margin-left: auto;
  order: 3;
}
.dt-length {
  margin-right: 10px;
}
.table thead th {
  vertical-align: middle !important;
}
.action-icons {
  vertical-align: middle !important;
}
.action-icons ul {
  margin-bottom: 0 !important;
}
table .form-control.textfield {
  margin-bottom: 0 !important;
}

/* select style*/
span.select2-selection.select2-selection--single {
  height: 42px !important;
  border-radius: 0.35rem !important;
  border-color: var(--border-color) !important;
  font-size: 14px !important;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 42px !important;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 42px !important;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #495057;
}

/* new */
.sidenav {
  height: 100%;
  width: 78px;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: var(--sidebar);
  /* overflow-x: hidden; */
  padding-top: 20px;
}
.sidenav .logo {
  width: 100%;
  height: 60px;
  object-fit: contain;
  margin: auto;
  display: none;
}
.sidenav.open {
  width: 250px;
}
.sidenav.open .logo {
  display: block;
}
.sidenav.open .bx {
  padding: 0 20px 0 0;
  cursor: pointer;
}
.sidenav .bx {
  padding: 0 0px 0 20px;
  cursor: pointer;
}
.sidenav .menuItems h6 {
  display: none;
}
.sidenav.open .menuItems h6 {
  display: block;
}
.sidenav.open .menuItems > a,
.sidenav.open .menuItems > button {
  display: flex;
  align-items: center;
}
.sidenav .menuItems > a,
.sidenav .menuItems > button {
  position: relative;
}
.sidenav a .tooltip,
.sidenav .dropdown-btn .tooltip {
  position: absolute;
  top: -20px;
  left: calc(100% + 15px);
  z-index: 3;
  background: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  padding: 6px 12px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 400;
  opacity: 0;
  white-space: nowrap;
  pointer-events: none;
  transition: 0s;
}

.sidenav a:hover .tooltip,
.sidenav .dropdown-btn:hover .tooltip {
  opacity: 1;
  pointer-events: auto;
  transition: all 0.4s ease;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  background-color: white;
  color: var(--sidebar);
}

.sidenav.open a .tooltip,
.sidenav.open .dropdown-btn .tooltip {
  display: none;
}
.container-wraper {
  margin-left: 78px;
}
.sidenav_open .container-wraper {
  margin-left: 250px;
}
/*-----------------default close icon disabled-----------------------*/

input[type="search"]::-webkit-search-cancel-button {
  display: none;
}

/* Hide the clear button (X) in Firefox */
input[type="search"]::-moz-clear {
  display: none;
}

/* Hide the clear button (X) in Internet Explorer and Edge */
input[type="search"]::-ms-clear {
  display: none;
}

/*--------------new close icon design-------------*/
.dt-search .fa-times {
  position: absolute;
  left: 235px;
  transform: translateY(50%);
  cursor: pointer;
  font-size: 16px;
  color: #999;
  z-index: 1;
}

/* Optional: Change color of the icon when hovered */
.dt-search .fa-times:hover {
  color: #000;
}
/*-----------------------------------------*/
.productType_dropdown {
  display: flex;
  align-items: baseline;
  padding-right: 20px;
}
.productType_dropdown .textfield {
  flex: 1;
  margin: 0;
}
.TransportationSection_Box {
  display: flex;
  row-gap: 10px;
}
.TransportationSection_Box > div:first-child {
  flex: 1;
  margin-right: 10px;
  max-width: 70%;
  display: flex;
  flex-direction: column;
}
.TransportationSection_Box > div:last-child {
  max-width: 30%;
}
