body {
    color: #014488;
}

:root {
    --bs-primary: #014488;
    --bs-secondary: #6c757d;
    --bs-body-font-size: 0.9rem;
}

.text-primary {
    color: #014488 !important;
}

.btn-primary {
    background-color: #014488;
    border: #014488;
}

a, p, i {
    text-decoration: none !important;
    color: #014488;
}


div.input-passwd {
    display: flex;
}

div.input-passwd > input {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    position: relative;
}

div.input-passwd > span {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    cursor: pointer;
    margin-left: -1px;
}

div.input-passwd > span > i {
    width: 20px;
}


header .btnHeader {
    background-color: transparent;
    border: 1px solid #eeeeee;
    height: 38px;
    width: 38px
}

header .btnHeader:hover {
    border-color: #014488;
    color: #014488;
}

header .btnHeader > span > i {
    vertical-align: middle;
}

.smallCards{
    min-height: 100px;
}


.accordion-button.collapsed, .accordion-button:not(.collapsed){
    background-color: var(--bs-light);
}

.chatPanel > .card-header {
    background-color: var(--bs-light);
    padding: 16px 20px;
    font-size: 1rem;
}

.accordion-button.collapsed:has(> span.dontcolor) {
    background-color: white;
}


.loadCommentsBtn {
    text-decoration: none;
    padding-left: 0;
    color: #014488;
}

.loadCommentsBtn:hover {
    text-decoration: underline;
    color: #014488;
}

/* CSS talk bubble */
.talk-bubble {
    margin: 10px 35px;
    display: inline-block;
    position: relative;
    max-width: 60%;
    min-width: 30%;
    height: auto;
    min-height: 100px;
    background-color: #CEEDA8;
    float: left;
    clear: both;
}

.talk-bubble.right {
    float: right;
    background-color: #C8DCEF;
}

.talk-bubble .details {
    color: #7B7B7B;
    position: absolute;
    right: 15px;
    bottom: 5px;
    overflow: hidden;
    white-space: nowrap;
    font-size: small;
}

.round {
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
}

/* triangle, left side slightly down*/
.tri-right.left-in:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: -20px;
    right: auto;
    top: 38px;
    bottom: auto;
    border: 12px solid;
    border-color: #CEEDA8 #CEEDA8 transparent transparent;
}

/* triangle, right side slightly down*/
.tri-right.right-in:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: auto;
    right: -20px;
    top: 38px;
    bottom: auto;
    border: 12px solid;
    border-color: #C8DCEF transparent transparent #C8DCEF;
}

/* talk bubble contents */
.talktext {
    padding: 1em;
    text-align: left;
    line-height: 1.5em;
}

.talktext p {
    /* remove webkit p margins */
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    margin: 0px;
    margin-bottom: 10px;
    overflow: auto;
    font-family: monospace;
}

.talktext textarea {
    font-family: monospace;
    max-width: 100%;
    margin-bottom: 5px;
    border-radius: 15px;
}

.dragarea {
    min-height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dragover {
    border: dashed;
    border-color: black;
    color: black;
}
