.report__download {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #ccc;
    background: #fff;
    padding: 2rem 2.5rem;
    margin: 0 0 15px 0;
}

.report__download h3 {
    font-size: 19px;
    font-weight: bold;
    color: #333;
    margin: 0;
    padding: 0;
}

.report__download p {
    font-size: 15px;
    color: #666;
    margin: 0;
    padding: 0;
}

.btn__report__excel {
    background: #000;
    color: #fff;
    padding: 1.25rem 1.8rem;
    border: 0;
    float: right;
    font-size: 15px;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.btn__report__excel i {
    padding: 0 10px 0 0;
}

.btn__report__excel:disabled,
.btn__report__excel:disabled:hover {
    background: #333;
    color: #fff;
}

.btn__report__excel:hover {
    background: #ffd339;
    color: #000;
}

.btn__report__excel .btn__text,
.btn__add_products .btn__text {
    padding: 0 0 0 5px;
}

/** Pagination **/
@media only screen and (min-width: 1200px) {
    ul.pagination {
        display: flex;
        align-content: center;
        justify-content: center;
        font-size: 16px;
    }

    ul.pagination > li > a,
    ul.pagination > li > span {
        padding: 1.2rem 2rem;
    }

    .pagination > .active > a,
    .pagination > .active > a:focus,
    .pagination > .active > a:hover,
    .pagination > .active > span,
    .pagination > .active > span:focus,
    .pagination > .active > span:hover {
        background-color: #000 !important;
        border-color: #000 !important;
    }

    ul.pagination > li:first-child > a,
    .pagination > li:first-child > span {
    }

    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
    }
}

.small__font {
    font-size: 14px !important;
}

.items__selected strong,
.items__selected span {
    font-size: 18px !important;
    padding: 5px 10px;
}

.items__selected span {
    border-radius: 5px;
    border: 1px solid #ccc;
}

.btn__reprice,
.btn__csv,
.btn__pay {
    position: fixed;
    bottom: 20px;
    left: calc(50% - 140px);
    border-radius: 10px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4);
    color: white;
    font-weight: bold;
    font-size: 22px;
    padding: 15px 30px;
    width: 400px;
    z-index: 99;
    cursor: pointer;
    display: none;
}

.btn__csv,
.btn__pay {
    font-size: 20px;
    bottom: 105px;
    text-align: center;
}

.btn__csv {
    background: white;
    color: #333;
}

.btn__csv:hover {
    background: #333;
    color: #fff;
}

.btn__pay {
    background: #0b2e13;
    color: #fff;
}

.btn__pay:hover {
    background: #0d4c1c;
}

.btn__reprice.docao_espontanea {
    background: #898989 !important;
}

.btn__reprice.send_contracts {
    background: #4f177ff0 !important;
}

.btn__reprice.pix__lote {
    background: #bd6300 !important;
}

.btn__reprice {
    background: #0d4c1c !important;
}

.btn__reprice:hover {
    background: black !important;
}

.reprice__txt {
    font-weight: normal;
    text-align: left;
    width: 70%;
    float: left;
}

.reprice__icon {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 25px;
    text-align: right;
    width: 30%;
    float: right;
}

.reduction__body {
    font-size: 18px;
}

.badge.badge-danger {
    background-color: darkred;
    color: #fff;
}

.badge.badge-info {
    background-color: darkblue;
    color: #fff;
}

.reduction__body h2 {
    font-weight: bold;
}

.reduction__body select {
    font-size: 17px;
    padding: 15px;
    font-weight: bold;
    margin: 10px 0 0 0;
}

/** Staging custom **/
.staging__body {
    padding-top: 55px !important;
}

.staging__bar {
    position: fixed;
    width: 100%;
    height: 55px;
    background: #b42c2c;
    z-index: 1049;
    top: 0;
    color: white;
    font-size: 19px;
    text-align: center;
    justify-content: center;
    display: flex;
    align-items: center;
    box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.3);
    font-weight: 600;
}

.reducao__form {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 15px 0 0 0;
}

.reducao__add_product {
    align-items: center;
    border: 1px solid #ccc;
    background: #ebebf8;
    padding: 2rem 2.5rem;
    margin: 0 0 15px 0;
    width: 100%;
}

.reducao__add_product h3 {
    font-size: 19px;
    font-weight: bold;
    color: #333;
    margin: 0;
    padding: 0;
}

.reducao__add_product p {
    font-size: 15px;
    color: #666;
    margin: 0;
    padding: 0;
}

.reducao__add_product .btn__add_products {
    float: left !important;
}

.btn__add_products {
    background: #000;
    color: #fff;
    padding: 0.85rem 1.8rem;
    border: 0;
    float: right;
    font-size: 12px;
    font-weight: bold;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.external__system {
    margin: 0 0 20px 0;
}

.external__system h3 {
    font-weight: bold;
    margin: 0 0 15px 0;
}

.btn__parcerias,
.btn__bazar,
.btn__categorias {
    width: 200px;
    color: black;
    padding: 15px;
    border-radius: 5px;
    background: white;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    border: 1xp solid #000;
}

.btn__parcerias:hover,
.btn__bazar:hover,
.btn__categorias:hover {
    background: #f0ad4e;
    color: black;
}

.btn__bazar,
.btn__categorias {
    margin-left: 1rem;
}

.btn-outline-success-emphasis {
    color: #6fad90;
    background-color: transparent;
    background-image: none !important;
    border-color: #6fad90 !important;
    font-size: 1.15rem !important;
}

.btn-outline-success-emphasis:hover {
    color: #fff;
    background-color: #6fad90 !important;
    border-color: #6fad90 !important;
}
