@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
body {
  background: rgb(255, 255, 255);
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.08em;
  color: #444;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  font-family: var(--allover-font);
}

h1,
h2,
h3,
h4,
h5,
h6,
nav a,
.widget h6,
.filters li a,
blockquote,
p[data-pullquote]:before,
input[type=submit] {
  font-weight: 400;
}

h1,
h2,
h3 {
  font-weight: 600;
}

h6 {
  font-weight: 300;
}

a {
  color: #ff9307;
  text-decoration: none;
  border: none;
  transition: all 300ms ease-in-out;
}

:root {
  --primary-color: #ffc107;
  --heading-color: #000;
  --white-color: #fff;
  --submenu-bg: #fff;
  --dark: #0c1e35;
  --green-color: #168f63;
  --allover-font: "Lato", sans-serif;
}

.primary-btn {
  display: inline-block;
  background: #5a6981;
  border: none;
  border-radius: 5px;
  color: #fff;
  height: 45px;
  padding: 10px 15px;
}

.primary-btn:hover {
  color: #fff;
  background: #5a6981;
}

.primary-btn img {
  width: 20px;
  margin-right: 2px;
}

.blue-text {
  color: #5599ff;
}

.black-primary {
  width: 100px;
  color: #fff;
  border-radius: 5px;
  background-color: #000;
}

.black-primary:hover {
  color: #fff;
  background: #403c3c;
}

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

.card {
  border: none;
}

.grid-margin {
  margin-bottom: 1.5rem;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.text-muted {
  color: #788896 !important;
}

.text-orange {
  color: #fc800d !important;
}

.text-success-green {
  color: #16b578 !important;
}

.text-yellow {
  color: #ffb300 !important;
}

.btn-red {
  color: #fff;
  border: none;
  border-radius: 50px;
  width: 150px;
  background: #f84747;
  box-shadow: 1px 4px 10px rgba(228, 68, 68, 0.6392156863);
}

/* =================home-header================ */
.nav-link {
  color: var(--white-color);
  padding: 0px 21px !important;
  font-size: 18px;
}

.nav-link i {
  font-size: 25px;
  line-height: 35px;
}

.navbar .navbar-brand {
  width: 130px;
  padding: 0;
}

.navbar .navbar-brand img {
  width: 100%;
}

.navbar {
  background-color: var(--dark);
  padding: 0;
}

.navbar-nav .nav-link.active,
.navbar-nav .show > .nav-link {
  color: var(--white-color);
}

.navbar .border-end {
  border-right: var(--bs-border-width) var(--bs-border-style) rgba(46, 60, 77, 0.6784313725) !important;
}

.navbar .navbar-nav .nav-item .nav-link .navbar-profile {
  display: flex;
  font-weight: normal;
  align-items: center;
}

.profile-img-text .img-xs {
  width: 40px;
  height: 40px;
  border: solid 2px #fff;
}

.navbar .navbar-nav .nav-item .nav-link .navbar-profile .navbar-profile-name {
  white-space: nowrap;
  margin-left: 1rem;
}

.navbar .navbar-nav .nav-item .nav-link .navbar-profile i {
  color: #a7afb7;
}

.navbar .navbar-nav .nav-item .nav-link.dropdown-toggle::after {
  display: none;
}

.ul-box ul {
  padding: 0;
  margin: 0 10px;
}

.ul-box ul li {
  width: 50%;
  //min-width: -moz-fit-content;
  //min-width: fit-content;
  list-style: none;
  padding: 5px;
}

.ul-box ul li a {
  text-align: center;
  padding: 8px;
  background-color: rgba(255, 255, 255, 0.0784313725);
  border-radius: 5px;
  display: block;
  color: #fff;
  height: 102px;
  display: flex;
  align-items: center;
  flex-direction: column;
}

/* =================home-header================ */
.page-breadcrumb {
  margin-top: 80px;
  background: #e6ecf3;
  padding: 0 15px;
  border-bottom: solid 1px #acacac;
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.1607843137);
}

.page-breadcrumb .breadcrumb {
  margin: 0;
}

.breadcrumb-item i {
  font-size: 24px;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: "";
  background: #595c5f;
  width: 2px;
  height: 40px;
  padding: 0;
  margin-right: 12px;
}

.page-breadcrumb .breadcrumb {
  height: 50px;
}

.page-breadcrumb .breadcrumb li {
  display: flex;
  align-items: center;
}

.page-breadcrumb .breadcrumb li a {
  display: flex;
  color: #595c5f;
  align-items: center;
}

/* ==============main-menu============= */
.main-menu-box {
  background-color: #eaeaed;
  padding: 15px;
  text-align: center;
  margin-top: 20px;
  border-radius: 6px;
  box-shadow: 1px 1px 57px #d1d2d9;
}

