:root {
    --bs-font-sans-serif: Roboto, sans-serif;
    --bs-body-font-weight: 400;
    --bs-body-color: #858585;
    --bs-body-color-rgb: 133, 133, 133;
    --light-color: #D9D9D9;
    --bs-body-font-size: 1rem;
}

.authors{
    color: #555555;
    font-size: 0.9rem;
}

.venue{
    color: #777777;
    font-size: 0.9rem;
    font-style: italic;
}
.title{
    color: #000000;
    font-weight: 600;
    
}

.summary{
    color: #333333;
    font-size: 0.8rem;
    padding: 5pt;
    border-style: solid;
    border-width: 0.5pt;
    border-color: #CCCCCC;
    background-color: #F9F9F9;
    /* margin-bottom: 10pt; */
    visibility: hidden;
    height: 0pt;
}

.links{
    font-size: 0.9rem;
}

.bibtex{
    font-size: 0.8rem;
    color: #0066cc;
}

.bibtex-content {
    margin-bottom: 0.5rem;
    font-family: monospace;
    font-size: small;
}

.bibtex-indented {
    margin: 0px;
    padding: 0px;
    margin-left: 1.5rem;
}

.bibtex-copy-link {
    font-size: 0.75rem;
    color: #0066cc;
    text-decoration: none;
    cursor: pointer;
}

.bibtex-copy-link:hover {
    color: #004499;
    text-decoration: underline;
}

.award{
    font-size: 0.8rem;
    color: #d70303;
}

a {
    word-break: break-word;
    text-decoration: none;
}

h1, h2, h3, h4 {
    color: #000000;
}

.list-group-item {
    border: none;
    padding: 0;
}

.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
    width: max-content;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

@media print {
    :root {
        --bs-body-color: #000;
    }

    body {
        font-size: 0.7rem;
    }

    a {
        text-decoration: underline;
    }

    .page {
        min-width: 100%;
    }

    .screen {
        display: none;
    }

    .card {
        border: none;
    }

    .card-body {
        padding: 0;
    }

    .badge {
        border: 0.07rem solid #868e96;
        color: inherit;
        background-color: inherit;
    }

    .print-url {
        color: #deeef9;
        text-decoration: none;
        font-size: smaller;
    }

    .text-print-right {
        text-align: right;
    }
}

@media not print {
    .page {
        padding: 2rem;
    }

    .print {
        display: none;
    }

    h1{
        font-size: 1.5em
    }

    h2 {
        margin-top: 1rem;
        margin-bottom: 0.5rem;
    }

    dt {
        font-weight: normal;
    }

    strong {
        font-weight: 500;
    }
}

.far,
.fab,
.fas,
.fa {
    text-decoration: none !important;
    margin-right: 5px;
}
.fs-3 {
    font-size: 1.5rem!important;
}

.badge {
    font-weight: normal;
    letter-spacing: 0.05rem;
}

@media print {
    .col-print-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-print-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .border-print-0 {
        border-width: 0 !important;
    }

    .pb-print-0 {
        padding-bottom: 0 !important;
    }

    .mb-print-1 {
        margin-bottom: 1rem !important;
    }
}

.fact-icon {
    width: 1em;
    color: var(--light-color);
    margin-right: 0.5rem;
}

@page {
    size: auto;
    margin: 10mm;
}

.skills {
    position: relative;
    display: inline-block;
    font-size: 1.2rem;
}

.skills::after {
    display: block;
    content: '••••';
    color: var(--light-color);
}

.skills-bar {
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
}

.skills-bar::after {
    display: block;
    content: '••••';
    color: var(--bs-primary);
}
