/* timzzz */

body{
  font-family: 'DM Sans' !important; 
} 

/* Make the notifications dropdown scrollable */
.dropdown-list {
  max-height: 300px; /* Set a max height */
  overflow-y: auto;  /* Enable vertical scrolling */
}


a.btn.btn-success.btn-circle:focus {
  color: #fff;
  background-color: #17a673;
  border-color: #169b6b;
}

ul.notifi {
  list-style: none;  
  padding: 0;
  margin: 0;
}

ul.notifi li {
  /* background: #292323; */
  padding: 16px 0;
  margin-bottom: 8px;
  font-size: 15px;
  color: #333;
  border-bottom: 1px solid #e7e7e7;
  line-height: 30px;
}
a.mark-read.btn.btn-primary {
  background: #ccc;
  background-color: #038153 !important;
  border-color: #038153 !important;
}

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.form-check-reverse {
  padding-right: 1.5em;
  padding-left: 0;
  text-align: right;
}
.form-check-reverse .form-check-input {
  float: right;
  margin-right: -1.5em;
  margin-left: 0;
}

.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}
.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: transparent;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(0, 97, 242, 0.25);
}
.form-check-input:checked {
  background-color: #0061f2;
  border-color: #0061f2;
}
.form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #0061f2;
  border-color: #0061f2;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  cursor: default;
  opacity: 0.5;
}

.sidebar .nav-item .collapse .collapse-inner, .sidebar .nav-item .collapsing .collapse-inner {
  min-width: 215px !important;
}

label.badge.bg-success { 
  font-size: 12px; 
  font-weight: 400; 
  line-height: 13px; 
  color: #ffffff;

}
button.btn.btn-info.prev-step {
background: #8594c1 !important;
border: #8594c1 !important;
}
button.btn.btn-info.prev-step:hover {
background: #7c8bb6  !important;
border: #7c8bb6  !important;
}

.card.success-bg {
background: #11b823;
}

.card.success-bg strong {
font-size: 18px;
}

.documentlinks {
border: 1px solid #ccc;
padding: 20px !important;
margin: 20px 0;
border-radius: 30px;
}
a.preview-document {
color: #2e2e2e;
font-size: 14px;
}
span.text-danger.font-weight-bold.delete-file {
font-size: 10px;
padding: 10px;
}
.pro-head {
height: 180px;
}
.product-device::before {
position: absolute;
top: 0;
right: 0;
bottom: 10%;
left: 0;
content: "";
background-color: #fff;
border-radius: 0;
background-image: url(https://static.vecteezy.com/system/resources/thumbnails/023/705/402/small_2x/team-goal-motivation-multiethnicity-business-startup-leadership-concept-vector.jpg);
background-repeat: no-repeat;
background-size: 30%;
background-position: right top;}

.documentlinks h4 {
color: #010ed0;
font-size: 20px;
}
img#logo {
margin-bottom: 20px;
}
input.btn.saveasdraft {
  padding:12px 30px;
  background: #ffffff !important;
  border: 1px solid #d7d7d7 !important;
  font-size: 16px;
  margin-top: 42px;
}
input.btn.saveasdraft:hover{
background: #27306a !important;
color: #fff;
}

span.select2-selection.select2-selection--multiple {
border-radius: 30px;
padding: 10px 15px;
border: 1px solid #ccc !important;
}

/* .selectbox-scrollable{
overflow-y:scroll; 
position:absolute;
padding:0 7px 0 0;
width: calc(100% + 17px);
height:100%;
border:0;
}
.selectbox-scrollbar-rail { 
position:absolute;
overflow:auto;
top:0px;
right:0px;
bottom:0;
z-index:2;
background:#ddd;
width:5px;
border-radius:0px;
}
.selectbox-scrollbar{
cursor:n-resize;
position:absolute;
overflow:auto;
top:0px;
right:0px;
z-index:3;
background:#444;
width:5px;
border-radius:px;
} */