.menu-box-icon {
  width: 82px;
  margin: 0 auto;
  background: #ffffff;
  padding: 21px;
  border-radius: 72px;
  /* border: solid 1px #eaeaed; */
  box-shadow: 1px 1px 13px #cecccc;
}

.menu-box-text h3 {
  font-size: 16px;
  color: #03105c;
  margin-top: 10px;
}

.header-bar {
  color: #88889f;
  font-size: 20px;
}

/* =================dashbord-canvas=============== */
/* dashboard-four-box */
.dashboard-four-box .card {
  border-radius: 0px;
  height: 100%;
  box-shadow: 1px 1px 5px #cfcfcf;
}

.dashboard-four-box .card .card-body .row {
  position: relative;
  min-height: 100px;
}

.dashboard-four-box .card .row::before {
  position: absolute;
  left: -11px;
  background-color: #222;
  width: 2px;
  height: 49px;
  top: 28%;
  content: "";
}

.card .card-title {
  color: #010101;
  margin-bottom: 1.125rem;
  text-transform: capitalize;
  font-weight: 600;
}

.dashboard-four-box .card .card-body .img-icon {
  width: 60px;
  height: 60px;
  border: solid 1px #ddd;
  border-radius: 50px;
  line-height: 55px;
}

.dashboard-four-box .card .card-body h2 {
  font-size: 15px;
}

.dashboard-four-box .card .card-body h6 {
  color: #000;
  font-size: 28px;
  margin-bottom: 0;
  margin-top: 5px;
  font-weight: 800;
}

.dashboard-four-box .grid-margin .card-body {
  padding: 10px;
}

/* dashboard-four-box-end */
.navbar-nav-right {
  margin-left: auto;
}

.profile-img-text a {
  margin-right: 20px;
  line-height: 16px;
  display: flex;
  /* line-height: 7px; */
  align-items: center;
  color: #5b6089;
}

.profile-text {
  font-size: 14px;
  margin-right: 1px;
  color: #222;
}

.profile-text b {
  font-size: 12px;
}

/* login-page */
.login-page {
  position: relative;
  background-color: #d9d9d9;
  height: 100vh;
  width: 100%;
  display: flex;
  overflow: hidden;
  align-items: center;
}

.logo-sec {
  margin-bottom: 40px;
}

.btn-sec {
  background-color: #ddd;
  padding: 15px;
  border-radius: 5px;
}

.grey-primary {
  background-color: rgba(68, 68, 68, 0.1607843137);
  padding: 6px 20px;
  color: #595c5f;
}

.big-grey-primary {
  background-color: #e6e6e8;
  padding: 6px 20px;
  height: 50px;
  color: #18202b;
  line-height: 36px;
}
@media (min-width: 768px) {
  .big-grey-primary {
    width: 230px;
  }
}

.big-grey-primary:hover {
  background-color: #e6e6e8;
  color: #18202b;
}

.grey-border-btn {
  border: solid 1px #e6e6e8;
  padding: 6px 20px;
  height: 50px;
  color: #18202b;
  line-height: 36px;
}
@media (min-width: 768px) {
  .grey-border-btn {
    width: 230px;
  }
}

.grey-border-btn:hover {
  border: solid 1px #e6e6e8;
  color: #18202b;
}

.grey-primary:hover {
  background-color: rgba(79, 79, 79, 0.4784313725);
  padding: 6px 20px;
  color: #595c5f;
}

.black-btn {
  background-color: #222;
  padding: 6px 20px;
  color: #fff;
}

.black-btn:hover {
  background-color: #353535;
  padding: 6px 20px;
  color: #fff;
}

.login-page::before {
  position: absolute;
  left: -14%;
  width: 675px;
  height: 119vh;
  background-color: rgba(0, 0, 0, 0.168627451);
  top: -50px;
  content: "";
  border-radius: 100%;
}

