@font-face {
  font-family: Inter;
  src: url(/assets/google-fonts/Inter-VariableFont_opsz\,wght.ttf);
}

@font-face {
  font-family: "Noto Nastaliq Urdu";
  src: url(/assets/google-fonts/NotoNastaliqUrdu-VariableFont_wght.ttf);
}

body {
  background-color: #fff;
}

.light-style .menu .app-brand.demo {
  height: 64px;
}

.dark-style .menu .app-brand.demo {
  height: 64px;
}

.app-brand-logo.demo svg {
  width: 38px;
  height: 20px;
}

.app-brand-text.demo {
  font-size: 1.25rem;
  letter-spacing: 0.15px;
}

/* ! For .layout-navbar-fixed added fix padding top tpo .layout-page */
.layout-navbar-fixed .layout-wrapper:not(.layout-without-menu) .layout-page {
  padding-top: 64px !important;
}

/* Navbar page z-index issue solution */
.content-wrapper .navbar {
  z-index: auto;
}

.dropdown-notifications-list .scrollbar-track-y,
.dropdown-notifications-list .scrollbar-thumb {
  width: 3px;
}

.scroll-content {
  padding-bottom: 12px;
}

/*
* Content
******************************************************************************/

a:focus-visible {
  outline: none;
}

.layout-demo-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 1.25rem;
}

.layout-demo-placeholder img {
  width: 900px;
}

.layout-demo-info {
  text-align: center;
  margin-top: 1.25rem;
}

/* Custom css start here */
#template-customizer {
  display: none !important;
}

body.login-page {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}

body.login-page::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

.login-aside::before {
  content: "";
  background-repeat: repeat;
  background-size: auto;
  background-image: url("/assets/img/pattern-bg.webp");
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: -1;
  bottom: 0;
  width: 100%;
  height: 100%;
  /* background-color: rgba(255, 255, 255, 0.3); */
}

/* Animated Icons */
.icon {
  animation: float 6s infinite ease-in-out;
  pointer-events: none;
}