/* width */

.selectbox-scrollable::-webkit-scrollbar {
width: 10px;
}

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

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

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

select#vendorcategory {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}



.fs-4.text-dark.fw-500 strong {
color: #198754;
}
p.success{
font-size: 17px;
}
select#vendorcategory {
height: 80px;
padding: 13px 24px;
}

/* captcha */
.captcha img {
width: 150%;
margin-bottom: 10px;
border-radius: 30px;
}
/*
.captcha img {
filter: gray; *//* IE6-9 */
/* -webkit-filter: grayscale(1); *//* Google Chrome, Safari 6+ & Opera 15+ */
/* filter: grayscale(1); *//* Microsoft Edge and Firefox 35+ 
}
*/

button.btn.btn-success.btn-refresh.m-1 {
background: none;
border: 0;
padding: 0 !important;
text-align: right;
}
button.btn.btn-success.btn-refresh img {
width: 25%;
margin-left: 20px;
}
/* captcha */



img#logo {
  width: 50%;
}
.bg-blue{
background-color: #000556;
}
.topbar {
  height: 40px;
}

#layout-content {
  text-align: center;
  width: 100%;
  display: block
}
.btn-secondary {
color: #fff;
border-color: #cdcdcd;
background-color: #5a5c69;
background-image: linear-gradient(180deg, #cdcdcd 10%, #565656 100%);
background-size: cover;
}
.btn-primary {
color: #fff;
border-color: #5a5c69;
background-color: #5a5c69;
background-image: linear-gradient(180deg, #5a5c69 10%, #27306a 100%);
background-size: cover;
}
.main-section {
  font-family: 'DM Sans', sans-serif;
  color: #1d1e20;
  display: flex;
  justify-content: flex-end;
  height: 100vh;
  /* background: url("/assets/img/bg-ngl-login.png") no-repeat fixed left center; */
   /* background: url("/assets/img/blue-psychedelic-paper-shapes.jpg") no-repeat fixed left center;   */
  /* background: url("/assets/img/bg-plain.jpg") no-repeat fixed left center;    */
  background-size: contain;
  background-color: #f4f5ff;
}
.vendor-page{
  background: url("/assets/img/vendor-bg.jpg") no-repeat fixed left center !important;
  background-size: contain;
  background-color: #f4f5ff;
}

.main-section .login-section {
  display: flex;
  flex: 1 0 50%;
  align-items: center;
  max-width: 612px;
  line-height: 24px;
  background: linear-gradient(90deg, rgba(255, 255, 255, .95) 20%, rgba(255, 255, 255, .65) 100%);
  backdrop-filter: blur(3px);
  height: 100vh;
  overflow-y: scroll;
}

.login-wrapper {
  width: 100%;
  max-width: 524px;
  padding: 24px 40px;
  margin: auto;
}

.login-wrapper h2 {
  text-align: left;
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
  margin: 0;
}

#login-form {
  top: initial;
  width: 100%;
  margin: 0;
  max-width: initial;
}
.btnfooter a {
  font-family: 'DM Sans', sans-serif;
  font-weight: 700;
  font-size: 14px;
  margin: 0 !important;
  line-height: 24px !important;
  padding: 8px 24px !important;
  background-color: transparent !important;
  border-color: #dad9da;
  color: #673de6 !important;
  box-shadow: none !important;
}

.btnfooter a {
  font-family: 'DM Sans', sans-serif;
  font-weight: normal;
  width: 100%;
  line-height: 24px !important;
  padding: 8px 36px !important;
  background-color: transparent !important;
  border-color: #010ed0;
  box-shadow: none !important;
  border-radius: 30px;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  border: 1px solid #010ed0;
  font-size: 13px;
  color: #010ed0 !important;
  text-decoration: none;
  display: inline-block;
  margin: 10px !important;
  text-align: center;
}
.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show>.btn-info.dropdown-toggle {
  color: #fff;
  background-color: #010ed0;
  border-color: #010ed0;
}
.btn-info {
color: #fff;
border-color: #5a5c69;
background-color: #5a5c69;
background-image: linear-gradient(180deg, #5a5c69 10%, #27306a 100%);
background-size: cover;
}
.btn-info:hover {
  color: #fff;
  background-color: #2e59d9;
  border-color: #2e59d9;
}
.sidebar-brand-icon img {
  padding: 10px !important;
}

.powered {
  position: absolute;
  bottom: 20px;
  z-index: 99;
  left: 20px;
  text-align: left;
 
}

.powered span {
  text-align: left;
  font-size: 13px;
}

.powered span p {
  margin-bottom: 0;
}
.powered span img {
  width: 5%;
}

tbody th {
  font-weight: 400;
  font-size: 15px;
  color: #373636;
}

thead th {
  color: #453c87;
}
tfoot th {
  color: #453c87;
}
label.col-form-label.inline {
  color: #000;
}

div#dataTable_length {
  padding: 20px 0;
}
div#dataTable_filter {
  padding: 20px 0;
}
.form-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url("/assets/img/arrow-select.png")no-repeat right center;
  background-size: 40px;
}
#myTabContent h6 {
padding: 12px;
color: #183a7a;
font-weight: 600;
font-size: 15px;
}
.alert.alert-success {
padding: 8px;
font-size: 13px;
margin-top: 20px;
}
label.col-form-label.inline {
  color: #000;
}