.login-white-bg {
  padding: 25px;
  position: relative;
  background-color: #fff;
  width: 100%;
  height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.login-img-parent {
  position: relative;
  padding-bottom: 20px;
  border-bottom: 2px solid #dbe1e9;
}
.login-img-parent .login-img {
  text-align: center;
  max-width: 486px;
}
@media (min-width: 768px) {
  .login-img-parent {
    border-bottom: none;
    border-right: 2px solid #dbe1e9;
  }
}

/* login-page-end */
/* dashbord-order-page */
.order-left-sec ul {
  margin-bottom: 0;
  padding: 0;
}

.order-left-sec {
  padding: 15px;
  background-color: #fff;
  border: solid 1px #ddd;
}

.order-left-sec ul li {
  list-style: none;
}

.order-left-sec li {
  background-color: #fff3cd;
  padding: 15px;
  border-radius: 6px;
  margin-bottom: 15px;
}

.order-left-sec li:nth-child(2) {
  background-color: #f0e5ff;
}

.order-left-sec li:nth-child(3) {
  background-color: #e1f2ec;
}

.order-left-sec li:nth-child(4) {
  background-color: #fde3e2;
}

.order-left-sec li a {
  font-size: 15px;
  color: #222;
  font-weight: 600;
}

.table-sec {
  border: solid 1px #ddd;
  padding: 15px;
}

.table-sec .table tr th {
  color: #595c5f;
}

.table-sec .table tr td {
  color: #5a6981;
}

.table-sec .table tr th,
.table-sec .table tr td {
  font-size: 14px;
  vertical-align: middle;
}

.sec-title {
  position: relative;
}

.sec-title h3 {
  color: #000;
  font-size: 20px;
}

.sec-title h3::before {
  position: absolute;
  left: -15px;
  background-color: #222;
  width: 2px;
  height: 34px;
  content: "";
  top: -1px;
}

/* dashbord-order-page-end */
/* Customer Management */
.page-name h2 {
  color: #222;
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 25px;
  display: flex;
}

.page-name h2 i {
  margin-right: 8px;
}

/* Customer Management-end */
.form-control,
.form-select {
  height: 46px;
  border-radius: 3px;
}

/* target-location */
/* .table-sec .table th {
  padding: 0.9375rem;
  vertical-align: middle;
  border-top: 0px solid rgba(0, 0, 0, 0.2);
}
.table-sec .table {
  color: #80849a;
  border: solid 1px #e4e6f4;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #fff;
}
.table-sec thead {
  background: #b7bdd9;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-accent-bg: rgb(255 255 255);
  color: var(--bs-table-striped-color);
}
.table-striped > tbody > tr:nth-of-type(even) > * {
  --bs-table-accent-bg: rgb(221 225 239);
  color: var(--bs-table-striped-color);
}
.table-action-icon a {
  padding: 2px 5px;
  font-size: 22px;
  color: #7b809c;
}
.table td {
  vertical-align: middle;
  font-size: 0.9rem;
  line-height: 1;
  white-space: nowrap;
}
.rejection-popup .modal-title {
  font-weight: 600;
  color: #222;
  margin: 0;
}
.rejection-popup .modal-title:before {
  position: absolute;
  left: 16px;
  background-color: #ff9800;
  width: 33px;
  height: 3px;
  content: "";
  top: 61px;
}
.rejection-popup .btn-close {
  position: absolute;
  right: 20px;
  top: 20px;
}

.rejection-popup .modal-title hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: dashed 1px #9d9ea2;
  opacity: 1;
}
.line-height-2-3 {
  line-height: 2.3;
}
.form-select {
  height: 38px;
}
.ms-n5 {
  margin-left: -40px;
}
.input-group .btn {
  position: relative;
  z-index: 2;
  padding: 4px 11px;
}
.search-icon {
  position: absolute;
  right: 15px;
  top: 6px;
}
.input-group:not(.has-validation)
  > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(
    .form-floating
  ) {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}
.add-btn a {
  background-color: #168f63;
  border-radius: 50px;
  color: #fff;
  border: none;
  padding: 6px 9px;
  box-shadow: 1px 6px 7px #4caf5075;
  display: block;
  width: 150px;
  font-size: 14px;
}
.add-btn a:focus,
.add-btn a:active,
.add-btn a:hover {
  background-color: #168f63 !important;
  color: #fff !important;
}
.form-label {
  font-size: 0.9rem;
  line-height: 1;
  vertical-align: top;
  color: #384279;
  font-weight: 500;
}
.form-control {
  height: calc(2rem + 2px);
  border-radius: 6px;
}
textarea.form-control {
  min-height: calc(2.5em + 0.75rem + 2px);
}
.page-title {
  color: #000000;
  font-size: 22px;
  margin-bottom: 0;
}
.page-header {
  display: flex;
  justify-content: space-between !important;
}
.from-sub-hd h4 {
  color: #000;
  font-size: 18px;
  font-weight: 600;
}
.upload__box {
  padding: 0px;
}
.upload__inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.upload__btn {
  display: inline-block;
  font-weight: 600;
  color: #2e2b2b;
  text-align: center;
  min-width: 116px;
  padding: 10px;
  transition: all 0.3s ease;
  cursor: pointer;
  border: 2px solid;
  background-color: #dcdcdf;
  border-radius: 6px;
  font-size: 14px;
  border: none;
  width: 100%;
}
.upload__btn p {
  margin-bottom: 0;
}
.upload__btn:hover {
  background-color: #bfc2ce;
  color: #4045ba;
  transition: all 0.3s ease;
}
.upload__btn-box {
  margin-bottom: 10px;
}
.upload__img-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.upload__img-box {
  width: 200px;
  padding: 0 10px;
  margin-bottom: 12px;
}
.upload__img-close {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 10px;
  right: 10px;
  text-align: center;
  line-height: 24px;
  z-index: 1;
  cursor: pointer;
}
.upload__img-close:after {
  content: "✖";
  font-size: 14px;
  color: white;
}

.img-bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  padding-bottom: 100%;
}
.fixed-lebel p {
  margin-bottom: 20px;
}
.fixed-lebel {
  background: #e1e2ee;
  padding: 25px;
  border-radius: 4px;
  margin-bottom: 16px;
}
.fixed-lebel h5 {
  font-weight: 600;
  color: #05336e;
  margin-bottom: 14px;
  font-size: 19px;
}
.light-yellow {
  background: #fff6dc;
  padding: 25px;
  border-radius: 4px;
  margin-bottom: 16px;
}
.light-orange {
  background: #ffe5dd;
  padding: 25px;
  border-radius: 4px;
  margin-bottom: 16px;
}

.loi-timeline-tab .nav-link {
  color: #ffffff;
  padding: 12px 42px !important;
  font-size: 20px;
  border: none;
  background: #0c1e35;
  margin-right: 1px;
  border-radius: 0;
}
.loi-timeline-tab .nav-pills .nav-link.active,
.loi-timeline-tab .nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: #58b87f;
} */
.input-group > .intl-tel-input.allow-dropdown {
  flex: 1 1 auto;
  width: 1%;
}

.input-group > .intl-tel-input.allow-dropdown > .flag-container {
  z-index: 4;
}

.iti-flag {
  background-image: url("https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/12.1.6/img/flags.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .iti-flag {
    background-image: url("https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/12.1.6/img/flags@2x.png");
  }
}
.uploadDocInputBox {
  width: 100%;
  position: relative;
  padding: 25px 20px;
  border: 1px solid #BDBDBD;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.uploadDocInputBox .cancleBtn {
  position: absolute;
  top: 8px;
  right: 8px;
  padding: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
  outline: none;
  color: #18202B;
  z-index: 3;
}
.uploadDocInputBox .cancleBtn:hover {
  color: #BDBDBD;
}
.uploadDocInputBox .cancleBtn:focus {
  outline: none;
}
.uploadDocInputBox p {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}
.uploadDocInputBox span {
  font-size: 16px;
  font-weight: 600;
  color: #BDBDBD;
  margin-bottom: 20px;
}
.uploadDocInputBox input {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 1;
}
.uploadDocInputBox label {
  position: relative;
  z-index: 2;
}

.checkbox {
  height: 24px;
  width: 24px;
  cursor: pointer;
}

input[type=date]::-webkit-calendar-picker-indicator {
  color: rgba(0, 0, 0, 0);
  opacity: 1;
  display: block;
  background: url("../images/calendarPickerIcon.svg") no-repeat;
  width: 20px;
  height: 20px;
  border-width: thin;
  cursor: pointer;
}

.detailsBox {
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2509803922);
  display: flex;
  margin-bottom: 50px;
  flex-wrap: wrap;
}
.detailsBox > div {
  padding: 0;
  flex-grow: 1;
}
.detailsBox .heading {
  padding: 8px 12px;
  color: #595C5F;
  font-size: 14px;
  font-weight: 700;
  border-bottom: 1px solid #BEC9D9;
  border-right: 1px solid #BEC9D9;
}
.detailsBox .content {
  width: 100%;
  padding: 8px 12px;
  color: #595C5F;
  font-size: 14px;
  border-bottom: 1px solid #BEC9D9;
  border-right: 1px solid #BEC9D9;
}

