.text-light {
    color: white !important;
}

.nav-link {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    margin-left: 40px;
}

.nav-container {
    border-bottom: 2px solid gray;
}

.hr-custom {
    margin-top: 0;
    margin-bottom: 0;
    border-width: 0;
    height: 2px;
    background-color: gray;
}

.circular {
    border-radius: 50%;
    width: 100px;
    height: 100px;
    object-fit: cover;
    border: 2px solid white;
}

.card-body {
    padding: 20px;
    border-radius: 25px;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.left-content {
    text-align: left;
}

.right-content {
    text-align: right;
}

.slider-label {
    font-size: 1.2em;
    margin-bottom: 10px;
}

.slider-container {
    width: 80%;
    max-width: 600px;
    text-align: center;
}

.slider {
    -webkit-appearance: none;
    appearance: none;
    width: 60%;
    /* Reduced width */
    height: 4px;
    background: #d3d3d3;
    outline: none;
    opacity: 1;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

.slider:hover {
    opacity: 1;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 15px;
    height: 15px;
    background: #4CAF50;
    cursor: pointer;
    border-radius: 50%;
}

.slider::-moz-range-thumb {
    width: 100px;
    height: 25px;
    background: #4CAF50;
    cursor: pointer;
    border-radius: 50%;
}

.btn-custom-yellow {
    color: white;
    border: none;
    align-items: center;
    background: linear-gradient(to right, #FF9C05, #FFCE00);
}

.breadcrumb {
    list-style: none;
    background-color: #143443;
    display: flex;
    flex-wrap: wrap;
}

.breadcrumb-item {
    display: inline-blocks;
    font-size: 24px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}

.breadcrumb-item+.breadcrumb-item::before {
    padding: 0px;
    color: white;
    content: "\2192";
    margin-right: 15px;
    font-family: 'boxicons';
}

.breadcrumb-item a {
    color: white;
    text-decoration: none;
}

.navbar .sell {
    border: 2px solid #279AB3;
    border-radius: 15px;
    padding: 5px 10px;
    margin-left: 10px;
    color: #279AB3;
}

.navbar .register {
    height:35px;
    border-radius: 5px;
    padding: 5px 10px;
    margin-left: 50px;
    color: white;
    background-color:  #5cbfa8; ;
    width: 150px;
    justify-content: center;
}

.social-icons {
    margin-top: 10px;
}

.social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #3E6375;
    color: white;
    margin: 5px;
    font-size: 20px;
    text-decoration: none;
    transition: background-color 0.3s, color 0.3s;
}


.dropdown-menu {
    background-color: #143443;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    padding: 0;
}

.dropdown-item {
    display: flex;
    align-items: center;
    padding: 10px;
    color:blue;

}

.dropdown-item img {
    margin: 0;

}

.dropdown-img {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #5CBFA8;
    margin: 0;
    padding: 0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.sample-style {
    font-size: 60px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
}

.sample-style-2 {
    font-size: 48px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    color: white;
    white-space: nowrap;
}

.sample-style-3 {
    font-size: 26px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    color: white;
    white-space: nowrap;
}

.sample-style-4 {
    font-size: 24px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;

}

.sample-style-5 {
    color: #00D100;
    font-size: 24px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}

.no-wrap {
    white-space: nowrap;
}

.ml-3 {
    margin-left: 1rem;
}

.custom-hover {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: white;
    transition: color 0.25s ease-out;
    font-size: 34px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}

.custom-hover::after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 4px;
    bottom: 0;
    left: 0;
    background-color: #FFCE00;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;

}

.custom-hover:hover::after,
.custom-hover.active::after {
    transform: scaleX(1);
    transform-origin: bottom left;

}

.custom-hover:hover,
.custom-hover.active {
    color: #FFCE00;
}

.slider-label-style {
    font-weight: bold;
    background: linear-gradient(to right, #FF9C05, #FFCE00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.custom-button-group {
    display: flex;
    width: 292px;
    height: 37px;
    background: linear-gradient(to right, #036C8F, #2F6882, #D9D9D9);
    border-radius: 5px;
    /* Adjust as needed */
    overflow: hidden;
    /* Ensures buttons stay within the rounded corners */
}

.custom-button-group .btn {
    flex: 1;
    height: 100%;
    background: none;
    /* Inherit the background from the parent */
    border: none;
    /* Remove button borders */
    color: white;
    box-shadow: none;
    /* Remove any shadow */
    transition: background-color 0.25s, color 0.25s;
    /* Smooth transition for hover effects */
}

.footer-para {
    font-size: 16px;
    font-weight: 500px;
    font-family: 'Poppins', sans-serif;
    color: #EFFBFC;
}

.input-icon {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    color: white;
    pointer-events: none;
}

table {
    width: 100%;
    border-collapse: collapse;
}

th,
td {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
    color: white;
    font-size: 16px;
    font-weight: 500px;
    font-family: 'Poppins', sans-serif;
}