.btn-primary{
    background: rgb(158, 102, 61) !important;
    border: none !important;
}

.btn:focus,
.btn.focus {
    box-shadow: none !important;
    outline: 0 !important;
}

.colored-hr {
    position: relative; /* Create a new stacking context */
    height: 6px; /* Set the thickness of the main line */
    border: none;
    background-color: rgb(221, 221, 221); /* The color of the main, longer line */
    margin-bottom: 40px;
    margin-top: 20px;
    opacity: 1 !important;
}

.colored-hr::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100px; /* Adjust this value for the length of the colored bar */
    height: 6px; /* Adjust this value to match the hr height */
    background-color: rgb(158, 102, 61); /* Bootstrap's primary color */
}

.leader-row {
    display: flex; /* Use flexbox for easier alignment */
    justify-content: space-between; /* Pushes content to edges */
    align-items: baseline; /* Aligns content at the bottom of the text */
    position: relative; /* Needed for positioning the pseudo-element */
    overflow: hidden; /* Hides overflowing dots */
    margin-bottom: 5px; /* Spacing between rows */
}

.leader-row .left-content,
.leader-row .right-content {
    background-color: white; /* Or your background color, to hide dots */
    padding: 0 5px; /* Padding to create space around text */
    z-index: 1; /* Ensures text is above dots */
}

.leader-row::after {
    content: "................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................----------------................"; /* Repeated dots for filling space */
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0; /* Ensures dots are behind text */
    white-space: nowrap; /* Prevents dots from wrapping */
    overflow: hidden; /* Hides any extra dots */
    text-align: justify; /* Helps distribute dots if needed */
    letter-spacing: 2px; /* Adjust spacing between dots */
    color: #ccc; /* Color of the dots */
}