.table-responsive .dropdown,
.table-responsive .btn-group,
.table-responsive .btn-group-vertical {
    position: static;
}

.chosen-single {
    margin-left: 7.5px;
}

button.btn svg {
    display: block; /* Supprime les marges automatiques autour du SVG */
    margin: auto; /* Centre le SVG horizontalement */
}

charts .charts {
    height: 300px;
}

.error-message {
    color: red;
}

.col-lg-9pct {
    width: 9%;
}

.col-lg-20pct {
    width: 20.49%;
}

/* Transaction States */
.color-captured {
    color: #1a752f !important;
}

.color-done {
    color: #28a745 !important;
}

.color-authorized {
    color: #28a745 !important;
}

.color-pending {
    color: #ff9900 !important;
}

.color-pending_bank {
    color: #fd7e14 !important;
}

.color-pending_merchant {
    color: #ff9900 !important;
}

.color-pending_client {
    color: #ff9900 !important;
}

.color-pending_redeem {
    color: #ff9900 !important;
}

.color-failed {
    color: #a8151f !important;
}

.color-expired {
    color: #dc3545 !important;
}

.color-timeout {
    color: #dc3545 !important;
}

.color-cancelled {
    color: #dc3545 !important;
}

.color-rejected {
    color: #dc3545 !important;
}

/* Operation Types */
.color-payment {
    color: #28a745 !important;
}

.color-refund {
    color: #e83e8c !important;
}

.color-openbanking {
    color: #17a2b8 !important;
}

.color-represented {
    color: #6f42c1 !important;
}

.color-chargeback {
    color: #4aa093 !important;
}

.color-blue {
    color: #2aabd2;
}

#deleteCommission {
    width: 34px;
}

.modal .table tbody > tr > td {
    padding: 6px 8px;
}

.spinner-back {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    background-color: #000;
    opacity: 0.5;
}

.spinner {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    margin-top: 25%;
    width: 35px;
    height: 35px;
}

.loading-svg {
    animation: spin 1s linear infinite;
    color: #fff;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

/*end charts*/

#big_stats .stat .value {
    font-size: 18px;
    line-height: 1.8em;
}

.stat_custom #big_stats {
    margin-top: 0px;
    margin-bottom: 0px;
}

.stat_custom #big_stats .stat {
    width: 100%;
    height: 50%;
    display: block;
    border-right: 0px;
    border-left: 0px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 13px;
}

#big_stats.statPercent .stat {
    width: 14.28%;
}

.stat_custom #big_stats .prevValue {
    margin-bottom: 5px;
    font-size: 11px;
}

.stat_custom #big_stats .stat:last-child {
    border-bottom: 0px;
    margin-bottom: 0px;
}

.stat_custom #big_stats h4 {
    margin-bottom: 0.5em;
}

.widget .stat_custom {
    padding: 15px 15px 5px;
}

.spinner-home {
    position: absolute;
    top: 40px;
    opacity: 0.3;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    background-color: #000;
}

.spinner-home .spinner {
    margin-top: 150px;
}

#spinner-data .spinner,
#spinner-pie .spinner {
    margin-top: 100px;
}

.spinner-ratio .spinner {
    margin-top: 35px;
}

.spinner-ratio {
    position: absolute;
    top: 0px;
    opacity: 0.3;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    background-color: #000;
}

.table-black {
    width: 50%;
    float: left;
}

.btn-trans {
    padding: 3px 9px;
}

.first-tr {
    border-top: 2px solid #ddd !important;
}

.second-tr td {
    font-size: 11px;
}

.filtered,
button.filtered,
.btn.filtered {
    padding: 5px 11px !important;
    border: solid 2px #5cb85c !important;
    border-color: #5cb85c !important;
    outline: 0 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 10px rgba(92, 184, 92, 0.9) !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 10px rgba(92, 184, 92, 0.9) !important;
}

#seeStatus {
    display: block;
}

#codesTable tbody > tr > td {
    vertical-align: middle;
}

