.search-resultssss {
    width: 95%;
    border: 1px solid #ddd;
    max-height: 200px;
    overflow-y: auto;
    position: absolute;
    background-color: #ffffff; /* #f3efef; */
    display: none;
    z-index: 1000;
}
.search-resultssss li {
    cursor: pointer;
}
.search-resultssss li:hover {
    background-color: #f1f1f1;
}


/* Custom code for advanced search */
.search-form input {    
    border-radius: 2px !important;
}
.search-dropdown {
    width:  672px; /*  100%; */
    border: 1px solid #ccc;
    border-top: none;
    position: absolute;
    top: 45px;
    left: 16px;
    right: 0;
    background: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    display: none;
}
.suggestions {
    width: 40%;
    border-right: 1px solid #ddd;
    max-height: 600px;
    overflow-y: auto;
}

.suggestions div {
    padding: 10px;
    cursor: pointer;
}

.suggestions div:hover {
    background-color: #f0f0f0;
}

.details {
    width: 60%;
    padding: 10px;
    max-height: 600px;
    overflow-y: auto;
}

.details img {
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
}

.details h4 {
    margin: 5px 0;
    font-size: 16px;
    color: #333;
}

details p {
    font-size: 14px;
    color: #666;
}

.list-group-item.highlighted {
    background-color: #e0e0e0;
}

.list-group-product.highlighted {
    border: 1px solid #a9a6a6;
    border-radius: 10px;
}

/* /********** */

.alert-success-light {
    background-color:#70eb54;
    border-color:#91eb7c;
    color: #2561a1;
}

.alert-danger-light {
    background-color:#f36b45;
    border-color:#ee8263;
    color: #e1e0ea;
}

.hidee {
    display: none !important;
}

.other-prod {
    margin-top: 10px !important;
}

.bc-top li {
    margin-right: 4% !important;
}

.bc-top li:before {
    position: relative !important;
    left: 0px !important;
    top: 0 !important;
}

.prod-ls {
    color: #455d73 !important;
}

.data-al {
    margin: 0.5rem;
    text-align: justify;
}

#prod-enq-form > input, #prod-enq-form > select, #prod-enq-form > textarea {
    margin: 1.5rem 0 !important;
}

.other-feats {
    font-size: 14px;
}

.cust-fnt {
    font-size: 12px; 
}

.jsEr {
    color: #f62727;
}

.btn-sec-drop {
    color: #fff;
    background-color: #102c47;
    border-color: #102c47;
}

.btn-sec-drop:hover {
    color: #ebecec !important;
    text-decoration: none;
}

#regForm textarea{
    height: 40px;
}

#regForm label{
    font-weight: 500;
}

.lds-dual-ring.hidden { 
    display: none;
}
.lds-dual-ring {
    display: inline-block;
    width: 80px;
    height: 80px;
}
.lds-dual-ring:after {
    content: " ";
    display: block;
    width: 64px;
    height: 64px;
    margin: 5% auto;
    border-radius: 50%;
    border: 6px solid #182970;
    border-color: #182970 transparent #182970 transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    /*background: rgba(0,0,0,.8);*/
    z-index: 10000;
    opacity: 1;
    transition: all 0.5s;
}

a.rfq {
    background: #56861b;
    padding: 8px;
    color: white;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
}

a.viewdetails {
    background: #4f7bd2;
    padding: 8px;
    color: white;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
}

.txt-val {
    font-weight: 500;
}

.rfq-table td {
    overflow: visible !important;
}

/* .row-lst {
    border-bottom: 1px dashed #600404 !important;
} 

.row-lst:nth-child(1) {
    border-top: 1px dashed #ddd !important;
} */

/* Adjust the avatar image */
.symbol {
    display: inline-block;
    flex-shrink: 0;
    position: relative;
    border-radius: 0.75rem;
}
.symbol.symbol-fixed .symbol-label {
    width: 50px;
    height: 50px;
  }
  .symbol.symbol-fixed > img {
    width: 50px;
    height: 50px;
    max-width: none;
  }
.symbol.symbol-100px > img {
    width: 100px;
    height: 100px;
  }
  .symbol.symbol-100px .symbol-label {
    width: 100px;
    height: 100px;
  }
  .symbol.symbol-100px.symbol-fixed .symbol-label {
    width: 100px;
    height: 100px;
  }
  .symbol.symbol-100px.symbol-fixed > img {
    width: 100px;
    height: 100px;
    max-width: none;
  }
  .symbol.symbol-100px.symbol-2by3 .symbol-label {
    height: 100px;
    width: 150px;
  }
  .symbol.symbol-100px.symbol-2by3 > img {
    height: 100px;
    width: 150px;
    max-width: none;
  }