table#dataTable {
  margin: 0 !important;
}
div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  margin: 10px 0 0;
}
 
.dropdoWn .collapse {
  transition: all 2s;
  height:0;
     position:static;
 }
 
 .dropdoWn:hover .collapse{
     max-height:300px;
     visibility:visible;
     display:block;
     position:static;
     height: auto;
  }
  form.user .form-control-user {
      font-size: 14px;
      border-radius: 10rem;
      padding: 0px 20px;
      height: 50px;
  }


section.signup {
background: url(http://vendorngil.sectormax.com/assets/img/bg-reg.jpg) no-repeat center !important;
background-size: cover !important;
 }

.text-green{
  color: green;
}  
.form-box-wrap {
 border: none;
 /* box-shadow: 0px 5px 20px 0px #d2dae3; */
z-index: 1;
display: flex;
justify-content: center;
align-items: center
}
.body-reg {
   margin-top: 30px;
  border: 0;
   border-radius: 30px;
  box-shadow: 0 .15rem 1.75rem 0 rgba(58, 59, 69, .15) !important;
}
.form-box-wrap h6 {
color: #010ed0;
font-size: 20px
}

.form-box-wrap .inputs input {
width: 40px;
height: 40px
}

.form-box-wrap input[type=number]::-webkit-inner-spin-button,
.form-box-wrap  input[type=number]::-webkit-outer-spin-button {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
margin: 0
}

.card-header h6{
color: #010ed0;
}

.ex-small-text{
  font-size: 13px;
  text-decoration: underline; 
}
div#mobileotpdiv {
  padding: 20px !important;
}
div#emailotpdiv {
  padding: 20px !important;
}
div#gst{
  padding: 20px !important;  
}
.user .card-header {
  margin-bottom: 0;
  background-color: #f8f9fc;
  border-bottom: 0px solid #e3e6f0;
  padding: 0 !important;
  border-radius:0px;
  padding: 10px !important;
}
button.accordion-button {
  border: none;
  width: 100%;
  text-align: left;
  font-size: 16px;
  padding: 24px;
  background: #ffffff;
  box-shadow: 0 0.15rem 1.75rem 0 rgba(33, 40, 50, 0.15);
  margin-bottom: 10px;
  position: relative;
}
div#accordionExample {
  margin-bottom: 30px;
}
h2.vendors-select button {
  font-size: 15px;
  color: #000;
  padding: 5px !important;
}
 