/* Floating Animation Keyframes */
@keyframes float {
  0% {
    transform: translateY(0);
    opacity: 1;
  }

  50% {
    transform: translateY(-20px);
    opacity: 0.8;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

/* Position and unique animation settings for each icon */
.icon1 {
  top: 10%;
  left: 5%;
  animation-delay: 0s;
  animation-duration: 5s;
}

.icon2 {
  top: 20%;
  left: 20%;
  animation-delay: 1s;
  animation-duration: 6s;
}

.icon3 {
  top: 60%;
  left: 10%;
  animation-delay: 0.5s;
  animation-duration: 7s;
}

.icon4 {
  top: 70%;
  left: 25%;
  animation-delay: 1.5s;
  animation-duration: 8s;
}

.icon5 {
  top: 30%;
  left: 45%;
  animation-delay: 2s;
  animation-duration: 5.5s;
}

.icon6 {
  top: 15%;
  left: 65%;
  animation-delay: 0.8s;
  animation-duration: 6.5s;
}

.icon7 {
  top: 50%;
  left: 80%;
  animation-delay: 1.2s;
  animation-duration: 7s;
}

.icon8 {
  top: 75%;
  left: 60%;
  animation-delay: 2s;
  animation-duration: 5s;
}

.icon9 {
  top: 40%;
  left: 90%;
  animation-delay: 1.8s;
  animation-duration: 6.2s;
}

.icon10 {
  top: 10%;
  left: 85%;
  animation-delay: 0.4s;
  animation-duration: 7.5s;
}

/* Animated Icons */

.app-brand-logo img {
  max-width: 220px;
}

.video-sec::before {
  content: "";
  position: absolute;
  background-color: rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 100%;
  inset: 0;
}

.text-transform {
  text-transform: initial;
}

.text-custom {
  color: #ff6764;
}

.text-custom:hover {
  color: #ff6764;
}

.table-hover>tbody>tr:hover>* {
  --bs-table-bg-state: rgba(149, 150, 159, 0.23);
}

.alert-solid-warning {
  background-color: #e2ad4b !important;
}

/* Custom css ends here */

/* Menu Css Start */
.menu-vertical .menu-inner .menu-items .menu-sub li a {
  font-size: 14px;
}

.menu-vertical .menu-inner .menu-item .menu-sub .menu-item a {
  font-size: 13px;
  min-height: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.menu-vertical .menu-inner .menu-item .menu-sub .menu-item {
  margin: 3px 0 0 0;
}

/* Menu Css Ends */

/* new custom css starts here */

.btn-cb-icon {
  height: 28px;
  width: 28px;
  padding: 0;
  border-color: #cccaca;
  border-radius: 4px;
}

.btn-cb-icon i {
  font-size: 1.1rem;
}

/* new custom css end here */

/* intl tel phone css  */
.iti {
  width: 100% !important;
}

.iti--inline-dropdown .iti__dropdown-content {
  z-index: 99 !important;
}

/* intl tel phone css  */

/* custom-classes-start */
.table-cb-dark th,
.table-cb-dark td {
  background-color: #282a42 !important;
  color: #ffffff !important;
  text-transform: capitalize;
  border-color: #282a42a8 !important;
  padding-block: 12px !important;
}

.table-cb-light th,
.table-cb-light td {
  padding-block: 12px !important;
}

.table tbody td {
  font-size: 13px;
  color: #7f8393;
  /* color: #676b7b; */
}

.spacing-small tr td,
.spacing-small tr th {
  padding-left: 14px;
  padding-right: 14px;
}

/* Reset the counter for each table */
.table-cb {
  counter-reset: row-number;
  /* Reset the counter at the start of the table */
}

.table-cb .sr-no,
.table-cb .act-col {
  width: 1%;
}

.table-cb .sr-no {
  counter-increment: row-number;
  /* Increment the counter for each row */
}

/* Add the counter value as the content of the cell */
.table-cb .sr-no::before {
  /* content: "#"; */
  content: counter(row-number);
  display: inline-block;
  /* Ensure proper alignment */
}

.table-controls button {
  height: 100%;
}

.table-cb td {
  padding-block: 6px;
}

.mx-width-400 {
  max-width: 400px !important;
}

.cursor-pointer {
  cursor: pointer !important;
}

.logo {
  inset: auto !important;
  margin-bottom: 50px;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  appearance: none;
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  appearance: textfield;
  -moz-appearance: textfield;
}

.scroll-card {
  max-height: 800px;
}

.scrollbar-thumb {
  background-color: rgb(40, 42, 66) !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pe-30 {
  padding-right: 30px !important;
}

.ps-30 {
  padding-left: 30px !important;
}

.pt-25 {
  padding-top: 25px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.pe-25 {
  padding-right: 25px !important;
}

.ps-25 {
  padding-left: 25px !important;
}

.p-3r {
  padding: 3rem !important;
}

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

.rotate-90 {
  rotate: 90deg;
}

.min-height-85vh {
  min-height: 85vh !important;
}

.modal .select2-container--default.select2-container--focus,
.modal .select2-container--default.select2-container--open {
  z-index: 9998;
}

.modal label {
  z-index: 9999;
}

/* custom-classes-end */

label:empty {
  display: none !important;
}

.input-group:not(.input-group-floating):focus-within label {
  border: none !important;
}

.was-validated .form-check-input:valid:checked,
.form-check-input.is-valid:checked {
  background-color: #666cff !important;
  border-color: #666cff !important;
}

.iti .iti__selected-dial-code,
.iti__search-input,
.iti__country-name,
.iti__dial-code {
  font-size: 13px !important;
}

.iti__search-input {
  border-radius: 0;
  border: 1px solid #cfd0d6;
  padding: 4px;
  margin-bottom: 4px;
}

.iti__search-input {
  border-radius: 6px;
}

.iti__dropdown-content {
  padding: 4px;
}

.iti__search-input:focus {
  outline: none;
}

/* select 2  */
.light-style .select2-container--default .select2-selection--single {
  height: 40px !important;
}

.light-style .select2-container--default .select2-selection {
  min-height: 40px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.light-style .select2-container--default .select2-selection .select2-selection__rendered {
  line-height: 36px !important;
  font-size: 0.8125rem !important;
}

#vendor_status+.select2 .select2-selection {
  border-top-right-radius: 0.375rem !important;
  border-bottom-right-radius: 0.375rem !important;
}

.light-style .select2-container--default .select2-results__option {
  font-size: 0.8125rem !important;
}

.light-style .select2-container--default .select2-selection .select2-selection__arrow {
  height: 100% !important;
}

.light-style .select2-selection--multiple .select2-selection__clear {
  height: 38px !important;
  margin-top: 0;
}

body>.select2-container {
  width: auto !important;
}

.select2-container .select2-search--inline .select2-search__field {
  line-height: 36px;
  margin-top: 0;
  width: 100% !important;
}

.light-style .select2-container--default .select2-selection {
  background-color: #f7f7f9 !important;
}

.lighter-style-select2 .select2-container--default .select2-selection {
  background-color: #f2f2f4 !important;
}

.light-style .select2-selection--multiple .select2-selection__choice {
  margin-top: 7px;
  background-color: #282a42 !important;
  color: #fff !important;
}

/* Select2 XS Start here */
.light-style-xs .select2-container--default .select2-selection {
  height: 31px !important;
  min-height: 33px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.light-style-bg .select2-container--default .select2-selection {
  background-color: #f7f7f9 !important;
}

.light-style-xs .select2-container--default .select2-selection .select2-selection__rendered {
  line-height: 31px !important;
  font-size: 14px !important;
}

.light-style .bg-lightest+.select2-container--default .select2-selection {
  background-color: #fcfcfc !important;
}

/* Select2 XS Ends here */

/* select 2  */
.iti__search-input {
  padding: 4px;
}

/* form styling  */
.required-star::after {
  content: "*";
  color: rgba(255, 0, 0, 0.815);
}

.form-cover {
  background-color: #f7f7f9;
}

.form-check-input[type="radio"] {
  background-size: 20px 20px !important;
}

.input-group .form-control.form-input {
  padding-block: 4px !important;
}

.input-group:has(button) .form-control:focus {
  border-width: 2px !important;
}

.form-input textarea {
  font-size: 13px !important;
}

/* Change the white to any color */
/* input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
} */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-background-clip: text;
  -webkit-text-fill-color: #25241d;
  transition: background-color 5000s ease-in-out 0s;
  box-shadow: inset 0 0 20px 20px #fff;
}

.light-style .select2-container--default .select2-selection:focus-within {
  border-color: #666cff;
  border-width: 2px;
}

/* form styling  */

.select-group>div {
  flex-shrink: 0;
  flex-grow: 1;
}

.select-group .select2-container--default .select2-selection {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.flatpickr-wrapper {
  display: block !important;
}

/* Page Auth Css  (login page) */
.authentication-wrapper {
  display: flex;
  flex-basis: 100%;
  min-height: 100vh;
  width: 100%;
}

.authentication-wrapper .authentication-inner {
  width: 100%;
}

.authentication-wrapper.authentication-basic {
  align-items: center;
  justify-content: center;
}

.authentication-wrapper .auth-cover-illustration {
  z-index: 1;
  max-inline-size: 38rem;
}

.authentication-wrapper .authentication-image {
  z-index: -1;
  inline-size: 100%;
  inset-block-end: 7%;
  position: absolute;
  inset-inline-start: 0;
}

.authentication-wrapper.authentication-cover {
  align-items: flex-start;
}

.authentication-wrapper.authentication-cover .authentication-inner {
  min-height: 100vh;
  position: relative;
}

.authentication-wrapper.authentication-cover .authentication-image {
  inline-size: 70%;
}

html:not([dir="rtl"]) .authentication-wrapper.authentication-cover .authentication-image {
  inset-inline-start: unset;
}

.authentication-wrapper.authentication-basic .authentication-inner {
  max-width: 450px;
}

.authentication-wrapper .auth-input-wrapper .auth-input {
  max-width: 50px;
  padding-left: 0.4rem;
  padding-right: 0.4rem;
  font-size: 150%;
}

.authentication-wrapper .divider .divider-text {
  font-size: 0.9375rem;
}

input:disabled {
  background-color: #eeeeee !important;
}

@media (max-width: 575.98px) {
  .authentication-wrapper .auth-input-wrapper .auth-input {
    font-size: 1.125rem;
  }

  .shadow-sm-off {
    box-shadow: none !important;
  }

  .fs-14 {
    font-size: 0.920rem !important;
  }

  /* .card-header{
    font-size: 14px;
  }
  .card-header h5{
    font-size: 17px !important;
  } */
}

.toggle-btn-bs {
  .switch .switch-toggle-slider {
    width: 2.5rem;
    height: 1.35rem;
    font-size: 0.625rem;
    line-height: 1.35rem;
    border: 1px solid rgba(0, 0, 0, 0);
    top: 0;
    left: 90px !important;
  }
}

@media (max-width: 1199.98px) {
  .authentication-cover .authentication-image {
    inset-block-end: 9%;
  }

  [dir="rtl"] .authentication-cover .authentication-image {
    inline-size: 65%;
  }
}

#twoStepsForm .fv-plugins-bootstrap5-row-invalid .form-control {
  border-color: #ff4d49;
}

@media (max-width: 575.98px) {
  .numeral-mask-wrapper .numeral-mask {
    padding: 0 !important;
  }

  .numeral-mask {
    margin-inline: 1px !important;
  }

}


.authentication-bg {
  background-color: #e8e8e8;
}

.light-style .authentication-wrapper .authentication-bg {
  background-color: #fff;
}

.light-style .authentication-wrapper .divider .divider-text {
  color: #3b4056;
}

.dark-style .authentication-wrapper .authentication-bg {
  background-color: #30334e;
}

.dark-style .authentication-wrapper .divider .divider-text {
  color: #d7d8ed;
}

/* page auth css ends here */

.ps>.ps-scrollbar-x-rail,
.ps>.ps-scrollbar-y-rail {
  opacity: 0.6 !important;
}

.ps>.ps__rail-x,
.ps>.ps__rail-y,
.ps--focus>.ps__rail-x,
.ps--focus>.ps__rail-y,
.ps--scrolling-x>.ps__rail-x,
.ps--scrolling-y>.ps__rail-y {
  opacity: 0.6;
}

/* custom aside start here */
.profile-forms .bs-stepper-header {
  min-width: auto !important;
}

.profile-forms .custom-aside .bs-stepper-label {
  transition: all 0.3s ease !important;
  width: auto;
}

.profile-forms .custom-aside.active .bs-stepper-label {
  width: 0;
  opacity: 0;
  margin-left: 0 !important;
}

.custom-aside,
.custom-aside-content {
  transition: all 0.3s ease !important;
}

.custom-aside {
  overflow: hidden;
}

.custom-aside:not(.active) {
  z-index: 10;
  width: auto;
}

.stepper-profile:has(.custom-aside.mouseover, .custom-aside.active) {
  padding-left: 81px;
}

.stepper-profile {
  padding-left: 289.071px;
  transition: all 0.3s ease;
}

/* .custom-aside.active,
.custom-aside.mouseover {
} */

.custom-aside-toggle span {
  transition: rotate 0.5s ease;
  font: 21px;
}

.custom-aside.active {
  width: 81px !important;
}

.custom-aside-toggle {
  right: 10px;
  height: 24px;
  width: 24px;
  border-radius: 2px;
  top: 10px;
}

.stepper-profile .custom-aside {
  z-index: 10;
  max-width: 100%;
  position: absolute;
  width: 289.071px;
}

.stepper-profile .custom-aside.active .custom-aside-toggle {
  display: none !important;
}

.input-group:has(> button) .form-control.is-invalid {
  border-width: 2px !important;
}

/* .input-group:has(i.ri-lightbulb-flash-line) input {
  border-right: 1px solid #cfd0d6 !important;
} */

/* logo */
.layout-menu-collapsed:not(.layout-menu-hover):not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas) .layout-menu.menu-vertical .app-brand {
  padding-inline: 5px;
}

/* custom aside ends here */

input.userId::placeholder {
  text-transform: none !important;
}

/* 404 CSS start here */
.misc-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100vh;
  justify-content: center;
  position: relative;
  padding: 1.25rem;
}

.misc-bg {
  inline-size: 100%;
  position: absolute;
  inset-inline-start: 0;
  bottom: 0;
}

.misc-object {
  position: absolute;
  bottom: 8%;
  z-index: 1;
}

html:not([dir="rtl"]) .misc-object {
  left: 16%;
}

[dir="rtl"] .misc-object {
  right: 10%;
}

/* 404 CSS ends here */

.img-upload img[src=""] {
  display: none;
}

.img-upload img {
  max-width: 200px;
  padding: 10px;
  background-color: #ededed;
  margin-top: 5px;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  transition: border 0.3s;
  height: 100px;
  object-fit: contain;
  object-position: center center;
}

.img-upload img:hover {
  border: 1px solid #b6b6b6;
}

[class^="ri-"],
[class*=" ri-"] {
  font-size: 17px;
}

aside .app-brand-logo img {
  max-width: 58px;
}

aside .app-brand-logo {
  display: none;
}

.app-brand-text {
  display: block;
  max-width: 190px;
}

.layout-menu-collapsed:not(.layout-menu-hover) .app-brand-logo {
  display: block;
}

.layout-menu-collapsed:not(.layout-menu-hover) .app-brand-text {
  display: none;
}

/* alert css  */

.alert a {
  color: #fff;
  text-decoration: underline;
}

.alert a:hover {
  color: #fff;
  text-decoration: underline;
}

body>.alert {
  margin-bottom: 0 !important;
}

/* Switch Css  Comment  */
td .switch-input:not(:checked)~.switch-toggle-slider .switch-on {
  display: none;
}

span.opt-out {
  background-color: #666cff;
}

td .switch {
  margin-right: 0;
}

td .switch-toggle-slider {
  left: 50%;
  transform: translateX(-50%);
}

/* Input check  */
.check-success .form-check-input:checked {
  background-color: #0f5132;
  border-color: #0f5132;
}

.bg-menu-theme .menu-item.active:not(.open)>.menu-link:not(.menu-toggle),
.bg-menu-theme .menu-item.active:not(.open)>.menu-link:not(.menu-toggle)::before {
  color: #fff !important;
  background-color: transparent;
  border-radius: 0;
}

.menu-vertical .menu-item .menu-link {
  font-size: 13px;
}

.select2-dropdown .level-0 {
  font-weight: 600;
  font-size: 14px;
  color: #1a7d17 !important;
}

.select2-dropdown .level-1 {
  font-weight: 500;
  font-size: 14px;
  color: #26c6f9 !important;
}

.select2-dropdown .select2-results__option:hover > span {
  color: #fff !important;
}

.select2-dropdown .level-2 {
  font-weight: 400;
  font-size: 13px;
  color: #ff4d49 !important;
}

.select2-dropdown .level-3 {
  font-weight: 400;
  margin-left: 40px;
  font-size: 12px;
  color: #282a42 !important;
}

.level-0 td:nth-child(2) a {
  font-weight: 600;
  font-size: 16px;
  color: #1a7d17 !important;
}

.level-1 td:nth-child(2) a {
  font-weight: 500;
  font-size: 15px;
  margin-left: 20px;
  color: #666cff !important;
}

.level-2 td:nth-child(2) a {
  font-weight: 500;
  font-size: 14px;
  margin-left: 30px;
  color: #26c6f9 !important;
}

.level-3 td:nth-child(2) a {
  font-weight: 400;
  font-size: 13px;
  margin-left: 40px;
  color: #ff4d49 !important;
}

.level-4 td:nth-child(2) span.title,
.level-4 td:nth-child(2) a {
  font-weight: 400;
  font-size: 12px;
  margin-left: 50px;
  color: #282a42 !important;
}

.menu-item.open {
  background-color: rgba(247, 247, 249, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.133);
  border-left: 2px solid #fff;
}

.menu-item.active {
  background-color: rgba(247, 247, 249, 0.08);
}

.bg-menu-theme.menu-vertical .menu-item.open>.menu-link {
  background-color: transparent;
}

.ri-lightbulb-flash-line {
  transition: 0.4s ease;
}

span:hover .ri-lightbulb-flash-line {
  color: #666cff !important;
}

.cancel-click {
  pointer-events: none;
}

/* other input values */
form [class="col"]:has(.other-input) {
  display: none;
}

/* Select 2  */

.select2-dropdown {
  font-size: 13px;
}

.select2-dropdown span.cb-option {
  font-size: 13px;
  font-weight: 400;
}

.select2-dropdown .level-0 {
  font-weight: 400;
  font-size: 13px;
  color: #1a7d17 !important;
}

.select2-results {
  padding: 6px 6px;
}

.select2-results__option {
  padding: 4px 6px;
}

.select2-dropdown .level-1 {
  font-weight: 400;
  font-size: 13px;
  margin-left: 20px;
  color: #26c6f9 !important;
}

.select2-dropdown .select2-results__option--highlighted>span,
.select2-dropdown .select2-results__option:hover>span {
  color: #fff !important;
}

.select2-dropdown .level-2 {
  font-weight: 400;
  margin-left: 30px;
  font-size: 13px;
  color: #ff4d49 !important;
}

/* Disable Input */

.disable {
  pointer-events: none;
  opacity: 0.9;
}

.disable .input-group-text {
  background-color: #bfbfbf !important;
  opacity: 0.7;
}

.light-style .disable .select2-container--default .select2-selection,
.disable input {
  background-color: #f7f7f7 !important;
}

.was-validated .input-group .form-select:invalid~.input-group-text,
.input-group .form-select.is-invalid~.input-group-text {
  border-color: var(--bs-form-invalid-color) !important;
}

form select.is-valid~.select2 .select2-selection {
  border-width: 2px;
  border-color: var(--bs-form-valid-color) !important;
}

.was-validated .input-group .form-select:valid~.input-group-text,
.input-group .form-select.is-valid~.input-group-text {
  border-color: var(--bs-form-valid-color) !important;
}

div:where(.swal2-container) {
  z-index: 1100 !important;
}

.input-group-sm>.form-control,
.input-group-sm>.form-control:focus-within {
  height: 40px;
}

.layout-menu {
  position: sticky;
  top: 0;
  height: 100vh;
}

/* Language Popup */
.language-change li button.nav-link {
  background-color: #e7e7ff;
}

.tab-content-height {
  display: flex;
}

.tab-content-height .tab-pane {
  flex-grow: 1;
  min-height: 200px;
}

.urdu-language {
  font-family: "Noto Nastaliq Urdu";
  text-align: end;
}

/*/Language Popup */

.form-input .nav-pills .nav-link.active,
.form-input .nav-pills .nav-link.active:hover,
.form-input .nav-pills .nav-link.active:focus {
  background-color: #282a42;
  color: #fff;
}

.form-input .nav .nav-link:not(.active):hover {
  color: #282a42;
}

td .account-badge {
  left: 0px;
}

@media (max-width: 767.98px) {
  .responsive-nav ul.nav {
    flex-direction: column !important;
    align-items: flex-start !important;
  }

  .responsive-nav .nav-item {
    width: 100%;
    text-align: left;
  }

  .responsive-nav .nav-link {
    justify-content: flex-start !important;
    text-align: left;
    padding-left: 1rem;
    border-radius: 0.375rem;
  }

}

@media (min-width: 768px) {
  .responsive-nav ul.nav {
    flex-direction: row !important;
    justify-content: center;
  }
}

/* pagination css */
li.ellipses span.page-link,
.pagination.pagination-rounded .page-item .page-link {
  border-radius: 0.5rem;
  font-size: 13px;
  min-height: auto;
}

/* department-table */
.dep-table .badge {
  left: -8px;
}

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

.inactive-badge {
  padding: 3px;
  font-size: 10px !important;
  height: 18px;
  background: #979aa152;
  color: #6a6e77;
  font-weight: bold;
  font-family: Inter !important;
}

.img-thumbnail {
  border: 1px solid #e8e8e8;
  padding: 5px;
  background-color: #fff;
  width: 100px;
  height: auto;
}

.table-icons img {
  width: 20px;
  height: auto;
  margin-right: 5px;
}

.table-icons i {
  margin-right: 5px;
  font-size: 20px;
}

.avatar .varified-step {
  top: -6px;
  left: -12px;
}

/* Back to Top Button  */

.back-to-top {
  background-color: #282a42;
  text-decoration: none;
  cursor: pointer;
  width: 35px;
  height: 35px;
  z-index: 999;
  position: fixed;
  right: 25px;
  bottom: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 100%;
  box-shadow: 0 4px 16px 0 rgba(black, 0.4);
}

.back-to-top:hover {
  background-color: lighten(#282a42, 12%);
}

.back-to-top:active {
  box-shadow: none;
  background-color: darken(#282a42, 12%);
}

.back-to-top svg.svg {
  fill: #fff;
  width: 18px;
  height: 18px;
}

/* Back to Top Button  */
li.ellipses span.page-link,
.pagination.pagination-rounded .page-item .page-link {
  border-radius: 0.5rem;
  font-size: 13px;
  min-height: auto;
  margin-left: 5px;
}

/* Custom RAdio Button Css Start */
.usertype input[type="radio"] {
  opacity: 0.011;
  z-index: 100;
}

.usertype input[type="radio"]:checked+label,
.usertype input[type="radio"]:checked+label:disabled {
  background: #666cff !important;
  color: #fff;
  transition: all 0.5s ease;
  opacity: 1;
}

.usertype input[type="radio"]:checked+label:hover {
  background-color: #282a42 !important;
}

.usertype label,
.usertype label:disabled {
  cursor: pointer;
  z-index: 90;
  background-color: #e2e2e2 !important;
  opacity: 1 !important;
}

.usertype label:hover {
  background-color: #282a42 !important;
  color: #fff;
}

.dashboard-page .swal2-container.swal2-center.swal2-backdrop-show {
  backdrop-filter: blur(10px) !important;
}

.transform-initial {
  text-transform: initial;
}

.optional-required input[type="radio"]:checked+label.btn-label-secondary {
  background-color: #6d788d;
  color: #fff;
}

.optional-required input[type="radio"]:checked+label.btn-label-danger {
  background-color: #ff4d49;
  color: #fff;
}

.custom-title-class {
  margin-bottom: 0 !important;
}

.uploaded-image img {
  object-fit: cover;
  object-position: center center;
}

.info-mw {
  max-width: 200px;
}


/* Custom RAdio Button Css Ends */

/* report sucess tag Css */

.winner-stamp::after {
  position: absolute;
  content: " ";
  width: 100%;
  height: auto;
  min-height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  background: url(/assets/img/stamp.png) repeat;
}

.winner-stamp {
  transform: translate(-50%, -50%) rotate(-24deg) !important;
  opacity: 0.5;
}

.vendor-welcome img {
  width: 200px;
}

.eligibility-card a,
.evaluation-card a {
  color: #666cff !important;
}

.pay-bid-security-modal-card-body a {
  color: #666cff !important;
}

.welcome-img {
  position: relative;
  overflow: hidden;
  width: 70%;
  min-width: 70%;
}

/* svg */
.cloudRtoL {
  -webkit-animation: cloudMovingRight linear infinite;
  animation: cloudMovingRight linear infinite;
  position: absolute;
  z-index: 5;
}

.cloudLtoR {
  -webkit-animation: cloudMovingLeft linear infinite;
  animation: cloudMovingLeft linear infinite;
  position: absolute;
}

.an-1 {
  -webkit-animation-duration: 45s;
  animation-duration: 45s;
  right: 85px;
  top: 43%;
  width: 87px;
  height: 21px;
}

.an-2 {
  -webkit-animation-duration: 20s;
  animation-duration: 20s;
  right: 146px;
  top: 44%;
  width: 62px;
  height: 15px;
}

.wheelRotate {
  position: absolute;
  -webkit-animation: Rotate190Deg linear infinite;
  animation: Rotate190Deg linear infinite;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
}

.an-3 {
  right: 163px;
  top: 42%;
  width: 32px;
  height: 32px;
  z-index: 4;
}

.an-4 {
  -webkit-animation-duration: 55s;
  animation-duration: 55s;
  left: 85px;
  bottom: 20%;
  width: 87px;
  height: 21px;
}

.an-5 {
  -webkit-animation-duration: 75s;
  animation-duration: 75s;
  left: 85px;
  bottom: 16%;
  width: 62px;
  height: 15px;
}

.an-6 {
  left: 38%;
  bottom: 18%;
  width: 50px;
  height: 50px;
}

.wow {
  visibility: hidden;
}

@keyframes cloudMovingRight {
  0% {
    right: -100px;
  }

  25% {
    right: 0px;
  }

  50% {
    right: 180px;
  }

  75% {
    right: 0px;
  }

  100% {
    right: -105px;
  }
}

@keyframes cloudMovingLeft {
  0% {
    left: -15%;
  }

  25% {
    left: 25%;
  }

  50% {
    left: 50%;
  }

  75% {
    left: 75%;
  }

  100% {
    left: 100%;
  }
}

.blinkcolor1 {
  animation: blinkcolor1 8s 4s infinite;
}

.blinkcolor2 {
  animation: blinkcolor2 8s 4s infinite;
}

.blinkcolor3 {
  animation: blinkcolor3 8s 4s infinite;
}

.blinkcolor4 {
  animation: blinkcolor4 8s 4s infinite;
}

.blinkcolor5 {
  animation: blinkcolor5 8s 4s infinite;
}


@keyframes blinkcolor1 {

  0%,
  20% {
    fill: #a6ce39;
  }

  20.01%,
  40% {
    fill: #867c7c;
  }

  40.01%,
  100% {
    fill: #a6ce39;
  }
}

@keyframes blinkcolor2 {

  0%,
  20% {
    fill: #867c7c;
  }

  20.01%,
  100% {
    fill: #198341;
  }
}

@keyframes blinkcolor3 {

  0%,
  40% {
    fill: #f8bf19;
  }

  40.01%,
  60% {
    fill: #867c7c;
  }

  60.01%,
  100% {
    fill: #f8bf19;
  }
}

@keyframes blinkcolor4 {

  0%,
  60% {
    fill: #198341;
  }

  60.01%,
  80% {
    fill: #867c7c;
  }

  80.01%,
  100% {
    fill: #198341;
  }
}

@keyframes blinkcolor5 {

  0%,
  80% {
    fill: #b8202d;
  }

  80.01%,
  100% {
    fill: #867c7c;
  }
}


.plane {
  position: absolute;
  top: 0px;
  right: -500px;
  opacity: 0.8;
  animation: plane 10s linear 0s infinite reverse;
  z-index: 99;
}


@keyframes plane {
  from {
    right: -500px;
  }

  to {
    right: 102%;
  }
}

/* Animation ends here */

/* Svg Map hover  */
.milston-hover path,
.milston-hover g,
.milston-hover,
.region-hover {
  cursor: pointer;
  transition: fill 0.3s ease-in-out;
}

.region-links:hover .region-hover,
.region-links:hover .region-hover>path {
  fill: #286c3f !important;
}


.map {
  overflow: hidden !important;
}

.fourteen {
  overflow: hidden;
}

.welcome-img {
  position: relative;
  overflow: hidden;
  width: 70%;
  min-width: 70%;
}

/* Svg Map hover  */
/* svg */
.pakistan-moto {
  display: none;
  max-width: 230px;
  margin: auto auto 20px auto;
}

.hexagon {
  /* transition: fill 0.5s ease; */
  opacity: 0.6;
  transition: opacity 1s ease-in-out;
}

.app-brand-logo-sm {
  display: none;
}

.mw-px-400 {
  max-width: 450px;
  width: 100%;
}




/* Media Query Start Here */

@media (max-width: 1199.98px) {

  .authentication-wrapper.authentication-cover .authentication-inner {
    min-height: 100vh;
    position: relative;
    height: 100vh;
  }

  .menu-top-toggle {
    position: absolute;
    left: 10px;
    top: 53%;
    transform: translateY(-50%) !important;
  }

  .layout-navbar.navbar-detached {
    width: calc(100vw - (100vw - 100%) - 1.5rem * 2) !important;
    padding: 0 15px 0 25px;
  }
}

@media (max-width: 991.98px) {

  .welcome-img {
    min-width: 81%;
  }

  /* Login Side Responsive Start */
  .pks-login {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 9;
  }

  .authentication-bg {
    background-color: rgba(0, 0, 0, 0.2);
  }

  /* Login Side Responsive Ends */

  .page-title .card-header small.text-danger {
    display: none;
  }

  .input-group-sm>.reason,
  .input-group-sm>.reason:focus-within {
    height: 60px;
  }

  /* .progress-steps {
    display: none !important;
  } */
  .progress-steps {
    min-width: max-content;
    flex-wrap: nowrap !important;
  }

  .step {
    flex: 0 0 1;
    min-width: 120px;
  }

  .overflow-sm-scroll {
    overflow-x: scroll !important;
  }
}

@media (max-width: 767.98px) {

  .pakistan-moto {
    display: flex;
    max-width: 230px;
    margin: 30px auto 20px auto;
  }

  .portfolio-listing {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 0;
  }

  .portfolio-listing li {
    width: 50%;
    margin-bottom: 25px;
  }

  .profile-info-card .profile-avatar {
    align-items: flex-start !important;
    text-align: left !important;
  }

  .profile-info-card .customer-info {
    text-align: left !important;
  }

  .profile-info-card .info-container {
    text-align: left !important;
  }

  .profile-info-card .profile-btn-container {
    justify-content: flex-start !important;
  }

  .profile-info-card img {
    margin-left: 0 !important;
  }
}

@media (max-width: 575.98px) {
  .portfolio-listing {
    flex-direction: column;
  }

}

@media (min-width: 575.98px) {
  .profile-section {
    max-width: 400px !important;
  }
}


.other-pages {
  margin-bottom: 9px;
}

.other-pages .bs-stepper-header {
  display: flex;
  flex-direction: row !important;
  padding: 0 !important;
  gap: 5px;
}

.other-pages .bs-stepper-header .cb-steps {
  flex: 1 1 0;
  margin-bottom: 0 !important;
  border-radius: 0;
  justify-content: center;
  padding: 10px 8px;
}

.other-pages .bs-stepper-header .cb-steps .avatar .avatar-initial,
.other-pages .bg-menu-theme {
  display: none !important;
}

.other-pages .bs-stepper-header .alert.alert-danger {
  display: none;
}

.other-pages .bs-stepper-header .cb-steps i {
  margin-left: 0 !important;
  font-size: 20px;
}

.other-pages .bs-stepper-header .cb-steps .bs-stepper-title {
  font-size: 14px;
}

.other-pages .active.bg-danger-subtle {
  background-color: #ee807d !important;
}

.other-pages .active.bg-danger-subtle .bs-stepper-title {
  color: #fff !important;
}

.other-pages .active.bg-danger-subtle .avatar .text-danger {
  color: #fff !important;
}

.other-pages .active.bg-success-subtle {
  background-color: #0f5132c4 !important;
}

.other-pages .active.bg-success-subtle .bs-stepper-title {
  color: #fff !important;
}

.other-pages .active.bg-success-subtle .avatar .text-success {
  color: #fff !important;
}

.currency-item {
  font-size: 14px;
}

.other-pages .avatar {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
}

.other-pages .avatar i {
  top: auto;
  left: auto;
}

.other-pages .bg-success-subtle,
.other-pages .bg-danger-subtle,
.other-pages .active.bg-success-subtle .bs-stepper-title,
.other-pages .active.bg-success-subtle .avatar .text-success,
.other-pages .bs-stepper-header .cb-steps .bs-stepper-title,
.other-pages .bs-stepper-header .cb-steps i {
  transition: all 0.5s ease-in-out;
}

.other-pages .bg-success-subtle:hover {
  background-color: #0f5132c4 !important;
}

.other-pages .bg-success-subtle:hover .bs-stepper-title,
.other-pages .bg-success-subtle:hover .text-success {
  color: #fff !important;
}

.other-pages .active.bg-success-subtle:hover {
  background-color: #e1f9d0 !important;
}

.other-pages .active.bg-success-subtle:hover .bs-stepper-title,
.other-pages .active.bg-success-subtle:hover .text-success {
  color: #0f5132c4 !important;
}

.other-pages .bg-danger-subtle:hover {
  background-color: #ff4d49 !important;
}

.other-pages .bg-danger-subtle:hover .bs-stepper-title,
.other-pages .bg-danger-subtle:hover .text-danger {
  color: #fff !important;
}

.wrapWord {
  word-break: break-all;
  white-space: normal;
}

.h-12 {
  height: 12px;
}

.bg-success-custom {
  background-color: rgb(26, 125, 23) !important;
}

select:focus-visible {
  outline: none;
}

/* shake badge */
@keyframes shake {
  0% {
    transform: translateX(0);
  }

  25% {
    transform: translateX(-4px);
  }

  50% {
    transform: translateX(4px);
  }

  75% {
    transform: translateX(-4px);
  }

  100% {
    transform: translateX(0);
  }
}

.shake {
  animation: shake 2s ease-in-out infinite;
}

/* circular progress bar css  */

.lc-progress-wrap {
  position: relative;
  width: 40px;
  height: 40px;
  display: inline-block;
}

.lc-progress {
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
}

.lc-track,
.lc-fill {
  fill: none;
  stroke-width: 4;
  r: 18;
  cx: 20;
  cy: 20;
}

.lc-track {
  stroke: #e0e0e0;
  fill: #fff;
  /* Light gray background */
}

.lc-fill {
  stroke: #28a745;
  /* Green progress */
  stroke-linecap: round;
  transition: stroke-dashoffset 0.3s ease;
}

.lc-label {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 8px;
  font-weight: bold;
  color: #28a745;
  transform: translate(-50%, -50%);
}

.input-group .flatpickr-wrapper {
  flex-grow: 1;
}

.pulse-button {
  animation: pulse 1.5s infinite;
}

.pulse-button:hover {
  animation: none;
}

@keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(75, 75, 75, 0.4);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 15px rgba(75, 75, 75, 0);
  }

  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(75, 75, 75, 0);
  }
}

.form-input .input-group .select2.select2-container {
  width: calc(100% - 40px) !important;
}

/* icon captcha css  */
.iconcaptcha-widget {
  width: 100% !important;
  max-width: 100% !important;
}

.counter-reset {
  counter-reset: step-counter;
}

.counter-reset li a {
  counter-increment: step-counter;
  transition: 0.3s ease-in-out;
}

/* .counter-reset li {
  counter-increment: step-counter;
  border-bottom: 5px solid transparent;
  transition: 0.3s ease-in-out;
} */

.counter-reset li a::before {
  content: counter(step-counter) " ";
  color: var(--bs-nav-link-color);
  transition: 0.3s ease-in-out;
  margin-right: 5px;
}

.counter-reset li a.active::before {
  color: #fff;
}

.counter-reset li a.active:hover::before {
  color: #fff;
}

.counter-reset li a:hover::before {
  color: #666cff;
}

.counter-reset .tab-slider {
  display: none;
}

.counter-reset .nav-link.active {
  background-color: #666cff !important;
  color: #fff;
}

.counter-reset .nav-link.active:hover {
  color: #fff !important;
}

ul.listing-style li {
  background-color: #f2f2f4;
}

ul.listing-style li:nth-child(even) {
  background-color: #fff;
}

/* .counter-reset li.active {
  background-color: #666cff !important;
  border-bottom-color: #fff !important;
} */

/* .counter-reset li:last-child {
  border-right-color: transparent !important;
}

.counter-reset li.active a,
.counter-reset li.active {
  color: #fff !important;
}

.counter-reset li.active::before {
  color: #fff !important;
} */

.w-px-75 {
  width: 75px !;
}

.h-pxm-300 {
  max-height: 900px;
}

/* .focus-visible-none:focus-visible{

} */
.focus-ring-0:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}

.input-group:focus-within .input-group-text {
  border-width: 1px;
}

/* 
.counter-reset li:hover::before {
  color: #666cff !important;
} */
.equal-spcae {
  flex: 1 1 0;
  width: 0;
}

.accordion-button.remove-after::after {
  content: '' !important;
  width: auto;
  height: auto;
}

.accordion-button.icon-white::after {
  filter: brightness(10);
}

.triangle {
  border-top: 40px solid #ea6c6c;
  border-right: 40px solid transparent;
}

.triangle span {
  top: -30px;
  transform: rotate(-45deg);
  font-size: 8px;
}

.custom-text .form-input+.is-invalid {
  font-size: 11px !important;
  text-align: right !important;
}

.highlight-flash {
  animation: flashText 1s infinite;
}

@keyframes flashText {

  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0.3;
  }
}