.symbol.symbol-lg-160px.symbol-fixed > img {
    width: 160px;
    height: 160px;
    max-width: none;
  }
.symbol-fixed img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}
.symbol-fixed {
    position: relative;
    display: inline-block;
}
@media (min-width: 992px) {
    .symbol.symbol-lg-160px.symbol-fixed > img {
        width: 160px;
        height: 160px;
        max-width: none;
    }
}

/* Badge styling for online status indicator */
.position-absolute.bottom-0.start-100 {
    transform: translate(-50%, 50%);
}

/* General info section styles */
.flex-grow-1 {
    flex-grow: 1;
}

.d-flex {
    display: flex;
}

.flex-wrap {
    flex-wrap: wrap;
}

.profile-info .mb-4 {
    margin-bottom: 1rem !important;
}

.profile-info .me-7 {
    margin-right: 1.75rem !important;
}

.profile-info .me-5 {
    margin-right: 1.25rem !important;
}

.profile-info .me-6 {
    margin-right: 1.50rem !important;
}

.profile-info .me-2 {
    margin-right: 0.50rem !important;
}

.profile-info .pe-2, .profile-info .pe-8 {
    padding-right: 0.5rem;
}

.text-hover-primary:hover {
    color: #007bff !important;
}

.text-gray-400 {
    color: #6c757d;
}

.text-gray-900 {
    color: #212529;
}

.text-hover-primary {
    transition: color 0.2s ease;
}
@media (min-width: 1200px) {
    .profile-info .fs-2 {
        font-size: 1.5rem !important;
    }
}

.profile-info .fs-2 {
    font-size: 1rem !important;
}

.profile-info .fs-6 {
    font-size: 1.075rem !important;
}

.fw-bold {
    font-weight: bold !important;
}

.fw-semibold {
    font-weight: 500 !important;
}

/* Style the boxes for earnings, projects, and success rate */
.min-w-125px {
    min-width: 125px;
}

.profile-info  .py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.profile-info  .px-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
}

.profile-info  .border {
    border: 1px solid #dee2e6 !important;
}

.profile-info  .border-gray-300 {
    border-color: #dee2e6 !important;
}

.profile-info  .border-dashed {
    border-style: dashed !important;
}

.profile-info .rounded {
    border-radius: 0.75rem !important;
}

/* Icon styles */
.profile-info .fs-2 {
    font-size: 2rem;
}

.profile-info .fs-5 {
    font-size: 1.15rem !important;
}

.profile-info .fs-7 {
    font-size: 0.82rem;
}

.text-success {
    color: #28a745 !important;
}

.text-danger {
    color: #dc3545 !important;
}

/* Specific countup number style */
.profile-info .counted {
    font-size: 1.5rem;
    font-weight: 700;
}


/* nav tabs */
.custom-tabs .nav-link {
    border: none; /* Remove default border */
    font-weight: 500; /* Semi-bold font */
    padding: 10px 20px;
    color: #6c757d; /* Gray color for non-active tabs */
    position: relative;
}

.custom-tabs .nav-link.active {
    color: #3e97ff; /* Black color for active tab */
    font-weight: 600; /* Bolder font for active */
}

.custom-tabs .nav-link::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: transparent; /* Hidden underline for non-active tabs */
    transition: background-color 0.3s ease;
}

.custom-tabs .nav-link.active::before {
    background-color: #3e97ff; /* Black underline for active tab */
}

.custom-tabs .nav-link:hover {
    color: #3e97ff; /* Change color on hover */
}

.custom-tabs .nav-link.active {
    border-color: none;
    background-color: transparent; /* No background color */
}

.crd-txt {
    color: #3e97ff;
    font-weight: 600;
}

.crd-bg {
    background-color: #fefaf6;
}


/* General styling for the card container */
/* .profile-container {
    display: flex;
    justify-content: center;
    padding: 20px;
}

.profile-card {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 20px;
    width: 100%;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.profile-row {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px dashed #ddd;
}


.profile-label {
    font-weight: bold;
    color: #333;
    flex-basis: 60%;
}

.profile-value {
    color: #555;
    text-align: left;
    flex-basis: 40%;
}

@media (max-width: 768px) {
    .profile-row {
        flex-direction: column;
        align-items: flex-start;
    }

    .profile-value {
        text-align: left;
        padding-top: 5px;
    }
} */

/* General styling for the card container */
.profile-container {
    display: flex;
    justify-content: center;
    padding: 20px;
    width: 100%;
}

.profile-card {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 20px;
    width: 100%;
    max-width: 1200px; /* Max width for larger screens */
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

/* Flex row for each label-value pair, with two items in a row on larger screens */
.profile-row {
    display: flex;
    flex-wrap: wrap; /* Allows items to wrap for small screens */
    padding: 10px 0;
    border-bottom: 1px dashed #ddd;
}

/* Adjusting label and value to share space in the row */
.profile-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-basis: 48%; /* Each item takes up 48% of the width for two-column layout */
    padding: 5px 0;
}

