html {
    font-size: 14px;
    position: relative;
    min-height: 100%;
}

@media (min-width: 768px) {
    html {
        font-size: 14px;
        position: relative;
        min-height: 100%;
    }
}

/*body {
    margin-bottom: 60px;
}
*/

a {
    color: white; /* Sets the default text color */
    text-decoration: none; /* Removes the default underline */
}

    a:hover {
        color: #A5BACC;
        cursor: pointer; /* Changes the cursor to a pointer on hover */
        font-weight: bold;
    }

/*    a:link {
        color: #A5BACC;
        font-weight: bold;
    }
*/

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
  text-align: start;
}

#chart-AUD-container .chart-element {
    max-height: 14vh;
    min-height: 12vh;
}

#chart-EUR-container .chart-element {
    max-height: 14vh;
    min-height: 12vh;
}

#grid-tasks-container .grid-element {
    height: 14vh;
}

#grid-tasks-container {
    background-color: #71879C;
    color: #fff;
}

#grid-tasks-container tr.notes-row td {
    color: #A5BACC;
}

.task-date {
    color: white;
    font-size: 0.9vw;
    text-align: left;
}

.task-icon {
    color: white; /*#385570;*/
    font-size: 1.4vw;
    text-align: left;
}

.task-position {
    margin-top: 35px;
}

.task-status {
    color: white; /*#283848;*/
    font-size: 0.9vw;
    text-align: right;
}

.task-task {
    color: rgba(255, 255, 255, 0.5) !important;
    font-size: 0.9vw;
}

.task-title {
    color: white; /*#283848;*/
    font-size: 1.1vw;
    font-weight: bold;
}

.truncate {
    width: 28vw;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