#accordionExample .toggle-arrow.collapsed::after,
#accordionExample .toggle-arrow::after {
  content: "";
  float: right;
  width: 0;
  height: 0;
  margin-top: 7px;
  margin-left: 10px;
  vertical-align: middle;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  transition: transform 0.3s ease;
}

/* Arrow pointing down when collapsed */
#accordionExample .toggle-arrow.collapsed::after {
  border-top: 5px solid #000;
  transform: rotate(0deg);
}

/* Arrow pointing up when expanded */
#accordionExample .toggle-arrow:not(.collapsed)::after {
  border-bottom: 5px solid #000;
  border-top: none;
  transform: rotate(0deg);
}
h2.mb-0.vendors-select a {
  font-size: 16px;
  color: #453c87;
  padding: 4px !important;
  font-weight: 600;
  text-decoration: none !important;
}

/* #accordionExample .button::after {
  border: 1px solid #453c87;
  width: 15px;
  height: 15px;
  content: "";
  display: block;
  border-right: 0;
  border-top: 0;
  transform: rotate(-225deg);
  text-align: right;
  position: absolute;
  right: 20px;
  top: 30px;
}

#accordionExample .button.collapsed::after {
  transform: rotate(-45deg);
  top: 22px;
} */

.btn-info:not(:disabled):not(.disabled).active:focus, .btn-info:not(:disabled):not(.disabled):active:focus, .show>.btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem #2d35b947;
}
form.user .btn-user {
  font-size: .8rem;
    border-radius: 10rem;
    padding: .75rem 1rem !important;
}
.btn {
  padding: 13px 25px !important;
  border-radius: 30px;
  font-size: 13px;
 }
 .filterbtn .btn {
    padding: 13px 4px !important;
}

/* a.btn.btn-info.btn-sm, a.btn.btn-primary.btn-sm, button.btn.btn-danger.btn-sm {
  min-width: 130px;
  margin-bottom: 5px;
} */

/* Hide the original file input */
#file-upload {
  display: none;
}

label.custom-file-label.form-control-user {
  padding: 14px 20px;
}
button.btn.btn-dark {
  font-size: 12px;

}

.custom-file-label::after { 
height: 49px;
padding: 13px;
line-height: 25px;
   
}

a.link-underline-info {
color: #5a5c69;
font-size: 13px;
font-weight: 300;
padding: 8px 20px;
display: inline-block;
}

ul.list-group {
  list-style: none !important;
  margin-bottom:20px;
}
ul.list-group  li{
  line-height:30px;
}
.custom-icon {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-color: #28a745; /* Green color */
  color: white;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  line-height: 16px;
  border-radius: 50%; /* Makes it circular */
  margin-right: 8px; /* Adds space between icon and text */
}

.strength-message {
  color: red;
}
.strength-success {
color: green;
}

.bg-gradient-primary-to-secondary {
  background-color: #002b6a !important;
  /* background-image: linear-gradient(135deg, #4e008d 0%, rgba(34, 0, 230, 0.8) 100%) !important; */
}

.page-header.page-header-dark {
  color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 .15rem 1.75rem 0 rgba(58, 59, 69, .15) !important;
  border-radius: 10px;
}
.page-header.page-header-dark .page-header-title {
  color: #fff;
}
.page-header.page-header-dark .page-header-title .page-header-icon {
  color: #fff;
}
.page-header.page-header-dark .page-header-subtitle {
  color: #fff;
}
.page-header.page-header-dark .breadcrumb {
  background-color: rgba(0, 0, 0, 0.15);
  box-shadow: 0 0.15rem 1.75rem 0 rgba(33, 40, 50, 0.15);
}
.page-header.page-header-dark .breadcrumb .breadcrumb-item,
.page-header.page-header-dark .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: rgba(255, 255, 255, 0.35);
}
.page-header.page-header-dark .breadcrumb .breadcrumb-item a {
  color: #fff;
}
.page-header.page-header-dark .page-header-search .input-group-joined:focus-within {
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
  border-color: transparent;
}