.object-position-custom {
  object-position: 0 -150px;
}

.btn-danger:hover i {
  color: #fff !important;
}

/* Publication Content Start Here */

.publication-content {
  color: #000;
  background-color: #f5eddf54 !important;
  /* height: 1000px; */
  /* overflow-y: scroll; */
}

/* .publication-content * {
  text-align: justify;
} */

.publication-content h1 {
  font-size: 25px;
}

.publication-content h2 {
  font-size: 23px;
}

.publication-content h3 {
  font-size: 18px;
}

.publication-content h4 {
  font-size: 16px;
}

.publication-content h5 {
  font-size: 14px;
}

.publication-content h6 {
  font-size: 12px;
}

.publication-content h2:first-child,
.publication-content h3:first-of-type {
  text-align: center;
  font-weight: 600;
  margin-bottom: 0;
  line-height: 2.5rem;
}

.publication-content :where(h1, h2, h3, h4, h5, h6):first-child:last-child {
  margin: 0;
}

.publication-content p {
  text-align: justify;
}


.publication-content table table {
  width: 100%;
  border-collapse: collapse;
  display: table;
}

.publication-content a {
  text-decoration: underline;
  font-weight: 500;
}

.publication-content ol li,
.publication-content ul li {
  margin-bottom: 15px;
}


