html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.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;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.card {
    min-height: 150px;
}

.highlight {
    background-color: yellow;
    padding: 2px 5px;
    border-radius: 4px;
}

.card-folders .card-body > .breadcrumb {
    margin-left: -1.25em;
    margin-right: -1.25em;
    margin-top: -1.25em;
    border-radius: 0;
}

.folder-container {
    text-align: center;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
    margin-right: 0.5em;
    margin-bottom: 0.5rem;
    width: 100px;
    align-self: start;
    background: none;
    border: none;
    outline-color: transparent !important;
    cursor: pointer;
    box-shadow: 0px 0px 2px #dadada;
}

.folder-icon {
    font-size: 2em;
    line-height: 1.25em;
}

.folder-icon-color {
    color: #ffc107;
    text-shadow: 1px 1px 0px #e0a800;
}

.folder-name {
    overflow-wrap: break-word;
    word-wrap: break-word;
    hyphens: auto;
    font-size: 12px;
}

.flex-column .folder-container {
    display: flex;
    width: auto;
    min-width: 100px;
    text-align: left;
    margin: 0;
    margin-bottom: 0.5rem;
    padding: 2px 5px;
}

.flex-column .folder-icon,
.flex-column .folder-name {
    display: inline-flex;
}

.flex-column .folder-icon {
    font-size: 1.4em;
    margin-right: 1rem;
}

.file-icon-color {
    color: #999;
}

.qr-container {
    background-color: black;
    color: white;
    padding: 3em 4.5em 4em 4.5em;
    text-transform: uppercase;
    border-radius: 15px;
    text-align: center;
    display: inline-block;
    position: relative;
}

.qr-title {
    margin-bottom: 1em;
    font-weight: bold;
    border-bottom: 5px solid #FFFFFF;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.qr-code {
    margin-top: 20px;
    border-radius: 10px; /* Apply rounded corners here */
    overflow: hidden; /* Ensure the QR code respects the border radius */
    background: #FFFFFF;
    padding: 1em;
}

.qr-container img {
    max-width: 100%;
    border-radius: 15px;
}