.page-header.page-header-light {
  color: rgba(33, 40, 50, 0.5);
}
.page-header.page-header-light .page-header-title {
  color: #212832;
}
.page-header.page-header-light .page-header-title .page-header-icon {
  color: rgba(33, 40, 50, 0.5);
}
.page-header.page-header-light .page-header-subtitle {
  color: rgba(33, 40, 50, 0.5);
}
.page-header.page-header-light .breadcrumb {
  background-color: rgba(0, 0, 0, 0.05);
}
.page-header.page-header-light .breadcrumb .breadcrumb-item,
.page-header.page-header-light .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: #69707a;
}
.page-header.page-header-light .breadcrumb .breadcrumb-item a {
  color: #0061f2;
}
.card-filter {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;   
  border-bottom: 1px solid #e3e6f0;
}
.breadcrumb-colorless {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;   
  border-radius: 0.35rem;
}

.alert-success {
  color: #fff;
  background-color: #24b34b;
  border-color: #24b34b;
  font-size: 15px !important;
  padding: 12px !important;
}
a.nav-link.active {
background: #f8f9fc;
}
a.nav-link {
 padding: 16px;
}
.pd-head {
font-size: 19px;
color: #323232;
border: 1px solid #efefef;
line-height: 56px;
margin-bottom: 35px;
background: #ffffff;
padding: 0px 20px;
border-top-right-radius: 20px;
border-top-left-radius: 20px;
}
.user .card-header {
background-color: #f8f9fc;
border-bottom: 0px solid #e3e6f0;
border-radius: 0px !important;
padding: 15px 17px !important;
margin-bottom: 30px;
}
.agreement-scroll {
height: 250px;
overflow-y: scroll; /* Enable vertical scrolling */
overflow-x: hidden; /* Disable horizontal scrolling */
width: 94%;
}
.bg-gradient-primary {
background-color: #5a5c69;
background-image: linear-gradient(180deg, #5a5c69 10%, #27306a 100%);
background-size: cover;
}
.btn-info.focus, .btn-info:focus {
color: #fff;
background-color: #232b5e;
border-color: #232b5e;
box-shadow: 0 0 0 .2rem #3a3b452b;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
color: #000;
background-color: #fff;
border-color: #009d4d #009d4d #fff #009d4d;
}

.text-primary {
color: #282828 !important;
}
.has-error
{
color:red;
}
.error-message 
{
color:red;
}
.validated 
{
color:green;
}
ul.list-group {
padding-left: 25px;
padding-top: 10px;
list-style: none !important;
margin-bottom: 20px;
}
.btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show>.btn-success.dropdown-toggle:focus {
box-shadow: none;
}
.btn-success.focus, .btn-success:focus {
color: #fff;
background-color: transparent;
border-color: transparent;
box-shadow: none;
}
/* button.btn.cpcha-btn img {
width: 30%;
}
button.btn.cpcha-btn {
  padding: 0 !important;
  width: 100px;
  border-radius: 0;
}
.form-control, .form-control:focus {

border-radius: 30px !important;
padding: 15px !important;
} */


div#getotp {
margin-top: 12px;
}

.form-control:disabled, .form-control[readonly] {
background-color: #eaecf4;
opacity: 1;
border-radius: 30px;
padding: 0 20px;
height: 50px;
}


@media only screen and (max-width: 768px) {
  
  .sidebar {  
    width: 6.5rem;  
    min-height: 100vh;  
    z-index: 99; 

} 

.powered { 
text-align: center !important;
background: #fff;
padding: 10px 0;
}
ul#myTab {
  padding: 20px !important;
}
.body-reg {
  margin-top: 0;
  border: 0;
  border-radius: 30px;
  box-shadow: 0 .15rem 1.75rem 0 rgba(58, 59, 69, .15) !important;
  width: 90%;
  margin: 0 20px;
}