.strong-total {
    font-weight: bold;
    font-size: 15px;
}

.title-little {
    font-size: 11px;
}

#paymentsTable tbody > tr > td {
    vertical-align: middle;
}

.chosen-container li.category {
    font-weight: bold;
}

.chosen-container li.item {
    padding-left: 25px;
    font-weight: normal;
}

.chosen-container .chosen-drop {
    width: 300px;
    text-align: left;
}

.siteMulti .chosen-container .chosen-drop {
    width: 100%;
    text-align: left;
}

.siteMulti
.chosen-container-multi
.chosen-choices
li.search-field
input[type="text"] {
    height: 32px;
}

.paymentMulti
.chosen-container-multi
.chosen-choices
li.search-field
input[type="text"] {
    height: 32px;
}

.alert-dismissable {
    margin-left: 15px;
    margin-right: 15px;
}

.spinner-stats {
    position: absolute;
    top: 40px;
    opacity: 0.3;
}

.spinner-stats .spinner {
    margin-top: 32%;
}

.widget .widget-header .icon-header {
    margin: 0;
    color: #fff;
}

@media (min-width: 992px) {
    .widget .col-btn-transac {
        width: 13.88%;
    }

    .btn-group.col-btn-transac {
        width: 16.66%;
    }
}

.btn-group.col-btn-transac {
    float: right;
}

.header-transac .btn {
    float: right;
    margin: 6px 8px 0 0;
    padding: 4px 6px;
    font-size: 8px;
}

.datePick {
    text-align: center;
}

.widget .globalGroups {
    padding-top: 15px;
}

.globalGroups .chosen-container {
    width: 100% !important;
}

.globalGroups .chosen-drop {
    width: 100% !important;
}

.globalGroups .chosen-container-single .chosen-single {
    height: 34px;
}

.globalGroups .chosen-container-single .chosen-single span {
    padding-top: 3px;
}

.globalGroups .chosen-container-single .chosen-single div {
    padding-top: 4px;
}

.select-index {
    margin-bottom: 10px;
}

.hr-index {
    margin: 10px 0;
}

.scale-input-group {
    width: 43px;
}

.dateAccueil .input-group-addon,
.dateCompare .input-group-addon {
    padding: 6px 4px;
}

input.checkTrend {
    float: left;
    margin-top: 14px;
    margin-right: 10px;
}

.checkGroup {
    margin-right: 20px;
}

.col-ten-1 {
    width: 10%;
}

.col-ten-2 {
    width: 14%;
}

.legend {
    float: right;
    width: 600px;
}

.statHome {
    width: 100%;
    height: 100%;
}

.statHome tr {
    height: 43px;
    border-bottom: 1px solid #d5d5d5;
}

.statHome {
    font-size: 15px;
}

.statHome .value {
    font-size: 17px;
    font-weight: bold;
}

.filterToHide {
    display: none;
}

#btnDates {
    text-align: center;
}

@media (max-width: 1200px) {
    #btnDates button {
        width: 151px;
        margin-right: 6px;
        margin-bottom: 5px;
    }

    #btnDates button:nth-child(2n + 2) {
        margin-right: 0px;
    }
}

@media (min-width: 1200px) {
    #btnDates button {
        width: 90px;
        margin-right: 10px;
    }

    #btnDates button:last-child {
        width: 90px;
        margin-right: 0px;
    }
}

#compareDates {
    text-align: center;
}

.noData {
    text-align: center;
    display: none;
    height: 241px;
    padding-top: 75px;
}

#flot-tooltip {
    position: absolute;
    padding: 2px;
    background-color: rgb(0, 0, 0);
    display: block;
    color: white;
    text-align: center;
}

#dropDownData,
#dropUpData {
    border-bottom: 0px;
    text-align: center;
    height: 15px;
    cursor: pointer;
    font-size: 18px;
}

#dropDownData td,
#dropUpData td {
    padding: 0px;
    margin: 0px;
    border: 0px;
    border-spacing: 0px;
}

