﻿html, body {
    min-height: 100vh;
}

a {
    color: var(--bs-black) !important;
}

a:hover {
    text-decoration-line: underline !important;
}


.female-color {
    color: var(--bs-primary) !important;
}


.male-color {
    color: #0097fb !important;
}


/*.table-hover tbody tr:hover td {
    background: #ef426f30 !important;
}

.table-hover > tbody > tr:hover > * {
    --bs-table-hover-color: #ef426f30 !important;
}*/

.table-hover-custom > tbody > tr:hover > td {
    /*background-color: #ef426f !important;*/
}



.table-no-hover-custom > tbody > tr > td {
    /*background-color: inherit !important;*/
}

.table-no-hover-custom > tbody > tr:hover > td {
    /*background-color: inherit !important;*/
}


td > a {
    text-decoration-line: underline !important;
}


[id^="details-"] > td > table {
    --bs-table-hover-bg: inherit !important;
}



.border-primary {
    border-color: #ef426f !important;
}

/*.dropdown-item {
    width: 500px;
    min-width: 100%;
}

    .dropdown-item:hover, .dropdown-item:focus {
        outline: none;
    }*/
/*.dropdown-item {
    width: auto;
    min-width: 100%;
}*/
