.amb2bfastbuyxlsx-title {
    margin-bottom: 10px;
}

.amb2bfastbuyxlsx-subtitle {
    margin-bottom: 20px;
}

.amb2bfastbuyxlsx-block-section {
    display: flex;
    justify-content: space-evenly;
    /* gap: 24px; */
    margin-bottom: 72px;
}

.amb2bfastbuyxlsx-ball {
    color: #FFFFFF;
    font-size: 13px;
    line-height: 20px;
    font-weight: 500;
}

.amb2bfastbuyxlsx-div-ball {
    display: flex;
    margin-right: 14px;
    justify-content: center;
    align-items: center;
    width: 28px;
    height: 28px;
    background-color: #27272A;
    border-radius: 100px;
    flex-shrink: 0;
    box-shadow: 0px 0px 0px 1px #18181B, 0px 1px 2px 0px #00000066, 0px 0.75px 0px 0px #FFFFFF33 inset;
}

.amb2bfastbuyxlsx-file-right {
    display: flex;
    justify-content: right;
}

.amb2bfastbuyxlsx-download-file {
    display: flex;
    align-items: flex-start;
    margin-bottom: 12px;
}

.btn.btn-default.amb2bfastbuyxlsx-button-upload:not(.benabled) i {
    color: #FFFFFFE0;
}

.amb2bfastbuyxlsx-button-uploadfarmatic {
    margin-top: 20px;
    display: flex;
    justify-content: left;
    background-color:#29375e;
    color: white;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    font-family: "Archivo Narrow";
    line-height: 1em;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 0.5em 1.5em 0.6em 1em;
    text-align: center;
}

.amb2bfastbuyxlsx-button-upload:visited, .amb2bfastbuyxlsx-button-uploadfarmatic:visited {
    color: white;
}

.amb2bfastbuyxlsx-upload-file, .amb2bfastbuyxlsx-no-file, .amb2bfastbuyxlsx-button-uploadfarmatic {
    display: flex;
    align-items: flex-start;
}

.amb2bfastbuyxlsx-button-upload .fa-upload, .amb2bfastbuyxlsx-button-uploadfarmatic .fa-upload {
    font-size: 1.5rem;
}

.amb2bfastbuyxlsx-button-upload-icon, .amb2bfastbuyxlsx-button-uploadfarmatic-icon {
    margin-right: 15px;
    margin-top: 5px
}

.amb2bfastbuyxlsx-button-upload-text, .amb2bfastbuyxlsx-button-uploadfarmatic-text {
    margin-top: 8px
}

.amb2bfastbuyxlsx-block-section .text-box {
    font-size: 14px;
    line-height: 150%;
}

.amb2bfastbuyxlsx-block-section .col-md-4 {
    padding: 12px;
    box-shadow: 0px 2px 4px 0px #0000000A, 0px 1px 2px -1px #00000014, 0px 0px 0px 1px #00000014;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
}

@media (min-width: 768px) {
    .amb2bfastbuyxlsx-block-section .col-md-4 {
        flex-grow: 1;
        flex-shrink: 1;
    }

    .amb2bfastbuyxlsx-block-section {
        column-gap: 24px;
    }

    .amb2bfastbuyxlsx-no-file {
        margin-bottom: 36px;
    }
}

@media (max-width: 767px) {
    .amb2bfastbuyxlsx-block-section {
        row-gap: 24px;
        flex-wrap: wrap;
    }
}