/* In your static CSS file or template */

.ql-editor {
    font-family:
        system-ui,
        -apple-system,
        "Segoe UI",
        Roboto,
        "Helvetica Neue",
        "Noto Sans",
        "Liberation Sans",
        Arial,
        sans-serif,
        "Apple Color Emoji",
        "Segoe UI Emoji",
        "Segoe UI Symbol",
        "Noto Color Emoji";
    font-size: 1rem;
}
.ql-indent-1 {
    margin-left: 1rem;
}

.ql-indent-2 {
    margin-left: 2rem;
}

/* registration */
.errorlist {
    margin-bottom: 0px;
    padding-left: 0px;
    list-style-type: none;
}

a.navbar-brand {
    text-decoration-line: underline;
    text-decoration-color: transparent;
    transition: text-decoration 200ms;
}

a.navbar-brand:hover {
    text-decoration-line: underline;
    text-decoration-color: white;
    transition: text-decoration 200ms;
}

table input {
    width: 100%;
}

.invalid-feedback ul {
    padding-left: 0;
    list-style: none;
}

.invalid-feedback li:not(:last-child) {
    margin-right: .5rem;
}
.invalid-feedback li {
    display: inline-block;
}
.reduce_interparagraph p {
    margin-bottom: auto;
}

.pi_photo {
    border-radius: 10%;
    box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.15);
}

.pi_photo_card {
    box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.15);
}

.svg_container a {
    text-decoration: none;
}

.svg_container a:hover circle {
    fill-opacity: 0.3 !important;
}
.form-control::placeholder {
    color: #afafaf;  /* Bootstrap's own gray */
    opacity: 1;      /* Makes sure the color is solid and not faded */
}

.pi_form{
    border-style: solid;
    border-width: 1px;
    border-color: rgb(180, 180, 180);
    border-radius: 1rem;
    background-color: rgb(252, 253, 255);
    padding: 1rem;
    margin-bottom: 1rem;
}
.sponsors {
    background-color: rgba(174, 174, 229, 0.474);
}
.sponsors img {
    max-width: 20rem;
}

.date_form, .time_form {
    padding: .375rem .75rem;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
}
.time_form {
    margin-left: 4px;
}
.pub-title {
    text-decoration: none;
    line-height: 1rem;
    letter-spacing: -0.02rem;
    font-size: 1.1rem;
    color: #0071bc;
}
.pub-title:hover {
    text-decoration: underline;
    color: #205493;
}
.pub-authors, .pub-journal{
    font-size: 0.875rem;
    font-weight: 400;
}
.pub-journal {
    color: #4D8055;
}
.pub-doi {
    color: #0071bc;
    font-weight: 500;
}

.pub-doi:hover {
    color: #205493;
}