.orderDetailsBox .detailsBox {
  border: 1px solid #595C5F;
  box-shadow: none;
}
.orderDetailsBox .detailsBox > div:last-child {
  flex-grow: 3;
  position: relative;
  padding: 15px;
  display: flex;
  gap: 12px;
  align-items: end;
  justify-content: end;
}
.orderDetailsBox .title {
  color: #17181C;
  font-size: 16px;
  font-weight: 700;
}
.orderDetailsBox .bg-heading-lightYellow .heading {
  background-color: #FDFDE3;
}
.orderDetailsBox .bg-heading-blue .heading {
  background-color: #B8E6FE;
}
.orderDetailsBox .bg-heading-lightRed .heading {
  background-color: #FCD4D9;
}
.orderDetailsBox .bg-heading-lightGreen .heading {
  background-color: #CFF8E6;
}
.orderDetailsBox .bg-heading-lightGreen2 .heading {
  background-color: #F5F1E6;
}

.order-details .title1 {
  font-size: 20px;
  font-weight: 500;
  color: #18202B;
}
.order-details .progressDiv {
  position: relative;
  display: flex;
  gap: 150px;
}
.order-details .progressDiv::after {
  content: "";
  position: absolute;
  border-bottom: 0px black;
  border-style: dashed;
  width: 180px;
  top: 23px;
  left: 60px;
}
.order-details .progressDiv .status .circle {
  height: 46px;
  width: 46px;
  border-radius: 100%;
  background-color: #EFEFEF;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.order-details .progressDiv .status .complete {
  background-color: #60D669;
}
.order-details .progressDiv .status p {
  color: #5A6981;
  font-size: 14px;
  font-weight: 500;
}