.call-tr td.vertical-middle {
    vertical-align: middle;
}

@media (max-width: 1200px) {
    .params-div {
        width: 550px;
        overflow: auto;
    }
}

@media (min-width: 1200px) {
    .params-div {
        width: 750px;
        overflow: auto;
    }
}

.call-params-div {
    width: 670px;
    overflow: auto;
}

.table-bordered tbody tr.separator {
    background-image: -webkit-gradient(
        linear,
        left 0%,
        left 100%,
        from(#f5f5f5),
        to(#e2e2e2)
    );
    background-image: -webkit-linear-gradient(top, #f5f5f5, 0%, #e2e2e2, 100%);
    background-image: -moz-linear-gradient(top, #f5f5f5 0%, #e2e2e2 100%);
    background-image: linear-gradient(to bottom, #f5f5f5 0%, #e2e2e2 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe2e2e2', GradientType=0);
}

#associatedTo {
    height: 35px;
    vertical-align: middle;
    font-size: 15px;
    font-weight: bold;
    margin-top: 10px;
}

.statClient {
    margin-bottom: 30px;
}

.chosen-form-size .chosen-single {
    height: 34px;
}

.chosen-form-size .chosen-single span,
.chosen-form-size .chosen-single div {
    padding: 5px;
}

.chosen-form-size .chosen-drop {
    width: 100%;
}

.text-bold {
    font-weight: bold;
}

.btn-header {
    float: right;
    margin: 6px 8px 0 0;
    padding: 4px 6px;
    font-size: 13px;
}

#big_stats .btn-balance {
    float: right;
    margin-right: 10px;
    margin-top: 4px;
    padding: 4px 7px;
    font-size: 12px;
}

.i-rejected {
    color: #666;
}

.header-fixed {
    position: fixed;
    top: 0px;
    display: none;
    background-color: white;
}

#doubleAuth .modal-body {
    min-height: 200px;
    text-align: center;
}

#doubleAuth .modal-body i {
    font-size: 60px;
}

#doubleAuth .modal-body p {
    font-size: 16px;
}

.dropdown-menu {
    min-width: 0px !important;
}

@media (min-width: 992px) {
    .navbar-vertical ~ main:before {
        background-color: inherit;
    }
}

.modal {
    --bs-modal-width: 800px;
    --bs-modal-header-padding: 1rem 1rem;
}

tr.title {
    background-color: #939393;
}

.table-transactions {
    border-color: #0a0a0b;
}

.modal-body.modal-table {
    padding-top: 0;
}

.page-item:first-child a {
    margin-left: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.page-item > a {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.page-item.active a {
    color: #fff;
}

.page-item > a {
    color: #00bac7;
}

.page-item.active > a:hover {
    color: #fff !important;
}

.page-item.active a {
    background-color: #00bac7;
}

input.error, select.error, textarea.error {
    border: 1px solid red;
}

input.error + div, select.error + div, textarea.error + div {
    padding: 10px;
    color: red;
}

.ts-dropdown-content .category {
    font-weight: bold;
}

.ts-dropdown-content .item {
    padding-left: 15px;
}

.dropdown-menu .category {
    font-weight: bold;
}

.dropdown-menu .item span {
    padding-left: 15px;
}

.bootstrap-select .dropdown-toggle {
    color: white !important;
    --bs-btn-color: #fff;
    --bs-btn-bg: #00bac7;
    --bs-btn-border-color: #00bac7;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #009ea9;
    --bs-btn-hover-border-color: #00959f;
    --bs-btn-focus-shadow-rgb: 38, 196, 207;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #00959f;
    --bs-btn-active-border-color: #008c95;
    --bs-btn-active-shadow: 0 0 transparent;
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #00bac7;
    --bs-btn-disabled-border-color: #00bac7;
}

.table > :not(caption) > * > * {
    padding: 3px 10px;
}


.bootstrap-select {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}

@media (min-width: 576px) {
    .container, .container-sm {
        max-width: 100%;
    }
}
