﻿.active {
    color: blue !important
}

.card {
    cursor: pointer !important
}

.input-group {
    justify-content: end !important;
}

.doc-extension {
    position: absolute;
    text-transform: uppercase;
    font-weight: 800;
    background: #5894cf;
    color: white;
    padding: 2px 4px;
    font-size: 0.8em;
    border-radius: 3px;
    right: 9px;
    top: 11px;
    line-height: 1;
}

.modal-backdrop {
    width: 100% !important;
    height: 100% !important;
}