/* Label styling */
.profile-label {
    font-weight: bold;
    color: #333;
    flex-basis: 40%; /* Adjusting space between label and value */
}

.profile-label-two {
    font-weight: bold;
    color: #333;
    flex-basis: 60%;
}

/* Value styling */
.profile-value {
    color: #555;
    flex-basis: 60%; /* Adjusting space between label and value */
    text-align: left;
}

.profile-value-two {
    color: #555;
    flex-basis: 40%; /* Adjusting space between label and value */
    text-align: left;
}

.profile-value-two ul li, .profile-label-two ul li {
    padding: 0.50rem 0;
}

/* Responsive design for mobile screens */
@media (max-width: 768px) {
    .profile-item {
        flex-basis: 100%; /* Full width for each item on small screens */
        flex-direction: column; /* Make label and value stack vertically */
        align-items: flex-start;
    }

    .profile-label, .profile-value, .profile-label-two, .profile-value-two {
        flex-basis: 100%; /* Label and value each take full width */
        text-align: left; /* Left-align for mobile */
    }

    .profile-value {
        padding-top: 5px; /* Add spacing between label and value */
    }

    .profile-value-two {
        padding-top: 5px;
    }
}

/* Style the modal body content */
.colorful-list .item-table {
    display: flex;
    flex-direction: column;
    border: 1px solid #ddd; /* Add a border around the entire table */
    border-radius: 12px;
    overflow: hidden; /* Rounded corners apply to the entire table */
}

.colorful-list .item-row {
    display: flex;
    justify-content: space-between;
}

.colorful-list .item-cell {
    flex: 1; /* Ensure all cells have equal width */
    padding: 12px 15px;
    text-align: center;
    font-size: 1rem;
    background: linear-gradient(to right, #f1f1f1, #fafafa); /* Light gradient */
    border-bottom: 1px solid #ddd; /* Subtle border between rows */
    transition: background-color 0.3s ease, transform 0.3s ease;
}

/* Header styling */
.colorful-list .item-header .item-cell {
    font-weight: bold;
    background-color: #e3e3e3;
    color: #2c3e50; /* Darker color for headers */
}

/* Specific styles for item code, group, and quantity */
.colorful-list .item-code {
    color: #3498db; /* Blue for item codes */
}

.colorful-list .item-group {
    color: #9b59b6; /* Purple for item group */
}

/* Style the quantity input */
.colorful-list .item-quantity {
    color: #e67e22;
    position: relative;
}

.colorful-list .item-quantity input.quantity-input {
    width: 80px; /* Set width of the input */
    padding: 8px;
    font-size: 1rem;
    border: 1px solid #ccc;
    border-radius: 8px;
    background-color: #fff;
    text-align: center;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    outline: none;
}

/* Input field focus styles */
.colorful-list .item-quantity input.quantity-input:focus {
    border-color: #3498db;
    box-shadow: 0 0 5px rgba(52, 152, 219, 0.5);
}

/* Hover effect */
.colorful-list .item-row:hover {
    background-color: #eaf2f8; /* Slightly darker background on hover */
    transform: translateY(-3px); /* Lift the row slightly */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15); /* Slightly stronger shadow */
}

/* Responsive styles */
@media (max-width: 576px) {
    .colorful-list .item-cell {
        font-size: 1rem;
        padding: 10px;
    }
}

@media (min-width: 768px) {
    .colorful-list .item-cell {
        font-size: 1rem;
    }
}

.del-sp-btn {
    background-color: #e91010;
    color: #ffffff;
    padding: 2px 6px;
    font-weight: bold;
    border-radius: 4px;
    cursor: pointer;
}

.profile-pic {
    position: relative;
    display: inline-block;
}

.profile-pic img {
    border-radius: 50%;
    width: 150px;
    height: 150px;
}

.profile-pic input[type="file"] {
    display: none;
}

.edit-icon {
    position: absolute;
    bottom: 20px;
    right: 20px;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border-radius: 50%;
    padding: 14px 16px;
    cursor: pointer;
    display: none;
}

.profile-pic:hover .edit-icon {
    display: block;
}


/* Ensure that the layout stacks cleanly on smaller screens */
/* @media (max-width: 972px) {
    .profile-item {
        flex-basis: 100%;
    }

    .profile-row {
        flex-direction: column;
        align-items: flex-start;
    }

    .profile-value {
        text-align: left;
        padding-top: 5px;
    }

    .profile-value-two {
        text-align: left;
        padding-top: 5px;
    }
} */




/* .cta-btn-sec {    
    justify-content: right !important;
} */