﻿/* /Engine/Martyr/Martyr.css */

.sb-page-pad {
    padding-left: 14px;
    padding-right: 14px;
}

@media (min-width: 992px) {
    .sb-page-pad {
        padding-left: 28px;
        padding-right: 28px;
    }
}

.sb-hd {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .75rem;
    flex-wrap: wrap;
}

.sb-hd-title {
    display: flex;
    align-items: center;
    gap: .65rem;
}

    .sb-hd-title .dot {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: rgba(105,108,255,.9);
        box-shadow: 0 0 0 4px rgba(105,108,255,.18);
    }

.sb-sub {
    font-size: .78rem;
    color: rgba(67, 89, 113, .75);
    margin-top: .15rem;
}

.sb-status {
    font-size: .78rem;
    padding: .35rem .55rem;
    border-radius: .6rem;
}

.sb-m-search-card {
    border: 1px solid rgba(17,24,39,.06);
    background: rgba(255,255,255,.8);
}

.sb-ig .input-group-text {
    min-width: 40px;
    justify-content: center;
}

.sb-table-wrap {
    width: 100%;
    overflow: auto;
    border-top: 1px solid rgba(17,24,39,.06);
}

.sb-table thead th {
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 3;
    font-size: .75rem;
    white-space: nowrap;
}

.sb-table tbody td {
    font-size: .75rem;
    vertical-align: middle;
    /*white-space: nowrap;*/
}

.sb-tr:hover {
    background: rgba(105,108,255,.05);
}

.sb-td-num {
    color: rgba(67,89,113,.85);
    font-weight: 700;
}

.sb-avatar {
    width: 56px;
    /*height: 42px;*/
    border-radius: 12px;
    object-fit: cover;
    border: 1px solid rgba(17,24,39,.08);
    background: #f3f4f6;
}

.sb-name a {
    font-weight: 800;
    text-decoration: none;
}

    .sb-name a:hover {
        text-decoration: underline;
    }

.sb-pager {
    display: flex;
    gap: .35rem;
    flex-wrap: wrap;
}

.sb-fab-top {
    position: fixed;
    left: 18px;
    bottom: 18px;
    width: 46px;
    height: 46px;
    border-radius: 16px;
    border: 1px solid rgba(17,24,39,.10);
    background: rgba(255,255,255,.9);
    box-shadow: 0 12px 30px rgba(0,0,0,.12);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
}

    .sb-fab-top i {
        font-size: 1.35rem;
    }