.deleveryDetails {
  margin-bottom: 20px;
}
.deleveryDetails .expectedDelivery {
  padding: 20px 25px;
  background-color: #D9FEEE;
  border: 1px solid #BEC9D9;
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 16px;
}
.deleveryDetails .expectedDelivery p {
  font-size: 16px;
  font-weight: 700;
  color: #17181C;
  margin-bottom: 0;
}
.deleveryDetails .expectedDelivery p span {
  color: #5A6981;
  font-weight: 500;
}
.deleveryDetails .instruction {
  max-width: 650px;
}
.deleveryDetails .instruction p {
  font-size: 16px;
}
.deleveryDetails .instruction .instructionPara {
  padding: 20px 16px;
  background-color: #EAEBFF;
}
.deleveryDetails .download {
  font-size: 16px;
  font-weight: 700;
  color: #17181C;
}
.deleveryDetails .download .links {
  margin-top: 8px;
}
.deleveryDetails .download .links a {
  font-size: 14px;
  font-weight: 400;
  color: #3687FF;
}
.deleveryDetails .download .links .divider {
  margin: 0 10px;
}
.deleveryDetails .customerDetails {
  background-color: #FFFEED;
  border: 1px solid #BEC9D9;
  overflow: hidden;
}
.deleveryDetails .customerDetails .top {
  padding: 15px;
}
.deleveryDetails .customerDetails .top .title {
  font-weight: 700;
  color: #17181C;
  margin-bottom: 20px;
}
.deleveryDetails .customerDetails .top p {
  color: #595C5F;
}
.deleveryDetails .customerDetails .links {
  height: 45px;
}
.deleveryDetails .customerDetails .links .link {
  border-top: 1px solid #BEC9D9;
  border-right: 1px solid #BEC9D9;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.orderHistory {
  padding: 20px 15px;
  background-color: #F7F5FF;
  border: 1px solid #BEC9D9;
  color: #17181C;
  margin-bottom: 40px;
}
.orderHistory .history {
  padding: 12px;
  border: 1px dashed #A7A7A7;
  display: flex;
  flex-wrap: wrap;
}
.orderHistory .history p {
  font-size: 16px;
  font-weight: 700;
  color: #17181C;
  margin-bottom: 0;
  margin-right: 25px;
}
.orderHistory .history p span {
  color: #5A6981;
  font-weight: 500;
}

.permission {
  border: 1px solid #A7A7A7;
  padding: 10px 0;
  margin-bottom: 15px;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2509803922);
}
.permission h4 {
  font-size: 20px;
  font-weight: 700;
  padding: 8px 20px;
  border-left: 1px solid #18202B;
}
.permission ul {
  padding: 0 30px;
  list-style: none;
}
.permission ul li {
  font-size: 16px;
  font-weight: 700;
  color: #595C5F;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 4px;
}
.permission ul li label {
  height: 21px;
  width: 21px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  cursor: pointer;
  background-color: white;
  border: 1px solid #80CBC4;
}
.permission ul li label svg {
  display: none;
}
.permission ul li input[type=checkbox]:checked + label {
  background-color: #80CBC4;
}
.permission ul li input[type=checkbox]:checked + label svg {
  height: 16px;
  display: inline;
}

.searchBox,
.dt-search,
.dt-length {
  display: flex;
  align-items: center;
  gap: 6px;
}
.searchBox span,
.searchBox label,
.dt-search span,
.dt-search label,
.dt-length span,
.dt-length label {
  font-size: 16px;
  font-weight: 600 !important;
  color: #595C5F;
}
.searchBox input,
.searchBox select,
.dt-search input,
.dt-search select,
.dt-length input,
.dt-length select {
  height: 100%;
  width: 100%;
  background-color: transparent;
  border: none;
  color: #595C5F;
  font-size: 16;
  color: #595C5F;
  padding: 0 10px;
  border: 1px solid #BFBFBF;
  height: 42px;
  border-radius: 3px;
  width: 280px;
}
.searchBox input:focus,
.searchBox select:focus,
.dt-search input:focus,
.dt-search select:focus,
.dt-length input:focus,
.dt-length select:focus {
  outline: none;
}
.searchBox select,
.dt-search select,
.dt-length select {
  padding: 0 30px 0 10px !important;
}
.searchBox .search,
.dt-search .search,
.dt-length .search {
  border: 1px solid #BFBFBF;
  height: 42px;
  border-radius: 3px;
  width: 280px;
  display: flex;
  align-items: center;
}