.publication-content td {
  vertical-align: baseline;
}

.publication-content h3:first-of-type {
  margin-bottom: 30px;
  text-decoration: underline;
}

/* .publication-content p:last-of-type {
  text-align: center;
  margin-top: 25px;
} */

.publication-content blockquote {
  border-left: 4px solid #666cff;
  background-color: #f8f9fa;
  padding: 16px 24px;
  font-style: italic;
  color: #495057;
  margin: 24px 0;
}

.publication-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 24px 0;
  font-size: 15.2px;
  overflow-x: auto;
  display: table;
  /* allows horizontal scrolling */
  /* white-space: nowrap; */
  /* prevents text wrapping */
}

.publication-content th,
.publication-content td {
  /* white-space: nowrap; */
  vertical-align: baseline;
  border: 1px solid #dee2e6;
  /* padding: 0.75rem; */
  padding: 0.75rem 1rem;
  text-align: left;

}

.publication-content th:first-child p,
.publication-content td:first-child p {
  text-align: left;
}

.publication-content th {
  background-color: #e9ecef;
  font-weight: 600;
}

.publication-content img {
  max-width: 100%;
  height: auto;
  border-radius: 0.5rem;
  margin: 1rem 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.pks-login-md {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 9;
}

.mw-px-600 {
  max-width: 600px;
  width: 100%;
  margin: 0;
}

.mw-1200 {
  max-width: 1200px;
  margin-left: auto;
}



/* Publication Content Ends Here */

@media (min-width: 1400px) and (max-width: 1950px) {
  .custom-cardss {
    display: flex !important;
    flex-wrap: wrap;
  }

  .counter-reset {
    width: 100%;
    order: 2;
  }

  .bidding-counter {
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 5px;
    justify-content: flex-end;
    order: 0;
    width: 100%;
  }

  .counter-reset li {
    flex: 1 1 auto !important;
  }
}

@media (min-width: 300px) and (max-width: 1550px) {
  .mw-px-600 {
    margin: 0 auto !important;
  }
}

/* @media (max-width: 1599.98px) {
  .pks-login-md {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 9;
  }

  .mw-px-800 {
    max-width: 800px;
    width: 100%;
  }
} */

@media (max-width: 1199.98px) {}

@media (max-width: 991.98px) {}


@media (max-width: 575.98px) {
  .fs-resonsive {
    font-size: 22px !important;
  }

  .card-header {
    font-size: 14px;
  }

  .card-header h5 {
    font-size: 15px !important;
  }

  .heading-sm {
    font-size: 14px;
  }

  .other-pages .bs-stepper-header .cb-steps {
    justify-content: left;
  }

  .transform-initial {
    font-size: 8.5px !important;
  }

  .switching {
    padding: 7px !important;
  }
}

@media (max-width: 767.98px) {}

#copy-toast {
  visibility: hidden;
  min-width: 250px;
  background-color: #10B981;
  /* Tailwind green-500 */
  color: #fff;
  text-align: center;
  border-radius: 9999px;
  /* Fully rounded */
  padding: 16px;
  position: fixed;
  z-index: 1000;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-weight: 500;
}

