﻿.avatar {
    background-color: white;
}

.navbar-account-label {
    margin-right: 10px;
    text-decoration: none;
}

#avatar-upload-button {
    width: 300px !important;
}

[data-href] {
    cursor: pointer;
}

.cursorPointer, .cursor-pointer {
    cursor: pointer;
}

.timestamp-link {
    cursor: pointer;
}

.timestamp-link:hover {
    background-color: #0353A412;
    border-radius: 5px;
}

.html-duration-picker {
    text-align: left !important;
}

.html-duration-picker-wrapper .controls {
    display: none;
}

.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
    box-shadow: none !important;
}

.btn-check:active + .btn-outline-primary, .btn-check:checked + .btn-outline-primary, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show, .btn-outline-primary:active {
    background-color: transparent;
    color: #0353A4;
}

.hide {
    display: none !important;
}

.min-h-100 {
    min-height: 100%;
}
.flex-auto{
    flex:auto;
}
.accordion-flush a[aria-expanded=true] {
    color: inherit !important;
}

a[data-bs-toggle=collapse] {
    color: inherit !important;
}