.table-title {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #000;
}
.table-title h4 {
  font-size: 14px;
  font-weight: 700;
  color: #000;
}

.tableBox {
  overflow: auto;
  border: 1px solid #E6E6E8;
  padding: 0;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2509803922);
}
.tableBox table {
  width: 100%;
}
.tableBox table td {
  padding: 0.5rem;
  vertical-align: middle;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.tableBox table td:first-child {
  padding-left: 1rem;
}
.tableBox table td:last-child {
  padding-right: 1rem;
}
.tableBox table thead td {
  text-align: center;
  color: #595C5F;
  font-size: 14px;
  font-weight: 700;
  word-break: keep-all;
  white-space: nowrap;
  border-bottom: 1px solid #BEC9D9;
}
.tableBox table tbody td {
  font-size: 14px;
  color: #5A6981;
}

.customer-details-popup {
  height: 100vh;
  width: 100vw;
  position: fixed;
  z-index: 10;
  background: rgba(0, 0, 0, 0.7215686275);
  padding: 30px;
  display: flex;
  justify-content: center;
  overflow: auto;
}
.customer-details-popup .popup-content {
  padding: 20px;
  background-color: white;
  position: relative;
  width: 750px;
  height: -moz-fit-content;
  height: fit-content;
}
.customer-details-popup .popup-content .bg-gray {
  background-color: #F2F2F2;
}
.customer-details-popup .popup-content .border-gray {
  border: 1px solid #D0D0D0;
}
.customer-details-popup .popup-content h4 {
  font-family: Lato;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  text-align: left;
  margin-bottom: 20px;
}
.customer-details-popup .popup-content .close-popup-btn {
  border: 1.5px solid #18202B;
  height: 25px;
  width: 25px;
  border-radius: 100%;
  color: #18202B;
  position: absolute;
  top: 20px;
  right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
}
.customer-details-popup .popup-content .parent-table {
  background-color: #F2F2F2;
  border: 1px solid #D0D0D0;
  padding: 20px 12px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.customer-details-popup .popup-content .parent-table .child-table {
  width: 100%;
}
.customer-details-popup .popup-content .parent-table .child-table .child-table-row {
  padding-top: 12px;
  padding-bottom: 12px;
}
.customer-details-popup .popup-content .parent-table .child-table .child-table-row:not(:first-child) {
  border-top: 1px solid #D0D0D0;
}
.customer-details-popup .popup-content .parent-table .child-table .child-table-row:nth-child(4n-2) {
  background: white;
}
.customer-details-popup .popup-content .parent-table .child-table .child-table-row:nth-child(4n-1) {
  background: white;
}
.customer-details-popup .popup-content .parent-table .child-table .child-table-row:nth-child(even) {
  border-right: 1px solid #D0D0D0;
}
.customer-details-popup .popup-content .parent-table .child-table .child-table-row .title {
  font-family: Lato;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  text-align: left;
}
.customer-details-popup .popup-content .parent-table .child-table .child-table-row p {
  margin-bottom: 0;
  font-family: Lato;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.8px;
  text-align: left;
}

.modal-backdrop.show {
  display: none !important;
}

.modal-background-blur {
  background: rgba(0, 0, 0, 0.7215686275);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-background-blur .modal-dialog {
  min-width: 800px;
}

input[type=file]::file-selector-button {
  height: 46px !important;
}

.setting-paper-type-table .toggle {
  border: 4px solid #000000;
  background: rgba(90, 105, 129, 0.6901960784);
  width: 47px;
  height: 18.8px;
  display: flex;
  align-items: center;
  padding: 2px;
  border: 4px 0px 0px 0px;
  opacity: 0px;
  border-radius: 99px;
  cursor: pointer;
  transition-duration: 0.4s;
  transition-property: all;
}
.setting-paper-type-table .toggle:has(input:checked) {
  background: #2F88FF;
}
.setting-paper-type-table .toggle input {
  display: none;
}
.setting-paper-type-table .toggle input:checked + .white-slider {
  transform: translateX(26px);
}
.setting-paper-type-table .toggle .white-slider {
  display: block;
  height: 8px;
  width: 8px;
  border-radius: 100%;
  background-color: white;
  transition-duration: 0.4s;
  transition-property: all;
}
.setting-paper-type-table .colum-border {
  padding: 15px 10px;
}
.setting-paper-type-table .head {
  font-family: Lato;
  font-size: 14px;
  font-weight: 700;
  line-height: 16.8px;
  text-align: left;
}
.setting-paper-type-table .head .colum-border {
  border-top: 1px solid #D0D0D0;
  border-bottom: 1px solid #D0D0D0;
  border-right: 1px solid #D0D0D0;
}
.setting-paper-type-table .head .colum-border:first-child {
  border-left: 1px solid #D0D0D0;
}
.setting-paper-type-table .content-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.setting-paper-type-table .paper-type-row {
  font-family: Lato;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.8px;
  text-align: left;
}
.setting-paper-type-table .paper-type-row:nth-child(even) {
  background: #F2F2F2;
}
.setting-paper-type-table .paper-type-row .middle-colum {
  display: flex;
  gap: 18px;
}
.setting-paper-type-table .paper-type-row .colum p {
  margin-bottom: 0;
  text-align: left;
}
.setting-paper-type-table .paper-type-row .colum-border {
  border-bottom: 1px solid #D0D0D0;
  border-right: 1px solid #D0D0D0;
}
.setting-paper-type-table .paper-type-row .colum-border:first-child {
  border-left: 1px solid #D0D0D0;
}

.add-paper-type-form {
  margin-bottom: 36px;
}
.add-paper-type-form > div {
  background: #F2F2F2;
  padding: 22px 30px;
  border: 1px solid #BFBFBF;
  border-radius: 3px;
}

.table-normal {
  background-color: white;
}
.table-normal thead tr th:first-child {
  padding-left: 30px;
  border-left: 1px solid #18202B;
}
.table-normal tbody tr td {
  border-bottom-width: 0;
}
.table-normal tbody tr td:first-child {
  padding-left: 30px;
}

.bg-lightGray {
  background: #E6ECF3;
}

.pass-inp-wrap {
  position: relative;
}
.pass-inp-wrap .password-toggle-icon {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  cursor: pointer;
}

.grid {
  display: grid;
}

.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.sidebar .activeBox {
  background-color: white;
  color: #0c1e35;
}

.sidebar .active > a::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 280px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.0784313725);
  z-index: -1;
}

.sidebar .active > a {
  color: white !important;
  position: relative;
}

.layout .sidebar .menu .menu-item.sub-menu > .sub-menu-list {
  /* overflow: visible !important; */
  padding-left: 0;
}

.layout .sidebar .menu .menu-item.sub-menu > .sub-menu-list ul li a {
  padding-left: 20px;
}

.layout .sidebar .menu .menu-item.sub-menu > .sub-menu-list .sub-menu-list ul li a {
  padding-left: 40px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default .select2-selection--multiple {
  border: none !important;
}

.select2-container--default .select2-selection--multiple {
  padding: 0.375rem 2.25rem 0.375rem 0.75rem !important;
}

.multiselectSvgSpan {
  position: absolute;
  top: 50%;
  right: 0.5rem;
  transform: translateY(-60%);
  height: 20px;
  width: 20px;
  z-index: 1;
}

#service_type_list tbody tr td:first-child {
  padding-right: 30px;
}
#service_type_list tbody tr td:last-child .d-flex {
  justify-content: center;
}

