/**
 * You can write your CSS code here.
 */

/*# sourceMappingURL=custom.css.map */

@font-face {
    font-family: 'Source Sans Pro';
    src: url('../fonts/sourcesanspro-regular-webfont.woff2') format('woff2');
}

.dataTables_length {
    display: inline-block;
}

@media (min-width: 766px) {
    .dataTables_length {
        margin-left: 10px;
    }
}

.dataTables_filter {
    display: inline-block;
    float: right;
}

.custom-tables tbody{
    /* word-break: break-word; */
}

.text-status-red{
    color: #c82333;
}

.text-status-yellow{
    color: #ffc107;
}

.text-status-green{
    color: #28a745;
}

.dataTable{
    width: 100% !important;
}

.display-inline{
    display: inline;
}

/* Login page styles have been moved to inline styles in login.php for better customization */

.select-miner-config {
    width: 50% !important;
    display: inline;
}

.round-switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 22px;
}

.round-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.round-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    border-radius: 34px;
    -webkit-transition: .4s;
    transition: .4s;
}

.round-slider:before {
    position: absolute;
    content: "";
    height: 14px;
    width: 14px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    border-radius: 50%;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .round-slider {
    background-color: #2196F3;
}

input:focus + .round-slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .round-slider:before {
    -webkit-transform: translateX(18px);
    -ms-transform: translateX(18px);
    transform: translateX(18px);
}

.card .card-tools label:not(:last-child) {
    margin-right: 8px;
}

.dark-mode .bg-warning, .dark-mode .bg-warning>a {
    color: #ffffff !important;
}

.dark-mode .bg-success {
    background-color: #28a745!important;
}

.statistic-cards {
    font-size: 1.2rem;
    font-weight: 600;
}

table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control:before,table.dataTable.dtr-inline.collapsed>tbody>tr>th.dtr-control:before {
    font-family: "Font Awesome 5 Free", sans-serif;
    font-weight: 900;
    content: "\f067";
    color: #3f6791;
}

table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td.dtr-control:before,table.dataTable.dtr-inline.collapsed>tbody>tr.parent>th.dtr-control:before {
    font-family: "Font Awesome 5 Free", sans-serif;
    font-weight: 900;
    content: "\f068";
    color: #3f6791;
}

.chart-miners {
    min-height: 600px;
}

.jconfirm-content, .jconfirm-title {
    color: #000000;
}

.btn-black {
    background-color: #000000;
    border-color: #000000;
    color: #ffffff;
}

.btn-black:hover {
    background-color: #000000;
    border-color: #000000;
    color: #eeeeee;
}
