/*!
 * Theme Name: Default
 * Package : DashLite
 * Author: Softnio
 * Author URI: http://themeforest.net/user/softnio
 * Version	 :	1.0.0
 * Updated	 :	07.23.2020
**/
.color-inactive {
    color: red;
}
.vue-table td.action_text-wrap span {
    white-space: inherit;
}
.color-success {
    color: #1ee0ac;
}
.color-danger {
    color: #e85347;
}
/*Loading spinner */
.lds-dual-ring {
    display: inline-block;
    width: 80px;
    height: 80px;
}
.loader-dual_ring .lds-dual-ring {
    width: 20px;
    height: 20px;
    display: none;
}
.lds-dual-ring:after {
    content: " ";
    display: block;
    width: 20px;
    height: 20px;
    margin: 8px;
    border-radius: 50%;
    border: 2px solid #6c7a89;
    border-color: #6c7a89 transparent #6c7a89 transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.loading-active .lds-dual-ring {
    display: block;
}
.scrollable-tbl {
    overflow-x: auto;
    width: 100%;
}
.truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.mwd-400 {
    max-width: 400px;
}
.mwd-100 {
    max-width: 100px;
}
.mwd-50 {
    max-width: 50px;
}
.accordion-tbl .table > thead > tr > th,
.accordion-tbl .table > tbody > tr > th,
.accordion-tbl .table > tfoot > tr > th,
.accordion-tbl .table > thead > tr > td,
.accordion-tbl .table > tbody > tr > td,
.accordion-tbl .table > tfoot > tr > td {
    padding: 3px 5px;
    line-height: 1em;
    vertical-align: middle;
}
.filter-card .row {
    margin: 4px 8px;
}
.btn-link-sm {
    padding: 0;
    border: none;
}
.btn-brands {
    height: 23px;
    min-width: 54px;
}
.text-brands {
    margin-top: 1px;
    margin-right: 4px;
    font-size: 10px;
}
.backlinks-toggle {
    padding: 0;
    margin: 3px auto 0 auto;
    display: block;
    border: 0;
    background: transparent;
}
.backlinks-toggle:hover {
    opacity: 0.6;
}
.backlinks-index .page-link {
    font-size: 1.4125rem;
}
.backlinks-index .backlinks-table.table > tbody > tr > td {
    padding: 4px;
}
.backlinks-index .backlinks-table {
    border: 1px solid #dbdfea;
    border-collapse: collapse;
    border-spacing: 0;
    background-color: rgba(0, 0, 0, 0);
}
.backlinks-index .backlinks-table tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .03);
}
.backlinks-index .backlinks-table tr {
    background: transparent;
    box-shadow: none;
    height: 35px;
}
.backlinks-index .backlinks-table td {
    padding: 2px 8px 0;
}
.backlinks-index .backlinks-table td, .backlinks-index .backlinks-table th {
    border-color: #dbdfea;
    border-style: solid;
    border-width: 1px 1px 0 0;
    vertical-align: middle !important;
}
.backlinks-index .backlinks-table th a {
    color: #8094ae;
    font-size: .9em;
    font-weight: 700;
    white-space: nowrap;
}