@font-face {
    font-family: 'Quattrocento';
    src: url("../fonts/Quattrocento-Regular-rOVcATi.ttf") format('truetype');
    font-weight: 400;
    font-style: normal;
}
html {
    position: relative;
    min-height: 100%;
}
body {
    margin-bottom: 260px;
}
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 260px;
    background-color: rgba(149,149,149,1.00);
}
.footer .nav-link {
    color: rgba(251,251,251,1.00);
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
}

.my-header {
    border-bottom: 1px solid #CCCCCC;
}
.my-header h1 {
    font-family: Quattrocento, serif;
    color: rgba(101,101,101,1.00);
    font-size: 55px;
    font-weight: bold;
}

.upload-area {
    border: 2px dashed #cbd5e1;
    border-radius: 8px;
    padding: 40px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    background-color: #f8fafc;
}

.upload-area:hover {
    border-color: #3b82f6;
    background-color: #eff6ff;
}

.upload-area.dragover {
    border-color: #3b82f6;
    background-color: #dbeafe;
}

.upload-icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 16px;
    color: #64748b;
}

.upload-area:hover .upload-icon {
    color: #3b82f6;
}

/*#item_imageFile_file {*/
/*    display: none;*/
/*}*/

.file-info {
    display: none;
    margin-top: 16px;
    padding: 12px;
    background-color: #f1f5f9;
    border-radius: 6px;
}

.file-info.show {
    display: block;
}

.card {
    border: none;
}
@media (min-width: 576px) {
    .card {
        border: 1px solid rgba(0, 0, 0, 0.175);
    }
}

.createdat {
    color: white;
    font-size: 11px;
    font-weight: normal;
    background-color: #36b !important;
}

.add-link {
    font-size: 20px;
    color: rgba(0, 0, 0, 0.5);
}

.invalid-feedback {
    display: block;
}

.ribbon {
    font-size: 14px;
    color: #fff;
}
.ribbon {
    --f: .5em; /* control the folded part*/
    --r: .8em; /* control the ribbon shape */

    position: absolute;
    bottom: 20px;
    right: calc(-1*var(--f));
    padding-inline: .25em;
    line-height: 1.8;
    background: #2699dc;
    border-top: var(--f) solid #0005;
    border-left: var(--r) solid #0000;
    clip-path:
        polygon(0 100%,100% 100%,100% var(--f),calc(100% - var(--f)) 0,
        calc(100% - var(--f)) var(--f),0 var(--f),
        var(--r) calc(50% + var(--f)/2));
}
