.v-a-middle {
    vertical-align: middle !important;
}

.card {
    margin-bottom: 10px !important;
}

.btn-gray {
    padding: 7px 12px !important;
}

.btn-sm {
    padding: 0.15rem .1rem !important;
    font-size: 9px !important;
}

#divFilterDates {
    display: none;
}

#dateStart, #dateEnd, #keywordReport {
    background-color: transparent !important;
    border: 1px solid #353d41;
}

#contentPrincipalCard .br-12.card {
    border-radius: 12px !important;
}

.bg-white {
    background-color: #fff !important;
}

#contentPrincipalCard .br-custom-top.card {
    border-top-left-radius: 12px !important;
    border-top-right-radius: 12px !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

#contentPrincipalCard .br-custom-bottom.card {
    border-bottom-left-radius: 12px !important;
    border-bottom-right-radius: 12px !important;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
}

.mb-0 {
    margin-bottom: 0px !important;
}

.fs-14 {
    font-size: 14px;
}

.fs-10 {
    font-size: 10px;
}

.fw-400 {
    font-weight: 400;
}

.fs-8 {
    font-size: .8rem;
}

.fs-9 {
    font-size: .9rem;
}

#contentPrincipalCard .br-10.card {
    border-radius: 10px !important;
}

.button-disabled::before {
    font-family: "Material Design Icons";
    content: "\F033E";
    background: transparent;
    position: absolute;
    font-weight: bold;
    color: #14477e;
    margin-left: 8px !important;
    font-size: 10px;
}

.button-disabled.ml-button::before {
    margin-left: 8px !important;
}

.button-disabled.ml-input::before {
    margin-left: 25px !important;
}

.button-disabled.icon-bg::before {
    font-size: 20px !important;
    margin-left: 15px !important;
}

.content-type-report {
    background-color: #EDF5FA !important;
    border-radius: 100px;
}

.optionReport {
    border-radius: 100px;
}

.btn-report-disable {
    background-color: #EDF5FA;
    border: 1px solid #EDF5FA;
    transition: 0.2s ease-in;
    padding: 5px 10px;
    color: #000000;
    padding: 7px 12px !important;
}

.btn-selected-report {
    color: #ffffff;
}

#contentFilterBranch .niceSelect {
    font-size: 10px;
    border-radius: 10px;
    padding-left: 10px;
    padding-right: 10px;
    height: 30px;
    line-height: 28px;
    background-color: #EDF5FA !important;
    border-color: #EDF5FA !important;
}

#contentSearchReport {
    background-color: #EDF5FA !important;
    border-radius: 10px;
}

#contentSearchReport input {
    background-color: transparent !important;
    border-color: transparent !important;
}

#btnSearchReports {
    background-color: transparent !important;
}

.paginate_button.previous, .paginate_button.next {
    background-color: #EDF5FA !important;
    border-radius: .2rem !important;
    border-color: #EDF5FA !important;
}

.dataTables_paginate .paginate_button {
    border-radius: .2rem;
}

.paginate_button.next {
    margin-left: 5px;
}

.paginate_button.previous {
    margin-right: 5px;
}

table.dataTable {
    margin-top: 0px !important;
}

.dataTables_wrapper, .dataTable {
    font-size: 12px;
}

.dataTables_filter {
    display: none;
}

table.dataTable thead .sorting:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc:after, 
.icon-arrow-right:before, .icon-arrow-left:before {
    display: none;
}

.dropdown-item {
    width: -webkit-fill-available;
    width: -moz-available;
}

.dtr-details {
    width: 100%;
}

#contentBlockedReportTop.disabled #contentRedeem #topRedeem .col-4,
#contentBlockedReportTop.disabled #contentRedeem #topRedeem .col-8,  
#contentBlockedReportTop.disabled #contentSale #topSale .col-4, 
#contentBlockedReportTop.disabled #contentSale #topSale .col-8 {
    opacity: 0.2 !important;
}

#contentBlockedReportTop.disabled .card-report-blocked {
    border: unset !important;
}

#contentBlockedReportTopRedeemBlocked, #contentBlockedReportTopSaleBlocked {
    position: absolute;
    top: 50px;
    z-index: 100;
    left: 0;
    transform: translate(10%, 0%);
    width: 80%;
}

#contentBlockedReportTopRedeemBlocked h3, #contentBlockedReportTopSaleBlocked h3 {
    font-size: 14px;
}

#contentBlockedReportTopRedeemBlocked .cardChangePlan, #contentBlockedReportTopSaleBlocked .cardChangePlan {
    font-size: 12px;
    padding: 5px 18px;
}

.icon-first-place {
    background-color: #EFBF04;
    border-radius: 100px;
    height: 20px;
    width: 20px;
    color: #ffffff;
}

.icon-second-place {
    background-color: #C0C0C0;
    border-radius: 100px;
    height: 20px;
    width: 20px;
    color: #000000;
}

.icon-third-place {
    background-color: #CE8946;
    border-radius: 100px;
    height: 20px;
    width: 20px;
    color: #ffffff;
}