.ri-folder-upload-fill.text-primary.m-0 {
  font-size: 40px;
}

#copy-toast.show {
  visibility: visible;
  animation: fadeIn 0.5s, fadeOut 0.5s 2.5s;
}

/* Keyframe animations for the toast */
@keyframes fadeIn {
  from {
    bottom: 0;
    opacity: 0;
  }

  to {
    bottom: 30px;
    opacity: 1;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

/* Utility classes for better visual feedback on hover/active states */
.copy-button:active {
  transform: scale(0.95);
}

/* Procurement Steps Css */
.progress-steps {
  counter-reset: step;
  padding: 0 8%;
}

.progress-steps::before {
  content: "";
  position: absolute;
  top: 19px;
  left: 0;
  right: 0;
  height: 4px;
  background: #dee2e6;
  z-index: 0;
  margin: auto;
  width: var(--progress-width, 83%);
}

.step {
  flex: 1;
  counter-increment: step;
}

/* .step:first-child,
.step:last-child {
  flex: 0.5;
} */

.circle {
  width: 45px;
  height: 45px;
  margin: 0 auto 10px;
  border-radius: 50%;
  background: #6c757d;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 18px;
  position: relative;
}

.circle::before {
  content: counter(step);
}

.title {
  font-size: 13px;
  font-weight: 500;
  color: #212529;
  display: block;
  word-break: break-word;
}

.completed .circle {
  background: #198754;
}

.completed .circle::before {
  content: "✔";
  font-size: 15px;
}

.pending .circle {
  background: #0d6efd;
}

.pending .circle::before {
  content: counter(step);
}

.completed::after,
.pending::after {
  content: "";
  position: absolute;
  top: 19px;
  left: 50%;
  width: 100%;
  height: 4px;
  z-index: -1;
}

.completed::after {
  background: #198754;
}

.pending::after {
  background: #0d6efd;
}

.step:last-child::after {
  display: none;
}

.step:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 13px;
  right: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 12px solid #6c757d !important;
  z-index: 2;
}

.step.completed::before {
  border-left-color: #198754 !important;
}

.step.pending::before {
  border-left-color: #0d6efd !important;
}

.remove-participant {
  padding: 4px 8px;
}

/* Procurement Steps Css Ends */

.asst-number>span:first-child,
.abc>span:nth-child(5) {
  display: block;
  margin-bottom: 4px;
}

.act-col .product_media_collection .ri-file-pdf-2-line.file-icon {
  font-size: 40px;
}

.asst-number hr {
  margin: 8px 0;
}

table {
  display: table;
}

/* Fix for all table-responsive tables to prevent compression */
/* .table-responsive table {
    min-width: 100%;
    width: max-content;
}

.table-responsive table th,
.table-responsive table td {
    white-space: nowrap;
}

.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.accordion-body .table-responsive {
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch;
}

.accordion-body .table-responsive table {
    min-width: 600px;
    width: 100%;
    margin-bottom: 0;
}

.accordion-body .table-responsive th,
.accordion-body .table-responsive td {
    white-space: nowrap;
} */



/* .procurement-details-wrapper {
   display: none;
  } */

@media (min-width: 1700px) {
  .custom-col {
    flex: 0 0 auto;
    width: 16.666667%;
  }

}

.bg-icon::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #282a42;
  opacity: 0.5;
  z-index: -1;
}