.text-green {
  color: #18bb6b !important;
}

.text-red {
  color: #ff2459 !important;
}

.paperQuantittyInputWraper {
  display: flex;
  align-items: center;
}
.paperQuantittyInputWraper input {
  flex-grow: 1;
  border: none;
  min-width: 10px;
}
.paperQuantittyInputWraper input:focus {
  outline: none;
}
.paperQuantittyInputWraper .left,
.paperQuantittyInputWraper .right {
  width: 100px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(68, 68, 68, 0.1607843137);
  white-space: nowrap;
}

.login-border-right {
  border-right: 1px solid #ddd;
}

.login-btn-sec {
  background-color: #edf0f5 !important;
}

p.subtableHeading {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  margin-bottom: 15px;
}

.inventory-management-details-table {
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2509803922);
  border: 1px solid #E6E6E8;
}
.inventory-management-details-table tr {
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2509803922);
  border: 1px solid #E6E6E8;
}
.inventory-management-details-table tr th {
  vertical-align: middle;
  color: #595C5F;
  font-weight: 700;
  font-size: 14px;
}
.inventory-management-details-table tr td {
  color: #595C5F;
  font-size: 14px;
}
.inventory-management-details-table tr:nth-child(2n) {
  background-color: #F6F7FB;
}
.inventory-management-details-table tr .border-left-table-td {
  border-left: 1px solid #BEC9D9;
  padding-left: 30px;
}
.inventory-management-details-table tr .naration-colum {
  min-width: 200px;
}

