.table-row{
    cursor:pointer;
}
a {
    color: inherit;
    text-decoration: none !important; /* no underline */
}
a:hover {
    color: inherit;
    text-decoration: none !important; /* no underline */
}
.table td {
    padding: 0 !important;
}
.table-link:hover {
    background-color: rgba(0, 0, 0, 0.075);
}
td a {
    color: inherit;
    display: block;
    padding: 16px;
}
td a:hover {
    color: inherit;
}
th a {
    color: inherit;
    display: block;
    padding: 16px;
}
th a:hover {
    color: inherit;
}


.table td div{
    padding: 16px;
}

table.table-fit {
    width: auto !important;
    table-layout: auto !important;
  }
  table.table-fit thead th,
  table.table-fit tbody td,
  table.table-fit tfoot th,
  table.table-fit tfoot td {
    width: auto !important;
  }

.borderless {
    border:none !important;
  }


.right{
    text-align: right;
}

select {
    width:100% !important;
}

.score {
    max-width: 200px;
}

.score input{
    width:5ch !important;
}

dt {
    float: left;
    clear: left;
    width: 8em;
    }
 dd {
    margin: 0 0 0 9em;
     padding: 0 0 0 0;
    }

.notification-bubble {
    display: inline-block;
    background-color: red;
    color: white;
    border-radius: 50%;
    padding: 0 6px; /* Adjust padding for size */
    font-size: 0.75rem; /* Adjust font size as needed */
    margin-left: 4px; /* Space between the text and bubble */
    margin-right: 12px; /* Space between the text and bubble */
    vertical-align: middle;
    fill: currentColor; /* Aligns vertically with the text */
}

.main-custom-padding {
    padding-bottom: 6em !important;
}

.invalid-score {
    border: 2px solid #d9534f !important; /* Bootstrap 3 "danger" red */
    background-color: #f2dede;
}

.small-message-cell {
    word-wrap: break-word;
    white-space: normal;
}

.label-cell {
    white-space: nowrap;
    min-width: 100px; /* adjust based on your typical label length */
    width: 1%;
}

.match-outcome {
    max-width: 160px;
    word-wrap: break-word;
    white-space: normal;
}

.division-page-header {
    margin-bottom: 16px;
}

.division-page-copy h1 {
    margin-bottom: 4px;
}

.division-page-copy p {
    margin-bottom: 12px;
}

.division-page-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}

.division-page-actions .btn {
    margin: 0;
}

.print-only {
    display: none;
}

@media print {
    @page {
        size: auto;
        margin: 12mm;
    }

    body {
        background: #fff;
        font-size: 11pt;
    }

    .navbar,
    footer,
    .no-print,
    .main-custom-padding .alert,
    .main-custom-padding .errors {
        display: none !important;
    }

    .main-custom-padding {
        padding: 0 !important;
    }

    .division-print-page,
    .division-print-page .container,
    .division-print-table-wrapper,
    .division-print-table {
        width: 100% !important;
        max-width: none !important;
    }

    .division-print-page .container {
        padding: 0 !important;
        margin: 0 0 12px !important;
    }

    .print-only {
        display: block !important;
    }

    .division-print-header {
        margin-bottom: 12px !important;
    }

    .division-print-header h1,
    .division-print-header p {
        margin: 0;
    }

    .division-print-table {
        border-collapse: collapse !important;
    }

    .division-print-table th,
    .division-print-table td {
        padding: 8px !important;
        border: 1px solid #000 !important;
        white-space: normal !important;
    }

    .division-print-table a,
    .division-print-table a:visited,
    .division-print-header a,
    .division-print-header a:visited {
        color: #000 !important;
        text-decoration: none !important;
        padding: 0 !important;
    }

    .division-print-page a[href]::after {
        content: none !important;
    }

    .division-print-table thead {
        display: table-header-group;
    }

    .division-print-table tbody,
    .division-print-table tr {
        page-break-inside: avoid;
    }

    .d-none {
        display: none !important;
    }

    .d-sm-table-cell,
    .d-md-table-cell,
    .d-lg-table-cell {
        display: table-cell !important;
    }

    .d-sm-inline,
    .d-md-inline,
    .d-lg-inline {
        display: inline !important;
    }
}

.notification-bubble-static {
    margin-right: 0;
    min-width: 1.4rem;
    text-align: center;
}

.team-watch-checkbox {
    transform: scale(1.35);
    margin-top: 0.2rem;
}

.navbar-bell-icon {
    display: inline-flex;
    align-items: center;
    width: 2rem;
    height: 2rem;
    line-height: 1;
    vertical-align: middle;
    fill: currentColor;
}