@media (max-width: 1799.98px) {
  .proc-schbtn {
    display: block !important;
  }
}

@media (min-width: 1799.98px) {
  .procurement-details-wrapper {
    display: block !important;
  }
}

/* Input Filter For Tablet & Mobile Start */
.advanced-filters-toggle {
  transition: all 0.3s ease;
}

.advanced-filters-toggle i.ri-arrow-down-s-line {
  transition: transform 0.3s ease;
}

.advanced-filters-toggle.expanded i.ri-arrow-down-s-line {
  transform: rotate(180deg);
}

@media (max-width: 1199.98px) {}

/* Hide advanced filters on mobile/tablet by default */
@media (max-width: 991px) {
  .advanced-filter-field {
    display: none;
  }

  .advanced-filter-field.show {
    display: block;
  }

  .filter-toggle-btn-wrapper {
    display: block;
  }
}

/* Show all filters on desktop */
@media (min-width: 992px) {
  .advanced-filter-field {
    display: block !important;
  }

  .filter-toggle-btn-wrapper {
    display: none !important;
  }
}

/* Input Filter For Tablet & Mobile Ends */

/* Sidebar Toggle On Small Screen Css Start */
/* Mobile Overlay */
.documents-sidebar {
  position: inherit;
  max-width: initial;
}