article.card-body.px-5 {
padding: 20px !important;
}
article.card-body h5 {
font-size: 19px;
}
ul.list-group {
padding-left: 0;
padding-top: 10px;
list-style: none !important;
margin-bottom: 0;
}
 .tab-min-height {
        min-height: 280px; /* Smaller height on mobile */
  }

}
/*------------------dashboard ------------------*/
.timeline .timeline-item {
  display: flex;
  align-items: flex-start;
}
.timeline .timeline-item .timeline-item-marker {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
}
.timeline .timeline-item .timeline-item-marker .timeline-item-marker-text {
  font-size: 0.875rem;
  width: 6rem;
  color: #a7aeb8;
  text-align: center;
  margin-bottom: 0.5rem;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.timeline .timeline-item .timeline-item-marker .timeline-item-marker-indicator {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 3rem;
  width: 3rem;
  background-color: #f2f6fc;
  border-radius: 100%;
}
.timeline .timeline-item .timeline-item-content {
  padding-top: 0;
  padding-bottom: 2rem;
  padding-left: 1rem;
  width: 100%;
}
.timeline .timeline-item:last-child .timeline-item-content {
  padding-bottom: 0 !important;
}

@media (min-width: 576px) {
  .timeline .timeline-item .timeline-item-marker {
    flex-direction: row;
    transform: translateX(1.625rem);
    margin-bottom: 0;
  }
  .timeline .timeline-item .timeline-item-marker .timeline-item-marker-text {
    margin-right: 0.5rem;
    margin-bottom: 0;
  }
  .timeline .timeline-item .timeline-item-content {
    padding-top: 0.75rem;
    padding-bottom: 3rem;
    padding-left: 3rem;
    border-left: solid 0.25rem #f2f6fc;
  }
  .timeline .timeline-item:last-child .timeline-item-content {
    border-left-color: transparent;
  }
}
.timeline.timeline-sm .timeline-item .timeline-item-marker {
  transform: translateX(0.875rem);
}
.timeline.timeline-sm .timeline-item .timeline-item-marker .timeline-item-marker-text {
  width: 3rem;
  font-size: 0.7rem;
}
.timeline.timeline-sm .timeline-item .timeline-item-marker .timeline-item-marker-indicator {
  height: 1.5rem;
  width: 1.5rem;
  font-size: 0.875rem;
}
.timeline.timeline-sm .timeline-item .timeline-item-marker .timeline-item-marker-indicator .feather {
  height: 0.75rem;
  width: 0.75rem;
}
.timeline.timeline-sm .timeline-item .timeline-item-content {
  font-size: 0.875rem;
  padding-top: 0.15rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
}

.timeline.timeline-xs .timeline-item .timeline-item-marker {
  transform: translateX(0.5625rem);
}
.timeline.timeline-xs .timeline-item .timeline-item-marker .timeline-item-marker-text {
  width: 3rem;
  font-size: 0.7rem;
}
.timeline.timeline-xs .timeline-item .timeline-item-marker .timeline-item-marker-indicator {
  height: 0.875rem;
  width: 0.875rem;
  font-size: 0.875rem;
  border: 0.125rem solid #fff;
  margin-top: -0.125rem;
}
.timeline.timeline-xs .timeline-item .timeline-item-content {
  font-size: 0.875rem;
  padding-top: 0;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
}
/*--------------suggetion box logistics RFQ---------------------------*/
.suggestion-box {
    position: absolute;
    background: white;
    border: 1px solid white; 
    width: 97%;
    z-index: 1000;
}
.suggestion-box div {
    padding: 8px;
    cursor: pointer;
}
.suggestion-box div:hover {
    background-color: #f0f0f0;
}
.tab-min-height {
    min-height: 380px; /* Set your desired minimum height */
    display: flex;
    flex-direction: column;
}