.txt-green {
  color: #18BB6B !important;
}

.txt-red {
  color: #FF460C !important;
}

.inventory-management-details-filter-select {
  min-width: 150px;
  border: 2px solid #595C5F;
  color: #595C5F;
}

.inventory-management-details-page-content {
  padding-right: 36px;
}

.sidebar-wraper {
  width: 0;
  overflow: hidden;
  flex-shrink: 0;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: linear;
}
@media (min-width: 992px) {
  .sidebar-wraper {
    width: 280px;
  }
}

.top-squar-links,
.top-squar-links * {
  transition-property: all;
  transition-duration: 150ms;
  transition-delay: 100ms;
  transition-timing-function: linear;
}

.sidebar-header,
.sidebar-header * {
  transition-property: all;
  transition-duration: 150ms;
  transition-timing-function: linear;
}

.sidebar-header span {
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 3px;
  font-weight: bold;
}

.sidebar-header .logo-span-small {
  display: none;
}

.top-squar-links {
  margin-bottom: 1rem;
}
.top-squar-links li .imgSpan {
  width: 100%;
}

.sidebar-wraper-small {
  width: 55px;
}
.sidebar-wraper-small .top-squar-links {
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0rem;
}
.sidebar-wraper-small .top-squar-links li {
  width: 100%;
  padding: 0px 0px 0px 5px;
}
.sidebar-wraper-small .top-squar-links li br {
  display: none !important;
}
.sidebar-wraper-small .top-squar-links li .imgSpan {
  width: auto;
}
.sidebar-wraper-small .top-squar-links a {
  display: flex;
  align-items: center;
  height: 50px;
  padding: 0 25px 0px 10px;
  color: #b3b8d4;
  background-color: transparent;
  flex-direction: row;
  gap: 20px;
  padding-left: 0;
}
.sidebar-wraper-small .top-squar-links a img {
  width: 24px;
}
.sidebar-wraper-small .sidebar-header {
  padding: 0 10px !important;
}
.sidebar-wraper-small .sidebar-header span {
  width: 50px !important;
}
.sidebar-wraper-small .sidebar-header .logo-span-big {
  display: none;
}
.sidebar-wraper-small .sidebar-header .logo-span-small {
  display: block;
}
.sidebar-wraper-small .sub-menu-list {
  display: none !important;
}

.sidebar-toggler-small {
  background-color: transparent;
  border: none;
}
.sidebar-toggler-small:focus {
  outline: none;
}

.layout.fixed-header.fixed-sidebar .header {
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: linear;
}
@media (min-width: 992px) {
  .layout.fixed-header.fixed-sidebar .header {
    width: calc(100% - 280px);
  }
}
.layout.fixed-header.fixed-sidebar .collepse-header {
  width: calc(100% - 55px);
}

.sidebar-hover-showBox,
.sidebar-hover-showBox * {
  transition-property: none !important;
}

.sidebar-hover-showBox {
  position: fixed;
  left: 0;
  z-index: 9999;
  background: #0c1e35;
  height: -moz-fit-content;
  height: fit-content;
  width: 280px;
}

table.dataTable {
  width: 100% !important;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  margin-top: 20px;
}

table tr td:last-child .d-flex {
  gap: 0.25rem;
}

.paper-vendor-modal-table thead th {
  text-align: center;
}
.paper-vendor-modal-table tbody tr td {
  text-align: center;
}
.paper-vendor-modal-table tbody tr td:last-child {
  width: 200px;
}/*# sourceMappingURL=style.css.map */

textarea.form-control{
  height: auto;
}

#purchase_order_tble_wrapper th,
#purchase_order_tble_wrapper td{
  min-width: 120px;
}

.vis-hide{
  visibility: hidden;
}


.input-with-unit {
  display: flex;
  padding: 0px;
}
.input-with-unit:focus-within {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.input-with-unit input {
  border: none;
  flex-grow: 1;
  padding: 0.375rem 0.75rem;
}
.input-with-unit input:focus {
  outline: none;
}
.input-with-unit .unit_label {
  background-color: rgba(0, 0, 0, 0.05);
  padding: 8px;
  flex-shrink: 0;
}/*# sourceMappingURL=style.css.map */


.unit-text {
  height: 46px;
  display: flex;
  align-items: center;
  color: #BFBFBF;
  font-size: 16px;
  font-weight: 600;
}

.text-grey{
  color: #BFBFBF;
}


.custom-checkbox {
  padding-left: 9px !important;
    padding-right: 8px !important;
}