a {
    color: #8b1b14;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
}
a:hover,
a:focus,
a:focus-visible,
a:focus-within
a:active {
    color: #630801;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
}
.custom_div {
    position: relative;
}
.deleteselection {
    display: grid;
    position: absolute;
    right: 12px;
    bottom: 0;
    font-size: 28px;
}
.filename_css {
    position: absolute;
    top: 0;
    left: 12px;
    background: white;
    padding: 2px 8px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 700;
}

.selectioncheckbox {
    position: absolute;
    display: grid;
    width: 30px;
    height: 30px;
    top: 0;
    margin-top: 0;
    filter: sepia(1) contrast(200) brightness(200) hue-rotate(24deg);
}
.filename_css_gal {
    position: absolute;
    bottom: 0;
    right: 0;
    background: white;
    padding: 2px 8px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 700;
    margin: 0;
}
.glightbox-clean .gslide-title {
    margin: 0;
}
.logocss {
    width: 200px;
}
.header_grid {
    background-color: #fff8f7;
    border-bottom: 1px solid #fedad8;
    box-shadow: 0 0 10px #e3e3e3;
}
footer {
    margin-top: 30px;
    background-color: #fff8f7;
    border-bottom: 1px solid #fedad8;
    box-shadow: 0 0 10px #e3e3e3;
}
.footer_cred_css {
    margin: 0;
    padding: 5px;
    text-align: center;
    font-size: 14px;
}
.page-link {
    color: #8b1b14;
    background-color: #fff8f7;
    border-color: #fedad8;
}
.active>.page-link,
.page-link.active,
.page-link:hover,
.page-link:focus,
.page-link:focus-visible,
.page-link:focus-within {
    color: #fff8f7;
    background-color: #630801;
    border-color: #fedad8;
}
.button_css {
    color: #fff8f7;
    background-color: #630801;
    border-color: #fedad8;
    padding: 8px 12px;
    border-radius: 4px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 600;
}
.button_css:hover,
.button_css:focus,
.button_css:focus-within,
.button_css:focus-visible {
    color: #ffffff;
    background-color: #791008;
    border-color: #e6aca9;
    padding: 8px 12px;
    border-radius: 4px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 600;
}
.title_css {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    background: #630801;
    background: linear-gradient(90deg,rgba(99, 8, 1, 1) 0%, rgba(255, 235, 235, 1) 100%);
    padding: 10px 15px;
    border-radius: 5px;
    margin-bottom: 20px;
}
.dash_grid_css {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}
.dashimg_css {
    width: 100%;
    display: grid;
    place-items: center;
}
.dash_img_css {
    max-width: 350px;
    width: 100%;
}
@media screen and (max-width: 768px) {
    .title_css {
        font-size: 20px;
        padding: 8px 12px;
        border-radius: 4px;
        margin-bottom: 15px;
    }
    .dash_grid_css {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}