.swal-error {
    background-color: #f8d7da !important;
    width: 70vw;
}

/* on date input types, open datepicker on click the input  */
input[type='datetime-local']::-webkit-calendar-picker-indicator {
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}

.badge-fastpay {
    background-color: #ec3062 !important;
    color: white !important;
    font-weight: 500;
}

.badge-fib {
    background-color: #56B89D !important;
    color: white !important;
    font-weight: 500;
}

.badge-card-selling {
    background-color: #2B345E !important;
    color: white !important;
    font-weight: 500;
}

.badge-website {
    background-color: #2b335e !important;
    color: white !important;
    font-weight: 500 !important;
}

.badge-tabadul {
    background-color: #3C36A3 !important;
    color: white !important;
    font-weight: 500 !important;
}

.badge-stripe {
    background-color: #6059fe !important;
    color: white !important;
    font-weight: 500;
}

.cursor-pointer {
    cursor: pointer;
}

.ltr-option {
    direction: ltr;
    text-align: left;
}

.navbar-brand-box {
    padding: 0 0.5rem;
}

/* TAB */
.no-padding {
    padding: 0 !important;
}

.nav-tabs {
    border-bottom: 1px solid #ddd;
    background: inherit;
}

.tab-content {
    border-top-color: rgb(238, 238, 238);
    border-top-style: solid;
    padding: 25px;
    background: #fff;
    border-top: 0;
}

.nav-tabs > li > a {
    margin-right: 6px;
    line-height: 1;
    border: 1px solid #f0d4d4;
    /* border-radius: 4px 4px 0 0; */
    background: #f2f1f1;
    border-bottom: 0;
    padding: 15px 20px
}

.nav-tabs .nav-link {
    margin-left: 5px;
    background: #ededf2;
    color: #575353;
    border: 1px solid #ced4da;
    border-bottom: 0;
    padding:10px 20px;
}

.box, .card-body {
    background: #fff;
    /*padding: 15px;*/
    font-size: 14px;
}
.col-12 .card-body {
    min-height: 500px;
}

.wrapText {
    word-wrap: break-word;
    display: inline-block;
}

#reload .reload-content {
    position: fixed;
    top: 50%;
    left: 50%;
    /* bring your own prefixes */
    transform: translate(-50%, -50%);
    color: #1ea0ee;
    background: #ffffff63;
    border-radius: 150%;
}

#filterPanel .dropdown-menu-right {
    min-width: 320px;
}

#filterPanel .panel-row {
    margin: 10px 5px;
}

#filterPanel .form-control {
    position: relative;
    width: 100% !important;
}

.nav-tabs > li:first-child > a, .nav-tabs > li:first-child > a:hover, .nav-tabs > li:first-child > a:focus {
    border-left: 0;
}
.select2-container .select2-selection--single, .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 36px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 35px;
}
.form-control#reportrange {
    text-align: inherit !important;
}
#filterPanel .dropdown-menu-right {
    min-width: 320px;
}

#filterPanel .panel-row {
    margin: 10px 5px;
}

#filterPanel .form-control {
    position: relative;
    width: 100% !important;
}
#filterPanel .dropdown-menu.dropdown-menu-end.p-4.show {
    min-width: 280px;
}
.table-avatar {
    width: 40px !important;
    height: auto;
    border-radius: 50px;
    border: 1px solid #ebeff2;
}

.form-control#reportrange {
    text-align: inherit !important;
}

/*
* Datatable styling
*/
div.dt-button-collection.dropdown-menu .dt-button {
    min-height: 25px;
    border-top: 1px solid #e3dddd;
}

.dataTables_wrapper {
    position: relative;
}

div.dataTables_wrapper div.dataTables_info {
    float: left;
    margin-right: 15px;
    border: 1px solid #e6cfcf;
    padding: 8px 15px;
    background: floralwhite;
}
div.dataTables_wrapper div.dataTables_length {
    float: left;
}
div.dataTables_wrapper div.dataTables_length label {
    background: #f0f3f6;
    border: 1px solid #e4ece9;
    padding: 0px 0 0 15px;
    margin-right: 20px;
}

div.dataTables_wrapper div.dataTables_filter {
    float: right;
}
div.dataTables_wrapper div.dataTables_paginate .pagination {
    margin-top: 3px;
}
.dataTable th:last-child, .dataTable .table-actions {
    width: 150px;
}

.dataTable th:nth-child(0), .dataTable .table-ids {
    width: 60px;
}

 div.dataTables_length label {
     display: flex;
     align-items: center;
     gap: 5px;
     margin-bottom: 0;
 }

div.dataTables_length select {
    margin: 0 5px;
    display: inline-block;
    width: auto;
}
.dataTables_processing {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    text-align: center !important;
    z-index: 9999 !important;
    background: rgba(255, 255, 255, 0.8);
    padding: 20px 40px;
    border-radius: 8px;
    font-weight: bold;
    color: #333;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

.select2-container .select2-selection--single, .select2-container--default .select2-selection--single .select2-selection__arrow {
    padding-right: 15px;
}

#lifecycleTab .scrollable {
    position: relative;
    height: 100%;
    overflow: auto;
}

.timeline {
    position: relative;
    max-width: 100%;
    margin: 15px auto;
    padding: 10px 0;
    overflow: scroll;
    height: 400px;
    padding: 0 15px;
}

.timeline::after {
    content: '';
    position: absolute;
    width: 4px;
    background-color: #dee2e6;
    top: 0;
    bottom: 0;
    margin-left: -2px;
}

.timeline-item {
    padding: 0 15px 15px;
    position: relative;
    width: 90%;
}

.timeline-item.left {
    left: 0;
}

.timeline-item.right {
    left: 50%;
}

.timeline-item::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    left: -10px;
    background-color: #0d6efd;
    border: 3px solid #fff;
    top: 20px;
    border-radius: 50%;
    z-index: 1;
}

.timeline-content {
    padding: 15px 20px;
    background-color: #f8f9fa;
    position: relative;
    border-radius: 6px;
    border: 1px solid #dee2e6;
}
