.ck-editor__editable,
textarea {
    min-height: 150px;
}

.datatable {
    width: 100% !important;
}

.dataTables_length,
.dataTables_filter,
.dt-buttons {
    margin-bottom: 0.333em;
}

.dt-buttons .btn {
    margin-left: 0.333em;
    border-radius: 0;
}

.table.datatable {
    box-sizing: border-box;
    border-collapse: collapse;
}

table.dataTable thead th {
    border-bottom: 2px solid #dee2e6;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: 1px solid #dee2e6;
}

.select2 {
    max-width: 100%;
    width: 100%;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
    background-image: none;
}

.btn-group-xs > .btn,
.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.searchable-title {
    font-weight: bold;
}
.select2-container--open {
    z-index: 9999;
}
.searchable-fields {
    padding-left:5px;
}
.searchable-link {
    padding:0 5px 0 5px;
}
.searchable-link:hover   {
    cursor: pointer;
    background: #eaeaea;
}
.select2-results__option {
    padding-left: 0px;
    padding-right: 0px;
}
.nav-sidebar .has-treeview .nav-treeview{
    padding-left: 25px;
}
.callback_url{
    display: none;
}

span.currency_name {
    line-height: 30px;
    margin-left: 10px;
}
.order_crypto_currency img{
    float: left;
}
span.ref_by {
    display: inline-block;
    padding: 14px 16px 14px 16px;
}
span.amount {padding: 5px 10px;background: #3d5ec5;color: #fff;}
.fc-cc-amount {
    display: inline-block;
}
#fees .form-check:not(:first-child){
    margin-top: 12px;
}
#fees .form-check{
    padding-left: 0px;
}
#fees label.form-check-label {
    margin-left: 0px;
}
#fees label.form-check-label{
  gap: 20px;
}
@media only screen and (max-width:400px){
    #fees label.form-check-label{
        font-size: 12px;
        line-height: 12px;
    }
}
#update_all_merchants_balances {width: 300px !important;padding: 5px; text-align: center}
.crypt_amount_name {display: flex;align-items: center;gap: 15px;}
.bold { font-weight: bold !important;}

.text-center{
    text-align: center;
}

.total_balance {

}
.balances_title{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

/* Tooltip container */
.tooltip-custom {
    position: relative;
    display: inline-block;
}

/* Tooltip text */
.tooltip-custom .tooltiptext {
    display: none;
    width: 120px;
    background-color: rgb(0,0,0,0.3);
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;

    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 5;
}

.tooltip-custom .tooltiptext::after {
    content: " ";
    position: absolute;
    top: 100%; /* At the bottom of the tooltip */
    left: 25%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: rgb(0,0,0,0.3) transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip-custom:hover .tooltiptext {
    display: unset;
}

.multiselect-container .form-check-input {
    margin-top: 0 !important;
    top: 15%;
}

.code_box {
    background:#F3F5FA;
    border-radius:4px;
    padding:8px 8px 8px 4px
}

.copy_btn {
    width:20px;
    height:20px;
    background-image:url(../img/btn-copy.svg);
    background-repeat:no-repeat;
    background-position:center;
    background-size:contain;
    cursor:pointer
}

.address_qr {
    max-width:200px;
    width:100%;
}

.qr-img-overlay {
    position:relative;
}

.tooltiptext2 {
    position: absolute;
    width: 150px;
    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    z-index: 1;
    display: none;
}
.tooltip-right {
    left: 15px;
}