.sidebar-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  display: none;
}

@media (max-width: 1599.98px) {
  .documents-sidebar {
    transform: translateX(-100%);
  }

  .documents-sidebar.active {
    transform: translateX(0);
  }

  .sidebar-overlay.active {
    display: block;
  }

  #sidebarToggle {
    display: inline-flex !important;
  }

  .documents-sidebar {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    max-width: 330px;
    background-color: #fff;
    border-right: 1px solid #e2e8f0;
    overflow-y: auto;
    transition: transform 0.3s ease;
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.05);
    z-index: 999999;
    margin: 0;
  }

  .custom-col-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .circle {
    width: 40px;
    height: 40px
  }

  .completed .circle::before {
    font-size: 16px;
  }

  .progress-steps::before {
    top: 19px;
  }

  .completed::after,
  .pending::after {
    top: 19px;
  }

  .step:not(:last-child)::before {
    top: 13px;
  }

  .step .title {
    font-size: 12px;
  }
}

@media (max-width: 575.98px) {
  .documents-sidebar {
    max-width: 300px !important;
  }
}

/* Sidebar Toggle On Small Screen Css Endsd */


.nav-align-top .nav-tabs .nav-link:not(.active):hover {
  border-bottom: 0 !important
}

.ppra-logo {
  left: 15px;
  top: 15px;
  z-index: 9;
}

.page-content h1,
.page-content h2,
.page-content h3,
.page-content h4,
.page-content h5,
.page-content h6 {
  font-weight: 600;
  color: #3b4056;
  margin: 10px 0;
  line-height: 32px;
}

.page-content h1 {
  font-size: 25px;
}

.page-content h2 {
  font-size: 23px;
}

.page-content h3 {
  font-size: 21px;
}

.page-content h4 {
  font-size: 18px;
}

.page-content h5 {
  font-size: 16px;
}

.page-content h6 {
  font-size: 14px;
}

.page-content p {
  margin-bottom: 10px;
}

.page-content strong {
  font-weight: 600;
}

.page-content ul {
  padding-left: 20px;
  list-style-type: disc;
  margin-bottom: 20px;
}

.page-content ol {
  padding-left: 20px;
  list-style-type: decimal;
  margin-bottom: 20px;
}

.page-content ul li,
.page-content ol li {
  margin-bottom: 6px;
}

