<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.galleryIndex{
    padding: 10px;
}

.saveAlbumFileButton{
    right: 3%;
    top: 102.5%;
    position: absolute;
}

.albumFileImage{
    height: auto;
}

@-webkit-keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite;
}
.spinner-border-sm {
    width: 3rem;
    height: 3rem;
    border-width: 0.2em;
}

.index-card img{
    height: 100%;
    min-width: 100%;
    object-fit: cover;
    border-radius: 12px;
    width: 50%;
}

.index-card-files-div{
    padding-right: 0px;
    padding-left: 0px;
}

.index-card-files-div-upper{
    padding-right: 5px;
    padding-left: 5px;
}

.index-card video{
    height: 100%;
    min-width: 100%;
    object-fit: cover;
    border-radius: 12px;
    width: 50%;
}

.index-card-img-div{
    height: 150px !important;
    min-width: 100% !important;
    overflow: hidden;
}

.clickable{
    cursor: pointer;
}

.icon-gallery{
    font-size: 25px;
}

.icon-gallery-files-edit{
    font-size: 15px;
}

.icon-gallery-files-back{
    font-size: 40px;
}

.icon-gallery-edit:hover{
    color: lightblue !important;
}

.icon-gallery-edit:hover i{
    color: lightblue;
}

.icon-gallery-edit-files:hover{
    color: green;
}
.icon-gallery-delete:hover{
    color: red;
}

.card-gallery-options{
    justify-content: center;
}
.card-gallery-options a{
    margin-right: 5px;
    margin-left: 5px;
}
.imgPreviewGallery{
    width: 80%;
}

.btn-gallery-edit-files{
    /* border-radius: 20px; */
    border: 1px solid #007db6;
    background-color: #007db6;
    color: white !important;
}

.btn-add-files-gallery{
    font-size: 15px;
}

.delete-icon-table-gallery{
    color: white;
    border-radius: 50%;
    border: solid 1px red;
    background-color: red;
}

.delete-icon-table-gallery:hover{
    color: black;
}

.trImage td {
    text-align: center;
    vertical-align: middle !important;

}

.bd-crd-cst {
    border-radius: 10px;
    border: 1px solid;
    margin: 10px 0px 10px 0px;
    padding: 10px 0px;
}

.w-50 {
    width: 50%;
}

.pull-right {
    float: right;
}</pre></body></html>