.pause-button, .resume-button {
    height: 34px;
    padding: 7px !important;
    display: none;
    float: left;
    margin-right: 2px;
    margin-top: 0;
    margin-left: 0;
}

.file-list-container {
    padding-left: 10px;
}

.bar-container {
    list-style: none;
}

.progress-bar-text {
    color: black;
    margin-top: 3px;
    margin-left: 10px;
}

.progress-bar-container {
    margin-left: -20px;
    align-items: center;
    display: flex;
    /*border: 1px solid slategray;*/
    /*border-radius: .25rem;*/
    /*height: 39px;*/
}

.progress-bar {
    text-align: left !important;
    height: 100%;
    background-color: #c5530f38;
    display: inline-block;
}


.product-download-button {
    height: 40px;
    margin-left: 0;
}

.product-verify-button {
    height: 40px;
}

.product-download-start-button {
    height: 40px;
    /*display: none;*/
}

.product-download-dir-select {
    height: 40px;
}

.product-download-stop-button {
    height: 40px;
    display: none;
}

.product-download-resume-button {
    height: 40px;
}

/*.file-list-container {*/
/*    margin: 15px;*/
/*}*/

/*.product-download-container {*/

/*}*/

.align-center {
    align-items: center;
    display: flex;
}

.progress-margin {
    margin: 10px 0;
}

.btn {

}


.product-download-container .dropdown.bootstrap-select .btn.dropdown-toggle {
    display: flex;
    flex-direction: column; /* stack top-to-bottom */
    align-items: flex-start; /* or center, if you want them centered horizontally */
    height: auto; /* remove or override your fixed 50px */
    row-gap: 0.5rem; /* optional gap between items */
    margin-top: -2px;
}

.product-download-container .product-download-button {
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
}

.product-download-container {
    display: flex;
    flex-wrap: wrap; /* allow items to wrap onto a new line */
    align-items: center; /* keep things aligned vertically */
    justify-content: space-between;
    width: 100%;
    gap: 0;
}

@media (min-width: 1200px) {
    .product-download-container {
        width: 65%;
    }
}

@media (min-width: 1400px) {
    .product-download-container {
        width: 50%;
    }
}

.product-download-container .bootstrap-select .dropdown-toggle {
    height: 40px;
    padding: 0 12px;
    font-size: 14px;
    color: #fff;
    background-color: #c5530f;
    border: none;
    border-radius: 4px 0 0 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: none;
}

.product-download-container .bootstrap-select .dropdown-toggle .filter-option {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.product-download-container .bootstrap-select .dropdown-menu {
    padding: 0;
    background-color: #c5530f;
    color: #fff;
    border: none;
    border-radius: 4px;
}

.product-download-container .product-download-button {
    height: 40px;
    padding: 0 20px;
    font-size: 14px;
    color: #fff;
    border: none;
    border-radius: 0 4px 4px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-download-container .version-select.form-control + .dropdown-toggle {
    border-radius: 0;
}

.product-download-container .dropdown-item {
    padding: 10px 20px;
}

.product-download-container .filter-option-inner-inner {
    color: #fff;
    text-align: center;
    width: 100%;
}

.product-download-container .no-platform.form-control + .dropdown-toggle {
    border-radius: 4px 0 0 4px;
}

.product-download-container .bootstrap-select .dropdown-toggle .caret {
    display: none !important;
}

.product-download-container .bootstrap-select .dropdown-toggle::after {
    display: none !important;
}

.product-download-container li.disabled a {
    color: white !important;
}

.product-download-container .dropdown-menu li > a {
    color: white !important;
}

.direct-links-anchor {
    display: block;
    order: -1;
    flex-basis: 100%;
    margin-bottom: -6px;
    color: #c5530f;
    font-weight: 600;
    text-decoration: none;
}