.error-rounded-remove p.alert {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.wow {
  visibility: hidden;
}

.animate__animated {
  visibility: visible !important;
  animation-fill-mode: both !important;
  /* prevent jump */
}

/* .table-scroll-wrapper {
    max-height: 85vh;
}

.table-scroll-wrapper .table thead th {
    position: sticky;
    top: 0;
    z-index: 10;
} */


.bid-ack-content table {
  width: 100%;
  margin: 20px 0;
  font-size: 15px;
}

.bid-ack-content table thead th {
  background: #f1f3f7;
  color: #2d2f3a;
  font-weight: 600;
  padding: 10px 12px;
  border: 1px solid #d4d7e0;
}

.bid-ack-content table tbody td {
  padding: 10px 12px;
  border: 1px solid #e1e2e7;
  color: #555;
  font-size: 14px;
}

.bid-ack-content table tbody tr:nth-child(odd) {
  background: #fafbfc;
}

.procurement-actions-bar {
  z-index: 2;
}


.ribbon,
.ribbon- {
  position: absolute;
  left: 0;
  padding: 0 1.5em;
  text-align: center;
  text-transform: capitalize;
  font-size: 65%;
  letter-spacing: 1px;
}

.ribbon {
  top: 0;
}

.ribbon- {
  top: -17px;
  transform-origin: bottom right;
  padding: 0 2.8em;
  transform: translateY(-81%) rotate(9deg) translateX(-32.289%) rotate(-54deg);
}

.ribbon.preq,
.ribbon.first-step,
.ribbon.second-step {
  width: 120px;
}

.ribbon.second-step,
.ribbon-.second-step {
  background: #17a2b8;
  color: #fff;
}

.ribbon-.preq {
  background: #dc3545;
  color: #fff;
}

.ribbon-.first-step {
  background: #fff;
  color: #212529;
}

/*custom scrollbar style start*/

::-webkit-scrollbar {
  width: 4px;
  height: 3px;
}

::-webkit-scrollbar-track {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/*custom scrollbar style end */
.iframe-content {
  min-height: 1210px !important;
  width: 100% !important;
}



/* system-logs file css start */
.logs-container {
  border-radius: 8px;
  overflow: hidden;
}

.logs-header {
  background: #2d3142;
  padding: 15px 20px;
  border-bottom: 2px solid #4a5568;
}

.logs-body {
  background: white;
  color: #000;
  font-family: "Consolas", "Monaco", "Courier New", monospace;
  font-size: 13px;
  line-height: 1.6;
  padding: 0;
  max-height: 70vh;
  overflow-y: auto;
}

.log-entry {
  padding: 8px 20px;
  border-bottom: 1px solid #2d3142;
  display: flex;
  align-items: flex-start;
  transition: background 0.2s;
}

.log-entry:hover {
  background: #252838;
}

.log-line-number {
  color: #64748b;
  margin-right: 15px;
  min-width: 40px;
  text-align: right;
  user-select: none;
}

.log-content {
  flex: 1;
  white-space: pre-wrap;
  word-break: break-word;
}

.log-timestamp {
  color: #94a3b8;
  margin-right: 10px;
}

.log-level {
  font-weight: bold;
  margin-right: 10px;
  padding: 2px 8px;
  border-radius: 3px;
  font-size: 11px;
}

.log-level-ERROR {
  background: #991b1b;
  color: #fecaca;
}

.log-level-WARNING {
  background: #92400e;
  color: #fde68a;
}

.log-level-INFO {
  background: #065f46;
  color: #a7f3d0;
}

.log-level-DEBUG {
  background: #1e3a8a;
  color: #bfdbfe;
}

.log-module {
  color: #60a5fa;
  margin-right: 10px;
}

.log-user {
  color: #c084fc;
  margin-right: 10px;
}

.log-ip {
  color: #fb923c;
  margin-right: 10px;
}

.log-message {
  color: #e2e8f0;
}

.filter-panel {
  background: #fff;
  padding: 15px;
  border-radius: 8px;
  margin-bottom: 20px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.logs-body::-webkit-scrollbar {
  width: 12px;
}

.py-cstm-10 {
  padding: 8px 20px !important;
}

.bgprimary-gradient {
  background: linear-gradient(135deg, #6a11cb 0%, #2575fc 100%);
}

.msg-center .nav-pills .nav-item .nav-link {
  background-color: #e7e7ff;
  color: #666cff;
}

.msg-center .nav-pills .nav-item .nav-link .badge {
  background-color: #666cff !important;
  color: #fff !important;
}

.msg-center .nav-pills .nav-item .nav-link.active {
  background-color: #666cff;
  color: #fff;
}

.msg-center .nav-pills .nav-item .nav-link.active .badge {
  background-color: #fff !important;
  color: #666cff !important;
}

/* system-logs file css End */

.delivery-schedule-data span {
  flex-wrap: wrap !important;
}

.clarifications-qanswer .tab-content {
  max-height: 600px;
  overflow-y: auto;
}

.sticky-actions {
  transition: border-bottom 0.2s ease, box-shadow 0.2s ease;
}

.sticky-actions.is-sticky {
  border-bottom: 1px solid #dee2e6;
  /* Bootstrap-like border */
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  z-index: 1020;
  /* stays above content */
}




/* Preloader for whole Site Start */
.preloader-bg {
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 9999;
}

.preloader-container {
  max-width: 600px;
  width: 90%;
  border-radius: 20px;
}

.stage-label {
  fill: #666;
  letter-spacing: 0.5px;
}

.stage-label.active {
  fill: #0a4d2e;
  font-weight: 700;
}

.icon-circle {
  transition: all 0.4s ease;
}

.icon-circle.active {
  fill: #0a4d2e;
}

.icon-circle.completed {
  fill: #1a7a4a;
}

.icon-circle.pending {
  fill: #e0e0e0;
}

.connecting-line {
  stroke: #e0e0e0;
  stroke-width: 3;
  transition: stroke 0.6s ease;
}

.connecting-line.completed {
  stroke: #1a7a4a;
}

.icon-content {
  fill: white;
  transition: all 0.4s ease;
}

.icon-content.pending-icon {
  fill: #999;
}

/* Pulse animation for active stage */
.pulse {
  animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {

  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0.6;
  }
}

/* Progress bar */
.prog-container {
  margin: 30px 0 20px 0;
}

.prog-bar {
  width: 0%;
  height: 8px;
  background: #f0f0f0;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* Hide progress bar initially until file upload starts */
.prog-animated {
  overflow: hidden;
  background: transparent;
}

.prog-animated .prog-bar {
  width: 0%;
  transition: width 0.3s ease;
}

.prog-fill {
  height: 100%;
  background: linear-gradient(90deg, #0a4d2e 0%, #1a7a4a 100%);
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(10, 77, 46, 0.5);
  width: 0%;
  transition: width 0.3s ease;
}

.prog-fill.loading {
  animation: progressLoading 3s ease-in-out forwards;
}

.prog-fill.complete {
  width: 100%;
  animation: none;
}

@keyframes progressLoading {
  0% {
    width: 10%;
  }

  50% {
    width: 70%;
  }

  100% {
    width: 90%;
  }
}

.status-text {
  font-size: 14px;
  color: #666;
  margin-top: 15px;
  font-weight: 500;
  animation: textFade 3s ease-in-out infinite;
}

@keyframes textFade {

  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0.5;
  }
}

.spinner-container {
  margin-top: 20px;
}

.spinner {
  animation: rotate 2s linear infinite;
  transform-origin: center;
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}

/* Particles effect */
.particle {
  animation: particle 3s ease-in-out infinite;
}

@keyframes particle {

  0%,
  100% {
    opacity: 0;
    transform: translateY(0);
  }

  50% {
    opacity: 0.6;
    transform: translateY(-20px);
  }
}

.preloader-bg.hidden {
  display: none !important;
}

.start-25px {
  left: 25px;
}

/* Preloader for whole Site Ends */

.with-check-select .select2-container {
	width: 86% !important;
}

.select2-results__options {
	padding: 0 12px;
}
.with-check-select .select2-selection.select2-selection--single {
  border-radius: 5px 0 0 5px; 
}